@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  box-sizing: border-box;
  margin: 0 0 0 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

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

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  float: left;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Inter";
}

a {
  text-decoration: none !important;
}

.toggle_icon, .closeMenuOverlay, .toggle_icon, .leftWidgt {
  display: none;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
header .headerTop {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0 12px;
  font-family: "Rubik";
}
header .headerTop .headerTopContainer {
  width: 100%;
  float: left;
  max-width: 1137px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerTop .headerTopContainer p {
  float: left;
  color: rgba(255, 255, 255, 0.81);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.531px;
  text-transform: uppercase;
  padding: 12px 0;
}
header .headerTop .headerTopContainer .regionBar {
  float: left;
  display: flex;
  align-items: center;
  gap: 15px;
}
header .headerTop .headerTopContainer .regionBar a {
  float: left;
  color: #FFF;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid rgba(255, 255, 255, 0.2705882353);
  padding: 12px 0 13px 13px;
}
header .headerTop .headerTopContainer.headerTopContainerAdmin p a {
  color: #fff;
  text-transform: none !important;
}
header .headerTop.headerTopControl {
  background-color: #353535 !important;
}
header .headerTop.headerTopControl .headerTopContainerAdmin {
  justify-content: flex-end;
}
header .headerMain {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
header .headerMain .headerContainer {
  width: 100%;
  float: left;
  max-width: 1137px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerMain .headerContainer .headerLogo {
  width: 144px;
}
header .headerMain .headerContainer .headerLogo img {
  width: 76px;
}
header .headerMain .headerContainer nav {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
header .headerMain .headerContainer nav ul.navList {
  float: left;
  display: flex;
  gap: 25px;
  align-items: center;
  list-style: none;
}
header .headerMain .headerContainer nav ul.navList li {
  position: relative;
  float: left;
  padding: 11px 0;
}
header .headerMain .headerContainer nav ul.navList li a {
  float: left;
  color: #FFF;
  text-align: right;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: capitalize;
}
header .headerMain .headerContainer nav ul.navList li ul.legalSubmenu {
  position: absolute;
  background-color: #fff;
  display: none;
  width: 164px;
  padding: 9px 0px;
  list-style: none;
  top: 34px;
  border-radius: 5px;
  left: calc(50% - 82px);
  box-shadow: 0px 11px 21px rgba(0, 0, 0, 0.2);
}
header .headerMain .headerContainer nav ul.navList li ul.legalSubmenu li {
  float: left;
  width: 100%;
  padding: 5px 0;
}
header .headerMain .headerContainer nav ul.navList li ul.legalSubmenu li a {
  width: 100%;
  float: left;
  color: #000;
  text-align: center;
  font-size: 12px;
}
header .headerMain .headerContainer nav .widgt {
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  min-width: 84px;
}
header .headerMain .headerContainer nav .widgt a {
  float: left;
  position: relative;
}
header .headerMain .headerContainer nav .widgt a img {
  width: 26px;
}
header .headerMain .headerContainer nav .widgt a .countWrp {
  position: absolute;
  background-color: #d024b5;
  color: #fff;
  z-index: 9;
  width: 19px;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 100%;
  top: -6px;
  right: -11px;
}
header .headerMain .headerContainer nav .widgt .search img {
  width: 26px;
  cursor: pointer;
}
header .headerMain .headerContainer nav .widgt .accountBox {
  width: 200px;
  height: unset;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8862745098);
  top: 36px;
  border-radius: 12px;
  padding: 0 0 12px 0;
  display: none;
  border: 1px solid #ddd;
  backdrop-filter: blur(11px);
}
header .headerMain .headerContainer nav .widgt .accountBox p {
  width: 100%;
  float: left;
  font-family: "Poppins";
  font-weight: 500;
  padding: 10px 15px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
header .headerMain .headerContainer nav .widgt .accountBox a {
  width: 100%;
  float: left;
  font-family: "Inter";
  font-weight: 400;
  padding: 10px 15px;
  font-size: 15px;
  color: #2b2b2b;
}
header .headerMain .headerContainer nav .loginBttns {
  float: left;
  display: flex;
  gap: 7px;
}
header .headerMain .headerContainer nav .loginBttns .headBttn {
  float: left;
  display: flex;
  gap: 14px;
  font-family: "Inter";
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7882352941);
  background: rgba(255, 255, 255, 0.1607843137);
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1607843137);
}

.language {
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  position: relative;
}
.language .flagIcon {
  width: 27px;
  height: 27px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}
.language .flagIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.language .langName {
  float: left;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #FFF;
  text-align: right;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: capitalize;
}
.language .langOptions {
  width: 160px;
  height: unset;
  background-color: #fff;
  position: absolute;
  top: 41px;
  right: -6px;
  padding: 10px 0;
  border-radius: 10px;
  display: none;
  z-index: 9999;
  border: 1px solid #ddd;
}
.language .langOptions .lOptionBox {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 15px;
  font-size: 16px;
  font-family: "Poppins";
  color: #2b2b2b;
}
.language .langOptions .lOptionBox img {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.heroHeaderApp {
  width: 100%;
  float: left;
  height: 400px;
  background: linear-gradient(271deg, #710DB3 13.4%, #AA0FAF 57.6%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.heroHeaderApp h1 {
  width: 100%;
  float: left;
  text-align: center;
  color: #fff;
  font-family: "Poppins";
  margin: 180px 0 0 0;
  font-weight: 500;
  font-size: 40px;
}
.heroHeaderApp p {
  width: 100%;
  float: left;
  max-width: 470px;
  text-align: center;
  font-family: "Rubik";
  color: #fff;
  font-size: 15px;
  margin: 22px 0 0 0;
  line-height: 25px;
}
.heroHeaderApp img.coverPhoto {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.4;
}
.heroHeaderApp .changeCoverPhoto {
  width: 45px;
  min-height: 45px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #C905AA;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 27px;
  bottom: 35px;
}
.heroHeaderApp .changeCoverPhoto i {
  color: #C905AA;
}
.heroHeaderApp .profilePhoto {
  width: 200px;
  height: 200px;
  background-color: #F5E8FF;
  background-image: url(../../../images/divaProfilePhotoPlaceholder.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center center;
  border-radius: 100%;
  position: absolute;
  bottom: -91px;
  border: 4px solid #fff;
}
.heroHeaderApp .profilePhoto .verifiedBadge {
  width: 45px;
  height: 45px;
  position: absolute;
  border-radius: 100%;
  right: 15px;
  bottom: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.13);
  background-image: url(../../../images/verifiedIocn.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center center;
  cursor: pointer;
}
.heroHeaderApp .profilePhoto .profilePic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  opacity: 1;
}
.heroHeaderApp .profilePhoto .changeProfilePhoto {
  width: 45px;
  min-height: 45px;
  background-color: #fff;
  border-radius: 100%;
  border: 2px solid #C905AA;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: -3px;
  bottom: 6px;
}
.heroHeaderApp .profilePhoto .changeProfilePhoto i {
  color: #C905AA;
}
.heroHeaderApp .profilePhoto.alphaPhoto {
  background-image: url(../../../images/alphaProfilePhotoPlaceholder.svg) !important;
}

.formBodyWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 35px 0 50px 0;
}
.formBodyWrap.editProfileWrap {
  margin: 85px 0 50px 0;
  flex-direction: column;
  align-items: center;
}
.formBodyWrap.editProfileWrap .paymentForm {
  margin: 30px 0 0 0;
}
.formBodyWrap.editProfileWrap .paymentForm .infoText p a {
  float: left;
  padding: 8px 18px;
  background: #a529f7;
  color: #fff;
  border-radius: 7px;
  margin: 8px 0 0 0;
  box-shadow: 0 3px 9px rgba(102, 0, 169, 0.368627451);
}
.formBodyWrap .formBodyContainer {
  width: 100%;
  float: left;
  max-width: 600px;
}
.formBodyWrap .formBodyContainer .progressWrap {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.formBodyWrap .formBodyContainer .progressWrap::after {
  content: "";
  position: absolute;
  background-color: #F5E8FF;
  height: 3px;
  width: 100%;
}
.formBodyWrap .formBodyContainer .progressWrap .progressIndicator {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 3px solid #F5E8FF;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #E5D2F3;
  text-align: center;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  z-index: 1;
}
.formBodyWrap .formBodyContainer .progressWrap .progressIndicator:first-child {
  z-index: 9;
  position: relative;
}
.formBodyWrap .formBodyContainer .progressWrap .progressIndicator:nth-child(2) {
  z-index: 7;
  position: relative;
}
.formBodyWrap .formBodyContainer .progressWrap .progressIndicator:nth-child(3) {
  z-index: 5;
  position: relative;
}
.formBodyWrap .formBodyContainer .progressWrap .progressIndicator.active {
  border-color: #C905AA;
  color: #C905AA;
}
.formBodyWrap .formBodyContainer .progressWrap .progressIndicator.active::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 500px;
  left: -500px;
  background-color: #C905AA;
}
.formBodyWrap .formBodyContainer .progressWrap .progressIndicator span.progressLevelText {
  position: absolute;
  font-size: 12px;
  top: 65px;
  text-transform: none;
  line-height: 113%;
}
.formBodyWrap .formBodyContainer.paymentForm {
  max-width: 850px;
}
.formBodyWrap .formBodyContainer.paymentForm form .tiers {
  gap: 15px;
}
.formBodyWrap .formBodyContainer.paymentForm form .tiers .tier-card {
  max-width: 264px;
}
.formBodyWrap .formBodyContainer.paymentForm form .tiers .tier-card .featuresText {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
}
.formBodyWrap .formBodyContainer.paymentForm form .tiers .tier-card .featuresText p {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 6px 0;
}
.formBodyWrap .formBodyContainer.paymentForm form .tiers .tier-card .featuresText p i {
  float: left;
  color: #4fc147;
  font-size: 17px;
  -webkit-text-stroke: 1.2px #fff;
  margin: 2px 0 0 0;
}
.formBodyWrap .formBodyContainer .tabsButtonWrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #FFE8FB;
  margin: 35px 0 0 0;
}
.formBodyWrap .formBodyContainer .tabsButtonWrap .buttonLink {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 16px 0;
  color: #A36F9C;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.98px;
  text-transform: uppercase;
}
.formBodyWrap .formBodyContainer .tabsButtonWrap .buttonLink.active {
  background-color: #C905AA;
  color: #fff;
}
.formBodyWrap .formBodyContainer .tabsButtonWrap .buttonLink.active img {
  filter: brightness(10);
}

.mainForm {
  width: 100%;
  float: left;
  padding: 0 12px;
  margin: 25px 0 0 0;
}
.mainForm .inputWrapper {
  width: 100%;
  float: left;
  margin: 8px 0;
  position: relative;
}
.mainForm .inputWrapper p {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 0 7px;
}
.mainForm .inputWrapper p span.required {
  color: #C905AA;
}
.mainForm .inputWrapper .withTooltip {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 0 7px;
  display: flex;
  gap: 7px;
  position: relative;
  z-index: 1;
}
.mainForm .inputWrapper .withTooltip span.required {
  color: #C905AA;
}
.mainForm .inputWrapper .inputField {
  width: 100%;
  float: left;
  border-radius: 7px;
  background: #F8F8F8;
  margin: 15px 0 0 0;
  font-family: "Rubik";
  color: #000;
  font-size: 14px;
  border: 0;
  outline: none !important;
  padding: 20px 25px;
}
.mainForm .inputWrapper .inputField.emptyRequired {
  border: 1px solid #f00;
}
.mainForm .inputWrapper .status-text {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-family: "Poppins";
  font-size: 14px;
}
.mainForm .inputWrapper .status-text.taken {
  color: #bd2a2a;
}
.mainForm .inputWrapper .status-text.available {
  color: #327f59;
}
.mainForm .inputWrapper textarea {
  height: 120px;
  resize: none;
  border: 0;
  font-family: "Rubik";
  cursor: text !important;
}
.mainForm .inputWrapper textarea.emptyRequired {
  border: 1px solid #f00;
}
.mainForm .inputWrapper select {
  border: 0;
  font-family: "Rubik";
  outline: none !important;
}
.mainForm .inputWrapper select.emptyRequired {
  border: 1px solid #f00;
}
.mainForm .inputWrapper .hiddenInput {
  display: none !important;
}
.mainForm .inputWrapper .fileTypeField {
  width: 100%;
  float: left;
  padding: 15px 25px;
  border-radius: 7px;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  gap: 15px;
  display: flex;
  cursor: pointer;
}
.mainForm .inputWrapper .fileTypeField img {
  float: left;
}
.mainForm .inputWrapper .fileTypeField b {
  float: left;
  color: #000;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.mainForm .inputWrapper .fileTypeField.emptyInpFile {
  border: 1px solid #f00;
}
.mainForm .inputWrapper .multi-select-container {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  font-family: "Rubik";
  color: #000;
}
.mainForm .inputWrapper .multi-select-container .multi-select-button {
  width: 100%;
  float: left;
  border-radius: 7px;
  background: #F8F8F8;
  border: 0;
  outline: none !important;
  padding: 20px 25px;
  max-width: unset;
  box-shadow: none;
  font-size: 14px;
}
.mainForm .inputWrapper .multi-select-container .multi-select-button::after {
  right: 19px;
  position: absolute;
  top: 26px;
}
.mainForm .inputWrapper .multi-select-container .multi-select-button.emptyRequired {
  border: 1px solid #fff;
}
.mainForm .inputWrapper .multi-select-container .multi-select-menu {
  position: relative;
  top: 0;
  border: 0;
  box-shadow: none;
  background: #f8f8f8;
  padding: 6px 11px;
}
.mainForm .inputWrapper span.error {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
  font-size: 14px;
  color: #F44336;
}
.mainForm .inputWrapper .iti--inline-dropdown {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}
.mainForm .inputWrapper .iti--inline-dropdown .iti__selected-dial-code {
  margin-left: 1px;
  font-size: 14px;
}
.mainForm .inputWrapper .iti--inline-dropdown .iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 13px 33px;
  font-size: 14px;
  outline: none !important;
}
.mainForm .inputWrapper .toggleInput {
  position: absolute;
  top: 44px;
  font-size: 23px;
  right: 23px;
  color: #9f9f9f;
}
.mainForm .checkBoxesWrapper {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.mainForm .checkBoxesWrapper p {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 0 0 10px 0;
}
.mainForm .checkBoxesWrapper p span.required {
  color: #C905AA;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  gap: 25px;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink a {
  color: #C905AA;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap {
  float: left;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap .boxStyle {
  min-width: 28px;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  border: 2px solid #FFE8FB;
  background: #FFF;
  position: relative;
  transition: 0.3s ease-in-out;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap .boxStyle i {
  color: #C905AA;
  font-size: 32px;
  -webkit-text-stroke: 4px #fff;
  position: absolute;
  top: -8px;
  left: 1px;
  transition: 0.3s ease-in-out;
  transform: scale(0);
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap b {
  float: left;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 145%;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap .mainCheck {
  display: none;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap .mainCheck:checked ~ .boxStyle {
  border: 2px solid #C905AA;
}
.mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap .mainCheck:checked ~ .boxStyle i {
  transform: scale(1);
}
.mainForm .submitBttn {
  width: 80%;
  float: left;
  border-radius: 31px;
  background: #C905AA;
  text-align: center;
  padding: 22px 0;
  border: 0;
  outline: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  margin: 50px 0 0 10%;
  cursor: pointer;
}
.mainForm .submitBttn2 {
  float: left;
  border-radius: 5px;
  background: #C905AA;
  text-align: center;
  padding: 15px 22px;
  border: 0;
  outline: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  cursor: pointer;
}

.goAnotherPanel {
  width: 100%;
  float: left;
  text-align: center;
  margin: 25px 0 0 0;
  color: #787878;
  text-align: center;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.68px;
}
.goAnotherPanel a {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.68px;
}

.imagePreview {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.imagePreview img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 12px;
}

.uploadPhotoPopWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  backdrop-filter: blur(12px);
  display: none;
}
.uploadPhotoPopWrap .uploadPhotoPopMain {
  width: 440px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: hidden;
}
.uploadPhotoPopWrap .uploadPhotoPopMain h4 {
  width: 100%;
  float: left;
  text-align: center;
  margin: 45px 0 0 0;
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.uploadPhotoPopWrap .uploadPhotoPopMain .optionsWrap {
  width: 100%;
  float: left;
  margin: 40px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
}
.uploadPhotoPopWrap .uploadPhotoPopMain .optionsWrap .optionBox {
  width: 65px;
  height: 65px;
  float: left;
  cursor: pointer;
}
.uploadPhotoPopWrap .uploadPhotoPopMain .optionsWrap .optionBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.uploadPhotoPopWrap .uploadPhotoPopMain .optionsWrap .optionBox p {
  width: 100%;
  float: left;
  color: #868686;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.uploadPhotoPopWrap .uploadPhotoPopMain .closePopBttn {
  width: 100%;
  float: left;
  border: 0;
  border-radius: 20px 20px 0 0;
  background: #C905AA;
  text-align: center;
  margin: 30px 0 0 0;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  padding: 22px 0;
  cursor: pointer;
}

.alphaReport {
  width: 100%;
  float: left;
  text-align: center;
  margin: 27px 0 -15px 0;
  background: #ffe5e5;
  padding: 14px 3px;
  border-radius: 11px;
  font-size: 20px;
  color: #c83838;
}

footer {
  width: 100%;
  float: left;
  background: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #ddd;
}
footer .footerContainer {
  width: 100%;
  float: left;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 12px;
}
footer .footerContainer nav {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-flow: row wrap;
}
footer .footerContainer nav .footerLogo {
  width: 57px;
  float: left;
}
footer .footerContainer nav .footerLogo img {
  max-width: 100%;
}
footer .footerContainer nav ul.footnavList {
  float: left;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footerContainer nav ul.footnavList li {
  float: left;
  position: relative;
}
footer .footerContainer nav ul.footnavList li a {
  color: #000000;
  text-align: center;
  font-family: "Rubik";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}
footer .footerContainer nav p {
  float: left;
  max-width: 400px;
  text-align: center;
  font-family: "Inter";
  color: #000000;
  margin: 0px 0 0 0;
  font-size: 13px;
  line-height: 170%;
}
footer .footerTop {
  position: fixed;
  width: 70px;
  height: 350px;
  background-color: #ffffff;
  bottom: 60px;
  right: 0px;
  border-radius: 25px 0 0 25px;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  z-index: 9999;
}
footer .footerTop a {
  float: left;
  position: relative;
}
footer .footerTop a img {
  opacity: 0.5;
}
footer .footerTop a.active img {
  opacity: 1;
}
footer .footerTop a span {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #d024b5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  color: #fff;
  z-index: 1;
  top: -6px;
  right: -5px;
}

.verificationContainer {
  width: 100%;
  float: left;
  margin: 45px 0 0 0;
  padding: 42px 0 0 0;
  border-top: 1px solid #f5e8ff;
  text-align: center;
  font-family: "Poppins";
}
.verificationContainer .verificationMessage {
  width: 100%;
  float: left;
  font-size: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.verificationContainer .verificationMessage .noteText {
  width: 100%;
  float: left;
  max-width: 600px;
  background: #fff1db;
  text-align: left;
  padding: 13px 16px;
  font-size: 14px;
}
.verificationContainer .verificationLink {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.verificationContainer .verificationLink a.btn_primary {
  font-size: 18px;
  font-family: "Poppins";
  color: #3257d0;
  font-weight: 500;
}

.successPopWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  display: none;
}
.successPopWrap .successPopContain {
  width: 280px;
  height: unset;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.successPopWrap .successPopContain .icon {
  width: 95px;
  height: 95px;
  border: 3px solid #41ad46;
  float: left;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0 0;
}
.successPopWrap .successPopContain .icon i {
  font-size: 54px;
  -webkit-text-stroke: 7px #fff;
  color: #41ad46;
}
.successPopWrap .successPopContain p {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  text-align: center;
  padding: 0 10px;
  font-family: "Poppins";
}
.successPopWrap .successPopContain .closePop {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #41ad46;
  font-family: "Poppins";
  padding: 13px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

.errorPopWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  display: none;
}
.errorPopWrap .errorPopContain {
  width: 280px;
  height: 310px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.errorPopWrap .errorPopContain .icon {
  width: 95px;
  height: 95px;
  border: 3px solid #e91e63;
  float: left;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0 0;
}
.errorPopWrap .errorPopContain .icon i {
  font-size: 54px;
  -webkit-text-stroke: 7px #fff;
  color: #e91e63;
}
.errorPopWrap .errorPopContain p {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  text-align: center;
  padding: 0 10px;
  font-family: "Poppins";
}
.errorPopWrap .errorPopContain .closePop {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #e91e63;
  font-family: "Poppins";
  padding: 13px 0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

.addedImageContainer {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
}
.addedImageContainer .image-wrapper {
  width: 140px;
  height: 140px;
  float: left;
  position: relative;
  overflow: hidden;
}
.addedImageContainer .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.addedImageContainer .image-wrapper .delete-btn {
  position: absolute;
  bottom: 6px;
  right: 5px;
  width: 40px;
  height: 40px;
  padding: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 17px;
  border: 0;
  background: #E91E63;
  font-weight: 800;
  color: #fff;
}

.privateMsg {
  width: 100%;
  float: left;
  background-color: #e0fee2;
  font-size: 13px;
  padding: 10px 17px;
  margin: 8px 0;
  font-weight: 500;
  line-height: 162%;
  color: #294d2c;
  border-radius: 7px;
}

/*******************************  profile page  ********************************/
.profilePageWrap {
  width: 100%;
  float: left;
  margin: 120px 0 0px 0;
  display: flex;
  align-items: center;
  padding: 0 0;
  flex-direction: column;
}
.profilePageWrap .profilepageContainer {
  width: 100%;
  float: left;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profilePageWrap .profilepageContainer .nameBox {
  float: left;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  gap: 12px;
}
.profilePageWrap .profilepageContainer .nameBox h4 {
  float: left;
  color: #300032;
  text-align: center;
  font-family: "Poppins";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.25px;
}
.profilePageWrap .profilepageContainer .nameBox span.feetCount {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 5px 8px;
  border-radius: 30px;
  float: left;
  background: #D024B5;
  position: relative;
}
.profilePageWrap .profilepageContainer .nameBox span.feetCount .feetCountTooltip {
  position: absolute;
  width: 199px;
  background-color: rgba(201, 5, 170, 0.8509803922);
  color: #ffffff;
  text-align: left;
  right: -19px;
  padding: 10px 0px;
  border-radius: 12px;
  top: 38px;
  display: none;
  backdrop-filter: blur(6px);
}
.profilePageWrap .profilepageContainer .nameBox span.feetCount .feetCountTooltip p {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e370d1;
  font-size: 14px;
  padding: 8px 15px;
  font-family: "Poppins";
}
.profilePageWrap .profilepageContainer .nameBox span.feetCount .feetCountTooltip p:last-child {
  border: 0;
}
.profilePageWrap .profilepageContainer .nameBox span.feetCount .feetCountTooltip::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #d12ab7;
  top: -2px;
  right: 28px;
  transform: rotate(45deg);
}
.profilePageWrap .profilepageContainer .handleName {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Poppins";
  margin: 6px 0 10px 0;
  font-size: 14px;
  color: #93067c;
}
.profilePageWrap .profilepageContainer .countryName {
  float: left;
  color: #8B8B8B;
  text-align: center;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.34px;
  margin: 4px 0 0 0;
  padding: 0 12px;
}
.profilePageWrap .profilepageContainer .socialMedia {
  float: left;
  display: flex;
  justify-content: center;
  gap: 17px;
  margin: 20px 0 0 0;
}
.profilePageWrap .profilepageContainer .socialMedia .icon {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DCAFFF;
}
.profilePageWrap .profilepageContainer .smallDescriptionText {
  width: 100%;
  float: left;
  color: #3B3B3B;
  text-align: center;
  font-family: "Rubik";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin: 0 0 0 0;
  text-align: center;
  padding: 0 20px;
}
.profilePageWrap .profilepageContainer .linksWrap {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 33px 0 0 0;
}
.profilePageWrap .profilepageContainer .linksWrap .buttonType {
  background-color: #C905AA;
  width: 182px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  float: left;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.19px;
  box-shadow: 0 9px 12px 0 rgba(255, 17, 217, 0.14);
}
.profilePageWrap .profilepageContainer .linksWrap .buttonType.main-unfollow-btn {
  background-color: #f8f8f8;
  color: #000;
  font-weight: 400;
  box-shadow: 0 9px 12px 0 rgba(135, 135, 135, 0.15);
}
.profilePageWrap .profilepageContainer .linksWrap .iconType {
  float: left;
  border-radius: 56px;
  border: 1px solid #D2D2D2;
  background: #FFF;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profilePageWrap .profilepageContainer .followersWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 43px 0 0 0;
}
.profilePageWrap .profilepageContainer .followersWrap .fBox {
  width: 130px;
  height: 60px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  text-align: center;
  border-right: 1px solid #E0E0E0;
  background: #FFF;
}
.profilePageWrap .profilepageContainer .followersWrap .fBox strong {
  float: left;
  color: #812071;
  text-align: center;
  font-family: "Inter";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
}
.profilePageWrap .profilepageContainer .followersWrap .fBox small {
  float: left;
  color: #898989;
  text-align: center;
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.26px;
}
.profilePageWrap .profilepageContainer .followersWrap .fBox a {
  width: 100%;
  float: left;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  text-align: center;
  cursor: pointer;
}
.profilePageWrap .profilepageContainer .followersWrap .fBox a img {
  width: 25px;
  height: 28px;
}
.profilePageWrap .profilepageContainer .followersWrap .fBox a small {
  color: #898989;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull {
  width: 100%;
  float: left;
  margin: 45px 0 0 0;
  border-top: 1px solid #D9D9D9;
  padding-top: 25px;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull h4 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.19px;
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull h4 a {
  float: left;
  color: #C905AA;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15px;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap {
  width: 100%;
  float: left;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap::-webkit-scrollbar {
  display: none;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap .personsSlideInner {
  float: left;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 12px;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .noFollowers {
  width: 100%;
  float: left;
  font-family: "Poppins";
  font-size: 17px;
  color: #9e9e9e;
  font-weight: 600;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox {
  float: left;
  width: 75px;
  min-width: 75px;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox picture {
  width: 75px;
  height: 75px;
  float: left;
  background-color: #E5D2F3;
  border-radius: 100%;
  background-image: url(../../../images/placeholder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  overflow: hidden;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox p {
  width: 100%;
  float: left;
  color: #780F7C;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 10px 0 0 0;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .requestBttnWrap {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin: 30px 0 0 0;
}
.profilePageWrap .profilepageContainer .followersPersonsWrapFull .requestBttnWrap .requestBtn {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #FFE8FB;
  font-family: "Inter";
  color: #C905AA;
  padding: 21px 0;
  letter-spacing: 0.5px;
  border-radius: 12px;
}
.profilePageWrap .profilepageContainer .tabsWrapper {
  width: 100%;
  float: left;
  margin: 35px 0 0 0;
  padding: 0;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabsBttns {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabsBttns .tabBtn {
  width: 100%;
  float: left;
  height: 76px;
  border-right: 0.3px solid #fac9f2;
  background: #FFE8FB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #C905AA;
  text-align: center;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabsBttns .tabBtn i {
  font-size: 20px;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabsBttns .tabBtn:last-child {
  border: 0;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabsBttns .tabBtn.active {
  background-color: #B30898;
  color: #fff;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  display: none;
  flex-flow: row wrap;
  justify-content: center;
  gap: 8px;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap.showBox {
  display: flex;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .uploadPicture {
  width: 183px;
  height: 183px;
  float: left;
  overflow: hidden;
  border: 1px solid #DCAFFF;
  background: #F5E8FF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .uploadPicture img {
  width: 68px;
  float: left;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .uploadPicture p {
  width: 100%;
  float: left;
  color: #7C31A9;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .uploadVideo {
  width: 183px;
  height: 183px;
  float: left;
  overflow: hidden;
  border: 1px solid #DCAFFF;
  background: #F5E8FF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .uploadVideo img {
  width: 68px;
  float: left;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .uploadVideo p {
  width: 100%;
  float: left;
  color: #7C31A9;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .thumb {
  width: 183px;
  height: 183px;
  float: left;
  position: relative;
  overflow: hidden;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profilePageWrap .profilepageContainer .tabsWrapper .tabBoxesWrap .thumb .remove-btn {
  position: absolute;
  z-index: 9;
  right: 7px;
  bottom: 8px;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 100%;
  font-size: 15px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.1882352941);
  color: #000000;
}

.postWrap {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
  max-width: 550px;
}
.postWrap .postBox {
  width: 100%;
  float: left;
  margin: 13px 0 20px 0;
  position: relative;
}
.postWrap .postBox .authorBox {
  width: 100%;
  float: left;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.postWrap .postBox .authorBox .authorName {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 12px;
}
.postWrap .postBox .authorBox .authorName picture {
  min-width: 55px;
  width: 55px;
  height: 55px;
  background-color: #ffe8fb;
  border-radius: 100%;
  float: left;
  background-image: url(../../../images/divaProfilePhotoPlaceholder.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  position: relative;
}
.postWrap .postBox .authorBox .authorName picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.postWrap .postBox .authorBox .authorName h4 {
  float: left;
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  gap: 3px;
}
.postWrap .postBox .authorBox .authorName h4 a {
  color: #000;
}
.postWrap .postBox .authorBox .authorName h4 small {
  color: #989898;
  font-weight: 400;
}
.postWrap .postBox .authorBox .authorName h4 small a {
  color: #989898;
}
.postWrap .postBox .authorBox .threeDot {
  float: left;
  height: 45px;
  display: flex;
  align-items: center;
}
.postWrap .postBox .postedText {
  width: 100%;
  float: left;
  padding: 0 15px;
  color: #707070;
  font-family: "Rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 13px 0 25px 0;
}
.postWrap .postBox .postContentWrap {
  width: 100%;
  float: left;
  margin: 0px 0 0px 0;
}
.postWrap .postBox .postContentWrap .dragSliderBox {
  width: 100%;
  float: left;
  direction: ltr;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider {
  position: relative;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .dragBox {
  width: 100%;
  float: left;
  height: 550px;
  background-color: #000;
  position: relative;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .dragBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .dragBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .dragBox .playPauseContainer {
  width: 100%;
  height: 250px;
  position: absolute;
  top: calc(50% - 125px);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .dragBox .playPauseContainer img {
  width: 80px;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .dragBox.video-paused .playPauseContainer {
  opacity: 1;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .dragBox .volume {
  position: absolute;
  right: 13px;
  top: 10px;
  background: rgba(255, 255, 255, 0.5882352941);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 22px;
  z-index: 9;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .owl-pagination::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .owl-pagination .owl-page span {
  margin: 0 3px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.21);
  opacity: 1 !important;
}
.postWrap .postBox .postContentWrap .dragSliderBox .dragSlider .owl-pagination .owl-page.active span {
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #D024B5;
}
.postWrap .postBox .commentsAndLikes {
  float: right;
  border-radius: 30px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  padding: 10px 19px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: -17px 12px 0 0;
  position: relative;
  z-index: 1;
}
.postWrap .postBox .commentsAndLikes .comment {
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Rubik";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.postWrap .postBox .commentsAndLikes .like {
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Rubik";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.postWrap .postBox .commentsAndLikes .like i {
  color: #C905AA;
  font-size: 22px;
}
.postWrap .postBox .commentsAndLikes .sharePost {
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-family: "Rubik";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.postWrap .postBox .commentsAndLikes .sharePost i {
  color: #C905AA;
  font-size: 22px;
}
.postWrap .postBox .commentsAndLikes .likeCount {
  background-color: #e4e4e4;
  padding: 1px 7px;
  margin: 0 0 0 -8px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
.postWrap .postBox .commentsAndLikes .likeCount.likeHidden {
  background-color: #fff;
  padding: 0;
  margin: 0 0 0 -11px;
}

.commentPopWrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.commentPopWrap .commentsHeader {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0 0 0;
}
.commentPopWrap .commentsHeader h4 {
  float: left;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Rubik";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.commentPopWrap .commentsHeader .goBack {
  width: 47px;
  float: left;
}
.commentPopWrap .commentsHeader picture {
  min-width: 47px;
  width: 47px;
  height: 47px;
  background-color: #ffe8fb;
  overflow: hidden;
  border-radius: 100%;
  float: left;
  background-image: url(../../../images/divaProfilePhotoPlaceholder.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  overflow: hidden;
}
.commentPopWrap .commentsHeader picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.commentPopWrap .commentsWrap {
  width: 100%;
  float: left;
  height: 77%;
  overflow: auto;
  margin: 8px 0 0 0;
  -webkit-mask-image: linear-gradient(180deg, #000 88%, transparent);
          mask-image: linear-gradient(180deg, #000 88%, transparent);
  padding: 0 0 50px 0;
  position: relative;
}
.commentPopWrap .commentsWrap::-webkit-scrollbar {
  display: none;
}
.commentPopWrap .commentsWrap .commentBox {
  width: 100%;
  float: left;
  display: flex;
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
.commentPopWrap .commentsWrap .commentBox:last-child {
  border: 0;
}
.commentPopWrap .commentsWrap .commentBox picture {
  min-width: 55px;
  width: 55px;
  height: 55px;
  background-color: #ffe8fb;
  border-radius: 100%;
  float: left;
  background-image: url(../../../images/logoMobile.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  position: relative;
}
.commentPopWrap .commentsWrap .commentBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.commentPopWrap .commentsWrap .commentBox picture span.badge {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #f2f2f2;
  border-radius: 100%;
  border: 2px solid #fff;
  left: -8px;
  top: -8px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.commentPopWrap .commentsWrap .commentBox picture span.badge.basic {
  background-color: #050505;
}
.commentPopWrap .commentsWrap .commentBox picture span.badge.king {
  background-color: #FFBC2C;
  background-image: url(../../../images/diamond.svg);
}
.commentPopWrap .commentsWrap .commentBox picture span.badge.prince {
  background-color: #2C6FFF;
  background-image: url(../../../images/prince.svg);
}
.commentPopWrap .commentsWrap .commentBox picture span.badge.vip {
  background-color: #A31AFF;
  background-image: url(../../../images/tie.svg);
  background-size: 9px;
}
.commentPopWrap .commentsWrap .commentBox .commentBody {
  width: 100%;
  float: left;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .commentatorName {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .commentatorName strong {
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .commentatorName strong a {
  color: #000;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .commentatorName small {
  float: left;
  color: #989898;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .mainCommentText {
  width: 100%;
  float: left;
  margin: 9px 0 0 0;
  color: #707070;
  font-family: "Rubik";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  word-break: break-all;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .show-more-btn {
  float: left;
  width: 100%;
  margin: 3px 0 0 0;
  color: #2646c6;
  font-size: 14px;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .deleteComment {
  float: right;
  border: 0;
  margin: 2px 0 -8px 0;
  padding: 9px 12px;
  display: flex;
  gap: 9px;
  border-radius: 24px;
  align-items: center;
  color: #848484;
  background: #f3f3f3;
}
.commentPopWrap .commentsWrap .commentBox .commentBody .deleteComment i {
  font-size: 18px;
}
.commentPopWrap .commentsWrap .noItemFound {
  width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.commentPopWrap .commentsWrap .noItemFound img {
  max-width: 100%;
}
.commentPopWrap .commentsWrap .noItemFound p {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Poppins";
  margin: 15px 0 0 0;
}
.commentPopWrap .inputCommentWrap {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.commentPopWrap .inputCommentWrap .inputCommentBox {
  width: 100%;
  float: left;
  padding: 8px;
  border-radius: 15px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 0;
}
.commentPopWrap .inputCommentWrap .inputCommentBox .usr {
  width: 100%;
  float: left;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 12px;
  border: 0;
  background-color: #fff;
  outline: none !important;
}
.commentPopWrap .inputCommentWrap .inputCommentBox .commantSub {
  float: left;
  max-width: 49px;
  min-width: 49px;
  height: 45px;
  border-radius: 13px;
  background: #FFD7F9;
  border: 0;
  outline: none !important;
  color: transparent;
  background-image: url(../../../images/paperPlanePink.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.commentPopWrap .inputCommentWrap .inputCommentBox .commentCounter {
  float: left;
  padding: 0 7px 0 7px;
  font-size: 15px;
  font-weight: 500;
  color: #adadad;
}
.commentPopWrap .inputCommentWrap .inputCommentBox .signUpAlertForComment {
  width: 100%;
  float: left;
  color: #8f8f8f;
  padding: 6px 13px;
}
.commentPopWrap .loadMoreComments {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Poppins";
  font-size: 17px;
  color: #3F51B5;
  font-weight: 500;
  margin: -15px 0 4px calc(50% - 51px);
  width: 102px;
  float: left;
  position: relative;
  z-index: 12;
}

/*************************************  like list popup   ***********************************/
.likesPopWrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.likesPopWrap .likesHeader {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0 0 0;
}
.likesPopWrap .likesHeader h4 {
  float: left;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Rubik";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.likesPopWrap .likesHeader .goBack {
  width: 47px;
  float: left;
}
.likesPopWrap .likesHeader picture {
  min-width: 47px;
  width: 47px;
  height: 47px;
  background-color: #ffe8fb;
  overflow: hidden;
  border-radius: 100%;
  float: left;
  background-image: url(../../../images/divaProfilePhotoPlaceholder.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  overflow: hidden;
}
.likesPopWrap .likesHeader picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.likesPopWrap .likesWrap {
  width: 100%;
  float: left;
  height: 77%;
  overflow: auto;
  margin: 8px 0 0 0;
  -webkit-mask-image: linear-gradient(180deg, #000 88%, transparent);
          mask-image: linear-gradient(180deg, #000 88%, transparent);
  padding: 0 0 50px 0;
  position: relative;
}
.likesPopWrap .likesWrap::-webkit-scrollbar {
  display: none;
}
.likesPopWrap .likesWrap .likeUserBox {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}
.likesPopWrap .likesWrap .likeUserBox:last-child {
  border: 0;
}
.likesPopWrap .likesWrap .likeUserBox picture {
  min-width: 55px;
  width: 55px;
  height: 55px;
  background-color: #ffe8fb;
  border-radius: 100%;
  float: left;
  background-image: url(../../../images/logoMobile.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  position: relative;
}
.likesPopWrap .likesWrap .likeUserBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.likesPopWrap .likesWrap .likeUserBox picture span.badge {
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #f2f2f2;
  border-radius: 100%;
  border: 2px solid #fff;
  left: -8px;
  top: -8px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.likesPopWrap .likesWrap .likeUserBox picture span.badge.free {
  display: none;
}
.likesPopWrap .likesWrap .likeUserBox picture span.badge.king {
  background-color: #FFBC2C;
  background-image: url(../../../images/diamond.svg);
}
.likesPopWrap .likesWrap .likeUserBox picture span.badge.prince {
  background-color: #2C6FFF;
  background-image: url(../../../images/prince.svg);
}
.likesPopWrap .likesWrap .likeUserBox picture span.badge.vip {
  background-color: #A31AFF;
  background-image: url(../../../images/tie.svg);
  background-size: 9px;
}
.likesPopWrap .likesWrap .likeUserBox .likeUserDetails {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.likesPopWrap .likesWrap .likeUserBox .likeUserDetails strong {
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.likesPopWrap .likesWrap .likeUserBox .likeUserDetails strong a {
  color: #000;
}
.likesPopWrap .likesWrap .likeUserBox .likeUserDetails small {
  float: left;
  color: #989898;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.likesPopWrap .likesWrap .likeUserBox .mainCommentText {
  width: 100%;
  float: left;
  margin: 9px 0 0 0;
  color: #707070;
  font-family: "Rubik";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 147%;
  word-break: break-all;
}
.likesPopWrap .likesWrap .likeUserBox .show-more-btn {
  float: left;
  width: 100%;
  margin: 3px 0 0 0;
  color: #2646c6;
  font-size: 14px;
}
.likesPopWrap .likesWrap .likeUserBox .deleteComment {
  float: right;
  border: 0;
  margin: 2px 0 -8px 0;
  padding: 9px 12px;
  display: flex;
  gap: 9px;
  border-radius: 24px;
  align-items: center;
  color: #848484;
  background: #f3f3f3;
}
.likesPopWrap .likesWrap .likeUserBox .deleteComment i {
  font-size: 18px;
}
.likesPopWrap .likesWrap .noItemFound {
  width: 230px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.likesPopWrap .likesWrap .noItemFound img {
  max-width: 100%;
}
.likesPopWrap .likesWrap .noItemFound p {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Poppins";
  margin: 15px 0 0 0;
}
.likesPopWrap .inputCommentWrap {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.likesPopWrap .inputCommentWrap .inputCommentBox {
  width: 100%;
  float: left;
  padding: 8px;
  border-radius: 15px;
  border: 1px solid #D8D8D8;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 0;
}
.likesPopWrap .inputCommentWrap .inputCommentBox .usr {
  width: 100%;
  float: left;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 7px 12px;
  border: 0;
  background-color: #fff;
  outline: none !important;
}
.likesPopWrap .inputCommentWrap .inputCommentBox .commantSub {
  float: left;
  max-width: 49px;
  min-width: 49px;
  height: 45px;
  border-radius: 13px;
  background: #FFD7F9;
  border: 0;
  outline: none !important;
  color: transparent;
  background-image: url(../../../images/paperPlanePink.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.likesPopWrap .inputCommentWrap .inputCommentBox .commentCounter {
  float: left;
  padding: 0 7px 0 7px;
  font-size: 15px;
  font-weight: 500;
  color: #adadad;
}

/*****************************************  add post page  ***********************************/
.heroHeaderApp.addPostHeader {
  height: 210px;
}

.addPostCompleteWrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.addPostCompleteWrap .addPostContainer {
  width: 100%;
  float: left;
  max-width: 500px;
  margin: 85px 0;
  border-top: 1px solid #E2E2E2;
  padding: 25px;
}
.addPostCompleteWrap .addPostContainer .mainForm, .addPostCompleteWrap .addPostContainer .checkBoxesWrapper {
  margin: 0;
}
.addPostCompleteWrap .addPostContainer .mainPost {
  width: 100%;
  float: left;
  display: flex;
  gap: 14px;
}
.addPostCompleteWrap .addPostContainer .mainPost picture {
  min-width: 47px;
  width: 47px;
  height: 47px;
  background-color: #ffe8fb;
  overflow: hidden;
  border-radius: 100%;
  float: left;
  background-image: url(../../../images/divaProfilePhotoPlaceholder.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  overflow: hidden;
}
.addPostCompleteWrap .addPostContainer .mainPost picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs {
  width: 100%;
  float: left;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs h3 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs .commentInpput {
  width: 100%;
  float: left;
  border: 0;
  background-color: #fff;
  outline: none;
  resize: none !important;
  font-family: "Rubik";
  margin: 9px 0 0 0;
  height: 120px;
  font-size: 14px;
  line-height: 170%;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs .commentInpput::-moz-placeholder {
  color: #989898;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs .commentInpput::placeholder {
  color: #989898;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs .uploadPictureContainer {
  width: 100%;
  float: left;
  display: flex;
  margin: 8px 0 0 0;
  gap: 20px;
  align-items: center;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs .uploadPictureContainer .upBox {
  float: left;
}
.addPostCompleteWrap .addPostContainer .mainPost .allInputs .uploadPictureContainer .upBox img {
  float: left;
}
.addPostCompleteWrap .addPostContainer .postSubmit {
  width: 100%;
  float: left;
  border-radius: 10px;
  background: #C905AA;
  box-shadow: 0 9px 12px 0 rgba(255, 17, 217, 0.14);
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  border: 0;
  padding: 20px 3px;
  margin: 12px 0 0 0;
}

.loaderWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  backdrop-filter: blur(11px);
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url(../../../images/load.webp);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center;
}

.multi-select-menuitems {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  gap: 3px;
}
.multi-select-menuitems .multi-select-menuitem {
  padding: 9px 8px 8px 25px;
  white-space: nowrap;
  width: 32%;
  font-size: 15px;
}

.fieldHelp {
  position: relative;
}
.fieldHelp .tooltiptrg {
  cursor: pointer;
}
.fieldHelp .tooltipContain {
  width: 170px;
  height: unset;
  background-color: #ffffff;
  position: absolute;
  font-family: "Rubik";
  font-size: 12px;
  font-weight: 400;
  padding: 11px 13px;
  text-align: center;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.12);
  border-radius: 13px;
  top: 23px;
  left: -22px;
  display: none;
}

.emptyInpFile .multi-select-button {
  border: 1px solid #f00 !important;
}

/****************************************  feed page  ************************************/
.rightWigt {
  float: left;
  display: flex;
  gap: 16px;
  align-items: center;
}
.rightWigt .followlink {
  float: left;
  color: #C905AA;
  font-family: "Rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.feedPageCompleteWrap {
  width: 100%;
  float: left;
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.feedPageCompleteWrap .feedConvertTab {
  width: 100%;
  float: left;
  background: #F4F4F4;
  padding: 6px 0;
  display: flex;
  align-items: center;
  max-width: 650px;
}
.feedPageCompleteWrap .feedConvertTab .feedConvertLink {
  width: 100%;
  float: left;
  text-align: center;
  padding: 9px 0;
  border-right: 1px solid #D2D2D2;
  color: #9C9C9C;
  text-align: center;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.34px;
}
.feedPageCompleteWrap .feedConvertTab .feedConvertLink:last-child {
  border: 0;
}
.feedPageCompleteWrap .feedConvertTab .feedConvertLink.active {
  color: #308D6C;
}

/**************************************  postAdd thumb list  ************************************/
.postAdd {
  width: 100%;
  float: left;
  gap: 0;
}
.postAdd .preview-item {
  width: 50%;
  height: 150px;
  margin: 0 !important;
  position: relative;
}
.postAdd .preview-item img {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  border: 0;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0;
  padding: 5px 5px;
}
.postAdd .preview-item video {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  border: 0;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 0;
  padding: 5px 5px;
}
.postAdd .preview-item .removeImage {
  position: absolute;
  width: 32px;
  background: #E91E63;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 9px;
  right: 11px;
  font-size: 32px;
  -webkit-text-stroke: 4px #E91E63;
}

.totalImage {
  width: 100%;
  float: left;
  margin: 16px 0 0 0;
}

.submitPostPopWrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 99999;
  position: fixed;
  display: none;
}
.submitPostPopWrap .afterSubmitPostPopContain {
  width: 100%;
  max-width: 600px;
  position: absolute;
  bottom: -450px;
  left: calc(50% - 300px);
  min-height: 200px;
  border-radius: 33px 33px 0 0;
  background: #FFF;
  padding: 35px 23px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.6s ease-in-out;
}
.submitPostPopWrap .afterSubmitPostPopContain h4 {
  width: 100%;
  float: left;
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 11px 0 0 0;
}
.submitPostPopWrap .afterSubmitPostPopContain p {
  width: 100%;
  float: left;
  margin: 11px 0 0 0;
  color: #707070;
  text-align: center;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.submitPostPopWrap .afterSubmitPostPopContain .afterSubmitSuccessButton {
  width: 208px;
  height: 57px;
  border-radius: 33px;
  background: #E1FAED;
  color: #0A8645;
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 27px 0 0 0;
}
.submitPostPopWrap.showPop .afterSubmitPostPopContain {
  bottom: 0;
}

.emptyAlert {
  width: 350px;
  position: fixed;
  border-radius: 5px;
  background: #DA3B3B;
  padding: 8px 19px;
  color: #FFF;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
  bottom: 140px;
  left: 100%;
  transition: 0.4s ease-in-out;
}
.emptyAlert i {
  font-size: 20px;
}
.emptyAlert.showEmptyAlert {
  left: calc(50% - 176px);
}

.postedText .moreText {
  display: none;
}

.seeToggle {
  cursor: pointer;
  color: blue;
}

.postPerPopWrap {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.41);
  display: none;
}
.postPerPopWrap .postPerPopMain {
  width: 100%;
  position: absolute;
  border-radius: 35px 35px 0 0;
  background: #FFF;
  min-height: 200px;
  max-width: 600px;
  padding: 15px 0 30px;
  bottom: 0;
  left: calc(50% - 300px);
}
.postPerPopWrap .postPerPopMain .postPerBox {
  width: 100%;
  float: left;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.postPerPopWrap .postPerPopMain .postPerBox:nth-last-child(2) {
  border: 0;
}
.postPerPopWrap .postPerPopMain .postPerBox .imgIcon {
  float: left;
  width: 30px;
  min-width: 30px;
}
.postPerPopWrap .postPerPopMain .postPerBox h5 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Poppins";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.postPerPopWrap .postPerPopMain .postPerBox h5 small {
  width: 100%;
  float: left;
  color: #818181;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 5px 0 0 0;
}
.postPerPopWrap .postPerPopMain .postPerBox.saved {
  float: left;
}
.postPerPopWrap .postPerPopMain .postPerBox.saved img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(73%) saturate(4400%) hue-rotate(630deg) brightness(78%) contrast(105%);
}
.postPerPopWrap .postPerPopMain .closeBtnContainer {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
  display: flex;
  justify-content: center;
}
.postPerPopWrap .postPerPopMain .closeBtnContainer a.closeBttn {
  width: 335px;
  height: 68px;
  border-radius: 60px;
  background: #EFEFEF;
  color: #000;
  text-align: center;
  font-family: "Rubik";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader {
  position: fixed;
  bottom: 94px;
  background: #fff;
  padding: 11px 23px;
  border-radius: 45px;
  z-index: 999;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.08);
}

.successAlertPopWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.41);
  z-index: 99999;
  top: 0;
  left: 0;
  position: fixed;
}

.preview-item {
  position: relative;
}

.preview-item .removeImage {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 3px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999; /* <= Important */
}

#uploadProgressWrapper {
  width: 100%;
  background: #c905aa;
  border-radius: 8px;
  overflow: hidden;
  height: 57px;
  float: left;
  margin-top: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 9px 12px 0 rgba(255, 17, 217, 0.14);
  margin: 12px 0 0 0;
}
#uploadProgressWrapper #uploadProgressBar {
  height: 100%;
  background: rgba(0, 0, 0, 0.3529411765);
  transition: width 300ms ease;
  position: absolute;
  top: 0;
  left: 0;
}
#uploadProgressWrapper b {
  float: left;
  font-family: "Inter";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.confirmationPop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.62);
  top: 0;
  left: 0;
  display: none;
}
.confirmationPop .confirmationContain {
  width: 350px;
  padding: 26px 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.confirmationPop .confirmationContain i {
  font-size: 35px;
  color: #c905aa;
}
.confirmationPop .confirmationContain h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  margin: 12px 0 0 0;
  color: #000;
}
.confirmationPop .confirmationContain .confirmationBody, .confirmationPop .confirmationContain .cnfrmBody {
  width: 100%;
  float: left;
  font-family: "Rubik";
}
.confirmationPop .confirmationContain .confirmationBody .cancelSubsPopHead, .confirmationPop .confirmationContain .cnfrmBody .cancelSubsPopHead {
  width: 100%;
  float: left;
  margin: 10px 0 6px 0;
  color: #c905aa;
  font-size: 16px;
}
.confirmationPop .confirmationContain .confirmationBody ul, .confirmationPop .confirmationContain .cnfrmBody ul {
  width: 100%;
  float: left;
  width: 100%;
  float: left;
  margin: 0 0 14px 0;
  line-height: 21px;
  font-size: 14px;
  list-style: none;
}
.confirmationPop .confirmationContain .confirmationBody ul li, .confirmationPop .confirmationContain .cnfrmBody ul li {
  width: 100%;
  float: left;
  background-image: url(../../../images/circleCheck.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0px 3px;
  padding: 0 0 0 23px;
}
.confirmationPop .confirmationContain .confirmationBody .form-check, .confirmationPop .confirmationContain .cnfrmBody .form-check {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.confirmationPop .confirmationContain .confirmationBody .form-check input, .confirmationPop .confirmationContain .cnfrmBody .form-check input {
  float: left;
  margin: 4px 0 0 0;
  min-width: 20px;
  min-height: 20px;
}
.confirmationPop .confirmationContain .confirmationBody .form-check label, .confirmationPop .confirmationContain .cnfrmBody .form-check label {
  font-family: "Rubik";
  font-size: 14px;
}
.confirmationPop .confirmationContain p {
  width: 100%;
  float: left;
  text-align: center;
  color: #6c6c6c;
  font-size: 14px;
  margin: 5px 0 0 0;
}
.confirmationPop .confirmationContain .confirmationButton {
  width: 100%;
  float: left;
  display: flex;
  gap: 15px;
  margin: 18px 0 0 0;
}
.confirmationPop .confirmationContain .confirmationButton form {
  width: 100%;
  float: left;
  display: flex;
  gap: 15px;
}
.confirmationPop .confirmationContain .confirmationButton .cButton {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 0;
  border-radius: 7px;
  border: 0;
}
.confirmationPop .confirmationContain .confirmationButton .cButton.deleteBtn {
  background-color: #c905aa;
  color: #fff;
}

/**********************************************  search page  **********************************/
.searchPageCompleteWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 30px 0;
}
.searchPageCompleteWrap .searchPageContainer {
  width: 100%;
  float: left;
  max-width: 600px;
  position: relative;
}
.searchPageCompleteWrap .searchPageContainer .searchTop {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 15px;
  position: relative;
}
.searchPageCompleteWrap .searchPageContainer .searchTop .backIcon {
  float: left;
}
.searchPageCompleteWrap .searchPageContainer .searchTop .backIcon i {
  color: #363636;
  font-size: 32px;
  -webkit-text-stroke: 4px #fff;
}
.searchPageCompleteWrap .searchPageContainer .searchTop .goSearch {
  width: 100%;
  float: left;
  color: #636363;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 30px;
  background: #F4F4F4;
  padding: 12px 23px;
  border: 0;
  outline: none !important;
}
.searchPageCompleteWrap .searchPageContainer .searchTop .searchButton {
  border: 0;
  background-color: #fff;
  outline: none;
  font-size: 25px;
  color: #D024B5;
  margin: 0 0 0 10px;
}
.searchPageCompleteWrap .searchPageContainer .searchTop .filterIcon {
  width: 49px;
  height: 49px;
  min-width: 49px;
  background: #F4F4F4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.searchPageCompleteWrap .searchPageContainer .searchTop .removeInpText {
  position: absolute;
  right: 87px;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 26px;
  -webkit-text-stroke: 3px #f4f4f4;
  color: #727272;
  display: none;
  cursor: pointer;
}
.searchPageCompleteWrap .searchPageContainer .listButtonsWrap {
  width: 100%;
  float: left;
  margin: 28px 0 0 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 9px;
  overflow: auto;
  white-space: nowrap;
}
.searchPageCompleteWrap .searchPageContainer .listButtonsWrap::-webkit-scrollbar {
  display: none;
}
.searchPageCompleteWrap .searchPageContainer .listButtonsWrap select.lBttn.active {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #676767;
  padding: 8px 14px;
  min-width: 120px;
  text-align: left;
  font-weight: 400;
  margin: 0 13px 0 12px;
  border-radius: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../../../images/downAngle.png);
  background-position: 92px 9px;
  background-repeat: no-repeat;
  background-size: 14px;
  outline: none !important;
}
.searchPageCompleteWrap .searchPageContainer .listButtonsWrap .lBttn {
  float: left;
  border-radius: 25px;
  background: #F5F5F5;
  padding: 9px 17px;
  color: #939393;
  text-align: center;
  font-family: "Rubik";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.searchPageCompleteWrap .searchPageContainer .listButtonsWrap .lBttn.active {
  background: #D024B5;
  color: #fff;
}
.searchPageCompleteWrap .searchPageContainer .listWrap {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox {
  width: 100%;
  float: left;
  padding: 22px 15px;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox:last-child {
  border: 0;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox a.userInfo {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 14px;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox a.userInfo picture {
  min-width: 47px;
  width: 47px;
  height: 47px;
  float: left;
  background-color: #E5D2F3;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(../../../images/placeholder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox a.userInfo picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox a.userInfo h4 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox a.userInfo h4 small {
  width: 100%;
  float: left;
  color: #989898;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin: 4px 0 0 0;
}
.searchPageCompleteWrap .searchPageContainer .listWrap .listBox .followIcon {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  padding: 0 15px;
  color: #C905AA;
  text-align: right;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 25px 0 0 0;
  gap: 10px;
  padding: 0 12px;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox {
  width: calc(50% - 5px);
  float: left;
  border: 1px solid #f1f1f1;
  height: 200px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox a.userInfo {
  width: 100%;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox a.userInfo h4 {
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  padding: 15px 16px;
  color: #fff;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox a.userInfo h4 small {
  color: #fff;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox a.userInfo picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox a.userInfo picture img {
  border-radius: 0;
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.84));
}
.searchPageCompleteWrap .searchPageContainer .listWrap.gridView .listBox .followIcon {
  height: unset;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7803921569);
  padding: 5px 13px;
  border-radius: 25px;
  font-weight: 400;
  top: 11px;
  right: 11px;
  font-size: 14px;
}
.searchPageCompleteWrap .searchPageContainer .searchResultBox {
  position: absolute;
  z-index: 9999;
  width: 100%;
  background: rgb(255, 255, 255);
  top: 54px;
  left: 0;
  max-height: 445px;
  overflow: auto;
  display: none;
  padding: 0 0 19px 0;
  box-shadow: 0px 25px 22px rgba(0, 0, 0, 0.5);
}

.noRecordFoundAC {
  width: 100%;
  float: left;
  text-align: center;
  margin: 100px 0 0 0;
  font-size: 33px;
  color: #d6d6d6;
  font-family: "Poppins";
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.noRecordFoundAC .clearFilters {
  font-size: 15px;
  font-weight: 500;
  background: #9C27B0;
  color: #fff;
  padding: 11px 27px;
  border-radius: 32px;
  float: left;
  margin: 37px 0 0 0;
}

.filterPopWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
}
.filterPopWrap .filterPopmain {
  width: 100%;
  position: absolute;
  bottom: -300px;
  max-width: 600px;
  left: calc(50% - 300px);
  min-height: 200px;
  border-radius: 30px 30px 0 0;
  background: #FFF;
  padding: 30px 20px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.filterPopWrap .filterPopmain h3 {
  width: 100%;
  float: left;
  margin: 0 0;
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7px;
}
.filterPopWrap .filterPopmain h3 i {
  float: left;
  color: #787878;
  font-size: 35px;
  -webkit-text-stroke: 5px #fff;
}
.filterPopWrap .filterPopmain .filterForm {
  width: 100%;
  float: left;
  margin: 0px 0 0 0;
}
.filterPopWrap .filterPopmain .filterForm .filterinputs {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  border-radius: 12px;
  background: #F4F4F4;
  color: #898989;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  border: 0;
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 22px 50px 22px;
}
.filterPopWrap .filterPopmain .filterForm .filterinputs.location {
  background-image: url(../../../images/locationIconGrey.svg);
  background-repeat: no-repeat;
  background-position: 18px;
}
.filterPopWrap .filterPopmain .filterForm .filterinputs#feet_size_type {
  background-image: url(../../../images/feetGrey.svg);
  background-repeat: no-repeat;
  background-position: 18px;
}
.filterPopWrap .filterPopmain .filterForm .multi-select-container {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}
.filterPopWrap .filterPopmain .filterForm .multi-select-container .multi-select-button {
  width: 100%;
  float: left;
  max-width: 100%;
  margin: 0;
  border-radius: 12px;
  background: #F4F4F4;
  color: #898989;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16px;
  border: 0;
  outline: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 22px 50px 22px;
  box-shadow: none;
  background-image: url(../../../images/languageGrey.svg);
  background-repeat: no-repeat;
  background-position: 18px;
}
.filterPopWrap .filterPopmain .filterForm .multi-select-container .multi-select-button::after {
  position: absolute;
  right: 15px;
  top: 26px;
}
.filterPopWrap .filterPopmain .filterForm .multi-select-menu {
  position: absolute;
  top: inherit;
  bottom: 53px;
  box-shadow: none;
  background: #f8f8f8;
  padding: 6px 11px;
  border: 0;
  font-family: "Rubik";
  border-radius: 12px;
  height: 240px;
  overflow: auto;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap {
  width: 100%;
  float: left;
  margin: 18px 0 0 0;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap h4 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 0 7px;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 12px;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes .checkboxInput {
  display: none;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes .fSize {
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  padding: 9px 20px;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes b {
  float: left;
  color: #939393;
  text-align: center;
  font-family: "Rubik";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 1;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes span.cover {
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  position: absolute;
  top: 0;
  left: 0;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes .checkboxInput {
  display: none;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes .checkboxInput:checked ~ span.cover {
  background: #D024B5;
}
.filterPopWrap .filterPopmain .filterForm .feetsizeWrap .feetSizes .checkboxInput:checked ~ b {
  color: #fff;
}
.filterPopWrap .filterPopmain .filterForm .buttonsWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 24px 0 0 0;
}
.filterPopWrap .filterPopmain .filterForm .buttonsWrap .subBttn {
  width: 186px;
  border: 0;
  outline: none;
  color: #FFF;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.2px;
  border-radius: 33.5px;
  background: #D024B5;
  text-align: center;
  padding: 15px 0;
}
.filterPopWrap .filterPopmain .filterForm .buttonsWrap .closeBttn {
  width: 186px;
  border: 0;
  outline: none;
  color: #939393;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.2px;
  border-radius: 33.5px;
  background: #F5F5F5;
  text-align: center;
  padding: 15px 0;
}
.filterPopWrap.showPop .filterPopmain {
  bottom: 0;
  opacity: 1;
}

.paginationWrap {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
}
.paginationWrap nav {
  width: 100%;
  float: left;
}
.paginationWrap nav .pagination {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  list-style: none;
}
.paginationWrap nav .pagination li {
  float: left;
  font-size: "Poppins";
}
.paginationWrap nav .pagination li .page-link {
  width: 33px;
  height: 33px;
  min-width: 33px;
  background-color: #ffecfc;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d024b5;
  font-size: 15px;
  font-weight: 500;
}
.paginationWrap nav .pagination li.active .page-link {
  background-color: #d024b5;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.paginationWrap nav .pagination li.disabled .page-link {
  background-color: #f4f4f4;
  color: #d6d6d6;
  font-size: 17px;
  font-weight: 700;
}

.deleteBttn {
  width: 80%;
  float: left;
  text-align: center;
  margin: 24px 0 0 10%;
  color: #5e5e5e;
  font-size: 16px;
  background: #fbfbfb;
  padding: 19px 0;
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: center;
  border-radius: 41px;
}

.deleteProcessMessage {
  width: 100%;
  float: left;
}
.deleteProcessMessage p {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 17px;
}
.deleteProcessMessage p a.submitBttn {
  width: auto;
  background: #7fb982;
  font-size: 15px;
  text-transform: capitalize;
  padding: 17px 25px;
  border-radius: 12px;
  margin: 29px 0 0 0;
}

/*************************************  alpha profile  ******************************/
.alphaProfileComplateWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alphaProfileComplateWrap .alphaProfilTopContainer {
  width: 100%;
  float: left;
  max-width: 600px;
  background-color: #fff;
  padding: 23px 15px;
  border-top: 1px solid #D9D9D9;
  margin: 25px 0 0 0;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap {
  width: 100%;
  float: left;
  background: #F9F9F9;
  border-radius: 55px;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap .verifiedBadge {
  width: 39px;
  height: 39px;
  position: absolute;
  border-radius: 100%;
  right: 0;
  top: -3px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.13);
  background-image: url(../../../images/verifiedIocn.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  cursor: pointer;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture {
  width: 95px;
  min-width: 95px;
  height: 95px;
  background-color: #F2F2F2;
  border-radius: 100%;
  border: 3px solid #fff;
  position: relative;
  background-image: url(../../../images/placeholder.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType {
  width: 35px;
  height: 35px;
  background-color: #ddd;
  border-radius: 100%;
  border: 2px solid #fff;
  position: absolute;
  right: 0px;
  bottom: -6px;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.king {
  background-color: #FFBC2C;
  background-image: url(../../../images/diamond.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.king::after {
  content: "KING";
  width: 95px;
  height: 19px;
  position: absolute;
  right: 0;
  bottom: -22px;
  color: #F0A400;
  text-align: center;
  font-family: "Inter";
  letter-spacing: 0.52px;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.prince {
  background-color: #2C6FFF;
  background-image: url(../../../images/prince.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.prince::after {
  content: "PRINCE";
  width: 95px;
  height: 19px;
  position: absolute;
  right: 0;
  bottom: -22px;
  color: #2C6FFF;
  text-align: center;
  font-family: "Inter";
  letter-spacing: 0.52px;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.vip {
  background-color: #A31AFF;
  background-image: url(../../../images/tie.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.vip::after {
  content: "VIP";
  width: 95px;
  height: 19px;
  position: absolute;
  right: 0;
  bottom: -22px;
  color: #A31AFF;
  text-align: center;
  font-family: "Inter";
  letter-spacing: 0.52px;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.basic {
  background-color: #e91e63;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap picture .alphaType.basic::after {
  content: "A";
  color: #fff;
  font-family: "Poppins";
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap .followingAndFollowers {
  float: left;
  display: flex;
  align-items: center;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap .followingAndFollowers h3 {
  width: 118px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #121212;
  text-align: center;
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.508px;
  border-right: 0.942px solid #E0E0E0;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap .followingAndFollowers h3 small {
  width: 100%;
  float: left;
  margin: 7px 0 0 0;
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.245px;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap .followingAndFollowers h3:nth-child(2) {
  border: 0;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
  flex-flow: row wrap;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap h4 {
  float: left;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #000;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  max-width: 160px;
  margin: 5px 0 0 0;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap h4 small {
  width: 100%;
  float: left;
  color: #8D8D8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap .bttnWrap {
  float: left;
  display: flex;
  gap: 13px;
  align-items: center;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap .bttnWrap .messageBox {
  width: 52px;
  min-width: 52px;
  height: 52px;
  float: left;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap .bttnWrap .messageBox i {
  font-size: 25px;
  color: #313131;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap .bttnWrap .followBttn {
  float: left;
  border-radius: 12px;
  background: #303030;
  box-shadow: 0 9px 12px 0 rgba(23, 23, 23, 0.15);
  padding: 17px 25px;
  color: #FFF;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.19px;
}
.alphaProfileComplateWrap .alphaProfilTopContainer .nameTextBttnsWrap .bttnWrap .followBttn.main-unfollow-btn {
  background: #005dc9;
  box-shadow: 0 9px 12px 0 rgba(9, 50, 91, 0.15);
  padding: 17px 13px;
}
.alphaProfileComplateWrap .followersPersonsWrapFull {
  width: 100%;
  float: left;
  max-width: 600px;
  margin: 15px 0 0 0;
  border-top: 1px solid #D9D9D9;
  padding-top: 25px;
}
.alphaProfileComplateWrap .followersPersonsWrapFull h4 {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: "Inter";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.19px;
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.alphaProfileComplateWrap .followersPersonsWrapFull h4 a {
  float: left;
  color: #0560C9;
  font-family: "Inter";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.15px;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .personsSlidWrap {
  width: 100%;
  float: left;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .personsSlidWrap::-webkit-scrollbar {
  display: none;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .personsSlidWrap .personsSlideInner {
  float: left;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 12px;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox {
  float: left;
  width: 75px;
  min-width: 75px;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox picture {
  width: 75px;
  height: 75px;
  float: left;
  background-color: #F2F2F2;
  border-radius: 100%;
  background-image: url(../../../images/placeholder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  overflow: hidden;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .personsSlidWrap .personsSlideInner .personBox p {
  width: 100%;
  float: left;
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 10px 0 0 0;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .requestBttnWrap {
  width: 100%;
  float: left;
  padding: 0 15px;
  margin: 30px 0 0 0;
}
.alphaProfileComplateWrap .followersPersonsWrapFull .requestBttnWrap .requestBtn {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #f1f1f1;
  font-family: "Inter";
  color: #252525;
  padding: 21px 0;
  letter-spacing: 0.5px;
  border-radius: 12px;
}
.alphaProfileComplateWrap .locationDetailWrap {
  width: 100%;
  float: left;
  max-width: 600px;
  border-top: 1px solid #D9D9D9;
  margin: 25px 0 0 0;
  padding: 27px 15px;
}
.alphaProfileComplateWrap .locationDetailWrap .location {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.alphaProfileComplateWrap .locationDetailWrap .location i {
  color: #DF272A;
  font-size: 24px;
}
.alphaProfileComplateWrap .locationDetailWrap p {
  width: 100%;
  float: left;
  margin: 17px 0 0 0;
  color: #585858;
  font-family: "Rubik";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/***************************************  follow notification  *********************************/
.followNotificationWrap {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.followNotificationWrap .followNitificationInner {
  width: 100%;
  float: left;
  max-width: 600px;
  padding: 0 15px;
  margin: 30px 0 0 0;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap {
  width: 100%;
  float: left;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap h2 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap h2 span.total {
  color: #D024B5;
  font-family: "Rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-left: 1px solid #D9D9D9;
  padding: 0 0 0 8px;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  max-height: calc(100vh - 304px);
  overflow: auto;
  padding: 0 18px;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #E2E2E2;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox:last-child {
  border: 0;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .userDetails {
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .userDetails picture {
  width: 47px;
  height: 47px;
  min-width: 47px;
  float: left;
  border-radius: 100%;
  background-color: #E5D2F3;
  overflow: hidden;
  background-image: url(../../../images/placeholder.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .userDetails picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .userDetails h4 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .userDetails h4 small {
  width: 100%;
  float: left;
  color: #989898;
  font-family: "Rubik";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .buttonsWrap {
  float: left;
  display: flex;
  align-items: center;
  gap: 5px;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .buttonsWrap button {
  float: left;
  color: #000;
  text-align: center;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 9px 12px;
  border-radius: 11px;
  background: #EDEDED;
  border: 0;
}
.followNotificationWrap .followNitificationInner .followRequestsWrap .requestsBoxes .requestBox .buttonsWrap button.approve-follow {
  background-color: #D024B5;
  color: #fff;
}

.profileNotFoundWrap {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  padding: 35px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profileNotFoundWrap h1 {
  float: left;
  margin: 0;
  font-weight: 500;
  font-family: "Poppins";
  font-size: 25px;
  color: #2c2c2c;
}
.profileNotFoundWrap p {
  width: 100%;
  float: left;
  max-width: 500px;
  font-family: "Rubik";
  margin: 13px 0 0 0;
  line-height: 151%;
  color: #727272;
  font-size: 17px;
}

.otp-inputs {
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 100%;
  float: left;
  margin: 35px 0 0 0;
}

.otp-input {
  width: 50px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 10px;
  outline: none;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.verifyDocBtn {
  float: left;
  font-size: 14px;
  background: #710db3;
  color: #fff;
  padding: 12px 23px;
  border-radius: 32px;
}

.createPostBttn {
  position: relative;
  float: left;
  z-index: 9999;
  background: #ffffff;
  padding: 15px 34px;
  border-radius: 10px;
  color: #494949;
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  margin: 11px 0 0 0;
  border: 1px solid #e4e4e4;
}
.createPostBttn i {
  font-size: 20px;
  -webkit-text-stroke: 1px #fff;
}

.showMoreIcon {
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 100%;
  bottom: -7px;
  right: -7px;
  position: absolute;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  -webkit-text-stroke: 2.5px #000;
  border: 3px solid #fff;
  cursor: pointer;
}

.optionsPopup {
  width: 280px;
  background-color: #fff;
  position: absolute;
  z-index: 9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.11);
  top: 85px;
  border-radius: 19px;
  padding: 12px 0;
  border: 1px solid #ededed;
  display: none;
}
.optionsPopup .optionLink {
  padding: 13px 22px;
  border-bottom: 1px solid #dfdfdf;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #000;
}
.optionsPopup .optionLink i {
  font-size: 22px;
}
.optionsPopup .optionLink i.fa-plus {
  -webkit-text-stroke: 2px #fff;
}
.optionsPopup .optionLink:last-child {
  border: 0;
}

.notification-list {
  width: 100%;
  float: left;
  max-width: 550px;
  padding: 0 0px;
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  font-family: "Rubik";
}
.notification-list li {
  width: 100%;
  float: left;
  padding: 15px 15px;
  border-bottom: 1px solid #ebebeb;
  background: #ffffff;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}
.notification-list li:last-child {
  border: 0;
}
.notification-list li a {
  width: 100%;
  float: left;
  color: #000;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.notification-list li a i {
  float: left;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf2ff;
  color: transparent;
  -webkit-text-stroke: 1.4px #d024b5;
}
.notification-list li a img.notificationActorPhoto {
  float: left;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-list li a .content {
  width: 100%;
  float: left;
}
.notification-list li a .content strong {
  width: 100%;
  float: left;
  font-weight: 400;
  font-size: 14px;
}
.notification-list li a .content .time {
  width: 100%;
  float: left;
  font-weight: 400;
  margin: 4px 0 0 0;
  font-size: 13px;
  color: #818181;
}
.notification-list li a .content .notificationText {
  width: 100%;
  float: left;
}
.notification-list li a .content .notificationActions {
  width: 100%;
  float: left;
  margin: 6px 0;
}
.notification-list li a .content .notificationActions button {
  float: left;
  border: 0;
  margin: 0 6px 0 0;
  padding: 8px 14px;
  font-family: "Rubik";
  border-radius: 27px;
}
.notification-list li a .content .notificationActions button.approve-follow {
  background-color: #2ca767;
  color: #fff;
}
.notification-list li a .content .notificationActions .rejectedText {
  color: #d65858;
}
.notification-list li a .content .notificationActions .approvedText {
  color: #46b37a;
}
.notification-list li a.read {
  float: left;
}
.notification-list li a.read i {
  background: #f0f0f0;
  -webkit-text-stroke: 1.4px #6a6a6a;
}
.notification-list li a.read .content strong {
  color: #9f9f9f;
}
.notification-list li .readOptions {
  width: 160px;
  position: absolute;
  background: #fff;
  right: 13px;
  top: 50px;
  z-index: 99;
  padding: 7px 11px;
  border-radius: 12px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  display: none;
}
.notification-list li .readOptions button {
  width: 100%;
  float: left;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  padding: 10px 0;
  font-family: "Poppins";
}
.notification-list li .readOptions button:last-child {
  border: 0;
}
.notification-list li .nOptions {
  background-color: transparent;
  border: 0;
  padding: 5px 5px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
  width: 30px;
  outline: none !important;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.notification-list li .nOptions img {
  width: 100%;
}
.notification-list li .nOptions:hover {
  background-color: #f7f7f7;
}

.bulk-actions {
  width: 100%;
  float: left;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #ddd;
  backdrop-filter: blur(5px);
  max-width: 650px;
  z-index: 99;
}
.bulk-actions button {
  width: 100%;
  float: left;
  border: 0;
  background-color: transparent;
  color: #000;
  font-family: "Poppins";
  padding: 14px 0;
  cursor: pointer;
}

.notificationPopWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
  display: none;
}
.notificationPopWrap .mainNotificationBox {
  width: 100%;
  max-width: 350px;
  height: calc(100% - 50px);
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 25px;
  top: 25px;
  right: -450px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.notificationPopWrap .mainNotificationBox.openAside {
  right: 25px;
}
.notificationPopWrap .mainNotificationBox .nwbHeader {
  width: 100%;
  float: left;
  background-color: #fedcff;
  padding: 16px 25px;
}
.notificationPopWrap .mainNotificationBox .nwbHeader h3 {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins";
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b015b5;
}
.notificationPopWrap .mainNotificationBox .nwbHeader h3 span.totalNo {
  background-color: #b015b5;
  color: #fff;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  border-radius: 100%;
}
.notificationPopWrap .mainNotificationBox .ViewAllBtn {
  width: 90%;
  background-color: #d9f3ff;
  float: left;
  text-align: center;
  margin: 0 0 13px 0;
  border-radius: 26px;
  font-size: 15px;
  color: #18678b;
  padding: 13px 0;
}
.notificationPopWrap .mainNotificationBox .notificationsBox {
  width: 100%;
  float: left;
  height: calc(100% - 130px);
  overflow: auto;
}
.notificationPopWrap .mainNotificationBox .notificationsBox::-webkit-scrollbar {
  display: none;
}
.notificationPopWrap .closeNotificationOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.notificationSettingsGroupWrap {
  width: 100%;
  float: left;
  margin: 0 0 17px 0;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 25px 15px;
  border-radius: 13px;
}
.notificationSettingsGroupWrap h3 {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 500;
}

.pagination {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  gap: 6px;
}
.pagination button {
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: none;
  cursor: pointer;
}
.pagination button i {
  font-size: 18px;
}
.pagination button.active {
  background: linear-gradient(271deg, #710DB3 13.4%, #AA0FAF 57.6%);
  color: #fff;
}

/* ===============================
   LOVESFEET MODAL SYSTEM
================================ */
.lf-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}

.lf-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.lf-modal-box {
  position: relative;
  width: 90%;
  max-width: 420px;
  margin: 15vh auto;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  z-index: 1;
}

.lf-modal-box h3 {
  margin-bottom: 15px;
  font-family: "Poppins";
}

.lf-modal-box select,
.lf-modal-box textarea {
  width: 100%;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid #ddd;
  font-family: "Poppins";
  border-radius: 8px;
}

.lf-modal-actions {
  display: flex;
  gap: 12px;
}

.lf-modal-actions button {
  padding: 8px 16px;
  border-radius: 8px;
  border: 0;
  font-family: "Poppins";
  background-color: #C905AA;
  color: #fff;
}

.lf-modal-actions button.lf-cancel {
  background-color: #e9e9e9;
  color: #323232;
}

.reportPostBtn.reported .imgIcon {
  filter: invert(26%) sepia(87%) saturate(3082%) hue-rotate(343deg) brightness(95%) contrast(98%);
}

.formBodyWrap .formBodyContainer.paymentForm {
  float: left;
}
.formBodyWrap .formBodyContainer.paymentForm .card {
  width: 100%;
  float: left;
  border: 1px solid #ededed;
  border-radius: 12px;
  padding: 22px;
  margin: 8px 0;
  position: relative;
  overflow: hidden;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body {
  width: 100%;
  float: left;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body h2 {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 7px 0;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body p {
  width: 100%;
  float: left;
  margin: 4px 0;
  font-size: 14px;
  color: #545454;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body p strong {
  font-weight: 500;
  color: #000;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body p a {
  float: left;
  padding: 8px 18px;
  background: #a529f7;
  color: #fff;
  border-radius: 7px;
  margin: 8px 0 0 0;
  box-shadow: 0 3px 9px rgba(102, 0, 169, 0.368627451);
  transition: 0.3s ease-in-out;
  transform-origin: bottom;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body p a:hover {
  transform: scale(1.05);
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body .continueBttn {
  font-family: "Poppins";
  font-size: 13px;
  background: #cbe7cd;
  color: #0b5e0e;
  padding: 7px 12px;
  margin: 11px 0 0 0;
  float: left;
  border-radius: 5px;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body form {
  width: 100%;
  float: left;
  margin: 5px 0 0px 0;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body form .formCheckBox {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px 0;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body form .formCheckBox .switchBox {
  min-width: 35px;
  width: 35px;
  height: 20px;
  float: left;
  position: relative;
  background-color: #e8e8e8;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body form .formCheckBox .switchBox .toggleCircle {
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #969696;
  border-radius: 100%;
  top: 1px;
  left: 1px;
  transition: 0.3s ease-in-out;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body form .formCheckBox .switchBox .form-check-input {
  display: none;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body form .formCheckBox .switchBox .form-check-input:checked ~ .toggleCircle {
  left: 16px;
  background: #f55afa;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body table.table {
  width: 100%;
  float: left;
  border-collapse: collapse;
  margin: 10px 0 0 0;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body table.table thead {
  width: 100%;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body table.table thead tr th {
  text-align: left;
  border: 1px solid #e2e2e2;
  font-size: 13px;
  padding: 7px 7px;
  font-weight: 500;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body table.table tbody {
  width: 100%;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body table.table tbody tr td {
  text-align: left;
  border: 1px solid #e2e2e2;
  font-size: 13px;
  padding: 7px 7px;
  font-weight: 500;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body .priceText {
  width: 100%;
  float: left;
  font-weight: 500;
  font-weight: 500;
  color: #9d2de7;
  margin: 0 0 11px 0;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body .upgradePlanList {
  width: 100%;
  float: left;
  list-style: none;
}
.formBodyWrap .formBodyContainer.paymentForm .card .card-body .upgradePlanList li {
  width: 100%;
  float: left;
  font-size: 15px;
  margin: 9px 0 0 0;
  padding: 0 0 0 25px;
  background-image: url(../../../images/circleCheck.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0px 2px;
}
.formBodyWrap .formBodyContainer.paymentForm .alert {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f9f1ff;
  padding: 15px 25px;
  border-left: 3px solid #a529f7;
  margin: 0 0 11px 0;
}
.formBodyWrap .formBodyContainer.paymentForm .alert span.icon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  border: 1px solid #a529f7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a529f7;
}
.formBodyWrap .formBodyContainer.paymentForm .alert .infoText {
  width: 100%;
  float: left;
}
.formBodyWrap .formBodyContainer.paymentForm .alert .infoText h4 {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 18px;
}
.formBodyWrap .formBodyContainer.paymentForm .alert .infoText p {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
}
.formBodyWrap .formBodyContainer.paymentForm .successBoxWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
}
.formBodyWrap .formBodyContainer.paymentForm .successBoxWrap .successIcon {
  width: 110px;
  min-width: 110px;
  height: 110px;
  min-height: 110px;
  border-radius: 100%;
  background-color: #32a76a;
  background-image: url(../../../images/check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px;
}
.formBodyWrap .formBodyContainer.paymentForm .successBoxWrap .failureIcon {
  width: 110px;
  min-width: 110px;
  height: 110px;
  min-height: 110px;
  border-radius: 100%;
  background-color: #ff4d4d;
  background-image: url(../../../images/cross.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 38px;
}
.formBodyWrap .formBodyContainer.paymentForm .successBoxWrap h2 {
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 27px;
  font-weight: 500;
}
.formBodyWrap .formBodyContainer.paymentForm .successBoxWrap p {
  width: 100%;
  float: left;
  margin: 9px 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.formBodyWrap .formBodyContainer.paymentForm .successBoxWrap a.backBtn {
  float: left;
  color: #fff;
  background: linear-gradient(271deg, #710DB3 13.4%, #AA0FAF 57.6%);
  padding: 11px 25px;
  border-radius: 21px;
  font-size: 17px;
  margin: 30px 0 0 0;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 25px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers.upgrade-tiers .tier-card .mainForm .featuresText {
  min-height: 245px !important;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card {
  width: 100%;
  float: left;
  max-width: 287px;
  border: 1px solid #ddd;
  padding: 16px 18px;
  overflow: hidden;
  font-family: "Poppins";
  position: relative;
  border-radius: 6px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card h3 {
  width: 100%;
  float: left;
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 500;
  color: #8b2bcb;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card h4 {
  width: 100%;
  float: left;
  margin: 11px 0 0 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card h4 small {
  float: left;
  text-transform: capitalize;
  font-size: 14px;
  color: #848484;
  position: relative;
  border-left: 1px solid #ddd;
  padding: 0 0 0 7px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .badge {
  width: 122px;
  position: absolute;
  text-align: center;
  right: -23px;
  top: 8px;
  background: #f3e3ff;
  padding: 6px 0;
  font-size: 14px;
  text-transform: uppercase;
  transform: rotate(38deg);
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card:nth-child(1) .badge {
  background: #0098fb;
  color: #fff;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card:nth-child(2) .badge {
  background: #fbcd00;
  color: #000;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card:nth-child(3) .badge {
  background: #673AB7;
  color: #ffffff;
  letter-spacing: 2px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm {
  margin: 0;
  padding: 0;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .submitBttn {
  margin: 26px 0 12px 0;
  width: 100%;
  font-size: 14px;
  padding: 14px 0;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .featuresText {
  width: 100%;
  float: left;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0 0 0;
  margin: 21px 0 0 0;
  min-height: 185px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .featuresText p {
  width: 100%;
  float: left;
  font-size: 14px;
  font-family: "Rubik";
  margin: 0 0 6px 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #2c2c2c;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .featuresText p i {
  font-size: 15px;
  -webkit-text-stroke: 1px #fff;
  color: #9436d1;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .checkBoxesWrapper {
  width: 100%;
  float: left;
  margin: 7px 0 0 0;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap .boxStyle {
  min-width: 22px;
  width: 24px;
  height: 24px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap .boxStyle i {
  -webkit-text-stroke: 3px #fff;
  top: -5px;
  font-size: 24px;
}
.formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .mainForm .checkBoxesWrapper .wrapCheckWithLink .checkBoxWrap b {
  font-size: 14px;
  font-weight: 400;
}

/************************************************  home template  ******************************************/
header.homeHeader {
  width: 100%;
}
header.homeHeader .headerTop {
  background: #c82ade;
}
header.homeHeader .headerMain {
  float: left;
  margin: 0 0 0 0;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.5607843137);
  border-bottom: 1px solid #e2e2e2;
}
header.homeHeader .headerMain .headerContainer {
  float: left;
}
header.homeHeader .headerMain .headerContainer nav {
  float: left;
}
header.homeHeader .headerMain .headerContainer nav .headerLogo img {
  width: 55px;
}
header.homeHeader .headerMain .headerContainer nav ul.navList li a {
  color: #000;
}
header.homeHeader .headerMain .headerContainer nav .loginBttns {
  float: left;
}
header.homeHeader .headerMain .headerContainer nav .loginBttns .headBttn {
  float: left;
  color: #fff;
  background: linear-gradient(135deg, #895bf5 0%, #ab30e8 50%, #d926d9 100%);
  font-size: 15px;
}
header.homeHeader .headerMain .headerContainer nav .loginBttns .headBttn:first-child {
  background: transparent;
  color: #000;
}
header.homeHeader .headerMain .headerContainer nav .widgt a img {
  filter: brightness(0);
}

.topPartWrap {
  width: 100%;
  float: left;
  background-color: #ebdef1;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 262px 15px 180px;
  position: relative;
}
.topPartWrap .topPartContainer {
  width: 100%;
  float: left;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 99;
}
.topPartWrap .topPartContainer span.tag {
  background-color: rgba(255, 255, 255, 0.7607843137);
  color: #895bf5;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 16px;
  border-radius: 18px;
  font-family: "Poppins";
  font-size: 14px;
}
.topPartWrap .topPartContainer span.tag svg {
  width: 18px;
}
.topPartWrap .topPartContainer h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Poppins";
  margin: 15px 0 0 0;
  font-size: 72px;
  line-height: 104%;
  color: #000000;
  font-weight: 600;
}
.topPartWrap .topPartContainer h1 span.marked {
  background: linear-gradient(135deg, #895bf5 0%, #ab30e8 50%, #d926d9 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.topPartWrap .topPartContainer p {
  width: 100%;
  float: left;
  max-width: 672px;
  text-align: center;
  font-family: "Inter";
  font-size: 23px;
  line-height: 150%;
  margin: 24px 0 0 0;
  color: #2e2e2e;
}
.topPartWrap .topPartContainer .topHeaderBttns {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.topPartWrap .topPartContainer .topHeaderBttns .topHeadBtn {
  float: left;
  font-family: "Poppins";
  color: #895bf5;
  border: 2px solid #895bf5;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 40px;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s ease-in-out;
}
.topPartWrap .topPartContainer .topHeaderBttns .topHeadBtn svg {
  width: 16px;
}
.topPartWrap .topPartContainer .topHeaderBttns .topHeadBtn:hover {
  transform: scale(1.06);
  background-color: rgba(211, 100, 255, 0.09);
}
.topPartWrap .topPartContainer .topHeaderBttns .topHeadBtn.forYouBtn {
  background: linear-gradient(135deg, #895bf5 0%, #b447eb 100%);
  border: none;
  color: #fff;
}
.topPartWrap .topPartContainer .statSigns {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 50px 0 0 0;
}
.topPartWrap .topPartContainer .statSigns .stat {
  float: left;
  font-family: "Poppins";
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topPartWrap .topPartContainer .statSigns .stat span.mark {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 100%;
  float: left;
}
.topPartWrap .topPartContainer .statSigns .stat span.mark.verified {
  background-color: #22c55e;
}
.topPartWrap .topPartContainer .statSigns .stat span.mark.real {
  background-color: #895bf5;
}
.topPartWrap .topPartContainer .statSigns .stat span.mark.quality {
  background-color: #a655f7;
}
.topPartWrap::after {
  content: "";
  background: rgba(137, 91, 245, 0.2);
  width: 347px;
  height: 395px;
  border-radius: 100%;
  position: absolute;
  left: -76px;
  filter: blur(59px);
}
.topPartWrap::before {
  content: "";
  background: rgba(137, 91, 245, 0.2);
  width: 347px;
  height: 395px;
  border-radius: 100%;
  position: absolute;
  right: -76px;
  filter: blur(59px);
}

.whoIsWhoWrap {
  width: 100%;
  float: left;
  padding: 120px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins";
  background-color: #f4f2f7;
}
.whoIsWhoWrap h2 {
  width: 100%;
  float: left;
  position: relative;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  margin: 0 0 0 0;
  text-align: center;
}
.whoIsWhoWrap h2 span.marked {
  background: linear-gradient(135deg, #895bf5 0%, #ab30e8 50%, #d926d9 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.whoIsWhoWrap p.subHeader {
  width: 100%;
  float: left;
  max-width: 655px;
  font-size: 18px;
  line-height: 28px;
  color: #18181b;
  font-weight: 300;
  text-align: center;
  margin: 8px 0 0 0;
}
.whoIsWhoWrap .adBoxWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 60px 0 0 0;
  gap: 35px;
}
.whoIsWhoWrap .adBoxWrap .adBox {
  width: 100%;
  float: left;
  max-width: 496px;
  background-color: #fafafa;
  border: 2px solid #e4daf9;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.whoIsWhoWrap .adBoxWrap .adBox .icon {
  width: 64px;
  height: 64px;
  float: left;
  border-radius: 15px;
  background: linear-gradient(135deg, #895bf5 0%, #b447eb 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.whoIsWhoWrap .adBoxWrap .adBox .icon svg {
  color: #fff;
}
.whoIsWhoWrap .adBoxWrap .adBox h3 {
  width: 100%;
  float: left;
  font-size: 30px;
  line-height: 36px;
  color: #333;
  margin: 20px 0 10px 0;
  font-weight: 600;
}
.whoIsWhoWrap .adBoxWrap .adBox h3 small {
  width: 100%;
  float: left;
  margin: 7px 0 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.whoIsWhoWrap .adBoxWrap .adBox .listStyle {
  width: 100%;
  float: left;
  margin: 17px 0 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.whoIsWhoWrap .adBoxWrap .adBox .listStyle .smallIcon {
  width: 40px;
  height: 40px;
  background-color: #faf5ff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whoIsWhoWrap .adBoxWrap .adBox .listStyle .smallIcon svg {
  color: #a655f7;
  width: 20px;
  height: 20px;
}
.whoIsWhoWrap .adBoxWrap .adBox .listStyle h4 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.whoIsWhoWrap .adBoxWrap .adBox .listStyle h4 small {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #000;
}
.whoIsWhoWrap .adBoxWrap .adBox::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #895bf5 0%, #ab30e8 50%, #d926d9 100%);
  top: -160px;
  right: -160px;
  opacity: 0.2;
}
.whoIsWhoWrap .adBoxWrap .adBox.alphaBox {
  filter: grayscale(1);
}
.whoIsWhoWrap span.tag {
  background-color: rgba(255, 255, 255, 0.7607843137);
  color: #895bf5;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 16px;
  border-radius: 18px;
  font-family: "Poppins";
  font-size: 14px;
  margin: 180px 0 15px 0;
}
.whoIsWhoWrap span.tag svg {
  width: 18px;
}
.whoIsWhoWrap .socialNetworkFeatures {
  width: 100%;
  float: left;
  margin: 60px 0 0 0;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  flex-flow: row wrap;
  gap: 20px;
}
.whoIsWhoWrap .socialNetworkFeatures .snfBox {
  width: 324px;
  float: left;
  padding: 24px 24px;
  border: 1px solid #d2d2d5;
  background-color: #fafafa;
  border-radius: 16px;
}
.whoIsWhoWrap .socialNetworkFeatures .snfBox .snfIcon {
  width: 56px;
  height: 56px;
  border-radius: 15px;
  background: linear-gradient(135deg, #895bf5 0%, #b447eb 100%);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whoIsWhoWrap .socialNetworkFeatures .snfBox .snfIcon svg {
  color: #fff;
  width: 28px;
  height: 28px;
}
.whoIsWhoWrap .socialNetworkFeatures .snfBox h4 {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 15px 0 10px 0;
  font-weight: 500;
}
.whoIsWhoWrap .socialNetworkFeatures .snfBox p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 300;
  margin: 0 0 0 0;
}

.discoverPageWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 120px 0px;
  background-color: #edeaf3;
  overflow: hidden;
  position: relative;
}
.discoverPageWrap .dpContainer {
  width: 100%;
  float: left;
  max-width: 1340px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins";
  gap: 20px;
}
.discoverPageWrap .dpContainer article {
  width: 100%;
  float: left;
  max-width: 660px;
}
.discoverPageWrap .dpContainer article span.tag {
  float: left;
  width: auto;
  background-color: rgba(255, 255, 255, 0.7607843137);
  color: #895bf5;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 18px;
  font-size: 14px;
  margin: 0px 0 15px 0;
}
.discoverPageWrap .dpContainer article span.tag img {
  width: 12px;
}
.discoverPageWrap .dpContainer article h2 {
  width: 100%;
  float: left;
  position: relative;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  margin: 12px 0 0 0;
  line-height: 105%;
}
.discoverPageWrap .dpContainer article h2 span.marked {
  background: linear-gradient(135deg, #895bf5 0%, #ab30e8 50%, #d926d9 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.discoverPageWrap .dpContainer article p {
  width: 100%;
  float: left;
  max-width: 570px;
  font-size: 18px;
  line-height: 32px;
  color: #18181b;
  font-weight: 300;
  margin: 30px 0 0 0;
}
.discoverPageWrap .dpContainer article .feedFeatures {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.discoverPageWrap .dpContainer article .feedFeatures .feedfeatureBox {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 27px;
  color: #18181b;
  font-weight: 300;
}
.discoverPageWrap .dpContainer article .feedFeatures .feedfeatureBox .ffIcon {
  float: left;
  width: 32px;
  height: 32px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7803921569);
  justify-content: center;
  align-items: center;
  border-radius: 9px;
}
.discoverPageWrap .dpContainer article .feedFeatures .feedfeatureBox .ffIcon svg {
  width: 16px;
  height: 16px;
  color: #a655f7;
}
.discoverPageWrap .dpContainer article .forYouBtn {
  float: left;
  font-family: "Poppins";
  background: linear-gradient(135deg, #895bf5 0%, #b447eb 100%);
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 15px 40px;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s ease-in-out;
  margin: 50px 0 0 0;
}
.discoverPageWrap .dpContainer article .forYouBtn:hover {
  transform: scale(1.06);
  background-color: rgba(211, 100, 255, 0.09);
}
.discoverPageWrap .dpContainer .demoFeedWrap {
  width: 100%;
  float: left;
  max-width: 628px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.discoverPageWrap .dpContainer .demoFeedWrap::after {
  width: 100%;
  height: 100%;
  background-color: rgba(141, 89, 244, 0.25);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(140px);
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox {
  width: 100%;
  float: left;
  background-color: rgba(245, 241, 248, 0.96);
  border: 1px solid #d2d2d5;
  padding: 16px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox:nth-child(2) {
  margin: 0 0 0 24px;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop .userDetails {
  float: left;
  display: flex;
  align-items: center;
  gap: 7px;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop .userDetails picture {
  min-width: 40px;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 100%;
  overflow: hidden;
  background-color: #f1e1ff;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop .userDetails picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop .userDetails h5 {
  float: left;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop .userDetails h5 small {
  width: 100%;
  float: left;
  margin: 0;
  font-weight: 300;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop .verified {
  float: left;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  padding: 2px 8px;
  background: #fff;
  border-radius: 26px;
  color: #8d59f4;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dfbTop .verified svg {
  width: 14px;
  height: 14px;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dbContent {
  width: 100%;
  float: left;
  height: 128px;
  border-radius: 6px;
  background-color: #eee4f7;
  margin: 15px 0 0 0;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dbLc {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 16px 0 0 0;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dbLc .lcBox {
  float: left;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
}
.discoverPageWrap .dpContainer .demoFeedWrap .demoFeedBox .dbLc .lcBox svg {
  width: 16px;
  height: 16px;
}

.activityMainWrap {
  width: 100%;
  float: left;
  display: flex;
  padding: 96px 15px;
  flex-direction: column;
  align-items: center;
  background-color: rgba(250, 245, 255, 0.5882352941);
  font-family: "Poppins";
}
.activityMainWrap span.tag {
  float: left;
  width: auto;
  background-color: rgba(255, 255, 255, 0.7607843137);
  color: #895bf5;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 18px;
  font-size: 14px;
  margin: 0px 0 15px 0;
}
.activityMainWrap span.tag svg {
  width: 18px;
}
.activityMainWrap h2 {
  width: 100%;
  float: left;
  position: relative;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  margin: 12px 0 0 0;
  line-height: 105%;
  text-align: center;
}
.activityMainWrap h2 span.marked {
  background: linear-gradient(135deg, #895bf5 0%, #ab30e8 50%, #d926d9 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
.activityMainWrap p {
  width: 100%;
  float: left;
  max-width: 570px;
  font-size: 18px;
  line-height: 32px;
  color: #18181b;
  font-weight: 300;
  margin: 20px 0 0 0;
  text-align: center;
}
.activityMainWrap h4 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin: 50px 0 0 0;
  font-weight: 500;
}
.activityMainWrap .recentActiveDivas {
  width: 100%;
  float: left;
  max-width: 1350px;
  float: left;
  display: flex;
  gap: 20px;
  margin: 30px 0 0 0;
}
.activityMainWrap .recentActiveDivas .activeDivaBox {
  float: left;
  width: 214px;
  cursor: pointer;
}
.activityMainWrap .recentActiveDivas .activeDivaBox picture {
  width: 100%;
  float: left;
  height: 214px;
  background-color: #fff;
  border: 4px solid #895bf5;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.activityMainWrap .recentActiveDivas .activeDivaBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activityMainWrap .recentActiveDivas .activeDivaBox h6 {
  width: 100%;
  float: left;
  text-align: center;
  margin: 14px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #000;
}
.activityMainWrap .recentActiveDivas .activeDivaBox:hover picture {
  transform: scale(1.07);
}
.activityMainWrap .newDivaFullWrap {
  width: 100%;
  float: left;
  max-width: 1350px;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.activityMainWrap .newDivaFullWrap .nDivaBox {
  width: 325px;
  float: left;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #d2d2d5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s ease-in-out;
  box-shadow: 0px 0px 0px transparent;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .divaDetails {
  float: left;
  display: flex;
  align-items: center;
  gap: 16px;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .divaDetails picture {
  width: 64px;
  min-width: 64px;
  height: 64px;
  background-color: #000;
  border-radius: 100%;
  position: relative;
  background-color: #895bf5;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .divaDetails picture img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .divaDetails picture b {
  position: absolute;
  z-index: 12;
  background-color: #895bf5;
  font-size: 12px;
  right: -7px;
  color: #fff;
  font-weight: 500;
  padding: 1px 10px;
  border-radius: 10px;
  top: -6px;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .divaDetails h5 {
  float: left;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .divaDetails h5 small {
  float: left;
  font-size: 14px;
  font-weight: 300;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .followBtn {
  float: left;
  background-color: #f2f2f3;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #d2d2d5;
  border-radius: 6px;
  color: #333;
  padding: 5px 14px;
  transition: 0.3s ease-in-out;
}
.activityMainWrap .newDivaFullWrap .nDivaBox .followBtn:hover {
  background-color: #f8f4ff;
  color: #895bf5;
}
.activityMainWrap .newDivaFullWrap .nDivaBox:hover {
  border-color: #dacbff;
  box-shadow: 0px 0px 27px rgba(137, 91, 245, 0.1882352941);
}
.activityMainWrap .newDivaFullWrap .nDivaBox:hover picture img {
  transform: scale(1.1);
}

.joinCommunity {
  width: 100%;
  float: left;
  padding: 90px 15px;
  background: linear-gradient(135deg, hsl(258, 89%, 66%) 0%, hsl(280, 80%, 55%) 50%, hsl(300, 70%, 50%) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Poppins";
}
.joinCommunity h2 {
  width: 100%;
  float: left;
  font-size: 48px;
  color: #f2f0ff;
  line-height: 100%;
  margin: 0 0 0 0;
}
.joinCommunity p {
  width: 100%;
  float: left;
  max-width: 650px;
  color: rgba(242, 240, 255, 0.8);
  font-size: 18px;
  line-height: 28px;
  margin: 25px 0 0 0;
}
.joinCommunity .joinBttns {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-flow: row wrap;
}
.joinCommunity .joinBttns .joinBttn {
  float: left;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 36px;
  border-radius: 4px;
}
.joinCommunity .joinBttns .joinBttn svg {
  width: 17px;
  height: 17px;
}
.joinCommunity .joinBttns .loginBtn {
  float: left;
  color: #f2f0ff;
  font-size: 14px;
  text-decoration: underline;
}
.joinCommunity .joinBttns span.or {
  float: left;
  color: rgba(242, 240, 255, 0.6);
}

#termsAndConditionsContent, #aiAndASPContent, #safetyAbuseAndAntiExpContent, #ageConfirmationContentAnd2257ComplianceContent {
  width: 100%;
  float: left;
}
#termsAndConditionsContent h1, #aiAndASPContent h1, #safetyAbuseAndAntiExpContent h1, #ageConfirmationContentAnd2257ComplianceContent h1 {
  width: 100%;
  float: left;
  font-family: "Poppins";
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 8px 0;
  border-left: 4px solid #aa0faf;
  padding: 0 0 0 13px;
}
#termsAndConditionsContent .tcContainer, #aiAndASPContent .tcContainer, #safetyAbuseAndAntiExpContent .tcContainer, #ageConfirmationContentAnd2257ComplianceContent .tcContainer {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
#termsAndConditionsContent .tcContainer h2, #aiAndASPContent .tcContainer h2, #safetyAbuseAndAntiExpContent .tcContainer h2, #ageConfirmationContentAnd2257ComplianceContent .tcContainer h2 {
  width: 100%;
  float: left;
  font-family: "Poppins";
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
#termsAndConditionsContent .tcContainer .tcContentBody, #aiAndASPContent .tcContainer .tcContentBody, #safetyAbuseAndAntiExpContent .tcContainer .tcContentBody, #ageConfirmationContentAnd2257ComplianceContent .tcContainer .tcContentBody {
  width: 100%;
  float: left;
  font-family: "Rubik";
}
#termsAndConditionsContent .tcContainer .tcContentBody p, #aiAndASPContent .tcContainer .tcContentBody p, #safetyAbuseAndAntiExpContent .tcContainer .tcContentBody p, #ageConfirmationContentAnd2257ComplianceContent .tcContainer .tcContentBody p {
  width: 100%;
  float: left;
  color: #5e5e5e;
  margin: 7px 0;
  line-height: 24px;
}
#termsAndConditionsContent .tcContainer .tcContentBody p a, #aiAndASPContent .tcContainer .tcContentBody p a, #safetyAbuseAndAntiExpContent .tcContainer .tcContentBody p a, #ageConfirmationContentAnd2257ComplianceContent .tcContainer .tcContentBody p a {
  color: #aa0faf;
}
#termsAndConditionsContent .tcContainer .tcContentBody ul, #aiAndASPContent .tcContainer .tcContentBody ul, #safetyAbuseAndAntiExpContent .tcContainer .tcContentBody ul, #ageConfirmationContentAnd2257ComplianceContent .tcContainer .tcContentBody ul {
  width: 100%;
  float: left;
  margin: 10px 0;
  padding: 0 0 0 16px;
}
#termsAndConditionsContent .tcContainer .tcContentBody ul li, #aiAndASPContent .tcContainer .tcContentBody ul li, #safetyAbuseAndAntiExpContent .tcContainer .tcContentBody ul li, #ageConfirmationContentAnd2257ComplianceContent .tcContainer .tcContentBody ul li {
  width: 100%;
  float: left;
  list-style-type: circle;
  margin: 5px 0;
}

/***********************************  blog page design  **********************************/
.blogPageWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 200px 0 100px 0;
  padding: 0 15px;
}
.blogPageWrap .blogPageContainer {
  width: 100%;
  float: left;
  max-width: 887px;
}
.blogPageWrap .blogPageContainer .blogPageHeader {
  width: 100%;
  float: left;
  display: flex;
  gap: 15px;
  flex-flow: row wrap;
  justify-content: space-between;
}
.blogPageWrap .blogPageContainer .blogPageHeader h1 {
  width: 100%;
  float: left;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blogPageWrap .blogPageContainer .blogPageHeader h1 small {
  width: 100%;
  float: left;
  color: #7C7C7C;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blogPageWrap .blogPageContainer .blogPageHeader p {
  width: 100%;
  float: left;
  max-width: 405px;
  color: #7C7C7C;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.426px; /* 155.556% */
}
.blogPageWrap .blogPageContainer .blogTabLinkWrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 9px;
  margin: 35px 0 0 0;
}
.blogPageWrap .blogPageContainer .blogTabLinkWrap .tabLink {
  float: left;
  color: #3F3F3F;
  font-family: "Rubik";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 11px;
  border-radius: 5px;
  background-color: #F3F3F3;
}
.blogPageWrap .blogPageContainer .blogTabLinkWrap .tabLink.active {
  background: #2B2B2B;
  color: #fff;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap {
  width: 100%;
  float: left;
  margin: 34px 0 0 0;
  position: relative;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap {
  width: 100%;
  float: left;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  gap: 29px;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox {
  width: 100%;
  float: left;
  max-width: 275px;
  position: relative;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox picture {
  width: 100%;
  float: left;
  height: 158px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox span.tag {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 99;
  border-radius: 5px;
  background: #895BF5;
  padding: 4px 6px;
  color: #FFF;
  font-family: "Poppins";
  font-size: 9.484px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox p {
  width: 100%;
  float: left;
  padding: 0 6px;
  margin: 8px 0 0 0;
  color: #000;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: 0.3s ease-in-out;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox span.date {
  width: 100%;
  float: left;
  padding: 0 6px;
  margin: 6px 0 0 0;
  color: #949494;
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox span.date .clockIcon {
  width: 16px;
  height: 16px;
  color: #D024B5;
}
.blogPageWrap .blogPageContainer .blogTabsFullWrap .blogTabWrap .blogTabInner .blogBox:hover p {
  color: #895BF5;
}

.blogBtnWrapper {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: center;
}
.blogBtnWrapper .viewAllBtn {
  float: left;
  border-radius: 25px;
  border: 1px solid #C0C0C0;
  background: #FFF;
  padding: 12px 29px;
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.336px;
  transition: 0.3s ease-in-out;
}
.blogBtnWrapper .viewAllBtn:hover {
  border-color: #895BF5;
  color: #895BF5;
}

/*************************************************************  blog details  ***************************************************/
/*************************************************************  blog details  ***************************************************/
.blogDetailsCompleteWrap {
  width: 100%;
  float: left;
  margin: 200px 0 125px 0;
  padding: 0 15px;
  display: flex;
  justify-content: center;
}
.blogDetailsCompleteWrap .blogDetailsContainer {
  width: 100%;
  float: left;
  max-width: 657px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blogDetailsCompleteWrap .blogDetailsContainer img {
  width: auto;
  height: auto;
  background-color: #f7f7f7;
  overflow: hidden;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
  display: inline-block;
}
.blogDetailsCompleteWrap .blogDetailsContainer h1 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Poppins";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 20px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer h2 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 20px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer h3 {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Poppins";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin: 20px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer p {
  width: 100%;
  float: left;
  color: #333;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin: 16px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer p.highilghtText {
  color: #000;
}
.blogDetailsCompleteWrap .blogDetailsContainer ul,
.blogDetailsCompleteWrap .blogDetailsContainer ol {
  width: 100%;
  float: left;
  padding: 0px 20px;
  margin: 16px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer ul li,
.blogDetailsCompleteWrap .blogDetailsContainer ol li {
  width: 100%;
  float: left;
  color: #333;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  margin: 8px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer ul li p,
.blogDetailsCompleteWrap .blogDetailsContainer ol li p {
  margin: 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer a {
  text-decoration: none;
  font-family: "Rubik";
}
.blogDetailsCompleteWrap .blogDetailsContainer .edetorialTeamDetails {
  width: 100%;
  float: left;
  margin: 22px 0 0 0;
  border-top: 1px solid #f2f2f2;
  padding: 18px 0;
  display: flex;
  flex-flow: row wrap;
  gap: 13px;
  align-items: center;
}
.blogDetailsCompleteWrap .blogDetailsContainer .edetorialTeamDetails .edeText {
  float: left;
  color: #333;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.blogDetailsCompleteWrap .blogDetailsContainer .edetorialTeamDetails .edeText.bold {
  color: #505050;
  font-weight: 600;
}
.blogDetailsCompleteWrap .blogDetailsContainer .edetorialTeamDetails span.dot {
  background-color: #d9d9d9;
  width: 5px;
  height: 5px;
  float: left;
  border-radius: 100%;
}
.blogDetailsCompleteWrap .blogDetailsContainer .edetorialTeamDetails .edeTag {
  float: left;
  border-radius: 5.835px;
  background: #000;
  padding: 4px 6px;
  color: #fff;
  font-family: "Rubik";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blogDetailsCompleteWrap .blogDetailsContainer picture.mainPic {
  width: calc(100% + 40px);
  height: 321px;
  background-color: #f7f7f7;
  float: left;
  margin: 12px 0;
  overflow: hidden;
  border-radius: 12px;
}
.blogDetailsCompleteWrap .blogDetailsContainer picture.mainPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogDetailsCompleteWrap .blogDetailsContainer blockquote.blockquoteStyle {
  width: 100%;
  float: left;
  border-radius: 12px;
  border: 2px solid rgba(0, 35, 61, 0.2509803922);
  background: #fdfdff;
  padding: 63px 38px 20px 38px;
  margin: 30px 0 10px 0;
  color: #3e3e59;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  background-image: url(../../../images/bulb.svg);
  background-repeat: no-repeat;
  background-position: 39px 21px;
  background-size: 25px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .votingBlock {
  width: 100%;
  float: left;
  margin: 6px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer .votingBlock label.votePoll {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  cursor: pointer;
}
.blogDetailsCompleteWrap .blogDetailsContainer .votingBlock label.votePoll .voatingBar {
  width: 100%;
  float: left;
  padding: 15px 20px;
  border-radius: 9px;
  border: 1px solid #E8E8E8;
  background: #fff;
  color: #000;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in-out;
}
.blogDetailsCompleteWrap .blogDetailsContainer .votingBlock label.votePoll .voatingBar:hover {
  border-color: #DED0FF;
  background: #FCFAFF;
}
.blogDetailsCompleteWrap .blogDetailsContainer .votingBlock label.votePoll input.voteRadio {
  display: none;
}
.blogDetailsCompleteWrap .blogDetailsContainer .votingBlock label.votePoll input.voteRadio:checked ~ .voatingBar {
  border: 1px solid #000;
  color: #000;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
  display: none;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox {
  width: 100%;
  float: left;
  border-radius: 9px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 14px 23px;
  margin: 12px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox .headingVote {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox .headingVote span {
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox .progressWrap {
  width: 100%;
  float: left;
  border-radius: 10px;
  background: #f0f0f0;
  box-shadow: 0 2.917px 4.375px 0.729px rgba(0, 0, 0, 0.06) inset;
  height: 11px;
  margin: 10px 0 0 0;
  position: relative;
  overflow: hidden;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox .progressWrap .progressMain {
  float: left;
  border-radius: 10px;
  height: 11px;
  background: #895BF5;
  box-shadow: 0 2.917px 2.917px 0 rgba(255, 255, 255, 0.25) inset;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox .totalVote {
  width: 100%;
  float: left;
  margin: 6px 0 0 0;
  color: #adadad;
  font-family: "Rubik";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox.voted {
  border: 1px solid #ded0ff;
  background: #fcfaff;
  box-shadow: 0 1.458px 8.75px 0.729px rgba(1, 122, 207, 0.431372549);
}
.blogDetailsCompleteWrap .blogDetailsContainer .voteResult .resultBox.voted .totalVote {
  color: rgba(1, 122, 207, 0.431372549);
}
.blogDetailsCompleteWrap .blogDetailsContainer .keyTakeaways {
  width: 100%;
  float: left;
  margin: 25px 0 9px 0;
  border-radius: 11.667px;
  border: 2px solid rgba(0, 35, 61, 0.2509803922);
  background: #fdfdff;
  padding: 25px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .keyTakeaways .keyBox {
  width: 100%;
  float: left;
  margin: 19px 0 0 0;
  color: #696969;
  font-family: "Rubik";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 182.353%;
  padding: 0 0 0 30px;
  background-image: url(../../../images/circleCheck.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0px 3px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .tagsWrap {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  font-family: "Rubik";
}
.blogDetailsCompleteWrap .blogDetailsContainer .tagsWrap span {
  float: left;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blogDetailsCompleteWrap .blogDetailsContainer .tagsWrap a {
  float: left;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  border-radius: 16px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 22px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .putCommentWrap {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .putCommentWrap .pictureWrap {
  width: 41px;
  min-width: 41px;
  height: 41px;
  border-radius: 100%;
  background-color: rgba(2, 128, 216, 0.168627451);
  background-image: url(../../../images/account.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .putCommentWrap .commentWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .putCommentWrap .commentWrap label {
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .putCommentWrap .commentWrap textarea {
  width: 100%;
  float: left;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
  color: #818181;
  font-family: "Rubik";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 70px;
  outline: none;
  padding: 14px;
  resize: none;
  margin: 10px 0 0 0;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .putCommentWrap .commentWrap .postComment {
  float: left;
  border-radius: 6px;
  background: #000;
  padding: 10px 17px;
  border: 0;
  outline: none;
  color: #fff;
  text-align: center;
  font-family: "Rubik";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.336px;
  margin: 10px 0 0 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .putCommentWrap .commentWrap .postComment:hover {
  background-color: #000;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .commentBox {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .commentBox .pictureWrap {
  width: 41px;
  min-width: 41px;
  height: 41px;
  border-radius: 100%;
  background-color: rgba(2, 128, 216, 0.168627451);
  background-image: url(../../../images/account.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .commentBox .textBox {
  width: 100%;
  float: left;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .commentBox .textBox label {
  width: 100%;
  float: left;
  color: #000;
  font-family: "Rubik";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 11px;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .commentBox .textBox label small {
  color: #989898;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.blogDetailsCompleteWrap .blogDetailsContainer .commentonBlogWrap .commentBox .textBox p {
  width: 100%;
  float: left;
  margin: 7px 0 0 0;
  word-break: break-all;
}

.likesPopWrap .likesWrap .likeUserBox picture span.badge.basic {
  display: none !important;
}

.hasproperuserPopWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  position: fixed;
  display: none;
}
.hasproperuserPopWrap .hasProperuserMainWrap {
  width: 300px;
  height: 250px;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 15px;
  gap: 15px;
}
.hasproperuserPopWrap .hasProperuserMainWrap i.icon {
  width: 71px;
  height: 71px;
  border-radius: 100%;
  float: left;
  border: 2px solid #4CAF50;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 47px;
  -webkit-text-stroke: 6px #fff;
  color: #4CAF50;
}
.hasproperuserPopWrap .hasProperuserMainWrap p {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #000;
  font-family: "Poppins";
  text-align: center;
}
.hasproperuserPopWrap .hasProperuserMainWrap p a {
  color: #b72fce;
}
.hasproperuserPopWrap .hasProperuserMainWrap .okBttn {
  float: left;
  background: #03A9F4;
  color: #fff;
  font-family: "Poppins";
  padding: 8px 39px;
  border-radius: 25px;
}

/*************************************  13-04-2026  *********************************/
.coockieWrap {
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8392156863);
  position: fixed;
  z-index: 9999;
  padding: 25px 25px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  backdrop-filter: blur(11px);
}
.coockieWrap p {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.coockieWrap .cookieBttnWrap {
  float: left;
  display: flex;
  gap: 12px;
  white-space: nowrap;
}
.coockieWrap .cookieBttnWrap a {
  float: left;
  font-size: 13px;
  border: 1px solid #cbcbcb;
  color: #2c2c2c;
  padding: 10px 15px;
}
.coockieWrap .cookieBttnWrap a.acceptBttn {
  background: linear-gradient(135deg, #895bf5 0%, #b447eb 100%);
  border: none;
  color: #fff;
  border: 0;
}

.alphaProfilTopContainer .smallDescriptionText {
  width: 100%;
  float: left;
  margin: 14px 0 0 0;
  font-size: 14px;
  font-family: "Rubik";
}

.countryListPopWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7px);
  top: 0;
  left: 0;
  padding: 15px;
  display: none;
}
.countryListPopWrap .countryWrapContainer {
  width: 95%;
  position: absolute;
  max-width: 400px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  overflow: hidden;
}
.countryListPopWrap .countryWrapContainer .cwcInner {
  width: 100%;
  float: left;
  padding: 25px 25px 12px;
}
.countryListPopWrap .countryWrapContainer .cwcInner h4 {
  width: 100%;
  float: left;
  font-size: 20px;
  margin: 0 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.countryListPopWrap .countryWrapContainer .cwcInner h4 i.closecListPop {
  float: left;
  cursor: pointer;
  font-size: 25px;
  position: relative;
  top: -16px;
  -webkit-text-stroke: 3px #fff;
  color: #ef4a4a;
  right: -11px;
}
.countryListPopWrap .countryWrapContainer .cwcInner .infoAlertBox {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 0 0 0;
  background: #faedff;
  padding: 10px 13px;
  border-radius: 13px;
  border: 1px solid #e9aeff;
}
.countryListPopWrap .countryWrapContainer .cwcInner .infoAlertBox i {
  font-size: 16px;
  color: #9300cc;
}
.countryListPopWrap .countryWrapContainer .cwcInner .infoAlertBox p {
  width: 100%;
  float: left;
  font-size: 13px;
}
.countryListPopWrap .countryWrapContainer .cwcInner .searchBox {
  width: 100%;
  float: left;
  background-color: #f7f7f7;
  border: 0;
  outline: none;
  font-size: 15px;
  margin: 14px 0 0 0;
  padding: 11px 20px;
  border-radius: 8px;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList {
  width: 100%;
  float: left;
  margin: 5px 0 0 0;
  display: flex;
  flex-direction: column;
  height: 200px;
  overflow: auto;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList .countryBox {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  cursor: pointer;
  font-size: 14px;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList .countryBox.active {
  order: -1;
  color: #9300cc;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList .countryBox i {
  display: none;
  font-size: 17px;
  -webkit-text-stroke: 1.4px #fff;
  color: #9300cc;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList .countryBox .countryRadio {
  display: none;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList .countryBox .countryRadio:checked ~ i {
  display: block !important;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList .countryBox {
  transition: 0.3s ease-in-out;
}
.countryListPopWrap .countryWrapContainer .cwcInner .countryList .countryBox:hover {
  background-color: #f7f7f7;
}
.countryListPopWrap .countryWrapContainer .cwcFooterBox {
  width: 100%;
  float: left;
  padding: 15px 25px;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.countryListPopWrap .countryWrapContainer .cwcFooterBox .secureBox {
  display: flex;
  align-items: center;
  float: left;
  gap: 7px;
  font-size: 11px;
  max-width: 100px;
  line-height: 16px;
}
.countryListPopWrap .countryWrapContainer .cwcFooterBox .bttnsWrap {
  float: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
.countryListPopWrap .countryWrapContainer .cwcFooterBox .bttnsWrap .submitCountryBttn {
  float: left;
  border: 0;
  outline: none;
  background: #9300cc;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins";
  padding: 6px 21px;
  border-radius: 50px;
  cursor: pointer;
}
.countryListPopWrap .countryWrapContainer .cwcFooterBox .bttnsWrap .cancelBtn {
  float: left;
  cursor: pointer;
  font-size: 13px;
  color: #570178;
}

.inputWrapperCountry {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inputWrapperCountry h4 {
  float: left;
  display: flex;
  flex-direction: column;
}
.inputWrapperCountry h4 small {
  width: 100%;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 0 0;
  color: #747474;
  letter-spacing: 0.4px;
}
.inputWrapperCountry h4 .selectedCountry {
  float: left;
  font-size: 19px;
  font-weight: 500;
  margin: 7px 0 0 0;
}
.inputWrapperCountry .changeCountryPopTrg {
  float: left;
  font-size: 13px;
  color: #a529f7;
  white-space: nowrap;
}

.infoTexts {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.infoTexts p {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 0;
  color: #747474;
}
.infoTexts p i {
  color: #29915b;
}

.contactuspageWrap {
  width: 100%;
  float: left;
  background-color: #ebdef1;
  padding: 190px 15px 50px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactuspageWrap .contactusContainer {
  width: 100%;
  float: left;
  max-width: 800px;
  display: flex;
  flex-flow: wrap row-reverse;
  justify-content: space-between;
}
.contactuspageWrap .contactusContainer h1 {
  width: 100%;
  float: left;
  font-size: 25px;
  margin: 0 0 22px 0;
  font-weight: 500;
}
.contactuspageWrap .contactusContainer .contactForm {
  width: 100%;
  float: left;
  max-width: 484px;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 15px;
}
.contactuspageWrap .contactusContainer .contactForm .formMain {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .inputSecWrap {
  width: 100%;
  float: left;
  margin: 0 0 12px 0;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .inputSecWrap.half {
  max-width: 48%;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .inputSecWrap p {
  width: 100%;
  float: left;
  color: #000;
  margin: 0 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 0 0;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .inputSecWrap .inputUsr {
  width: 100%;
  float: left;
  border: 0;
  background: #fbf4fe;
  padding: 11px 16px;
  margin: 5px 0 0 0;
  border-radius: 8px;
  color: #000;
  outline: none;
  font-family: "Poppins";
  font-size: 12px;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .inputSecWrap .inputUsr::-moz-placeholder {
  color: #beaec6;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .inputSecWrap .inputUsr::placeholder {
  color: #beaec6;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .inputSecWrap textarea {
  height: 90px;
  resize: none;
}
.contactuspageWrap .contactusContainer .contactForm .formMain .formBttn {
  border: 0;
  font-family: "Poppins";
  background: linear-gradient(271deg, #710DB3 13.4%, #AA0FAF 57.6%);
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 6px;
  outline: none;
}
.contactuspageWrap .contactusContainer .supportWrap {
  width: 100%;
  float: left;
  max-width: 300px;
}
.contactuspageWrap .contactusContainer .supportWrap .directSupport {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px 20px;
  border-radius: 15px;
}
.contactuspageWrap .contactusContainer .supportWrap .directSupport h4 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c82ade;
  letter-spacing: 0.5px;
}
.contactuspageWrap .contactusContainer .supportWrap .directSupport h5 {
  width: 100%;
  float: left;
  margin: 15px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5px;
}
.contactuspageWrap .contactusContainer .supportWrap .directSupport h5 i {
  color: #c82ade;
}
.contactuspageWrap .contactusContainer .supportWrap .directSupport img.emailImg {
  max-width: 185px;
  margin: 7px 0 0 0;
  border-radius: 20px;
}
.contactuspageWrap .contactusContainer .supportWrap .directSupport a {
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  font-size: 13px;
  color: #c82ade;
}
.contactuspageWrap .contactusContainer .supportWrap .featureBox {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 12px;
  margin: 15px 0 0 0;
}
.contactuspageWrap .contactusContainer .supportWrap .featureBox i {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #c82ade;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactuspageWrap .contactusContainer .supportWrap .featureBox h4 {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #7c7c7c;
}
.contactuspageWrap .contactusContainer .supportWrap .featureBox h4 strong {
  width: 100%;
  float: left;
  margin: 0 0 4px 0;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}

body .formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card.tierSelectable.active-tier {
  border: 2px solid #4fc147 !important;
  box-shadow: 0px 5px 16px rgba(42, 161, 86, 0.3098039216) !important;
}

.ccbillPopupActions {
  width: 100%;
  float: left;
}
.ccbillPopupActions .submitBttn2 {
  margin: 0 0 0 0;
}
.ccbillPopupActions #ccbillCancelPayment {
  padding: 12px 28px;
  font-size: 15px;
  font-family: "Inter";
  border: 0;
  border-radius: 4px;
  outline: none !important;
}

.ccbillPaymentPopup h4 {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
}

p.ccbillPaymentSummary {
  color: #429345;
  font-weight: 600;
  font-size: 14px;
}

.postalWrap {
  position: relative;
}
.postalWrap .tooltipWrap {
  position: absolute;
  right: 28px;
  bottom: 31px;
}
.postalWrap .tooltipWrap i {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #c905aa;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100%;
  -webkit-text-stroke: 0.6px #c905aa;
  cursor: pointer;
}
.postalWrap .tooltipWrap .tooltipBoxContain {
  position: absolute;
  width: 300px;
  background-color: #ffffff;
  right: -20px;
  bottom: 14px;
  padding: 9px 15px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  font-size: 12px;
  line-height: 19px;
  transition: all 0.4s ease-in-out;
  transform-origin: right bottom;
  transform: scale(0);
  opacity: 0;
}
.postalWrap .tooltipWrap:hover .tooltipBoxContain {
  transform: scale(1);
  opacity: 1;
}

.fieldDetails {
  width: 100%;
  float: left;
  font-size: 13px;
  margin: -13px 0 20px 0;
  min-width: 100%;
  text-align: right;
  color: #339237;
}

/*************************************  rtl styles  *******************************/
body.rtlDirection header .headerMain .headerContainer nav .language .langOptions {
  right: inherit;
  left: -6px;
}

body.rtlDirection .searchPageCompleteWrap .searchPageContainer .listWrap .listBox .followIcon {
  right: inherit;
  left: 6px;
}

body.rtlDirection header .headerTop .headerTopContainer p {
  max-width: 230px;
  text-align: right;
}

body.rtlDirection .profilePageWrap .profilepageContainer .nameBox span.feetCount .feetCountTooltip {
  right: -91px;
}
body.rtlDirection .profilePageWrap .profilepageContainer .nameBox span.feetCount .feetCountTooltip::after {
  right: 106px;
}

body.rtlDirection .mainForm .inputWrapper .toggleInput {
  right: inherit;
  left: 23px;
}

body.rtlDirection .mainForm .inputWrapper .multi-select-container .multi-select-button::after {
  right: inherit;
  left: 19px;
}

body.rtlDirection .multi-select-menuitems .multi-select-menuitem {
  padding: 9px 24px 8px 0;
  position: relative;
}

body.rtlDirection .multi-select-menuitems .multi-select-menuitem {
  padding: 9px 24px 8px 0;
  position: relative;
}
body.rtlDirection .multi-select-menuitems .multi-select-menuitem input {
  right: 0;
}

body.rtlDirection .commentPopWrap .commentsWrap .commentBox .commentBody .deleteComment {
  float: left !important;
}

body.rtlDirection .language .langOptions {
  left: -6px;
  right: inherit;
}

body.rtlDirection .notification-list li .readOptions {
  left: 13px;
  right: inherit;
}

body.rtlDirection .discoverPageWrap .dpContainer article span.tag {
  float: right;
}

body.rtlDirection .discoverPageWrap .dpContainer article p {
  float: right;
}

body.rtlDirection .discoverPageWrap .dpContainer article .forYouBtn {
  float: right;
}

body.rtlDirection .formBodyWrap .formBodyContainer .progressWrap .progressIndicator.active::before {
  right: -500px;
}

body.rtlDirection .formBodyWrap .formBodyContainer.paymentForm .tiers .tier-card .badge {
  left: -23px;
  right: unset;
  transform: rotate(-38deg);
}

body.rtlDirection .alphaProfileComplateWrap .alphaProfilTopContainer .alphaImageFollowWrap .verifiedBadge {
  left: 0;
  right: inherit;
}/*# sourceMappingURL=style.css.map */