.form-text-input {
  column-gap: 8px !important;
}

.label-container {
  width: 35%;
}

.form-text-input .input-container {
  border-radius: 0 !important;
}

.MuiOutlinedInput-root {
  background-color: #f2f2f2 !important;
}

.MuiOutlinedInput-input {
  padding: 1px 4px !important;
  height: 35px !important;
  font-size: 14px !important;
}

.form-drop-down-container .MuiCircularProgress-root {
  width: 15px !important;
  height: 15px !important;
  margin-top: 4px;
}

.MuiOutlinedInput-notchedOutline {
  border-radius: 4px !important;
  border-color: #f2f2f2 !important;
}

.Mui-focused > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #fccd12 !important;
}

.Mui-error > .MuiOutlinedInput-notchedOutline {
  border: 1px solid #ff2620 !important;
}

.form-error-text {
  color: #ff2620 !important;
}

.form-error-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-dropdown-select-text-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 10px !important;
}

.form-text-input .MuiOutlinedInput-root .MuiOutlinedInput-input {
  font-size: 12px !important;
  overflow: auto !important;
}

.form-interactive-btn-paper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0%;
  margin-right: 2%;
  column-gap: 8px;
  background-color: transparent !important;
  border: none !important;

}

.form-interactive-btn-paper .MuiIconButton-root {
  background-color: #f2f2f2;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  box-shadow: 2px 3px 5px #747474;
  color: #333;
  border-radius: 4px;
}

.form-interactive-btn-paper .MuiSvgIcon-root {
    font-size: 16px;
}
.data-column {
  width: 48% !important;
}

@media screen and (max-width: 600px) {
  .data-column {
    width: 100% !important;
  }
}

.data-column-left {
  padding: 10px;
  width: 40% !important;
}

.data-column-left-label {
  color: var(--typography-secondary);
  text-align: right;
}

.data-column-right {
  padding: 10px;
  width: 60% !important;
  column-gap: 8px;
  align-items: center;
  word-break: break-word;
}

.data-column-right-label {
  color: var(--typography-secondary);
}

.data-section-wrapper {
  padding: 24px;
  background-color: white;
  border-radius: 10px;
  row-gap: 16px;
}

.data-section-title{
  color: var(--typography-primary);
}
.horoscope-loading-com {
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
}
.horoscope-notice{
  background-color: #E0E0E0;
  padding: 8px;
  border-radius: 5px;
  column-gap: 5px;
}
.horoscope-notice-icon{
  margin-top: 3px;
  color: #333333;
}
.horoscope-notice-txt{
  font-size: 14px !important;
  color: #333333;
}
.horoscope-notice-nav-link{
  color: #2196f3 !important;
  margin-left: 4px !important;
  text-decoration: underline !important;
}
.photo-grid {
    width: 120px;
    height: 120px;
    margin: 10px 15px 0 0;
    object-fit: cover;
    cursor: zoom-in;
    border-radius: 5px;
  }
  
  @media (max-width: 480px) {
    .photo-grid {
      margin: 15px 15px 0 0;
    }
  }
@keyframes PhotoView__rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes PhotoView__delayShow {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.PhotoView__Spinner {
  animation: PhotoView__delayShow 0.4s linear both;
}
.PhotoView__Spinner svg {
  animation: PhotoView__rotate 0.6s linear infinite;
}

.PhotoView__Photo {
  will-change: transform;
  cursor: grab;
}
.PhotoView__Photo:active {
  cursor: grabbing;
}

@keyframes PhotoView__animateIn {
  from {
    opacity: 0.4;
    transform: scale(0.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes PhotoView__animateOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.2);
  }
}
.PhotoView__animateIn {
  opacity: 0.4;
  animation: PhotoView__animateIn 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.PhotoView__animateOut {
  opacity: 1;
  animation: PhotoView__animateOut 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.PhotoView__PhotoWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.PhotoView__PhotoBox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.PhotoView__PhotoMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.PhotoView-SlideWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  overflow: hidden;
}

@keyframes PhotoView__fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__BannerWrap,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowLeft,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__ArrowRight,
.PhotoView-PhotoSlider__clean .PhotoView-PhotoSlider__FooterWrap {
  opacity: 0;
}
.PhotoView-PhotoSlider__willClose .PhotoView-PhotoSlider__BannerWrap:hover {
  opacity: 0;
}
.PhotoView-PhotoSlider__Backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.PhotoView-PhotoSlider__fadeIn {
  opacity: 0;
  animation: PhotoView__fade 0.4s linear both;
}
.PhotoView-PhotoSlider__fadeOut {
  opacity: 0;
  animation: PhotoView__fade 0.4s linear both reverse;
}
.PhotoView-PhotoSlider__BannerWrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.2s ease-out;
  z-index: 20;
}
.PhotoView-PhotoSlider__BannerWrap:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__Counter {
  padding: 0 10px;
  font-size: 14px;
  opacity: 0.75;
}
.PhotoView-PhotoSlider__BannerRight {
  display: flex;
  align-items: center;
  height: 100%;
}
.PhotoView-PhotoSlider__toolbarIcon {
  box-sizing: border-box;
  padding: 10px;
  opacity: 0.75;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.PhotoView-PhotoSlider__toolbarIcon:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__ArrowLeft,
.PhotoView-PhotoSlider__ArrowRight {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  margin: auto;
  opacity: 0.75;
  z-index: 20;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  transition: opacity 0.2s linear;
}
.PhotoView-PhotoSlider__ArrowLeft:hover,
.PhotoView-PhotoSlider__ArrowRight:hover {
  opacity: 1;
}
.PhotoView-PhotoSlider__ArrowLeft svg,
.PhotoView-PhotoSlider__ArrowRight svg {
  box-sizing: content-box;
  padding: 10px;
  width: 24px;
  height: 24px;
  fill: white;
  background: rgba(0, 0, 0, 0.3);
}
.PhotoView-PhotoSlider__ArrowLeft {
  left: 0;
}
.PhotoView-PhotoSlider__ArrowRight {
  right: 0;
}
.PhotoView-PhotoSlider__FooterWrap {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
  min-height: 44px;
  line-height: 1.5;
  font-size: 14px;
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: justify;
  transition: opacity 0.2s ease-out;
  z-index: 20;
}

.light-text-column-container{
    padding: 5px 15px;
    border-radius: 4px;
}

.light-text-column-container .primary-text{
    background-color: rgb(242, 242, 242);
    padding: 5px 12px 0 12px;
    color: var(--typography-secondary);
}

.light-text-column-container .secondary-text{
    font-size: 12px;
    color: #B8B8B8;
    word-break: break-all;
    background-color: rgb(242, 242, 242);
    padding: 0 12px 5px 12px;
}
@media screen and (min-width: 601px) {
  .data-column-container > div:nth-child(4n-3) {
    background-color: #f2f2f2;
  }

  .data-column-container > div:nth-child(4n-2) {
    background-color: #f2f2f2;
  }
  .post-data-section-title {
    padding: 0 24px;
  }
  .parent-data-view {
    padding: 0 24px;
    row-gap: 10px;
  }
}

@media screen and (max-width: 600px) {
  .data-column-container > div:nth-child(odd) {
    background-color: #f2f2f2 !important;
  }
  .post-data-section-title {
    padding: 0;
  }
  .parent-data-view {
    padding: 0;
    row-gap: 10px;
  }
}

.data-column-container {
  justify-content: space-between;
}

.data-single-column-container > div:nth-child(even) {
  background-color: #f2f2f2 !important;
}

.parent-data-column {
  width: 100% !important;
}

.parent-data-view-title{
  color: var(--typography-primary);
}

.post-data-section-title {
  color: var(--typography-primary);
}

/* .data-section-title {
  color: var(--typography-primary);
} */

.header-section {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  row-gap: 15px;
}

.header-section-top-ad {
  border: 1px solid #cca326;
  border-radius: 0px 10px 10px 10px;
}
.header-section-premium-ad {
  border: 1px solid #cca326;
  border-radius: 0px 10px 10px 10px;
}

.profile-img {
  width: 48px;
  height: 48px;
  border: 1px solid #cca326;
  border-radius: 50%;
  margin-top: 5px;
}
.display-name {
  font-size: 28px !important;
  font-weight: 500 !important;
  margin: 0px !important;
  padding: 0px !important;
  text-transform: capitalize;
  word-break: break-word;
}
.tag-line {
  font-size: 14px !important;
  align-items: center !important;
  margin-top: -6px;
}
.acc-created-chip {
  font-size: 11px !important;
  color: #ffffff !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  height: 22px !important;
  background-color: #4f4f4f !important;
  text-transform: capitalize !important;
}
.id-verified-chip {
  font-size: 11px !important;
  color: #ffffff !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  height: 22px !important;
  background-color: #2979ff !important;
}
.cursor-default{
  cursor: default !important;
}
.differently-abled-chip {
  font-size: 11px !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  height: 22px !important;
  background-color: #e0e0e0 !important;
}
.circular-progress {
  color: #c19d0d !important;
}
.country-flag {
  font-size: 1.25em;
}
.header-loading-com{
  background-color: #fff;
  padding: 24px;
  border-radius: 10px;
}
.top-ad-tag{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 10px 3px 8px;
  background-color: #cca326;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
}
.top-ad-tag-img{
  height: 12px;
  margin-bottom: -2px;
}
.top-ad-tag-txt{
  font-size: 13px !important;
  color: #ffffff;
}
.header-notice{
  background-color: #E0E0E0;
  padding: 8px;
  border-radius: 5px;
  column-gap: 5px;
}
.header-notice-icon{
  color: #333333;
  margin-top: 3px;
}
.header-notice-txt{
  font-size: 14px !important;
  color: #333333;
}
.header-nav-link{
  color: #2196f3 !important;
  margin-left: 4px !important;
  text-decoration: underline !important;
}
.header-modal-content-txt{
  color: #0000008a;
}
.interest-type-txt{
  font-size: 14px !important;
  color: #f54646;
  font-weight: 500 !important;
}
.additional-info-txt{
  font-size: 14px !important;
  word-break: break-word;
}
.respond-elements-container {
  padding: 15px;
  row-gap: 15px;
}
.respond-loading-container {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 10px;
}
.contact-text{
  font-size: 14px !important;
  font-weight: 500 !important;
}

.prohibited-access-view {
  min-height: 60vh;
}

.prohibited-access-view .content-container {
  border-radius: 16px;
  background-color: var(--bgcolor-1);
  padding: 32px;
  row-gap: 16px;
  margin-top: 48px;
}

.prohibited-access-view .page-heading {
  color: #a93226;
  font-weight: 900;
  font-size: 28px;
}

.prohibited-access-view .block-icon {
  color: #a93226;
  font-size: 48px;
}

.prohibited-access-view .info-container {
  row-gap: 8px;
}

.prohibited-access-view .error-description {
    color: #2c3e50;
    font-size: 18px;
}

.prohibited-access-view .action-button {
  background-color: var(--primary-color);
  padding-inline: 32px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: fit-content;
}

@media screen and (min-width: 641px) {
  .prohibited-access-view {
    min-height: 50vh;
    padding-block: 24px;
  }

  .prohibited-access-view .block-icon {
    font-size: 72px;
  }
}

.splash-view {
  height: 60vh;
}

.splash-view .content-container {
  width: auto;
}

.splash-view .splash-view-img {
  width: 80%;
}

.splash-view .MuiCircularProgress-root {
  color: var(--primary-color);
}

@media screen and (min-width: 641px) {
  

  .splash-view .splash-view-img {
    width: 256px;
  }
}

@media screen and (max-width: 640px) {
  .splash-view .content-container {
    margin-inline: 16px;
  }
}

.button.button-primary,
.button.button-primary:hover {
  background-color: var(--primary-color);
}

.button.button.capitalize .MuiButton-label {
  text-transform: capitalize;
}

.view-ad-wrapper {
  background-color: #dfdfdf;
  padding-top: 30px;
}
.select-type-wrapper {
  min-width: 200px;
}
.nav-btn-section {
  margin-bottom: 10px;
}
.left-angle-icon {
  color: #858585;
}
.prev-btn-text {
  font-size: 14px !important;
  font-weight: 500;
  color: #858585 !important;
  margin-left: 5px !important;
  text-decoration: none !important;
  text-transform: uppercase;
}
.nav-prev-btn:hover {
  cursor: pointer;
}
.prev-btn-text:hover {
  font-weight: 600;
}
.nav-edit-ad {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  column-gap: 4px;
  align-items: center;
}

.nav-edit-ad:hover {
  cursor: pointer;
}

.cus-container-post {
  position: relative;
  margin: auto;
  border-radius: 8px;
  padding-bottom: 40px !important;
  max-width: 960px !important;
}

@media (max-width: 960px) {
  .cus-inner-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/*# sourceMappingURL=8544.27e4fd7b.chunk.css.map*/