* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


a, button {
  text-decoration: none !important;
  cursor: pointer !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.loader {
  border: 12px double #fff;
  border-radius: 50%;
  border-top: 12px double #fe0091;
  width: 30px;
  height: 30px;
  animation: spin 1s ease-in-out infinite;
  margin: auto;
}

.heder_subsciption img.subscription_img {
  width: 20px !important;
  margin-top: -5px;
}

.subscription_box button.DeleteBtn {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #efd6ef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}

.subscription_box button.DeleteBtn i {
  font-size: 13px;
  color: #fe0091;
}

.menu-hide {
  display: none;
}

.border_box {
  border: 1px solid #fe0091 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.woff2") format("woff2"),
    url("../font/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-SemiBold.woff2") format("woff2"),
    url("../font/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.woff2") format("woff2"),
    url("../font/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Medium.woff2") format("woff2"),
    url("../font/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Inter";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.container {
  max-width: 1300px !important;
  /*width: 90% !important;*/
  padding: 0;
}

/* header css */

.header-section .navbar {
  width: 100%;
  margin: 20px auto 0;
  border-radius: 20px;
  padding: 0px 30px 0px 0;
}

.header-section .navbar-brand {
  position: absolute;
  top: 0;
  left: 0;
}

.header-section .navbar-brand .logo_header {
  width: 122px;
  height: 122px;
}

.header-section .navbar-brand .logo_bg {
  width: 135px;
  height: 135px;
}

.header-section a img {
  width: 100%;
  padding-left: -2px;
}

.header-section .navbar-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
}

.header-section .navbar-nav li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.heder_subsciption {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-section ul li .header_btn {
  background-color: #fe0091;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 15px 30px !important;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
}

.header_wallet {
  width: 50px;
  height: 50px;
  background-color: #000caa;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.header_wallet i {
  font-size: 25px;
  color: #fff;
}

.header_wallet img {
  width: 100%;
}

/* header css end */

/* home page strat */

.banner_section {
  width: 100%;
  height: 280px;
  margin-top: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.custom_bannerText {
  margin-top: 100px;
}

.custom_bannerText h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  /* max-width: 475px; */
  margin: auto;
}

.jake_section {
  margin: 120px 0;
}

.frontImg {
  max-width: 200px;
  height: 230px;
}

.frontImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* .img_jake img {
  width: 200px;
  border-radius: 20px;
  } */
.scrollbar_home {
  overflow-y: scroll;
  height: 1120px;
}

.scrollbar_home::-webkit-scrollbar {
  width: 5px;
}

.scrollbar_home::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.scrollbar_home::-webkit-scrollbar-thumb {
  background: #fe0091;
  border-radius: 20px;
}

.img_fst_section {
  min-height: unset !important;
}

.img_jake {
  gap: 30px;
  border: 1px solid #fe0091;
  padding: 20px 24px;
  border-radius: 20px;
  min-height: 480px;
}

.jake_content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  word-wrap: break-word;
  width: 200px;
  line-height: 30px;
}

.mans_block h4 {
  width: 150px;
}

.jake_content span {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
}

.jake_content p {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}

.jake_content ul li {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}

.interest_block ul {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
}

.interest_block ul li {
  padding-right: 15px;
}

.jake_content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.img_jake button {
  width: 80px;
  height: 35px;
  border: 1px solid #fe0091;
  color: #fe0091;
  border-radius: 20px;
  background: none;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_jake button img {
  width: 15px;
  margin-right: 5px;
}

.round_img {
  border: 1px solid #fe0091;
  border-radius: 100%;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.round_img img {
  width: 100%;
}

.mansProfile {
  background-color: #fe0091;
  border-radius: 0 50px 50px 0;
  padding: 10px 10px 10px 30px;
  margin: 0px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mansProfile button {
  border-radius: 50px;
  border: none;
  background-color: #fff;
  padding: 10px 10px 10px 15px;
  width: 184px;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  color: #fe0091;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.mansProfile button img {
  width: 50px;
  height: 50px;
}

.primium_icon img {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 12px;
  left: 12px;
}

.nonprimium {
  width: 222px !important;
  padding: 10px 15px 10px 10px !important;
  margin-left: 10px;
}

.mansProfile h6 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  display: inline;
}

.femailProfile h6 {
  margin: 0 0 0 auto;
}

.maleFeamle_section .img_jake {
  margin-bottom: 30px;
  border: 1px solid #000;
  cursor: pointer;
}

.maleFeamle_section .img_jake img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.pofileImghome {
  width: 235px;
  max-width: 100%;
  height: 250px;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.maleFeamle_section .img_jake button img {
  width: 15px;
}

.maleFeamle_section .jake_content {
  margin-top: 25px;
}

.maleFeamle_section .img_jake button {
  border: 1px solid #000;
  color: #000;
}

.maleFeamle_section .img_jake button img {
  height: unset;
}

.maleFeamle_section .pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.maleFeamle_section .pagination li {
  width: 40px;
  height: 40px;
  text-align: center;
}

.maleFeamle_section .pagination li a {
  border: 1px solid #fe0091;
  color: #fe0091;
  border-radius: 8px !important;
}

.maleFeamle_section .pagination .next_page {
  width: auto;
}

/* .maleFeamle_section .pagination .active_bg{background-color: #FE0091 !important; color: #fff;} */
.maleFeamle_section .pagination .page-link:focus {
  background: none;
  box-shadow: none;
}

.recent_match_Section {
  background-color: #f4f5ff;
  padding: 83px 0;
  margin: 120px 0;
}

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

.recent_heading h2 {
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.recent_heading p {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  margin-top: 10px;
}

.recent_heading a {
  text-transform: uppercase;
  color: #fe0091;
  font-size: 12px;
}

.match_card {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  height: 100%;
}

.match_bgImg {
  background-color: #f4f4f4;
  padding: 20px;
  min-height: 370px;
  border-radius: 10px;
}

.recent_match_Section .match_imgBg:nth-child(1) {
  width: 120px;
  height: 178px;
  border-radius: 15px;
  background-color: #761313;
  rotate: -10deg;
  position: absolute;
  top: 130px;
  left: 50px;
  z-index: 999;
  box-shadow: 0px 25px 25px 0px #302f2f4a;
}

.recent_match_Section .match_imgBg:nth-child(2) {
  width: 120px;
  height: 178px;
  border-radius: 15px;
  background-color: #761313;
  rotate: 10deg;
  margin-right: 0;
  z-index: 1;
  position: absolute;
  right: 50px;
  top: 70px;
  box-shadow: 0px 25px 25px 0px #302f2f4a;
}

.match_imgBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.heart_matches {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -18px;
  left: -18px;
  color: red;
}

.heart_match:nth-child(2) {
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -18px;
  left: -18px;
  color: red;
}

.match_card h5 {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 400;
  color: #e94057;
  text-align: center;
}

.match_card p {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}

.conservation_section .card {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px #00000025;
}

.conservation_section .card {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 1px 4px 0px #00000025;
}

/* .conservation_section .modal_imgProfile {
  margin-top: -40px;
  } */
#allChatPageDiv p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin: 25px auto 0;
}

.conservation_section .modal_imgProfile .profile_roundImg {
  width: 70px;
  height: 70px;
  border: 1px solid #fe0091;
}

.conservation_section .modal_imgProfile .profile_roundImg:nth-child(2) {
  width: 70px;
  height: 70px;
  margin-left: -10px;
  border: 1px solid #000caa;
}

.conservation_section .profile_roundImg img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.conservation_section .card-body a {
  width: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #fe0091;
  border-radius: 30px;
  height: 40px;
  justify-content: center;
  gap: 10px;
  color: #fe0091;
  margin: 30px auto 0;
}

.conservation_section a img {
  width: 24px;
}

.conservation_section .card-body h5 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
  color: #000000;
}

.conservation_section .card-body p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 12px;
  color: #000000;
}

.incoming_section {
  margin: 120px 0;
}

.incoming_section .incoming-card {
  display: flex;
  /* align-items: center; */
  gap: 25px;
  box-shadow: 0px 1px 4px 0px #00000025;
  background-color: #fff;
  padding: 34px 32px;
  border-radius: 20px;
  flex-wrap: wrap;
}

.incoming_section h6 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.incoming_section h6 span {
  color: #fe0091;
}

.incoming-card img {
  width: 100px;
}

.incoming_sapce .card h5 {
  font-size: 19px;
  font-weight: 600;
  color: #000000;
}

.incoming_sapce .card p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: #000000;
}

.about_homneContent {
  padding-left: 60px;
}

.about_homneContent h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000caa;
  margin-bottom: 25px;
}

.about_homneContent h5 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding: 20px 0;
}

.about_homneContent p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  line-height: 28px;
  margin-top: 35px;
}

.download_imghome {
  width: 500px;
  margin: auto;
}

.download_contenthome p {
  width: 85%;
}

.recent_match_Section .download_img {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* .recent_match_Section .download_img img{
  width: 150px;
  } */

.modal_homepage_bg .modal-dialog {
  max-width: 700px;
}

.modal_homepage_bg .modal-content {
  padding: 30px;
  border-radius: 20px;
}

.modal_homepage_bg .modal-body h1 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  width: 85%;
  margin: auto;
  text-align: center;
  padding: 35px 0 60px;
}

.modal_homepage_bg .modal-body h2 {
  padding: 40px 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #000caa;
}

.modal_homepage_bg .country_submit button {
  margin-bottom: 30px;
}





.modal_imgProfile {
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}


/* new css start*/

.modal_imgProfile.Profile_Pic.mx-auto {
  max-width: 62px;
  width: 100%;
  justify-content: unset;
}

/* new css close*/

.modal_imgProfile .profile_roundImg {
  width: 150px;
  height: 150px;
  background-color: #ebeae8;
  border-radius: 100%;
  z-index: 999;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
}

.modal_imgProfile .profile_roundImg:nth-child(2) {
  width: 150px;
  height: 150px;
  background-color: #ebeae8;
  border-radius: 100%;
  border: 1px solid #fe0091;
  margin-left: -60px;
  z-index: 1;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  align-items: center;
}

.profile_roundImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal_homepage_bg .modal-body h1 span {
  color: #fe0091;
}

.btn:hover {
  border-color: #fe0091;
}

.modal_homepage_bg .modal-header button {
  background-color: #fe0091;
  border-radius: 100%;
  opacity: unset;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
}

.modal_homepage_bg .modal-header .btn-close:focus {
  box-shadow: none;
}

.about_recent {
  height: 700px;
}

.about_homneImg {
  position: relative;
  text-align: center;
  margin-top: 22px;
}

.about_homneImg img:nth-child(1) {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  top: -190px;
  left: 150px;
}

.about_homneImg img:nth-child(2) {
  width: 290px;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  left: -89px;
  top: 0;
}

.about_homneImg img:nth-child(3) {
  width: 260px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}

.recentNo-data {
  background-color: #fff;
  width: 100%;
  min-height: 500px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0;
}

.recentNo-data img {
  width: 100% !important;
  height: unset !important;
}

.recentNo-data p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin: 25px auto 0;
}

/* home page end */

/* recent match page css start */

.recent_matchBlock .match_card {
  box-shadow: 0px 1px 4px 0px #00000025;
}

.recent_matchBlock {
  padding: 0;
  background: none;
}

.pagination_recent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination_recent .pagination {
  gap: 16px;
}

.pagination_recent .pagination li span {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination_recent .pagination li a {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000caa;
  color: #000caa;
}

.pagination_recent .pagination .active>.page-link,
.page-link.active {
  background-color: #000caa;
  border-color: #000caa;
}

.pagination_recent .pagination .page-link:focus {
  box-shadow: unset;
}

.pagination_recent .pagination .disabled span {
  background: none;
  color: #000caa;
}

.text-muted {
  display: none;
}

/* recent match page css end */

/*recentConsercation page css start */
.recentConversation {
  margin: 120px 0;
}

.recentConversation .modal_imgProfile .profile_roundImg {
  width: 70px;
  height: 70px;
  border: 1px solid #fe0091;
}

.recentConversation .modal_imgProfile .profile_roundImg:nth-child(2) {
  width: 70px;
  height: 70px;
  margin-left: -20px;
  border: 1px solid #000caa;
}

.recentConversation img {
  width: 70px;
  height: 70px;
}

.recentConversation .recent_conver {
  display: flex;
  gap: 22px;
  align-items: center;
}

.recentConversation .chat_recent a img {
  width: 24px;
  height: 24px;
}

.recentConversation .chat_recent a {
  width: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #fe0091;
  border-radius: 30px;
  height: 40px;
  justify-content: center;
  gap: 10px;
  color: #fe0091;
  margin: 30px auto 0;
}

.recentConversation .card {
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0px 1px 4px 0px #00000025;
  border: none;
  border-radius: 20px;
  /* min-height: 140px; */
}

.recentConversation .card-body h5 {
  margin: 0;
  text-align: left;
  line-height: 26px;
}

.recentConversation .card-body p {
  text-align: left;
}

/*recentConsercation page css end */

/* incoming request start */

.incomingRequest_section {
  margin: 120px 0;
}

.incomingRequest_section .tab {
  overflow: hidden;
  background-color: #fff;
  /* width: 160px; */
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  box-shadow: 0px 1px 10px 0px #00000025;
}

.incomingRequest_section .new_Tabing {
  width: 180px;
}

.incomingRequest_section .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #101623;
}

.incomingRequest_section .tab button.active {
  background-color: #fe0091;
  border-radius: 50px;
  color: #fff;
}

.incomingRequest_section .tabcontent {
  display: none;
  padding: 0;
  border: none;
  border-top: none;
}

.particular_coulmn {
  background-color: #ffe5f4;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 24px;
}

#Random .particular_coulmn {
  border: 1px solid #fe0091;
}

#Random .view_btn button {
  background: #fff;
}

.particular_coulmn img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
  border: 2px solid #fff;
}

.particular_coulmn span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.particular_coulmn p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.particular_inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 1px 6px 0px #00000025;
  margin-top: 35px;
}

.particular_inner img {
  border: 1px solid #fe0091;
}

.view_btn {
  margin: 0 0 0 auto;
}

.outline-btn button{
  border: 1px solid #fe0091 !important;
  background: transparent !important;
  color: #fe0091 !important;
}

.view_btn button {
  border-radius: 30px;
  border: 1px solid #fe0091;
  background: none;
  color: #fe0091;
  font-size: 16px;
  font-weight: 500;
  min-width: 85px;
  padding: 7px 15px;
}

.filter_btn button {
  padding: 15px 18px;
  border-radius: 50px;
  border: none;
  background-color: #fe0091;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-width: 130px;
  width: 100%;
  margin-bottom: 20px;
}

.filter_select {
  padding: 15px 18px;
  border-radius: 50px;
  border: none;
  background-color: #fe0091;
  font-size: 18px;
  font-weight: 700;
  max-width: 150px;
}

.filter_select select {
  border: none !important;
  background-color: #fe0091;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  max-width: 160px;
  outline: none;
}

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

.filter_btn button:hover {
  background-color: #fe0091;
  color: #fff;
}

.filter_btn button img {
  margin-right: 10px;
}

.incomingRequest_section .modal_homepage_bg .modal-content {
  padding: 45px;
}

.incomingRequest_section .modal_homepage_bg .modal-body h1 {
  padding: 0 0 40px;
}

.incomingRequest_section .modal_homepage_bg .modal-content .modal-body .profileform_section {
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

/* incoming request end */

/* singal outgoing request start */
.outgoing_view {
  margin: 120px 0 100px;
}

.outgoing_viewContant button {
  width: 82px;
  height: 35px;
  border: 1px solid #fe0091;
  color: #fe0091;
  border-radius: 20px;
  background: none;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.outgoing_innerImg img {
  width: 100%;
  border-radius: 20px;
  height: 300px;
  object-fit: cover;
}

.outline_border {
  border: 1px solid #fe0091;
  padding: 20px 20px;
  border-radius: 20px;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}

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

.outgoing_viewContant h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.outgoing_requesView h6 {
  font-size: 16px;
  font-weight: 600;
  color: #878787;
  margin: 10px 0 5px;
}

.outgoing_requesView span {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}

.outgoing_requesView h5 {
  margin: 10px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.outgoing_requesView ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.outgoing_requesView ul li {
  padding-right: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
}

.outgoing_view .chat_nowBtn button {
  width: 200px;
  background-color: #fe0091;
  border-radius: 50px;
  color: #fff;
  border: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.outgoing_innerImg {
  max-width: 200px;
  width: 100%;
  height: unset;
}

.femaleSingal_section {
  margin: 0 0 120px;
}

.femaleSingal_section h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 60px;
}

.femaleSingal_section .outgoing_innerImg {
  max-width: 100%;
  height: 235px;
}

.femaleSingal_section .outline_border {
  border: 1px solid #000;
  min-height: 470px;
  height: 100%;
}

.declineBtns {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 35%;
}

.declineBtns a button {
  background-color: #000caa !important;
}

.femaleSingal_section .outgoing_viewContant {
  margin-top: 20px;
}

.femaleSingal_section .outgoing_viewContant button {
  border: 1px solid #000;
  color: #000;
}

/* singal outgoing request end */

/* chat page css start */
.message-area .arrow_message {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.audio {
  background-color: #ffd7ee !important;
  padding: 5px;
}

.message-area {
  height: 100vh;
  overflow: hidden;
  background: #f5f5f5;
}

.message-area .chat-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 100vh;
  overflow: hidden;
  min-height: calc(100% - 1rem);
}

.message-area .arrow_bg {
  width: 35px;
  height: 35px;
  background: #000caa;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.message-area .chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 460px;
  float: left;
  padding: 15px;
  background-color: #e5e7f7;
  padding: 50px 40px;
}

.message-area .chatlist .flex-shrink-0 img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100px;
}

.online_icon {
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background-color: #13b213;
  border: 2px solid #fe66bd;
}

.message-area .chat-list h3 {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.message-area .chat-list p {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
}

.message-area .chat-list .active_chat {
  color: #fe0091;
  font-weight: 700;
}

.search_inputChat {
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 40px;
}

.search_inputChat i {
  margin-left: 20px;
}

.search_inputChat input {
  border: none;
  background: none;
  outline: none;
  padding: 20px 20px 20px 0px;
  width: 100%;
}

.chat_message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: pointer;
}

.chat-iconColor i {
  color: #fe0091;
}

.chat_message img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
}

.chat_message .chat_name span {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.chat_message .chat_name p {
  font-size: 12px;
  font-weight: bold;
  color: #13b213;
}

.chat-list .modal_imgProfile .profile_roundImg {
  width: 50px;
  height: 50px;
}

.chat-list .modal_imgProfile .profile_roundImg:nth-child(2) {
  width: 50px;
  height: 50px;
  margin-left: -25px;
}

.chat-list li {
  margin-bottom: 30px;
  cursor: pointer;
}

.message-area .chat_time span {
  font-size: 12px;
  font-weight: 400;
  color: #777777;
}

.message-area .chat_time p {
  font-weight: 600;
  color: #fff;
  background-color: #fe0091;
  width: 14px;
  height: 14px;
  border-radius: 50px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px 0 0 auto;
}

.message-area .msg-head {
  padding: 35px;
  background-color: #fe0091;
}

.msg-head .profile_roundImg {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.msg-head .profile_roundImg:nth-child(2) {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-left: -30px;
}

.message-area .msg-body ul {
  overflow: hidden;
  padding: 20px 20px 0;
}

.message-area .divider {
  padding: 40px 0;
}

.message-area .msg-body ul li.repaly p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background-color: #ffd7ee;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  max-width: 100%;
  text-align: start;
  word-wrap: break-word;
}

.message-area .time {
  display: block;
  color: #777777;
  font-size: 12px;
  line-height: 0;
  font-weight: 400;
  margin-top: 10px;
  display: flex;
  justify-content: end;
}

.message-area .repaly span {
  width: 100%;
  margin-bottom: 20px;
}

.message-area .msg-body ul li {
  margin: 0 0 30px;
}

.message-area .msg-body ul li.sender p {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 10px 10px 10px 0;
  max-width: 100%;
}

/* .message-area .msg-body .sender {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	width: 24% !important;
	gap: 15px;
} */

/*.repaly .time {
	line-height: 2;
}*/

.sender .flex-shrink-0 {
  width: 50px;
  height: 50px;
  background-color: #fe0091;
  border-radius: 100px;
  /* padding: 3px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.message-area .msg-body h6 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #777777;
}

.message-area .send-box {
  padding: 35px;
  width: 100%;
}

.message-area .chat-area .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  border: none;
  background: none;
  padding: 0;
  margin-top: 18px;
}

.input_attach {
  display: flex;
  gap: 10px;
  width: 94%;
  padding: 16px 20px 0px 20px;
  border-radius: 50px;
  background-color: #f2f2f2;
}

.editable[contenteditable="true"]:empty:before {
  content: "Write Message...";
  color: gray;
}

.editable {
  outline: none;
}

.msg-body {
  height: 100vh;
}

.add-apoint {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.send-box span {
  padding-left: 24px;
  font-size: 14px;
  color: #838383;
}

.send-box span i {
  cursor: pointer;
}

.send-btns {
  width: 35px;
  height: 33px;
  background: #000caa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #ffff;
  cursor: pointer;
}

.message-area .chat-area .form-control::placeholder {
  word-wrap: break-word;
  max-width: 60%;
}

.message-area .send-box button {
  border: none;
  background: #000caa;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-area .send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.message-area .chat-area .modal-dialog-scrollable {
  height: 100% !important;
}

.message-area .chatbox {
  width: auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #ccc;
}

.message-area .chat-list a.d-flex {
  margin-bottom: 30px;
  position: relative;
  text-decoration: none;
}

.message-area .msg-head h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}

.message-area .msg-head p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.moreoption li a {
  color: #fff;
}

.message-area .moreoption {
  display: flex;
  align-items: center;
  justify-content: end;
}

.message-area .msg-body ul li.sender {
  display: flex;
  width: 50%;
  position: relative;
  /* align-items: center; */
  gap: 10px;
}

.message-area .msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.message-area .msg-body ul li.repaly {
  display: block;
  width: 50%;
  text-align: right;
  position: relative;
  margin: 20px 0 0 auto;
}

.message-area .msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.message-area .msg-body ul li.repaly:after {
  display: block;
  content: "";
  clear: both;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 5px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background: #fe0091;
  border-radius: 20px;
}

.chat-list {
  padding-right: 20px;
}

.openSidebar i {
  font-size: 30px;
  color: #fff;
  padding-right: 20px;
  cursor: pointer;
}

.message_type {
  background-color: #f2f2f2;
  border-radius: 30px;
  display: flex;
  /*align-items: center;*/
  padding: 15px 20px 0px;
  gap: 10px;
  width: 100%;
}

.audio-voice {
  border-radius: 30px;
  width: 25%;
  background-color: #f2f2f2;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
}

.audio-voice i {
  font-size: 28px;
}

.fa-trash {
  color: #5c5a5a;
}

.pause-icon {
  color: #fe0091;
}

.voice-img img {
  width: 151px;
}

/* chat page css end */

/* login page css start */
.contiuneBtn {
  width: 160px !important;
  margin: 30px auto 0;
}

.login_banner {
  background: url(../Images/login_banner.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login_banner .login_form {
  background-color: #fff;
  padding: 60px;
  border-radius: 0 50px 50px 0;
  text-align: center;
  height: 730px;
}

.login_form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_img img {
  height: 730px;
  object-fit: cover;
  border-radius: 50px 0 0 50px;
}

.couple_img {
  width: 232px;
  position: absolute;
  top: 0;
  right: -10px;
}

.couple_img img {
  width: 100%;
}

.login_banner .login_form h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.login_banner .login_form p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  padding: 20px 0 40px 0;
}

.login_banner .login_form input {
  background-color: #fff2fa;
  width: 95%;
  height: 58px;
  padding: 0px 25px;
  border: 1px solid #bababa;
  border-radius: 50px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
}

.login_banner .login_form .login_passsword {
  background-color: #fff2fa;
  width: 95%;
  padding: 0px 25px;
  border: 1px solid #bababa;
  border-radius: 50px;
  outline: none;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
}

.login_banner .login_form .form-group .invalid-feedback {
  padding-left: 27px;
  display: inline-block;
}

.login_banner .login_form .login_passsword input {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.login_banner .login_form .login_passsword i {
  color: #777777;
}

.login_banner .login_form a {
  font-size: 14px;
  font-weight: 500;
  color: #000caa;
  float: right;
  padding-top: 10px;
}

.login_form button {
  width: 100%;
  height: 56px;
  background-color: #fe0091;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  border: none;
  margin-top: 30px;
}

.hr_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-top: 50px;
}

.hr_block hr {
  width: 32%;
  margin: 0;
}

.login_form .login_icon {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.login_form .login_icon li {
  width: 50px;
  height: 50px;
  background-color: #e5e7f7;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.login_icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.login_banner .login_form ul li a i {
  color: #000caa;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_banner .login_footer {
  position: absolute;
  bottom: 60px;
  left: 26%;
}

.login_banner .login_footer span {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}

.login_banner .login_footer span a {
  font-size: 16px;
  font-weight: 500;
  color: #fe0091;
  padding: 0;
  float: inherit;
}

.signUp_footer {
  position: absolute;
  bottom: 62px;
  right: 27%;
  margin: 0;
}

/* login page css end */

/* forgot password page css start */

.login_form .forgot_password label {
  text-align: start;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 50px 0 15px 0;
}

.login_form .forgot_password input {
  background: none;
}

.login_form .forgotPassword_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.login_form .forgotPassword_footer span a {
  float: none !important;
  color: #fe0091;
  font-size: 16px;
  font-weight: 400;
}

.login_banner .forgot_login {
  height: 730px;
}

/* forgot password page css end */

/* verification page css start */
.login_banner .forgot_login p a {
  color: #fe0091;
  font-size: 16px;
  font-weight: 400;
}

.login_banner .forgot_login .verificationOtp {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.login_banner .forgot_login .verificationOtp input {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 100px;
  color: #bababa;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  background: none;
}

.login_banner .forgot_login .verificationOtp .active {
  background-color: #fe0091 !important;
  color: #fff;
}

.login_form .verification_footer {
  margin-top: 40px;
}

.login_form .verification_footer span {
  font-size: 16px;
  font-weight: 400;
}

.login_form .verification_footer span button {
  float: none !important;
  color: #fe0091;
  text-decoration-skip-ink: none;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  background-color: transparent;
  margin: 0px;
}

/* verification page css end */

/* profile css strat */
.login_banner .login_form .profile_inout {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  padding-top: 10px;
}

#errorprofile {
  padding: 0;
}

.login_banner .login_form .profile_inout input {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-color: #fe0091;
  text-align: center;
}

.login_banner .login_form .profile_inout input::placeholder {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.login_banner .login_form .profile_img {
  margin-top: 10px;
}

.login_banner .login_form .profile_inout input:nth-child(2) {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background-color: #fff2fa;
  text-align: center;
}

.login_banner .login_form .profile_inout input:nth-child(2)::placeholder {
  color: #000;
}

.modal_crop .modal-content {
  border-radius: 20px;
  border: none;
  padding: 60px;
  position: relative;
  height: 650px;
}

.modal_crop .modal-content .modal-footer button {
  background-color: #fe0091;
  color: #fff;
}

.form-control:focus {
  border-color: #fe0091;
  box-shadow: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border: none;
}

.verify-btn {
  position: absolute;
  top: 78px;
  right: 20px;
  color: #00c23a;
}

.profileform_section .iti {
  width: 100%;
}

.iti__selected-country {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100px;
  padding: 0 !important;
  border: none;
  background: none !important;
  color: #000 !important;
}

#phone {
  padding-left: 70px !important;
}

.iti__search-input {
  padding: 10px !important;
  margin: 8px 5px !important;
  width: 97% !important;
}

.iti__selected-country-primary {
  background-color: none !important;
}

.iti .iti__selected-dial-code {
  margin-left: 0 !important;
  font-size: 13px;
  margin-top: 2px;
}

.iti__arrow {
  display: none;
}

.iti__selected-country-primary {
  margin-left: 8px;
}

.tabcontent .iti__selected-country-primary {
  margin-left: 21px;
}

/* input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #9E9E9E !important;
  } */

.modal_crop .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  border-radius: 8px;
  overflow-y: hidden !important;
  /* display: flex !important; */
}

.modal_crop .verificationOtp {
  /* margin-bottom: 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.modal_crop .verificationOtp input {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #bababa;
  outline: none;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.modal_crop .verificationOtp {
  margin: 30px 0 20px;
}

.verification_header h2 {
  font-size: 28px !important;
  font-weight: 700;
}

.verification_header p {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0px 30px;
  color: #bababa;
}

.verification_header p a {
  font-size: 16px;
  font-weight: 400;
  color: #fe0091;
}

.verification_header span {
  font-size: 16px;
  font-weight: 400;
  color: #bababa;
  margin-top: 30px;
  display: inline-block;
}

.verification_header span a {
  font-size: 16px;
  font-weight: 400;
  color: #fe0091;
}

.save_password {
  width: 100%;
  background-color: #fe0091;
  border-radius: 50px;
  color: #fff;
  padding: 23px;
  margin: 40px auto 0;
  border: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.identy_verify {
  width: 300px;
  margin: 85px auto 45px;
}

.ui-datepicker {
  width: 315px !important;
}

.modal_crop .modal-dialog {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 700px;
  height: 100%;
}

.modal_crop .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.skip-btn {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #000;
  background: #ffcce9;
  padding: 8px 20px;
  border-radius: 50px;
}

.error_message {
  color: red !important;
  padding: 0 !important;
  margin: 0 !important;
  /* display: none; */
}

.calender_icon {
  position: absolute;
  top: 70px;
  right: 20px;
  cursor: pointer;
}

.identy_modal button {
  width: 100%;
  background-color: #fe0091;
  border-radius: 100px;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
  border: none;
  font-size: 18px;
  font-weight: 700;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  /* background-color: #fe0091 !important; */
  border-color: #fe0091 !important;
}

.outgoing_view .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background-color: none !important;
}

.update_profileBtn button {
  width: 100%;
  background-color: #fe0091;
  border-radius: 30px;
  color: #fff;
  padding: 20px;
  margin-top: 40px;
  border: none;
  font-size: 18px;
  font-weight: 700;
}

.identy_modal {
  width: 240px;
  margin: auto;
}

/* profile css end */

/* documnet type start */
.document_type_section {
  max-width: 650px;
  margin: 120px auto;
  background-color: #fff;
  padding: 75px;
  border-radius: 20px;
  position: relative;
}

.document_type_section h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.label-select {
  margin: 48px 0 30px;
}

.document_type_section label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.label-select ul {
  padding: 20px;
  border-radius: 50px;
  border: 1px solid #bababa;
  background-color: #f9fafb;
  display: flex;
  justify-content: space-between;
}

.label-select a {
  font-size: 14px;
  font-weight: 500;
  color: #fe0091;
  position: absolute;
  right: 20px;
  top: 20px;
}

.form-select:focus {
  border-color: #fe0091 !important;
  outline: 0;
  box-shadow: none !important;
}

.label-redio .form-check {
  margin-bottom: 20px;
  border: 1px solid #bababa;
  border-radius: 50px;
  background-color: #f9fafb;
}

.label-redio .form-check label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
  width: 100%;
  padding: 20px;
}

input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: 0 0 0 30px #fff2fa inset !important;
}

.country_submit button {
  background-color: #fe0091;
  width: 220px;
  padding: 20px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border: none;
  margin: auto;
}

/* documnet type end */

/* support start */
.support_outer input {
  border: 1px solid #bababa;
  border-radius: 50px;
  padding: 20px;
  margin: 50px 0 0;
  font-size: 14px;
  font-weight: 400;
}

.support_outer textarea {
  border: 1px solid #bababa;
  border-radius: 20px;
  padding: 20px;
  min-height: 215px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

/* support end */

/* document_upload page start */
.document_upload {
  max-width: 700px;
  margin: 120px auto;
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
}

.document_upload h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.document_upload p {
  font-size: 16px;
  font-weight: 400;
  color: #7c7878;
  margin: 30px auto 50px;
  width: 67%;
  text-align: center;
  display: none;
}

.document_upload .country_submit {
  max-width: 100%;
}

.file_bg {
  border: 2px dashed #fe0091;
  background-color: #fff0f8;
  width: 380px;
  height: 250px;
  border-radius: 20px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.drag-text img {
  width: 30px;
  margin-bottom: 10px;
}

.file-upload-image {
  max-height: 200px;
}

.drag-text h5 {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}

/* document_upload page end */

/* payment detail page start */
.payment_detail label {
  margin-top: 20px;
}

.payment_detail input {
  padding: 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  width: 100%;
  border: 1px solid #bababa;
}

/* payment detail page end */

/* Subscriptions View page start */

.subscription_section {
  max-width: 650px;
  margin: 120px auto;
  background-color: #fff;
  padding: 75px 40px;
  border-radius: 20px;
  position: relative;
}

.subscription_section h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.subscription_outer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.subscription_box {
  background: #fff;
  padding: 24px 0px;
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px #00000025;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 226px;
  position: relative;
}

.subscription_box img {
  width: 60px;
}

.subscription_section .subscription_box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding: 14px;
}

.subscription_section .subscription_box span {
  font-size: 22px;
  font-weight: 600;
  color: #fe0091;
  text-align: center;
}

.subscription_section .subscription_box span p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: inline;
}

.subscription_btn button {
  background-color: #fe0091;
  width: 400px;
  padding: 20px;
  color: #fff;
  border-radius: 50px;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin: 70px auto 0px;
  border: none;
}

.subscription_btn button i {
  margin-right: 10px;
}

.subscription_img {
  width: 250px;
  margin: auto;
}

.subscription_img img {
  width: 100%;
}

.subscription_btnPlan button {
  background-color: #fe0091;
  width: 400px;
  padding: 20px;
  color: #fff;
  border-radius: 50px;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0px;
  border: none;
  gap: 10px;
}

.document_type_section .apply_btn {
  margin-top: 30px;
}

.payment_detail select {
  padding: 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  width: 100%;
  border: 1px solid #bababa;
}

.payment_detail input {
  margin-top: 20px;
}

/* Subscriptions View  page end */

/* profile form section strat */

.profileform_section {
  max-width: 880px;
  background-color: #fff;
  border-radius: 20px;
  margin: 100px auto;
  padding: 80px 50px;
}

.profileform_section h1 {
  text-align: center;
}

.profileform_section h1 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.profileform_section p {
  font-size: 16px;
  font-weight: 400;
  color: #7c7878;
  padding: 18px 0;
  width: 50%;
  margin: auto;
  text-align: center;
}

.profileform_section h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  padding: 40px 0 40px;
}

.profileform_section label {
  font-size: 16px;
  font-weight: 600;
  color: #181725;
  margin: 0;
  padding-bottom: 5px;
  margin-top: 20px;
}

.imgUpload_profile {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-color: #ffe5f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}

.profile-pic {
  border-radius: 100%;
  width: 160px;
  height: 160px;
}

.update_profileimg {
  border-radius: 100%;
  width: 180px;
  height: 180px;
}

.my_accountProflie img {
  width: 100px !important;
  height: 100px;
}

.imgUpload_profile i {
  font-size: 60px;
  color: #fe0091;
}

.upload_icon {
  width: 43px;
  height: 43px;
  border-radius: 100%;
  cursor: pointer;
  background-color: #fe0091;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 2px;
  right: 0px;
}

.upload_icon i {
  font-size: 20px;
  color: #fff;
}

.profileform_section .verify_input {
  border-radius: 50px;
  padding: 20px;
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profileform_section .verify_input a {
  color: #00c23a;
}

.profileform_section .verify_input input {
  border: none;
  padding: 0;
  margin: 0;
}

.profileform_section input {
  border-radius: 50px;
  padding: 20px !important;
  width: 100%;
  border: 1px solid #bababa;
  outline: none;
  font-size: 16px;
  color: #9e9e9e;
}

.profileform_section .form-select:focus {
  border-color: #bababa !important;
  outline: 0;
  box-shadow: none;
}

.profileform_section select {
  border-radius: 50px;
  padding: 20px;
  width: 100%;
  border: 1px solid #bababa;
  color: #9e9e9e;
  font-size: 16px;
}

.profileform_section textarea {
  width: 100%;
  border: 1px solid #bababa;
  border-radius: 15px;
  min-height: 120px;
  padding: 20px;
  outline: none;
  color: #9e9e9e;
  font-size: 16px;
}

.profileform_section button {
  width: 100%;
  background-color: #fe0091;
  border-radius: 40px;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
}

.profileform_section button:hover {
  background-color: #fe0091;
  color: #fff;
}

/* profile form section end */

/* my-profile css satrt */

.profileBanner_section {
  background-color: #dddeee;
  height: 335px;
  margin-top: -120px;
  display: flex;
  justify-content: center;
}

.my_profile_outer .upload_icon {
  display: none;
}

.profileBanner_section .custom_bannerText h1 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.profileBanner_section .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.profileBanner_section .breadcrumb li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.my_profile_outer {
  max-width: 650px;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
  margin: 120px auto;
}

.my_profile_outer h2 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  padding-top: 20px;
}

.my_profile_outer h2 a {
  font-size: 18px;
  font-weight: 400;
  color: #949494;
  display: block;
  padding: 10px 0 60px;
}

.myProfile_inner ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 23px;
}

.myProfile_inner ul li:last-child {
  border: none;
  margin: 0;
}

.myProfile_inner ul li i {
  color: #696984;
  width: unset;
}

.myProfile_inner ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  width: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.my_profile_outer button {
  width: 200px;
  background-color: #fe0091;
  border-radius: 50px;
  color: #fff;
  border: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.verifactionmodals .modal-body h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.verifactionmodals p {
  text-align: center;
  padding-top: 15px;
  color: #000000;
  font-size: 16px;
}

.verifactionmodals .modal-footer button {
  width: 440px;
  border-radius: 30px;
  background-color: #fe0091;
  padding: 13px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.verifactionmodals .modal-footer a {
  margin: auto;
}

.verifactionmodals .modal-dialog {
  max-width: 650px;
}

.verifactionmodals .modal-content {
  border-radius: 20px;
  padding: 50px 24px 60px 40px;
}

.verifactionmodals .verifyImg {
  width: 350px;
  margin: 50px auto;
  position: relative;
}

.verifactionmodals .verifyImg img {
  width: 100%;
}

.cross-rightIcon {
  width: 60px;
  position: absolute;
  right: -15px;
  bottom: -15px;
}

/* my-profile css end */

/* my-account css start */

.my_account_outer {
  max-width: 650px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 25px;
  margin: 120px auto;
}

.my_account_outer .imgUpload_profile {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #ffe5f4;
  position: relative;
  margin: 0;
}

.my_account_outer .form-group {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #e5e7f7;
  padding: 20px;
  border-radius: 20px;
}

.my_account_outer h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.my_account_outer p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  padding: 5px 0;
  word-break: break-all;
}

.my_account_outer span {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
}

.my_account_outer .upload_icon {
  width: 34px;
  height: 34px;
  bottom: 0;
  right: 0;
}

.my_account_outer .my_account_outer i {
  font-size: 15px;
  color: #fff;
}

.my_account_outer .my_account_inner {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.my_account_outer .my_account_inner h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.my_account_outer .my_account_inner a,
p {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
}

.matechs_accountInner {
  width: 183px;
  height: 183px;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 10%);
  padding: 25px 0px;
  border-radius: 5px;
}

.match_roundImg {
  background-color: #000caa;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 4px solid #8085d4;
}

.matechs_accountInner h4 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #000;
  padding: 15px 0 10px;
}

.matechs_accountInner p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.matechs_account {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.matechs_account .matechs_accountInner:nth-child(2) .match_roundImg {
  background-color: #fe0091;
  border-color: #ff80c8;
}

.matechs_account .matechs_accountInner:nth-child(3) .match_roundImg {
  background-color: #f83a2a;
  border-color: #fb9c94;
}

.matechs_account .matechs_accountInner:nth-child(4) .match_roundImg {
  background-color: #37b8ef;
  border-color: #9bdbf7;
}

.matechs_account .matechs_accountInner:nth-child(5) .match_roundImg {
  background-color: #df7234;
  border-color: #efb89a;
}

.matechs_account .matechs_accountInner:nth-child(6) .match_roundImg {
  background-color: #b548e9;
  border-color: #daa3f4;
}

.my_account_outer .country_submit {
  max-width: 100%;
  margin: 50px 0;
}

/* my-account css end */

/* payment-info css start */

.payment_info input {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.payment_info input::placeholder {
  color: #000;
}

.payment_info label {
  margin-top: 15px;
}

/* payment-info css end */

/* wallet page css start */
.wallet_outer {
  padding: 60px 50px;
}

.withdraw_blance {
  width: 700px;
  border-radius: 20px;
  background-color: #fe0091;
  padding: 70px 50px;
  margin-left: -75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet_outer .main_blance {
  margin-left: 23px;
}

.wallet_outer .withdraw_blance h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

.wallet_outer .withdraw_blance span {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}

.wallet_outer .withdraw_blance .wallet_btn a {
  width: 170px;
  background-color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fe0091;
}

.wallet_outer .myProfile_inner h2 {
  color: #141414;
  font-size: 22px;
  font-weight: 500;
  padding: 40px 0;
}

.walletProfile_img {
  width: 54px;
  height: 54px;
  background-color: #c8cee6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.walletProfile_img img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  cursor: pointer;
}

.wallet_outer .myProfile_inner ul li a {
  font-size: 16px;
  color: #141414;
  font-weight: 400;
}

.wallet_outer .myProfile_inner ul li p {
  font-size: 14px;
  color: #696984;
  font-weight: 300;
}

.wallet_outer .myProfile_inner ul li span {
  font-size: 18px;
  color: #289b4f;
  font-weight: 600;
  margin-right: 5px;
}

.wallet_outer .myProfile_inner ul li .walletProfile_img i {
  font-size: 24px;
  color: #fe0091;
}

.wallet_outer ul li:last-child {
  border-bottom: 1px solid #f5f5f5;
}

.wallet_outer .wallet_btn a {
  width: 200px;
  background-color: #fe0091;
  border-radius: 50px;
  color: #fff;
  border: none;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* wallet css end */

/* withdraw request css start */

.withdraw_section {
  margin: 120px 0;
}

.withdraw_section .withdraw_outer {
  max-width: 650px;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  margin: auto;
}

.withdraw_section .withdraw_outer h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000;
}

.withdraw_section .withdraw_outer .withdraw_blance {
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  background-color: #fe0091;
  padding: 40px 0px;
  margin-left: 0px;
  margin: 50px auto;
}

.withdraw_section .withdraw_outer .withdraw_blance .main_blance {
  margin: auto;
  text-align: center;
}

.withdraw_section .withdraw_outer .withdraw_blance .main_blance h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}

.withdraw_section .withdraw_outer .withdraw_blance .main_blance span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.withdraw_section .withdraw_outer form label {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 13px;
}

.withdraw_section .withdraw_outer form input {
  border-radius: 50px;
  padding: 20px;
  width: 100%;
  outline: none;
  font-size: 16px;
  color: #9e9e9e;
}

.withdraw_labelInput {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.withdraw_labelInput button {
  width: 100%;
  background-color: #fe0091;
  border-radius: 30px;
  color: #fff;
  padding: 20px;
  margin-top: 60px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.withdraw_section .withdraw_outer .myProfile_inner h2 {
  color: #141414;
  font-size: 22px;
  font-weight: 500;
  padding: 80px 0 40px;
}

.withdraw_section .withdraw_outer .myProfile_inner ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.withdraw_section .withdraw_outer .myProfile_inner ul li a {
  font-size: 16px;
  color: #141414;
  font-weight: 400;
  width: 100%;
  white-space: nowrap;
}

.withdraw_section .withdraw_outer .myProfile_inner ul li p {
  font-size: 14px;
  color: #696984;
  font-weight: 300;
}

.withdraw_section .withdraw_outer .myProfile_inner ul li span {
  font-size: 18px;
  color: #289b4f;
  font-weight: 600;
  margin-right: 5px;
}

.withdraw_section .withdraw_outer .myProfile_inner ul li i {
  color: #696984;
  width: unset;
}

/* withdraw request css end */

/* mange Matches css start */

.mangeMatch_section {
  margin: 120px 0;
}

.mangeMatch_section .tabs {
  overflow: hidden;
  background-color: #fff;
  width: 375px;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  box-shadow: 0px 1px 10px 0px #00000025;
}

.mangeMatch_section .tabs li{
  width: 50%;
}

.mangeMatch_section .tabs li a {
  padding: 20px;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #101623;
  font-size: 16px;
  font-weight: 700;
}

.mangeMatch_section .tabs li a.active {
  background-color: #fe0091;
  color: #fff;
}

.mangeMatch_section .content>div:not(:first-child) {
  display: none;
}

.mangeMatch_section .particular_coulmn {
  background-color: #ffe5f4;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 35px;
}

.mangeMatch_section .view_btn button {
  border: none;
  color: #fff;
  /* width: 160px; */
  width: 150px;
  max-width: 100%;
  height: 50px;
  background-color: #fe0091;
}

.mangeMatch_section .filter_btn button {
  margin-bottom: 0;
}

.mangeMatch_section .modal_homepage_bg .modal-content {
  padding: 30px 45px;
}

.mangeMatch_section .profileform_section {
  max-width: 650px;
  margin: 0px auto;
  padding: 0px;
}

.mangeMatch_section .modal_homepage_bg .modal-body h1 {
  padding: 0px 0 30px;
}

.mangeMatch_section .country_submit button {
  max-width: 100%;
  width: 440px;
  margin: 50px auto 40px;
}

/* mange Matches css end */

/*landing page css start*/

.landing_header {
  background-color: #fff;
  padding: 20px;
}

.landing_header header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing_header header .landing_logo {
  width: 100px;
}

.landing_header header .landing_logo img {
  width: 100%;
}

.landing_header button {
  background-color: #fe0091;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  border: none;
}

.landing_slider {
  background-color: #f1f5f9;
}

.landing_slider .slider_content {
  padding: 0px 70px 0px 0px;
}

.landing_slider .slider_content h1 {
  font-size: 78px;
  font-weight: 800;
  color: #000;
}

.landing_slider .slider_content p {
  font-size: 20px;
  font-weight: 400;
  color: #777777;
  line-height: 34px;
  padding: 30px 0 45px;
}

.palystoreImg img {
  width: 200px;
}

.landing_slider .sliderImg,
.about_landing .sliderImg {
  width: 635px;
  max-width: 100%;
}

.landing_slider .sliderImg img,
.about_landing .sliderImg img {
  width: 100%;
}

.about_landing {
  margin: 60px 0;
}

.about_landing .slider_content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  padding: 0 133px 0 0;
}

.about_landing .slider_content p {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
  margin-top: 30px;
}

.faq_landing {
  background-color: #f1f5f9;
  padding: 120px 0;
}

.faq_landing h2 {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  word-wrap: break-word;
  width: 52%;
  margin: auto;
  padding-bottom: 70px;
}

.faq_landing .faq_block {
  background-color: #fe0091;
  color: #000;
  padding: 40px 30px;
  border-radius: 20px;
  margin-bottom: 24px;
}

.faq_landing .white_box {
  background-color: #fff;
}

.faq_landing .blue_box {
  background-color: #000caa;
}

.faq_landing .white_box h3 {
  color: #000 !important;
}

.faq_landing .white_box p {
  color: #777777 !important;
}

.faq_landing .faq_block h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  line-height: 36px;
}

.faq_landing .faq_block p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 20px;
}

.download_content {
  width: 85%;
}

.download_content p {
  margin: 50px 0;
}

.download_content .palystoreImg {
  display: flex;
  gap: 10px;
}

.landing_footer footer {
  background-color: #f1f5f9;
  padding: 120px 0;
}

.landing_footer footer .landing_logo {
  width: 100px;
  margin: auto;
}

.landing_footer footer .landing_logo img {
  width: 100%;
}

.landing_footer footer p {
  text-align: center;
  width: 50%;
  margin: auto;
  padding: 50px 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}

.landing_footer footer ul {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

.landing_footer footer ul li a i {
  color: #000caa;
  font-size: 30px;
}

/*landing page css end*/

/* footer css */

.footer-section footer {
  background-color: #edeef9;
  padding: 80px 0;
}

.footer-logo ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo ul li {
  width: 30px;
  height: 30px;
  background-color: #efd6ef;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo ul li i {
  color: #fe0091;
  font-size: 13px;
}

.copyright_footer {
  background-color: #000caa;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.copyright_footer span {
  font-size: 16px;
  font-weight: 400;
}

.footer-logo img {
  width: 150px;
}

.footer-logo p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  padding: 20px 0 35px 0px;
}

.useful_link {
  margin-left: 65px;
}

.useful_link ul {
  line-height: 36px;
  padding-top: 20px;
}

.useful_link h6 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.useful_link ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.contact_footer ul {
  padding-top: 20px;
}

.contact_footer h6 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.contact_footer ul li {
  margin-top: 15px;
}

.contact_footer ul li span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 240px;
}

.contact_footer ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.contact_footer ul li i {
  color: #fe0091;
  font-size: 17px;
}

.download_footer h6 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.download_footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  padding-top: 13px;
  text-align: start;
}

/* sweet alert modal */
div:where(.swal2-container) h2:where(.swal2-title) {
  color: #000000 !important;
  font-family: "Inter" !important;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
  width: 700px !important;
  padding: 70px !important;
  border-radius: 20px !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  border: 0;
  background-color: #fe0091 !important;
  color: #fff !important;
  width: 440px !important;
  border-radius: 100px !important;
  padding: 24px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 0.25em solid #fe0091 !important;
}

div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
  background-color: #fe0091 !important;
}

div:where(.swal2-container) div:where(.swal2-actions) {
  flex-wrap: unset !important;
  width: 100% !important;
  margin-top: 40px !important;
  gap: 20px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
  font-family: "Inter" !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: none !important;
}

button.swal2-cancel.swal2-styled {
  background-color: #000caa !important;
}

button.swal2-confirm.swal2-styled {
  order: 2;
}

.wallet_btn {
  display: flex;
}

.wallet_btn button {
  width: 200px;
  background-color: #fe0091;
  border-radius: 50px;
  color: #fff;
  padding: 20px;
  margin: 60px auto 0;
  border: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.femaleSingal_section .wallet_btn button {
  max-width: 100%;
  width: 200px;
  border-radius: 50px;
}

/*seeker profile css start*/

.seeker_outer {
  background-color: #fff;
  padding: 70px 40px;
  max-width: 715px;
  margin: 120px auto;
  border-radius: 20px;
  overflow: hidden;
}

.interestSeeakar {
  margin: 50px 0;
}

.seekerProfile_img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #fe0091;
  margin: 0;
  position: relative;
}

.rotet_img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.seekerProfile_img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}

.seekarInner {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 50px;
}

.seekarInner .seeker_content {
  margin-bottom: 0;
}

.likeIcon_seeker {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 5px #cfcbcb;
  cursor: pointer;
}

#countdown,
.likeIcon_seeker i {
  color: #fe0091;
}

.seekarAbout {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.seekarAbout .seeker_content {
  /* width: 100%; */
  width: 70%;
  margin-bottom: 20px;
}

/* .occupationSeekar {
  width: 40%;
} */
.seeker_content h5 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}

/* .seekarAbout .seeker_content p {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
  margin-top: 5px;
  width: 85%;
} */

.seekarAbout .seeker_content p {
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  line-height: 30px;
  margin-top: 5px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.heightIcon {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.seeker_content a {
  width: 140px;
  height: 40px;
  border: 1px solid #fe0091;
  border-radius: 50px;
  color: #fe0091;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seeker_content a i {
  color: #fe0091;
  font-size: 15px;
  padding-right: 10px;
}

.seekar_img {
  width: 247px;
  height: 247px;
  border: 1px solid #fe0091;
  border-radius: 20px;
  overflow: hidden;
}

.seekar_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*seeker profile css end*/

.replayImg {
  background-color: #ffd7ee;
  max-width: 300px;
  height: auto;
  padding: 10px;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
  margin-top: 20px;
  float: right;
}

.replayImg img {
  width: 100%;
  height: 280px;
  border-radius: 10px 10px 0 10px;
  object-fit: cover;
}

.replayImg p {
  font-size: 18px;
  font-weight: 400;
}

.senderLi span {
  display: flex;
  justify-content: end;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
  color: #777777;
  padding-top: 10px;
}

.senderImg {
  background: #f5f5f5;
  width: 300px;
  height: auto;
  padding: 10px;
  border-radius: 10px 10px 10px 0px;
  overflow: hidden;
}

.senderImg img {
  width: 100%;
  height: 280px;
  border-radius: 10px 10px 10px 0;
  object-fit: cover;
}

.senderImg p {
  font-size: 18px;
  font-weight: 400;
}

.send-box textarea {
  width: 100%;
  min-height: auto;
  overflow-x: hidden;
  border: none;
  background: none;
  outline: none;
  resize: none;
  /* overflow: hidden; */
  white-space: pre-wrap;
  padding-top: 3px;
}

.chatStatus_view .hide {
  visibility: hidden;
}

.chatStatus_view .moreoption button {
  border: none;
  background: none;
  color: #ffff;
  font-size: 25px;
}

.chatStatus_view .popup-header span i {
  display: flex;
  justify-content: end;
  font-size: 30px;
  margin-right: 15px;
  cursor: pointer;
}

.chatStatus_view .popup {
  position: absolute;
  top: 61px;
  right: 0;
  background: #fafdff;
  border-radius: 20px;
  width: 300px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
    0px 11px 12px 7px rgba(0, 0, 0, 0.02);
  padding: 0px;
  color: #5e5e5e;
  z-index: 1;
}

.chatStatus_view .popup-body {
  padding: 25px 0;
}

.chatStatus_view .popup-header {
  border-bottom: 1px solid #e0dee0;
  padding-top: 20px;
}

.chatStatus_view .popup-header h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}

.chatStatus_view .popup-header img {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}

.chatStatus_view .ChatStatus {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.chatStatus_view .ChatStatus span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.chatStatus_view .chat_img {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #13b213;
  overflow: hidden;
}

.chatStatus_view .chat_img img {
  width: 100%;
  height: 100%;
}

.chatStatus_view .popup-body .ChatStatus:nth-child(1) {
  border-bottom: 1px solid #fe0091;
  padding-bottom: 20px;
}

.chatStatus_view .popup-body .ChatStatus:nth-child(2) {
  padding-top: 20px;
}

.chatStatus_view .chatBorder {
  border: 1px solid #7b7177;
}

.chatStatus_view .ofline_icon {
  background-color: #7b7177;
}

.sanderName {
  font-size: 13px;
  display: block;
  justify-content: start !important;
}

.saveBtn {
  max-width: 300px !important;
  margin: 0 auto 0;
  border-radius: 40px;
}

.country_submit {
  margin-top: 30px;
}

.tab_sign {
  margin-top: 40px;
}

.tabcontent input {
  margin: auto;
}

.tab_signUp {
  margin-top: 40px;
}

.modal-body-scroll {
  overflow-x: scroll;
  width: 100%;
}

.modal-body-scroll::-webkit-scrollbar {
  display: none;
}

.verifactionmodals .modal-header button {
  background-color: #fe0091;
  border-radius: 100%;
  opacity: unset;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.document_upload p {
  display: none;
}

/* about page css */

.aboutPerfect {
  padding: 100px 0;
  height: 745px;
}

.sectionLove-data {
  background-color: #f4f5ff;
  padding: 100px 0;
  margin: 0 0 120px;
}

.sectionLove-data h3 {
  text-align: center;
  font-size: 40px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 70px;
}

.communityBlock {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 25px;
  box-shadow: 0 0 8px #00000025;
  text-align: center;
}

.LoveDate-icon {
  width: 67px;
  height: 67px;
  background-color: #fe0091;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.aboutFeature {
  margin: 0 0 120px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background-color: #fe0091;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutFeature .amezingFeature .feature-icon img {
  width: 26px;
}

.communityBlock h4 {
  padding: 40px 0 30px;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
}

.communityBlock p {
  font-size: 20px;
  color: #5f5353;
  font-weight: 400;
  line-height: 30px;
}

.aboutFeature img {
  width: 100%;
}

.amezingFeature {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
}

.aboutFeature span {
  font-size: 20px;
  font-weight: 700;
  color: #000caa;
  padding-bottom: 20px;
}

.aboutFeature h2 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 40px;
}

.amezingFeature h6 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.amezingFeature p {
  font-size: 18px;
  font-weight: 400;
  color: #807e7e;
}

.amezingFeature .iconContent {
  width: 82%;
}

.featureContant {
  padding-left: 80px;
}

.getStarted {
  background-color: #ff6cc0;
}

.getStarted img {
  max-width: 500px;
}

.getStarted h5 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.getStarted p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.inputSubmit {
  padding: 30px 0 0;
  position: relative;
}

.inputSubmit input {
  padding: 20px 20px;
  border-radius: 30px;
  border: none;
  width: 80%;
}

.inputSubmit input::placeholder {
  font-size: 18px;
  color: #adaaaa;
  font-weight: 400;
}

.inputSubmit button {
  position: absolute;
  right: 125px;
  padding: 19px;
  border-radius: 40px;
  width: 144px;
  border: none;
  color: #fff;
  background-color: #ef0089;
  font-size: 18px;
  font-weight: 700;
}

#allChatPageDiv img {
  width: 400px;
  height: unset;
  display: flex;
  margin: auto;
}

.loaderaudio {
  position: relative;
}

.loaderaudio .loader {
  top: 23%;
  right: 26%;
}

.layer {
  background-color: #1001013b;
  height: 56px;
  width: 300px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 30px;
}

#expectationsCharCount,
#headlineCharCount,
#AboutCharCount {
  width: 100%;
  text-align: end;
  padding: 4px 0px;
}

.seekerscroll_inner,
.seekerscroll_content {
  height: 118px;
  overflow-y: auto;
  margin: 10px 0px;
  scrollbar-width: none;
}

.seekerscroll_inner {
  height: 180px;
}

.circle-container.loader_chat {
  position: absolute;
  top: 88px;
  right: 50%;
  transform: translateX(-50%);
}

.replayImg img,
.senderImg img {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.replayImg img:hover,
.senderImg img:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}

.recent_match_Section.recent_matchBlock .row {
  row-gap: 28px;
}

.notification-bgicon {
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.notification-bgicon img {
  width: 36px;
  height: 36px;
}

.document_type_section .select2-selection__rendered span {
  display: flex;
  align-items: center;
}

.likedProfile {
  display: flex;
  gap: 20px;
  width: 69%;
}

.custom_sec {
  max-width: 90%;
  margin-left: auto;
}

/* slider css start */

.outgoing_innerImg .carousel-control-prev {
  left: 5px;
  align-items: end;
  bottom: 20px;
  opacity: 1;
}

.outgoing_innerImg .carousel-control-next {
  right: 5px;
  align-items: end;
  bottom: 20px;
  opacity: 1;
}




/* .cus-tabs ul li{
      text-align: center;
    flex: 1;
    width: 100%;
}



.cus-tabs .cus-filter-tab{
  width: 100%;
      text-align: center;
    flex: 1;
} */

/* owll */

/* MAIN NAV CONTAINER */
.owl-nav {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  pointer-events: none !important;
  z-index: 10 !important;
}

/* NAV BUTTONS */
.owl-nav button {
  pointer-events: all !important;
  width: 50px !important;
  height: 50px !important;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(6px) !important;
}

/* LEFT BUTTON */
.owl-nav .owl-prev {
  margin-left: 15px !important;
}

/* RIGHT BUTTON */
.owl-nav .owl-next {
  margin-right: 15px !important;
}

/* HOVER EFFECT */
.owl-nav button:hover {
  background: #ffffff !important;
  color: #000000 !important;
  transform: scale(1.1) !important;
}

/* ACTIVE CLICK EFFECT */
.owl-nav button:active {
  transform: scale(0.95) !important;
}

/* SVG ICON STYLE */
.owl-nav button svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

/* DISABLED BUTTON (when loop off) */
.owl-nav .disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}

/* OPTIONAL: HIDE NAV ON SMALL SCREENS */
@media (max-width: 600px) {
  .owl-nav {
    display: none !important;
  }
}

