.apnaBtn {
  background: #fff;
  color: rgb(228, 32, 72);
  border: 1px solid rgb(228, 32, 72);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.apnaBtn:hover {
  color: #fff;
  border: 1px solid #fff;
  background: rgb(228, 32, 72);
}

.apnaBtn i {
  margin-right: .35rem;
}

.apnaProfileLists {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 60px;
}


.apnaProfile {
  background: #fff;
  width: calc(50% - .5rem);
  padding: .5rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.apnaProfile .planType {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .55rem;
  text-transform: uppercase;
  background: #017DC5;
  color: #fff;
  border-bottom-left-radius: .25rem;
  padding: .25rem .5rem;
}

.apnaProfile .topInfo,
.apnaProfile .bottomInfo,
.apnaProfile .bottomInfo .leftActions {
  display: flex;
}

.apnaProfile .topInfo {
  margin-bottom: .5rem;
}

.apnaProfile .topInfo .imgView {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: .5rem;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.apnaProfile .topInfo .imgView img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.apnaProfile:hover .topInfo .imgView img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.apnaProfile .topInfo .detView {
  flex: 1;
}

.apnaProfile .topInfo .detView .nameInfo span:nth-child(1) {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: .5rem;
  text-transform: capitalize;
  color: rgb(228, 32, 72);
}

.apnaProfile .topInfo .detView .nameInfo span:nth-child(2) {
  font-size: .8rem;
  font-weight: 400;
  margin-left: .35rem;
  color: #212121;
}

.apnaProfile .topInfo .detView .proDetails,
.apnaProfile .topInfo .detView .ageInfo,
.apnaProfile .topInfo .detView .livingInfo {
  font-size: .75rem;
  color: #212121;
}

.apnaProfile .topInfo .detView .livingInfo {
  font-weight: 500;
}

.apnaProfile .bottomInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .5rem;
  border-top: 1px solid #eee;
  padding-top: .5rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.apnaProfile .bottomInfo .longBtnAction {
  background: rgb(228, 32, 72);
  padding: .25rem .5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: .65rem;
  border-top-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  cursor: pointer;
}

.apnaProfile .bottomInfo .leftActions {
  gap: .5rem;
}

.apnaProfile .bottomInfo .leftActions .apnaBtn {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 1.5px solid rgb(228, 32, 72);
  display: flex;
  align-items: center;
  transition: .3s;
  justify-content: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}



.apnaProfile .bottomInfo .leftActions .apnaBtn i {
  font-size: .65rem;
  color: rgb(228, 32, 72);
  font-weight: 600;
  transition: .3s;
  margin: 0 !important;
}

.apnaProfile .bottomInfo .leftActions .apnaBtn:hover {
  background: rgb(228, 32, 72);
}

.apnaProfile .bottomInfo .leftActions .apnaBtn:hover i {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .apnaProfile {
    width: 100%;
  }

}

.apnaFilterBar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: none !important;
  border-radius: .25rem !important;
  -webkit-border-radius: .25rem !important;
  -moz-border-radius: .25rem !important;
  -ms-border-radius: .25rem !important;
  -o-border-radius: .25rem !important;
}

.apnaFilterBar input,
.apnaFilterBar select {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  outline: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.lhs-cate .chosen-container {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.apnaFilterBar input:focus,
.apnaFilterBar select:focus {
  box-shadow: none !important;
  border: 1px solid rgba(228, 32, 72, 0.5) !important;
}

.chosen-container-single .chosen-drop {
  border: 1px solid rgba(228, 32, 72, 0.5) !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.filt-com h4 {
  margin-bottom: .35rem !important;
}

.chosen-container-single .chosen-single span {
  color: rgba(0, 0, 0, 0.5);
}

.price-input .separator {
  width: auto !important;
  margin: 0 .25rem !important;
}

.field input {
  margin: 0 !important;
}

#apnaCopyIdPassBtn {
  background: rgb(229, 29, 72) !important;
  border: none !important;
}

.db-nav {
  margin: 0 !important;
}

input,
select,
textarea {
  box-shadow: none !important;
}

.wedd-rel-con span {
  text-transform: capitalize;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #4d90fe !important;
  padding: 3px 10px !important;
  border-radius: 1px !important;
}

.apnaProfileUploadSec {
  text-align: left !important;
}

.pageTitle {
  margin-bottom: .75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageTitle .editBtn {
  display: flex;
  align-items: center;
}


.pageTitle span {
  color: #FF166C;
  border-left: 2px solid #FF166C;
  text-transform: uppercase;
  padding-left: .75rem;
  letter-spacing: .5px;
}

.pageTitle .editBtn span {
  color: #66451c;
  border: none;
  padding-left: .25rem;
}

.pageTitle.sec span {
  border-left: none;
  padding-left: 0;
  font-size: .75rem;
}

.pageNavs {
  display: flex;
  padding-bottom: .5rem;
  gap: .5rem;
  overflow-x: auto;
  max-width: 100%;
  flex-wrap: nowrap;
}

.pageNavs .apnaNav {
  background: #BFDEF0;
  color: #000;
  padding: .35rem 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .9rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-weight: 500;
  user-select: none;
  min-width: fit-content;
  border-radius: .25rem !important;
}



.pageNavs .apnaNav::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1.25rem;
  width: 2rem;
  height: 2rem;
  background: #FFC5DA;
  transform: rotate(-45deg);
}

.pageNavs .apnaNav::after {
  position: absolute;
  content: "";
  top: 0;
  right: -1.25rem;
  width: 2rem;
  height: 2rem;
  background: #FFC5DA;
  transform: rotate(-45deg);
}


.pageNavs .apnaNav.active {
  background: #FFC5DA;
  color: #000;
}

.pageNavs .apnaNav.active::after,
.pageNavs .apnaNav.active::before {
  background: #BFDEF0;
}

.apnaOnboardingPage .apnaContent {
  padding: 1rem 0;
}

.apnaOnboardingPage .apnaContent .container {
  padding-left: 0;
  padding-right: 0;
}

#apnaModel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  display: none;
}

#apnaModel.open {
  display: flex;
}

#apnaModel .form_box {
  width: 100%;
  max-width: 320px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

#apnaModel .form_box .header {
  display: flex;
  align-items: center;
  padding: .5rem 1rem;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #dedede;
  text-transform: uppercase;
}

#apnaModel .form_box .header .close {
  background: red;
  color: #fff;
  padding: .25rem 1rem;
  font-size: .9rem;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}

#apnaModel .form_box .crop_image {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #4E73DF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  bottom: 2.5rem;
  z-index: 99;
  right: 2rem;
}

body {
  position: relative;
}

#apnaMessage {
  position: fixed;
  top: 1rem;
  border-radius: .25rem;
  border-width: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
  z-index: 9999999;
  padding: .5rem 1rem;
  min-width: 10rem;
  max-width: fit-content;
}

#apnaGalleryImages {
  gap: .5rem;
  display: flex;
  flex-wrap: wrap;
}

#apnaGalleryImages .galleryImg {
  width: calc((100% / 3) - (1rem / 2));
  border: 1px solid rgb(228, 32, 72);
}

#apnaGalleryImages .galleryImg img {
  width: 100%;
  height: 100%;
}

#birthTime,
#ageBetween,
#heightBetween {
  display: flex;
  gap: .5rem;
  border-radius: .3rem;
  align-items: center;
}

@media screen and (max-width: 350px) {
  .pageTitle .editBtn span {
    display: none;
  }
}

.apnaFormGroup.pass {
  position: relative;
}

.apnaFormGroup.pass i {
  position: absolute;
  top: 53%;
  right: .75rem;
}

.apnaInfoContainer li {
  white-space: normal !important;
}

.hiddenForReg {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}


