.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-group-selector {
  background-color: #f2f2f2;
  border-radius: 4px;
}

.button-group-selector .selector-item {
  flex: 1 1;
  padding-inline: 8px;
  padding-block: 8px;
  border-radius: 4px;
  cursor: pointer;
}

.button-group-selector .selector-item.selected {
  border: 1px solid var(--primary-color-600);
}

.button-group-selector .selector-item.selected p {
  font-weight: 600;
  color: var(--typography-secondary);
}

.button-group-selector .selector-item {
  color: var(--typography-silver-500);
}

.button-group-selector .selector-item .badge {
  background-color: var(--primary-color);
  color: var( --typography-primary);
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 12px;
  padding: 4px;
}

.avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 4px;
  max-width: 96px;
}

.avatar .MuiAvatar-root {
  height: 48px;
  width: 48px;
  border: 1px solid var(--primary-color-600);
}

.horizontal-menu .menu-title {
  padding: 8px 4px;
  color: var(--typography-accent-1);
  text-transform: capitalize;
}

.horizontal-menu .menu-title:hover {
  background-color: transparent;
}

.horizontal-menu .menu-icon-btn.MuiIconButton-root {
  padding: 8px !important;
  color: var(--typography-accent-1);
}

.main-interest-view .search-text-input .MuiInputBase-root {
  border-radius: 64px;
}

.main-interest-view .search-text-input .MuiOutlinedInput-notchedOutline {
  border: none;
}

.main-interest-view
  .search-text-input
  .MuiInputBase-root.Mui-focused
  .MuiOutlinedInput-notchedOutline {
  border: none !important;
}

.main-interest-view .search-text-input .MuiInputBase-root.Mui-focused {
  border: 1px solid var(--primary-color);
}

.main-interest-view .search-text-input .MuiInputBase-root .MuiSvgIcon-root {
  fill: var(--typography-silver-500);
}

.main-interest-view
  .search-text-input
  .MuiInputBase-root.Mui-focused
  .MuiSvgIcon-root {
  fill: var(--primary-color-600);
}

.main-interest-view
  .search-text-input
  .MuiInputBase-root.MuiOutlinedInput-root {
  background-color: #f2f2f2;
}

.main-interest-view
  .search-text-input
  .MuiInputBase-root
  .MuiOutlinedInput-input {
  padding: 1px 4px;
  height: 35px;
  font-size: 14px;
}

.new-interest-list {
  height: 96px;
  height: clamp(96px, 24dvh, 168px);
}

.new-interest-list .new-matches-label {
  color: var(--typography-accent-1);
}

.new-interest-list .interests .new-interest-item {
  width: 64px;
  cursor: pointer;
}
.new-interest-list .interests .new-interest-item .MuiAvatar-circular:hover {
  background-color: var(--primary-color-300);
}

.main-interest-view .interest-list .label,
.main-interest-view .interest-list .menu-icon {
  color: var(--typography-accent-1);
}
.main-interest-view .interest-list .no-interest-label {
  font-size: 14px;
  text-align: center;
  padding: 16px;
  color: #868686;
}
.main-interest-view .interest-list .loading {
  align-content: center;
  justify-content: center;
}
.main-interest-view .interest-list .loading .circle {
  color: var(--primary-color-600);
}

.main-interest-view .interest-list-item {
  padding: 8px;
  border-radius: 8px;
  background-color: var(--background-grey-200);
  cursor: pointer;
}

.main-interest-view .interest-list-item:hover {
  background-color: #ccc;
}

.main-interest-view .interest-list-item .left-section {
  justify-content: center;
  align-content: center;
}

.main-interest-view .interest-list-item.selected {
  border: 1px solid var(--primary-color-600);
  background-color: var(--primary-color-100);
}

.main-interest-view .interest-list-item .right-section {
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  row-gap: 8px;
}

.main-interest-view .interest-list-item .right-section .mismatched-label {
  background-color: #832ab0;
  color: #ffffff;
  padding-inline: 8px;
  border-radius: 24px;
}

@media screen and (max-width: 959.95px) {
  .main-interest-view {
    padding: 16px;
  }
}

.view-full-profile {
  align-items: center;
}
.view-full-profile a,
.view-full-profile .MuiSvgIcon-root {
  color: #333;
  font-size: 14px;
}

.profile-view .header .profile-details {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.profile-view .header .profile-details .name {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}

.profile-view .header .account-created-by-chip {
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  background: #4f4f4f;
}

.profile-view .header .heart {
  color: #f54646;
}
.profile-view .header .match-status-text {
  color: #f54646;
  font-weight: 500;
}

.profile-view .photo-gallery {
  column-gap: 16px;
  row-gap: 16px;
}
.profile-view .photo-gallery .image {
  max-height: 120px;
  max-width: 120px;
  cursor: zoom-in;
  border-radius: 8px;
}

.profile-view .photo-gallery .restricted-content-notice {
  column-gap: 8px;
  background-color: #e0e0e0;
  padding: 8px;
  border-radius: 8px;
  word-break: break-word;
  /* align-items: center; */
}

.profile-view .photo-gallery .restricted-content-notice span {
  text-decoration: none;
  color: #2196f3;
  padding-inline: 4px;
  cursor: pointer;
}

.profile-view {
  min-height: 100%;
}

.profile-view .profile-description .text {
  color: var(--typography-secondary);
}

.profile-view .profile-respond-section {
  row-gap: 16px;
}

.profile-view .profile-respond-section .phone-number-info {
  column-gap: 8px;
}

.profile-view .profile-respond-section .phone-number-info a {
  color: rgb(33, 150, 243);
  text-decoration: none;
  /* padding-inline: 4px; */
}
.profile-view .profile-respond-section .ad-expired-text {
  color: #f44336;
  font-size: 14px;
}

.profile-view .profile-respond-section .phone-number-info {
  column-gap: 8px;
}

.profile-view .profile-respond-section .phone-number-info .MuiButton-root {
  vertical-align: baseline;
}

.profile-view .profile-respond-section .phone-number-info .MuiButton-text {
  color: rgb(33, 150, 243);
  padding: 0 0 0 4px;
  vertical-align: none;
}
.profile-view .profile-timeline-section {
  row-gap: 16px;
}

.message-modal .MuiDialogContent-root {
  padding: 10px 20px 0 20px !important;
}

.message-modal .MuiDialogTitle-root {
  padding: 13px 20px;
}

.message-modal .messager {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #cca326;
  vertical-align: middle;
}

.message-modal .receivers-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  vertical-align: middle;
  margin-left: 12px;
}

.message-modal .MuiDialogContent-dividers {
  border-bottom: 0;
  padding: 0 !important;
}

.message-modal .close-message-modal {
  position: absolute;
  width: 23px;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

.message-modal .message {
  width: -webkit-fit-content;
  width: fit-content;
  background: #e0e0e0;
  border-radius: 4px;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  margin: 0;
  margin-bottom: 25px;
}

.message-modal .message-textarea {
  background: #f2f2f2;
  border-radius: 4px;
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  border: 0;
  margin: 10px 0 0 0;
}
.message-modal .message-textarea:focus {
  border: 1px solid #333333;
  outline: 0;
}

.message-modal .cus-modal-error {
  color: #ff5858;
  outline: 0;
  font-size: 13px;
  margin-top: 2px;
  line-height: 1.2;
}

.message-modal .MuiInputLabel-outlined {
  width: 200px;
}

.message-modal .share-phone-number-div {
  width: 100%;
}

.message-modal .MuiTypography-h6 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400 !important;
}

.css-1w8q89d {
  background-color: #b4900b;
  border-radius: 18px;
}

.css-jfsaru-Switch{
  background-color: #b4900b !important;
  border-radius: 18px !important;
}

.css-w2bgmm {
  border-radius: 18px;
}

.css-tu4hyh {
  left: 15px;
}

.css-170e205 {
  right: 15px;
}

.message-modal .show-phone-on-off {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #333333;
  margin: 8px 0 0 0 !important;
}

.message-modal .show-phone-on-off .on-off-label {
  width: 75%;
  display: inline-block;
}

.MuiDialogActions-root {
  padding: 15px !important;
}

.message-modal .int-btn {
  width: auto;
  min-width: 100px;
  color: #fff;
  background: #000;
  font-weight: 500;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-transform: capitalize;
}

.message-modal .int-btn:hover {
  background: #000;
}

.message-modal .accept-btn {
  width: auto;
  min-width: 100px;
  color: #fff;
  background: #000;
  font-weight: 500;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  text-transform: capitalize;
}

.message-modal .accept-btn:hover {
  background: #c19d0d;
}

.MuiDialogTitle-root {
  min-height: 30px !important;
}

.close-modal {
  position: absolute;
  width: 23px;
  top: 17px;
  right: 17px;
  cursor: pointer;
}

/* Unmatch modal */
.modal-title {
  color: #000;
  padding: 16px 15px 0 15px !important;
}
.modal-banner {
  background-color: #ffe9d9;
  display: flex;
  border-radius: 5px;
  border-left: 3px solid #f0572d;
  padding: 5px;
}
.modal-banner-title {
  color: #b43631;
  font-weight: 500;
}
.modal-banner-description {
  color: #f54646;
  padding: 0 5px 5px 0;
}
.modal-primary-btn {
  background-color: #000 !important;
  color: #fff !important;
}

.message-view .thread-view {
  row-gap: 8px;
  padding-inline: 16px;
}

.message-view .thread-view .circle {
  color: var(--primary-color-600);
  height: 24px !important;
  width: 24px !important;
}

.message-view .thread-view .message-row {
  row-gap: 16px;
}
.message-view .thread-view .message-row.outgoing {
  align-content: flex-end;
}
.message-view .thread-view .message-row.incoming {
  align-content: flex-start;
}

.message-view .thread-view .message-row .message-bubble {
  color: white;
  padding-inline: 8px;
  padding-block: 4px;
  border-radius: 4px;
  row-gap: 4px;
  max-width: 80%;
  width: auto;
}
.message-view .thread-view .message-row .message-bubble.outgoing {
  background-color: #00838f;
}
.message-view .thread-view .message-row .message-bubble.incoming {
  background-color: rgb(224, 224, 224);
  color: rgb(51, 51, 51);
}

.message-view .thread-view .message-row .message-bubble .message-content {
  padding: 0;
  align-items: baseline;
}

.message-view .thread-view .message-row .message-bubble .footer {
  column-gap: 8px;
  justify-content: flex-end;
}
.message-view .thread-view .message-row .message-bubble .footer .time.incoming {
  color: #828282;
}
.message-view
  .thread-view
  .message-row
  .message-bubble
  .footer
  .status.incoming {
  display: none;
}

.message-view
  .thread-view
  .message-row
  .message-bubble
  .message-content
  .message.incoming {
  color: #333;
}

.message-view
  .thread-view
  .message-row
  .message-bubble
  .message-content
  .MuiIconButton-root {
  color: white;
}
.message-view
  .thread-view
  .message-row
  .message-bubble
  .message-content
  .MuiIconButton-root.incoming {
  display: none;
}

.message-view .nudge,
.message-view .restriction-notice {
  background-color: var(--primary-color-100);
  border: 1px solid var(--primary-color-600);
  padding: 16px;
  border-radius: 8px;
}
.message-view .nudge {
  row-gap: 16px;
  align-items: center;
}
.message-view .restriction-notice {
  justify-content: center;
}

.message-view .nudge .footer {
  column-gap: 16px;
  justify-content: center;
  flex-wrap: nowrap;
}
.message-view .nudge .footer .MuiButton-contained,
.message-view .nudge .footer .MuiButton-outlined {
  height: 32px;
  width: 120px;
}

.message-view .nudge .footer .MuiButton-contained {
  background-color: #030303;
  color: white;
}
.message-view .nudge .footer .MuiButton-outlined {
  background-color: #f2f2f2;
}

.message-view {
  background-color: var(--bgcolor-1);
}

.message-view .message-input-box {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: var(--bgcolor-1);
  padding: 0 16px 16px 16px;
  margin-top: 8px;
}

.message-view .message-input-box .unmatch-profile-link {
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
}

.message-view .message-input-box textarea {
  border: none;
  outline: none;
  min-height: 32px;
  max-height: 98px;
  box-shadow: 0px 0px 6px -3px rgba(0, 0, 0, 0.8);
  resize: none;
}

.message-view .message-input-box textarea:focus {
  border: 1px solid var(--primary-color-600);
}

.message-view .message-input-box textarea:focus::placeholder {
  color: var(--primary-color-600);
}

.message-view .message-input-box .MuiIconButton-root:hover {
  background-color: transparent !important;
}

.message-view .message-input-box .MuiIconButton-root.filled-button {
  background-color: var(--primary-color-600) !important;
  color: white;
}

.message-view .profile-summary-header {
  column-gap: 8px;
  background-color: white;
  padding: 8px;
  border-radius: 4px;
}

.message-view .profile-summary-header .name {
  font-size: 18px;
  word-break: break-all;
}

.message-view .profile-summary-header .view-profile-link {
  color: var(--typography-secondary);
  font-size: 12px;
  align-items: center;
  display: flex;
  column-gap: 4px;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 600px) {
  .message-view .message-input-box .MuiIconButton-root:hover {
    background-color: var(--primary-color-700) !important;
  }
}

.root-w-full-container {
  background-color: var(--background-grey-500);
}

.root-w-full-container .page-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.root-w-full-container .page-section.left-section {
  flex: 3 1;
  padding-block: 24px;
  padding-inline: 16px;
  min-width: 0;
}

.page-container .layout-wrapper {
  flex: 7 1;
}

.root-w-full-container .page-section.center-section {
  flex: 4 1;
}

.root-w-full-container .page-section.right-section {
  flex: 3 1;
  overflow-y: auto;
  scrollbar-width: thin;
}

.layout-wrapper .loading {
  height: 100%;
  align-content: center;
  justify-content: center;
}

.layout-wrapper .loading .circle {
  color: var(--primary-color-600);
}


/*# sourceMappingURL=9981.eec48e0c.chunk.css.map*/