/* Font Family Configuration */
.app-lang-en .MuiTypography-root {
  font-family: var(--en-font-family) !important;
}

.app-lang-si .MuiTypography-root {
  font-family: var(--si-font-family) !important;
}

/* Font Varaint Configuration */
.app-lang-en .MuiTypography-body1 {
  /* background-color: darkcyan; */
  font-size: 16px;
}

.app-lang-si .MuiTypography-body1 {
  /* background-color: darkcyan; */
  font-size: 14px;
}

.app-lang-en .MuiTypography-body2 {
  /* background-color: aquamarine; */
  font-size: 14px;
}

.app-lang-si .MuiTypography-body2 {
  /* background-color: aquamarine; */
  font-size: 12px;
}

.app-lang-en .MuiTypography-caption {
  font-size: 12px;
}

.app-lang-si .MuiTypography-caption {
  font-size: 10px;
}

/* Font-weights */
.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

/* text-overflow */
/* .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

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

main[data-layout="standard-root-layout"] {
  background-color: var(--main-area-background);
  padding-block: 48px;
}

.fluid-root-layout {
}

.standard-root-layout {
  border-radius: 8px;
  min-height: 60vh;
  background-color: white;
}

@media only screen and (max-width: 960px) {
  main {
    padding-inline: 16px;
  }
}

.generic-dialog .MuiDialog-paper {
  /* padding: 8px 16px; */
  border-radius: 4px;
}
.generic-dialog .header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  padding-block: 8px;
  padding-inline: 16px;
  /* background-color: var(--primary-color); */
  border-bottom: #b2babb solid 1px;
}

.generic-dialog .heading-txt {
  font-size: 14px;
  font-weight: 600;
  color: #1c2833;
}

.generic-dialog .heading-txt .skeleton {
  height: 32px;
  width: 95%;
}

.generic-dialog.generic-dialog-si .heading-txt {
  font-size: 14px;
}

.generic-dialog .dialog-content {
  padding-inline: 16px;
}

.generic-dialog .dialog-primary-action {
  background-color: black;
  color: white;
  text-transform: capitalize;
  /* flex: 1; */
  padding: 4px 16px;
}

.generic-dialog .dialog-warning-action {
  background-color: red;
  color: white !important;
  text-transform: capitalize;
  padding: 4px 16px;
}

.generic-dialog .dialog-warning-action:hover {
  background-color: #E40101;
}

.generic-dialog .dialog-warning-action:disabled {
  background-color: #c7c7c7;
}

.generic-dialog .secondary-text-button {
  /* background-color: aqua; */
  border-radius: 4px;
  padding: 4px 16px;
  border: 1px solid black;
  text-transform: capitalize;
}

.generic-dialog .dialog-primary-action:focus {
  background-color: black;
}

.generic-dialog .dialog-primary-action:hover {
  background-color: black;
}

.generic-dialog .dialog-footer {
  padding-block: 16px;
  padding-inline: 16px;
  display: flex;
  flex-direction: row;
  row-gap: 8px;
  column-gap: 8px;
}

@media screen and (max-width: 640px) {
  .generic-dialog {
    /* background-color: #c19d0d !important; */
    width: auto !important;
  }
}

/* Premium badge styles */

.premium-badge {
  display: flex;
  align-items: center;
  background: radial-gradient(ellipse at center, #443501, #000000);
  width: -webkit-fit-content;
  width: fit-content;
  padding: 1px 8px;
  border-radius: 5px 5px 0 0;
  column-gap: 5px !important;
}

.premium-badge-label,
.premium-badge-icon {
  background: linear-gradient(
    to right,
    #cb9b51,
    #cb9b51,
    #f6e27a,
    #cb9b51,
    #cb9b51
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.premium-badge-icon {
  font-size: 12px !important;
}

.premium-badge-label {
  letter-spacing: 1px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.banner-root-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;
  background: linear-gradient(-45deg, #9b7e0d, #e9c430, #fdec59, #9b7c03);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  padding-inline: 16px;
  padding-block: 8px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.banner-close-icon-container {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  cursor: pointer;
}

.banner-content {
  max-width: 930px;
  width: auto;
  text-align: center !important;
  margin: auto;
  color: #333333 !important;
}

.banner-content p {
  font-size: 14px;
  text-align: center;
  padding: 0 !important;
}

.content-highlight-text {
  font-weight: 500;
}

.content-highlight-text-si {
  font-weight: 600;
}

.content-text-sinhala {
  font-size: smaller;
  font-size: 12px !important;
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
}



:root {
  /* --primary-color: #CCAC00; */
  --primary-color: #ffc745;
  --primary-color-100: #ffeec7;
  --primary-color-200: #e7d397;
  --primary-color-300: #ffdf9b;
  --primary-color-600: #d6ae0b;
  --primary-color-700: #cc9f37;
  --typography-primary: #161a1e;
  --typography-secondary: #333;
  --typography-silver-500: #828282;
  --typography-accent-1: #927001;
  --typography-accent-2: #66501c;
  --typography-accent-3: #997729;
  --succss-green: #006a4e;
  --error-red: #bc3f4a;
  --error-red-accent-1: #ff2620;
  --clickable-link: #2979ff;
  --bgcolor-1: #f2f2f2;
  --background-grey-500: #dfdfdf;
  --background-grey-200: #f2f2f2;
  --section-separator-accent-1: #d5dbdb;
  --bgcolor-accent-1: #cca326;
  --btn-primary-disabled: #d6d3d1;
  --btn-primary-disabled: #d6d3d1;
  --btn-primary-disabled-label: #454d55;
  --main-area-background: #f7f7f7;

  /* font families */
  --en-font-family: "Ubuntu", sans-serif;
  --si-font-family: "Noto Sans Sinhala Variable", sans-serif;
}

* {
  font-family: "Ubuntu", sans-serif;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  /* -webkit-overflow-scrolling: touch; */
}

.MuiInputBase-root,
.MuiTypography-body1 {
  font-family: "Ubuntu", sans-serif !important;
}

.sinhala-typo {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
}

.typo-si-body-1 {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 14px;
}

.bg-page-container {
  background-color: #dfdfdf;
}

.bg-page-container-2 {
  background-color: #f2f2f2;
  background-color: var(--bgcolor-1);
}

.bg-white {
  background-color: white !important;
}

.bg-inherit {
  background-color: inherit;
}

/* page-layout */
.page-layout {
  background-color: #dfdfdf;
}

.page-content {
  max-width: 960px;
  border-radius: 8px;
  /* padding: 16px 16px; */
  padding: 16px 36px;
}

@media (max-width: 768px) {
  .page-layout {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-content {
    padding: 16px;
  }
}

/* New Design System initiatives */
/* FlexBox Properties */
.app-root-container {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.flex {
  display: flex;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1;
}

.w-full {
  width: 100% !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.w-fit-content {
  width: -webkit-fit-content !important;
  width: fit-content !important;
}

.h-fit-content {
  height: -webkit-fit-content !important;
  height: fit-content !important;
}

/* height */
.h-full {
  height: 100%;
}

.gap-4 {
  gap: 4px;
}

.gap-16 {
  gap: 16px;
}

.row-gap-8 {
  row-gap: 8px;
}

.row-gap-4 {
  row-gap: 4px;
}

.row-gap-8 {
  row-gap: 8px;
}

.row-gap-16 {
  row-gap: 16px;
}

.row-gap-24 {
  row-gap: 24px;
}

.row-gap-32 {
  row-gap: 32px;
}

.gap-y-48 {
  row-gap: 48px;
}

.column-gap-4 {
  column-gap: 4px;
}

.column-gap-8 {
  column-gap: 8px;
}

.column-gap-16 {
  column-gap: 16px;
}

.margin-left-8 {
  margin-left: 8px;
}

.column-gap-48 {
  column-gap: 48px;
}

.margin-left-16 {
  margin-left: 16px;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.margin-right-4 {
  margin-right: 4px;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.margin-y-4 {
  margin-block: 4px;
}

/* margin-block */
.mb-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px !important;
}

.p-16 {
  padding: 16px;
}

.p-32 {
  padding: 32px;
}

.py-4 {
  padding-block: 4px;
}

.py-8 {
  padding-block: 8px;
}

.py-16 {
  padding-block: 16px;
}

.px-8 {
  padding-inline: 8px;
}

.px-16 {
  padding-inline: 16px;
}

.px-64 {
  padding-inline: 64px !important;
}

.padding-top-32 {
  padding-top: 32px;
}

.padding-block-32 {
  padding-block: 32px;
}

.padding-block-16 {
  padding-block: 16px;
}

.padding-inline-16 {
  padding-inline: 16px;
}

.padding-2 {
  padding: 2px !important;
}

.pt-16 {
  padding-top: 16px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-32 {
  padding-bottom: 32px;
}

.item-center {
  justify-items: center;
}

.align-center {
  align-items: center;
}

.content-center {
  align-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

.padding-32 {
  padding: 32px;
}

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

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

/* Border-Radius */

.border-4 {
  border-radius: 4px;
}

.border-16 {
  border-radius: 16px !important;
}

.border-8 {
  border-radius: 8px;
}

.border-24 {
  border-radius: 24px;
}

/* Overflow Properties */
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

.text-primary {
  color: #ffc745 !important;
  color: var(--primary-color) !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-truncate-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-truncate-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Border Properties*/
.border-radius-4 {
  border-radius: 4px !important;
}

/* Font weights */
.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-color-success {
  color: #006a4e !important;
  color: var(--succss-green) !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

/* Font styles */
.italic {
  font-style: italic !important;
}

/* Typography definitions */
.capitalized-text {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-semi-bold {
  font-weight: 500 !important;
}

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

.text-error {
  color: #bc3f4a !important;
  color: var(--error-red) !important;
}

.accent-1-text {
  color: #927001;
  color: var(--typography-accent-1);
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

/* width */
.w-full {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

/* height */
.h-full {
  height: 100% !important;
}

/* Opacity  */
.opacity-70 {
  opacity: 0.7;
}

/* Typography h2 */

.typo-h2-en {
  font-family: inherit;
  font-weight: 400 !important;
  font-size: 20px !important;
}

.typo-h2-si {
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: var(--si) !important;
}

/* Typography h3 */
.typo-h3-en {
  font-size: 18px !important;
  font-family: inherit;
}

.typo-h3-si {
  font-family: var(--si) !important;
  font-size: 16px !important;
}

.typo-h4-en {
  font-size: 16px !important;
  font-family: inherit;
}

.typo-h4-si {
  font-family: var(--si) !important;
  font-size: 14px !important;
}

.typo-h5-en {
  font-size: 14px !important;
  font-family: inherit;
}

.typo-h5-si {
  font-family: var(--si) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.typo-body1-en {
  font-size: 14px !important;
  font-family: inherit;
}

.typo-body1-si {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-size: 13px !important;
}

.form-element-container {
  width: 50%;
}

.w-half {
  width: 50% !important;
}

.form-item-label {
  width: 30%;
  font-size: 12px !important;
  text-align: right;
  font-weight: 400 !important;
  line-height: 16px;
  color: #161a1e !important;
  color: var(--typography-primary) !important;
}

.form-item-label-si {
  font-size: 10px !important;
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-family: var(--si-font-family) !important;
}

.form-item-label-top {
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 8px !important;
}

/* Button styles */
.primary-button {
  background-color: #ffc745 !important;
  background-color: var(--primary-color) !important;
  color: #161a1e;
  color: var(--typography-primary);
}

.primary-button.Mui-disabled {
  background-color: #bfc9ca !important;
}

.primary-button:hover {
  background-color: #ffc745 !important;
  background-color: var(--primary-color) !important;
}

.button.button-primary.button-disabled {
  background-color: #d6d3d1;
  background-color: var(--btn-primary-disabled);
}

.button.button-primary.button-disabled .MuiButton-label {
  color: #454d55;
  color: var(--btn-primary-disabled-label);
}

.btn-box-shadow {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.secondary-button {
  background-color: #000 !important;
  color: #fff !important;
}

.success-text-button .MuiButton-label {
  color: #006a4e;
  color: var(--succss-green);
  font-weight: 600;
  text-decoration: underline;
}

.cancel-text-button .MuiButton-label {
  color: #bc3f4a;
  color: var(--error-red);
  font-weight: 600;
  text-decoration: underline;
}

.primary-text-button .MuiButton-label {
  text-transform: capitalize;
  color: #927001;
  color: var(--typography-accent-1);
  text-decoration: underline;
  -webkit-text-decoration-color: #927001;
          text-decoration-color: #927001;
  -webkit-text-decoration-color: var(--typography-accent-1);
          text-decoration-color: var(--typography-accent-1);
}

/* colors */
.color-white {
  color: #fff !important;
}

.color-typography-primary {
  color: #161a1e !important;
  color: var(--typography-primary) !important;
}

.color-inherit {
  color: inherit;
}

.primary-circular-progress {
  color: #f8bf01 !important;
}
/* Typography New Implementation */
.text-font-family-primary {
  font-family: "Noto Sans Sinhala Variable", sans-serif !important;
  font-family: var(--si-font-family) !important;
}

.typography-h-6 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 20px !important;
  font-weight: 600 !important;
}

.typography-body-1 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 16px !important;
}

.typography-body-2 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 14px !important;
}

.typography-caption-1 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 12px !important;
}

.typography-caption-2 {
  /* font-family: var(--si-font-family) !important; */
  font-size: 10px !important;
}

.typography-form-element-label {
  /* font-family: var(--si-font-family) !important; */
  font-size: 14px !important;
}

/* Text Varaints */
.form-error-text {
  color: #bc3f4a;
  color: var(--error-red);
  font-family: "Noto Sans Sinhala Variable", sans-serif;
  font-family: var(--si-font-family);
}

.form-error-text-accent-1 {
  color: #ff2620;
  color: var(--error-red-accent-1);
}

.text-green-500 {
  color: #006a4e;
  color: var(--succss-green);
}

/* word-break */
.break-word {
  word-break: break-word;
}

.break-all {
  word-break: break-all;
}

/* text-decoration */

.text-decoration-none {
  text-decoration: none;
}

/* display-type */
.hidden {
  display: none;
}

/* mobile responsive */
@media only screen and (max-width: 600px) {
  .form-element-container {
    width: 100% !important;
  }

  .form-item-label {
    width: 25%;
  }
}

.disable-div {
  max-width: 420px;
  margin: auto;
  text-align: center;
  padding: 12% 15px 10% 15px;
}

/* @media (max-width: 575px) {
  .disable-div {
    height: calc(100vh - 143px) !important;
    margin-top: unset;
    padding-top: 18vh;
  }
} */

.dis-back-btn {
  margin-top: 40px;
  color: rgb(126, 126, 126);
  text-decoration: none;
  margin-left: 15px;
  cursor: pointer;
}

.dis-back-btn:hover {
  color: rgb(36, 36, 36);
  text-decoration: none;
}

.disable-div i {
  font-size: 60px;
  color: #fff;
  background: rgb(134, 134, 134);
  border-radius: 50%;
  border: 2px solid;
}

.disable-div .message {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
}

.disable-div .desc {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 25px;
}

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

/* .received-profile-detail-div {
  padding: 25px 15px;
  width: 72%;
}

.received-profile-detail-div .inner-div {
  max-width: 810px;
  margin: auto;
  height: 100%;
  overflow: auto;
} */

.back-btn-in-detail-pages {
  box-shadow: none !important;
  color: rgb(133, 133, 133) !important;
  padding-left: 0 !important;
  font-size: 14px !important;
}

.back-btn-in-detail-pages:hover {
  background: transparent !important;
  color: rgb(99, 99, 99) !important;
}

@media (min-width: 768px) and (max-width: 970px) {
  .cus-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .back-btn-in-detail-pages {
    padding-top: 16px !important;
  }
}

/* .product-logo-box {
    background-color: rosybrown;
} */

/* .product-logo-box .product-logo {
    background-color: aqua;
} */

.product-logo-box .product-logo-xsmall {
    width: 90px !important;
    height: auto !important;
}

.product-logo-box .product-logo-small {
    width: 120px !important;
    height: auto !important;
}

.product-logo-box .product-logo-medium {
    width: 150px !important;
    height: auto !important;
}

.product-logo-box .product-logo-large {
    width: 180px !important;
    height: auto !important;
}
.password-policy-container .MuiTypography-body2 {
  font-family: "Ubuntu", sans-serif !important;
}

.password-policy-container .MuiTypography-caption {
  font-family: "Ubuntu", sans-serif !important;
}

.password-policy-container .MuiListItem-root {
  align-items: baseline !important;
}

.password-policy-container .MuiListItemAvatar-root {
  min-width: 16px !important;
}

.password-policy-container .MuiListItem-root {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.password-policy-container .txt-color {
  color: #787777;
}

.password-policy-container .list-icon {
  font-size: 8px;
}

.banner-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6px 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;
  
}

.banner-container table {
  width: 100%;
}

.banner-container .icon {
  width: 50px;
  font-size: 22px;
}

.banner-container .msg {
  width: calc(100% - 80px);
}

.banner-container .msg p:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0;
}

.banner-container .msg p:nth-child(2) {
  font-size: 14px;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 0;
}

.manage-account-banner {
  padding: 10px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;
  background: #e68073;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.manage-account-banner p {
  font-size: 15px;
  margin: 0;
  color: #ffff;
  text-align: center;
}

.manage-account-banner span {
  vertical-align: middle;
}

.manage-account-banner img {
  vertical-align: middle;
  width: 20px;
}

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

@media (min-width: 768px) and (max-width: 970px) {
  .cus-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

.create-new-ad {
  margin: 30px 0 0 0 !important;
  font-size: 20px !important;
}

.form-heading {
  color: #404040;
  padding: 30px 0 0 11px;
}

.extra-info {
  color: rgb(116, 116, 116);
  padding-left: 13px;
}

.input-field {
  width: 23%;
  margin: 1% !important;
}

.input-field label,
.input-field-textarea label {
  font-size: 14px;
}

.input-field input,
.input-field select .input-field textarea {
  font-size: 15px !important;
}

option {
  line-height: 30px;
  padding-left: 10px;
  font-size: 14px !important;
}

option:hover {
  background: #fff7d8;
  cursor: pointer;
}

.input-field-textarea {
  width: 98%;
  margin: 1% !important;
}

.input-field-age {
  width: 120px;
  margin: 1% !important;
}

.height-field {
  width: 11%;
  margin: 1% 0% 1% 1% !important;
}

.height-field .MuiFormHelperText-marginDense {
  width: 220px;
}

.dob-field {
  width: 7%;
  margin: 1% 0% 1% 1% !important;
}

.dob-year-field {
  margin: 1% !important;
}

.dob-field .MuiFormHelperText-marginDense {
  width: 220px;
}

.dob-picker {
  margin-top: 7px !important;
}

.to-span {
  display: inline-block;
  padding: 20px 10px 0;
}

.input-field-partner-edu {
  display: flex !important;
  max-width: 300px;
  margin: 3% 1% 2% !important;
}

.password-show-hide-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: rgb(116, 116, 116);
}

.password-show-hide-btn:hover {
  color: rgb(54, 54, 54);
  cursor: pointer;
}

.settings-container .password-show-hide-btn {
  right: 23%;
}

@media (min-width: 576px) and (max-width: 992px) {
  .settings-container .password-show-hide-btn {
    right: 12%;
  }
}

@media (max-width: 575px) {
  .settings-container .password-show-hide-btn {
    right: 15px;
  }
}

@media (max-width: 480px) {
  .input-field-partner-edu {
    margin: 3% 5% 2% !important;
  }
}

.input-field-multiple {
  display: block !important;
  margin-bottom: 25px !important;
}

.input-field-multiple .MuiInputBase-root {
  width: 400px !important;
}

.input-field-multiple .MuiInputLabel-outlined.MuiInputLabel-shrink {
  margin-left: -15px;
  margin-top: 2px;
}

@media (max-width: 430px) {
  .input-field-multiple .MuiInputBase-root {
    width: 100% !important;
  }
}

.display-error {
  color: #f44336;
  margin-top: 4px;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  .form-heading {
    padding: 30px 0 0 20px;
  }

  .input-field {
    width: 90%;
    margin: 3% 5% !important;
  }

  .input-field-textarea {
    width: 90%;
    margin: 3% 5% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 3% 5% !important;
  }

  .to-span {
    display: inline-block;
    padding: 20px 0 0;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .input-field {
    width: 46%;
    margin: 1.5% 2% !important;
  }

  .input-field-textarea {
    width: 96%;
    margin: 1.5% 2% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 1.5% 2% !important;
  }
}

@media (min-width: 601px) and (max-width: 960px) {
  .input-field {
    width: 46%;
    margin: 2% 2% !important;
  }

  .input-field-textarea {
    width: 96%;
    margin: 1.5% 2% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 2% 2% !important;
  }
}

@media (min-width: 961px) and (max-width: 1280px) {
  .input-field {
    width: 31.3%;
    margin: 1.5% 1% !important;
  }

  .input-field-textarea {
    width: 98%;
    margin: 1.5% 1% !important;
  }

  .input-field-age {
    width: 120px;
    margin: 1.5% 1% !important;
  }
}

@media (min-width: 961px) and (max-width: 1280px) {
  .height-field {
    width: 14.6% !important;
  }

  .dob-field {
    width: 9.8%;
    margin: 1% 0% 1% 1% !important;
  }
}

@media (min-width: 480px) and (max-width: 960px) {
  .height-field {
    width: 22% !important;
    margin: 2% 0% 1% 2% !important;
  }

  .dob-field {
    width: 14%;
    margin: 2% 0% 1% 2% !important;
  }

  .dob-year-field {
    margin: 2% 2% 1% 2% !important;
  }
}

@media (max-width: 480px) {
  .height-field {
    width: 42.5% !important;
    margin: 3% 0% 3% 5% !important;
  }

  .dob-field {
    width: 26.5% !important;
    margin: 3% 0% 3% 5% !important;
  }
}

.reg-nav-div .reg-nav {
  background: #000;
  height: 70px;
}

.save-btn {
  min-width: 177px !important;
  height: 36px !important;
  float: right;
  /* background: #fccd12 !important; */
  background-color: #fccd12;
  color: #000 !important;
  text-transform: capitalize !important;
}

.back-btn {
  background: transparent !important;
  box-shadow: none !important;
  color: rgb(133, 133, 133) !important;
  padding-left: 0 !important;
}

.back-btn:hover {
  color: rgb(92, 92, 92) !important;
}

.back-btn:focus {
  background: transparent !important;
}

/* photo */
.image-input-div {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 100px;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  vertical-align: top;
}

.things-not-allow-btn:hover {
  background: none !important;
}

@media (max-width: 550px) {
  .image-input-div {
    width: 46%;
    margin-right: 3%;
  }
}

.imgUpload {
  display: none;
}

.img-upload-label {
  margin-bottom: 0;
  border-radius: 11px;
}

.img-upload-label svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #bdbdbd;
  background: #fff;
  border-radius: 50%;
}

.img-upload-label svg:hover {
  color: #000 !important;
}

.img-upload-label .profilePic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.img-upload-label {
  /* background: #f5f5f5; */
  cursor: pointer;
}

/* partner */
.MuiCheckbox-colorSecondary.Mui-checked {
  color: #000000;
}

/* review */
.review-table {
  width: 80% !important;
  margin: auto;
}

.review-sec-heading {
  font-size: 1.25rem;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.edit-add {
  color: #c38c0e;
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  margin-left: 5px;
  vertical-align: middle;
}

.edit-add:hover {
  color: #694d0b;
}

.review-sub-sec-heading {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.review-col {
  display: inline-block;
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  vertical-align: top;
}

.review-col .con-row {
  width: 100%;
}

.review-col .con-row:nth-child(odd) {
  background: #f2f2f2;
}

.review-col .con-row .con-col {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
}

.review-col .con-row .con-col:nth-child(1) {
  width: 40%;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #333333;
}

.review-col .con-row .con-col:nth-child(2) {
  width: 60%;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  word-break: break-all;
}

.desktop-mother-col {
  display: inline-block;
}

.mobile-mother-col {
  display: none;
}

@media (max-width: 575px) {
  .review-sub-sec-heading {
    padding-left: 0;
  }

  .review-col {
    width: 100%;
    padding-left: 0;
  }

  .desktop-mother-col {
    display: none;
  }

  .mobile-mother-col {
    display: inline-block;
  }
}

/* contact no */
.contact-numb-div {
  margin: 12px 0 10px 1%;
}

.contact-numb-div label {
  color: #0000008a;
  font-size: 14px;
}

@media (max-width: 480px) {
  .contact-numb-div {
    margin: 12px 0 10px 5%;
  }
}

@media (max-width: 960px) and (min-width: 481px) {
  .contact-numb-div {
    margin: 12px 0 10px 2%;
  }
}
/* modal */
.react-tel-input .form-control {
  width: 23.2% !important;
}

@media (max-width: 480px) {
  .react-tel-input .form-control {
    width: 95% !important;
  }
}

@media (max-width: 960px) and (min-width: 481px) {
  .react-tel-input .form-control {
    width: 47% !important;
  }
}

@media (max-width: 1280px) and (min-width: 961px) {
  .react-tel-input .form-control {
    width: 31.8% !important;
    /* margin: 1.5% 1% !important; */
  }
}

.styles_react-code-input__CRulA input:nth-child(1) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(2) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(3) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(4) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(5) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:nth-child(6) {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 21px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-bottom: 3px solid #c4c4c4 !important;
  color: #000;
  font-weight: 600;
  margin-right: 5px;
  width: 45px !important;
  height: 40px !important;
  border-radius: 0 !important;
  background: #fff !important;
  border-right: 0 !important;
}

.styles_react-code-input__CRulA input:focus {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.phone-verify-div .back {
  margin-top: 0;
  font-size: 16px;
  line-height: 19px;
  color: #868686;
  cursor: pointer;
}

.phone-verify-div .your-phone {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}
.phone-verify-div .phone {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin-top: 7px;
}

.phone-verify-div .enter-code {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.phone-verify-div .opt {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin: 15px 0 0 0;
}

.phone-verify-div .opt span {
  font-weight: 400;
  text-decoration: underline;
}

.phone-verify-div .opt-error {
  font-size: 80%;
  color: #f44336;
  margin-top: 7px;
}

.verify-btn {
  background: #000 !important;
  color: #fff !important;
  min-width: 124px !important;
  margin-top: 20px !important;
}

/* review */
.create-account-div {
  max-width: 300px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 30px 15px;
  border-radius: 5px;
}

.create-account-div .inputs {
  display: grid;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.create-account-div .inputs label {
  font-size: 14px;
}

.create-account-div .inputs {
  font-size: 15px;
}
.create-without-email .MuiTypography-body1 {
  font-size: 14px !important;
  margin-top: 3px;
  font-weight: 500;
}

/* checkout */
.remember-notice {
  background: rgba(0, 133, 207, 0.13);
  /* margin-top: 100px; */
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.choose-currency-dropdown-div {
  display: flex;
  justify-content: flex-end;
}

.choose-currency-dropdown-div .choose-currency-dropdown {
  padding: 5px 10px;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.payment-choose-currency-dropdown-div {
  display: flex;
  justify-content: center;
}

.payment-choose-currency-dropdown-div .payment-choose-currency-dropdown {
  padding: 5px 10px;
  background: #f2f2f2;
  border: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}

.invoice-terms {
  max-width: 550px !important;
  margin: auto;
}

.invoice {
  padding: 15px 15px 25px 15px;
  color: #000;
}

.payment-invoice {
  padding: 15px 15px 10px 15px;
  color: #000;
}

.invoice .inv-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 0;
}

.checkout-table {
  max-width: 500px !important;
  margin: auto;
}

.checkout-table tr td {
  padding: 10px;
  font-size: 14px;
}

.checkout-table tr:nth-child(1) td {
  border-bottom: 0;
  font-weight: 300;
}

.checkout-table tr:nth-child(2) td {
  font-weight: 300;
}

.invoice-terms .MuiOutlinedInput-inputMarginDense {
  padding-bottom: 7.5px;
}

.invoice-terms .MuiInputLabel-outlined.MuiInputLabel-marginDense {
  transform: translate(9px, 12px) scale(1);
  font-weight: 300;
}

.promo-input {
  width: 100px;
  height: 33px;
  line-height: 16px;
  font-size: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.31);
  box-sizing: border-box;
  border-radius: 2px;
  padding-left: 8px;
  vertical-align: middle;
}

.promo-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.31) !important;
}

.apply-btn {
  background: #cca326 !important;
  color: #fff !important;
  margin-left: 6px !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  vertical-align: middle !important;
}

.payment-options {
  display: block !important;
  width: 420px;
  margin: auto !important;
  margin-top: 40px !important;
}

.pay-by-card {
  display: inline-block !important;
  width: 200px;
  background: #fccd12 !important;
  color: #000 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 5px !important;
  font-size: 0.8rem !important;
}

@media (max-width: 350px) {
  .checkout-table tr td {
    width: 50%;
  }
}

@media (max-width: 386px) {
  .apply-btn {
    margin-top: 5px !important;
  }
}

@media (max-width: 450px) {
  .payment-options {
    width: 200px;
  }

  .pay-by-card {
    width: 200px;
  }
}

.confirm-bank-transfer {
  display: block !important;
  background: #fccd12 !important;
  color: #000 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: auto !important;
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.back-to-checkout {
  display: inline-block !important;
  width: 160px;
  background: #ffffff !important;
  color: #858585 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 5px !important;
}

.all-ads-btn {
  display: block !important;
  margin: auto !important;
  margin-top: 65px !important;
  width: 160px;
  background: #fccd12 !important;
  color: #000 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  font-size: 0.8rem !important;
}

.all-ads-btn-attract-responses{
  margin-top: 0px !important;
  margin: 0 !important;
  margin-bottom: -20px !important;
}

.payment-banner-link{
  color: #000;
  text-decoration:none;
}

.payment-banner-link:active{
  color: #333333;
}

.bank-info {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

/* promo code */
.promo-input label {
  font-size: 14px;
}

.promo-error {
  margin: 0;
  font-size: 13px;
  color: red;
  padding-top: 5px;
}

.MuiDialog-paperWidthMd {
  max-width: 600px !important;
}

/* user agreement */

.user-agreement-div .MuiTypography-body1 {
  padding-right: 7px;
}

@media (max-width: 480px) {
  .MuiDialog-paperWidthMd {
    width: 100vw !important;
  }
}

@media (max-width: 575px) {
  .invoice-terms {
    padding: 0 10px;
  }

  .user-agreement-div {
    max-width: 475px;
    padding: 0 15px;
  }
}

/* payement success */
.success-error-div {
  max-width: 420px;
  margin: auto;
  margin-top: 20vh;
  margin-bottom: 20vh;
  text-align: center;
}

.success-error-div .fa-check-circle {
  color: #28a745;
}

.success-error-div .fa-times-circle {
  color: #dc3545;
}

.age-restriction-error {
  justify-content: flex-end;
  margin-top: 8px !important;
}
.age-restriction-error,
.age-restriction-error a {
  color: #fa0521;
}
.success-error-div .message {
  font-size: 22px;
  font-weight: 700;
  margin-top: 2.5rem !important;
}

.how-did-you-hear {
  color: #747474;
  font-size: 14px;
  margin-top: 30px;
}

.disabled-btn {
  background: #dfdfdf !important;
  color: #b1b1b1 !important;
}

.marketing-source {
  padding: 5px 15px;
  cursor: pointer;
}

/* pre loading */
.eQwZKN {
  position: absolute;
  top: 0px !important;
  background: #fff;
}

/* sinhala font weights */
.sinhala-w-600 {
  font-weight: 600 !important;
  letter-spacing: 1px;
}

.sinhala-w-500 {
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.sinhala-w-200 {
  font-weight: 200 !important;
  letter-spacing: 1px;
}

.sinhala-w-600 span {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 12px !important;
}

.sinhala-size-28 {
  font-size: 24px;
}

.sinhala-size-18 {
  font-size: 18px;
}

.sinhala-size-17 {
  font-size: 17px;
}

.sinhala-size-16 {
  font-size: 16px;
}

.sinhala-size-14 {
  font-size: 14px;
}

.sinhala-size-13 {
  font-size: 13px;
}

.sinhala-size-12 {
  font-size: 12px !important;
}

.sinhala-size-11 {
  font-size: 10px !important;
}

.sinhala-size-10 {
  font-size: 10px !important;
}

.sinhala-size-9 {
  font-size: 9px !important;
}

.loading-div {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-div .loading-circle {
  color: #c19d0d;
}

.availability-messsage {
  color:#868686;
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
}

.message-header-text{
 font-weight: 400;
 margin-bottom: 10px !important;
 font-size: 14px !important;
}

.call-us-to-create-your-account {
  position: relative;
  flex: 1 1;
  max-width: 100%;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #000;
  margin-top: 80px;
  margin-bottom: 15px;
}

.call-us-to-create-your-account i {
  float: left;
  font-size: 18px;
}

.call-us-to-create-your-account.mobile {
  display: none;
}

.call-us-to-create-your-account.mobile a {
  color: #333333;
  text-decoration: none;
}

@media (max-width: 575px) {
  .call-us-to-create-your-account.mobile {
    display: block;
  }

  .call-us-to-create-your-account.non-mobile {
    display: none;
  }
}

.margin-bottom-20 {
 margin-bottom: 20px; 
}

.pay-for-ad-new-pricing-notice {
  background-color: lightblue;
}

.pay-for-ad-new-pricing-notice .new-pricing-nav-link {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.reg-nav {
  height: 70px;
}

.MuiAppBar-colorPrimary {
  background-color: #000 !important;
}

.nav-cus-container {
  margin: auto;
  border-radius: 15px;
  padding: 15px 0;
  max-width: 960px !important;
  height: 70px;
}

.nav-cus-container .logo-poruwa {
  max-width: 150px;
  height: 40px;
  /* margin-right: 30px; */
  object-fit: contain;
}

@media (max-width: 480px) {
  .nav-cus-container .logo-poruwa {
    margin-right: 0px;
  }
}

.nav-cus-container .login-photo {
  width: 25px;
  border-radius: 50%;
}

.nav-cus-container .login-link {
  color: rgb(255, 255, 255);
  background: #000000;
  padding: 7px 15px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  border: 0;
  cursor: pointer;
}

.nav-cus-container .login-link:focus {
  outline: 0;
}

.nav-cus-container .login-link:hover {
  color: #fcc201;
}

.nav-cus-container .my-matches-btn {
  width: -webkit-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  display: flex;
  background: #000000;
  padding: 2px 16px;
  line-height: 31px;
  border: 1px solid #fff;
  border-radius: 3px;
  letter-spacing: 0.02857em;
  margin-right: 10px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

.nav-cus-container .message-btn-nav {
  width: -webkit-fit-content;
  width: fit-content;
  color: rgb(255, 255, 255);
  display: flex;
  background: #000000;
  padding: 2px 0;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0.02857em;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
}

.nav-cus-container .badge {
  background-color: var(--primary-color);
  color: var(--typography-primary);
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  padding: 2px;
  margin-left: -5px;
  height: 16px;
  min-width: 16px;
  font-weight: 500;
  margin-top: -10px;
  margin-right: -8px;
}

.nav-cus-container .ad-post-btn {
  color: #000;
  display: flex;
  /* background: #fccd12; */
  background-color: var(--primary-color);
  padding: 6px 16px;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  line-height: 23px;
  height: 23px;
  margin-top: 3px;
  font-size: 14px;
  cursor: pointer;
}

.nav-cus-container .ad-post-btn:hover {
  background: var(--primary-color);
}

.nav-cus-container .profile-btn {
  padding: 2px 10px !important;
  background: #484848 !important;
  border-radius: 5px;
  font-weight: 500 !important;
  font-size: 12px;
  height: 35px;
  /* line-height: 15px; */
  margin-top: 3px;
}

.nav-cus-container .profile-btn.active {
  border-left: 4px solid #27ae60;
}

.nav-cus-container .profile-btn.expired {
  border-left: 4px solid #e64242;
}

.nav-cus-container .profile-btn.payment-pending {
  border-left: 4px solid #ffa000;
}

.nav-cus-container .profile-btn.in-review {
  border-left: 4px solid #26c6da;
}

.nav-cus-container .profile-btn.unpublished {
  border-left: 4px solid #cccccc;
}

.nav-cus-container .profile-btn.incomplete {
  border-left: 4px solid #ffa000;
}

.nav-cus-container .profile-btn img {
  vertical-align: middle;
  margin-right: 7px;
}

.nav-cus-container .profile-btn:hover {
  color: #fff;
}

@media (max-width: 340px) {
  .nav-cus-container .ad-post-btn {
    padding: 6px 8px;
  }

  .nav-cus-container .ad-post-btn span {
    font-size: 11px;
  }

  .nav-cus-container .profile-btn {
    font-size: 10px;
  }
}

@media (max-width: 350px) {
  .nav-cus-container .logo-poruwa {
    max-width: 100px;
    /* margin-top: 8px; */
  }
}

@media (min-width: 351px) and (max-width: 480px) {
  .nav-cus-container .logo-poruwa {
    max-width: 120px !important;
    width: 100px;
    height: 32px;
    /* margin-top: 6px; */
  }
}

@media (min-width: 481px) and (max-width: 757px) {
  .nav-cus-container .logo-poruwa {
    max-width: 125px;
    height: 37px;
    /* margin-top: 3px; */
  }
}

@media (max-width: 960px) {
  .nav-cus-container {
    padding: 15px 15px;
  }
}

.resend-btn {
  display: block !important;
  margin: auto !important;
  background: #000000 !important;
  color: #fff !important;
  margin-top: 10px !important;
  text-transform: capitalize !important;
}

.resend-btn span div {
  vertical-align: middle !important;
}

.login-btn {
  display: block !important;
  width: 80%;
  margin: auto !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  background: #fccd12 !important;
  text-transform: capitalize !important;
}

.pw-reset-modal-confirm-btn {
  display: block !important;
  width: 80%;
  margin: auto !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  background: #fccd12 !important;
  text-transform: capitalize !important;
}

.login-btn span div {
  vertical-align: middle;
}

.login-mobile-btn {
  display: block;
}

.create-account-link {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
  margin-bottom: 20px;
}

.create-account-link:hover {
  color: #000;
}

@media (max-width: 480px) {
  .nav-cus-container .ad-post-btn {
    display: block;
    font-size: 14px;
  }
}

@media (max-width: 370px) {
  .nav-cus-container .ad-post-btn {
    font-size: 12px;
  }
}

.lng-sel-desktop {
  display: block !important;
}

.lng-sel-mobile {
  display: none !important;
}

.lng-selection .MuiButton-outlinedPrimary {
  color: #c7c7c7;
  border: 0.1px solid#c7c7c7;
  height: 35px !important;
  margin-top: 3px !important;
  font-weight: 500;
  width: 75px;
}

.lng-selection .MuiButton-outlinedPrimary:hover {
  border: 0.1px solid#c7c7c7;
  color: #fccd12 !important;
}

#simple-menu ul li {
  font-size: 14px;
}

@media (max-width: 575px) {
  .lng-sel-desktop {
    display: none !important;
  }
  .lng-sel-mobile {
    display: block !important;
  }
  #simple-menu ul li {
    min-height: 30px !important;
  }
}

.lng-selection-drawer {
  width: 150px;
  display: block !important;
  margin: auto !important;
  padding-top: 15px;
  padding-bottom: 50px;
}

.lng-selection-drawer .MuiButton-outlinedPrimary {
  width: 75px;
  color: #000000;
  border: 0.1px solid#0a0a0a !important;
}

.active-lng {
  color: #c19d0d !important;
  font-weight: 600 !important;
}

.menu-div {
  padding: 75px 15px 15px 15px;
}

.drawer-logo {
  position: absolute;
  width: 100px;
  top: 45px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.drawer-icon {
  width: 45px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 575px) {
  .menu-div {
    padding: 50px 15px 15px 15px;
  }

  .drawer-logo {
    display: none;
  }
}

/* login modal */
.create-login-div {
  width: 320px;
  padding: 15px 35px;
  border-radius: 5px;
  color: #333333;
  margin: auto !important;
}

.login-modal-v2 {
  width: 340px !important;
}

.create-login-div .modal-heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 35px;
}

.create-login-div .close-icon {
  position: absolute;
  top: 15px;
  right: 12px;
  width: 20px;
  cursor: pointer;
}

.create-login-div .login-using {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}

.create-login-div .login-using-btns {
  display: block;
  margin: auto;
  width: 258px;
  margin-bottom: 35px;
}

.create-login-div .login-using-btns button {
  width: 129px;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: #868686;
  text-transform: capitalize;
  background: #f2f2f2;
  border: 0;
  padding: 6px 8px;
  border: 2px solid #f2f2f2;
}

.create-login-div .login-using-btns .active-btn {
  width: 129px;
  border: 2px solid #fccd12;
  font-weight: 500;
  color: #333333;
  z-index: 1;
}

.create-login-div .input-headings {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}

.create-login-div .login-input {
  background: #f2f2f2;
  font-size: 16px;
  border-radius: 5px;
  padding: 8px 12px;
  outline: 0;
  border: 1px solid #f2f2f2;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.create-login-div .login-input:focus,
.create-login-div .phone-input-custom:focus {
  background: #ffffff;
  border: 1px solid #333333;
}

.register-sec-heading {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
  color: #8a8a8a;
}

.create-login-div .forget-pwd-link {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-top: 15px;
}

.create-login-div .forget-pwd-link:hover {
  cursor: pointer;
  color: #000000;
}

.create-login-div .terms-and-policy {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #4f4f4f;
  margin-top: 40px;
  margin-bottom: 0;
}

.create-login-div .terms-and-policy a {
  color: #4f4f4f;
}

.create-login-div .terms-and-policy a:hover {
  color: #000000;
}

.red-border {
  border: 1px solid #f44336 !important;
}

.create-login-div .error-handler {
  margin-top: 0.25rem;
  font-size: 12px;
  color: #f44336;
}

.create-login-div .change {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #927502;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
}

@media (max-width: 480px) {
  .login-modal {
    margin: 0;
    /* top: 70px !important; */
  }

  .login-modal .MuiDialog-paper {
    margin: 0;
  }

  .create-login-div {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
    /* height: 100vh; */
  }

  .login-div-container {
    width: 100%;
  }
}

/* phone input */
.phone-input-country-code {
  display: inline-block;
  width: 80px;
  background: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>")
    #f2f2f2 no-repeat calc(100% - 5px) !important;
  border-radius: 5px;
  font-size: 16px;
  line-height: 21px;
  padding: 7px 12px !important;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  vertical-align: bottom;
  cursor: pointer;
  box-sizing: border-box;
}

.phone-input-country-code:focus {
  cursor: pointer !important;
}

.phone-input-custom {
  width: calc(100% - 88px);
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 16px;
  line-height: 21px;
  padding: 7px 12px;
  outline: 0;
  border: 1px solid #f2f2f2;
  box-sizing: border-box !important;
  margin-left: 2%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin-top: 0 !important;
}

.country-code-div {
  max-height: 332px;
  overflow-y: auto;
}

.country-code-div p {
  border-bottom: 1px solid rgb(228, 228, 228);
  padding: 8px 30px;
  margin: 0;
  font-size: 14px;
}

.country-code-div p:hover {
  background: #f5f5f5;
  cursor: pointer;
}

.country-code-div p span:nth-child(1) {
  width: 169px;
  overflow: hidden;
  display: inline-block;
}

.country-code-div p span:nth-child(2) {
  float: right;
}

.create-login-div .back {
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  text-align: center;
  cursor: pointer;
}

.login-signup-back {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #868686;
  cursor: pointer;
}

.login-signup-back:hover {
  color: #585858;
}

.fa-chevron-left {
  color: #868686;
  font-size: 14px;
  cursor: pointer;
  -webkit-text-stroke: 1px white;
}

.fa-chevron-left:hover {
  color: rgb(143, 143, 143);
}

.search-county-code-input {
  width: 100%;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 12px 7px 29px;
  outline: 0;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  margin-bottom: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.search-county-code-input:focus {
  border: 1px solid #000000;
  background: #fff;
}

.code-search-icon {
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 15px;
  color: #8c8c8c;
  -webkit-text-stroke: 0.5px white;
}

/* phone verification */
.create-login-div .your-phone {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 0;
}

.create-login-div .phone {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #333333;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 17px;
  cursor: pointer;
}

.create-login-div .enter-code {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.create-login-div .styles_react-code-input-container__tpiKG {
  width: 200px !important;
  margin: auto;
}

.auth-login-div .styles_react-code-input-container__tpiKG {
  width: 300px !important;
  margin: auto;
}

.create-login-div .opt {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 5px;
}

.create-login-div .opt span {
  font-weight: 400;
  text-decoration: underline;
  font-size: 13px;
}

.create-login-div .opt-error {
  font-size: 80%;
  color: #f44336;
  margin-top: 7px;
}

.create-login-div .country-code-div {
  min-height: 300px;
  max-height: 300px;
}

@media (max-width: 768px) {
  .cus-container-register {
    padding-left: 15px;
    padding-right: 15px;
  }

  .create-login-div {
    padding-top: 24px;
  }
}

.select-login-btn {
  background: #f2c94c;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 17px;
  cursor: pointer;
}

.select-login-btn:hover {
  background: #fccd12;
}

.select-login-btn i {
  float: left;
  font-size: 18px;
}

.create-account-method-div {
  display: flex;
}

.create-account-method-div .create-account-method:first-child {
  margin-right: 3%;
}

.create-account-method {
  flex-basis: 0;
  position: relative;
  flex: 1 1;
  max-width: 100%;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #000;
}

.create-account-method a {
  color: #333333;
  text-decoration: none;
}

.create-account-method a:hover,
.create-account-method:hover a {
  color: #fff;
  background: #000;
}

.create-account-method i {
  font-size: 18px;
  align-items: center;
  display: block;
  margin-bottom: 10px;
}

.create-account-method:hover {
  background: #000;
  color: #fff;
}

.create-account-method:hover .phone {
  color: #fff;
}

.user-account .create-account-method .phone {
  font-size: 12px;
}

.user-account .register-sec-heading {
  display: none;
}

.user-account .create-account-method-div {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .create-account-method .non-mobile {
    display: block;
  }

  .create-account-method .mobile {
    display: none;
  }
}

@media (max-width: 350px) {
  .create-login-div .phone {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .create-account-method .mobile {
    display: block;
  }

  .create-account-method .non-mobile {
    display: none;
  }
}

.login-logo {
  width: 100px;
  margin: auto;
  display: block;
  margin-bottom: 10px;
}

.main-menu-btn .MuiIconButton-label {
  width: 50px !important;
  display: block !important;
}

.menu-tag {
  font-size: 11px;
  margin-top: -8px;
  display: block;
  color: #ececec;
}

.nav-cus-con-matches {
  max-width: none !important;
  max-width: initial !important;
  padding: 15px;
}

.create-login-div .login-select {
  border-radius: 5px;
  padding: 8px 12px;
  outline: 0;
  border: 1px solid #f2f2f2;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  font-size: 16px;
  background: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>")
    #f2f2f2 no-repeat calc(100% - 5px) !important;
  padding-right: 30px;
  color: #333333;
}

.user-account {
  width: 300px;
  min-height: 575px;
  box-sizing: border-box;
  margin-bottom: 200px;
}

.user-account .dark-div {
  background: #000;
  padding: 45px 15px 25px 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}

.close-profile {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  cursor: pointer;
  font-size: 22px;
}

.close-profile:hover {
  color: rgb(204, 204, 204);
}

.user-account .ad-id {
  width: 150px;
  margin: auto;
  background: #444444;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 30px;
}

.user-account .ad-id span {
  font-weight: 300;
}

.user-account .profile-img {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
  border: 2px solid #cca326;
  cursor: pointer;
}

.user-account .name {
  text-align: center;
  margin: 10px 0 15px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
}

.user-account .email {
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
}

.user-account .status {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.user-account .live {
  background: #27ae60;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 6px 15px;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.user-account .pending-payment {
  background: #ffa000;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 6px 15px;
  letter-spacing: 1px;
  text-decoration: none;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.user-account .in-review {
  background: #26c6da;
  color: #333333;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 6px 15px;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.user-account .unpublished {
  background: #cccccc;
  color: #333333;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 6px 15px;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.user-account .expired {
  background: #e64242;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 6px 15px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 0px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.user-account .incomplete {
  background: #ffa000;
  color: #333333;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 6px 15px;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 0px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
}

.user-account .dates {
  margin: 0 0 5px 0;
  font-size: 11px;
  line-height: 14px;
  font-weight: 300;
}

.renew-btn {
  display: block !important;
  margin: auto !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  background: #000 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #ffffff !important;
}

.user-account .my-ad-btn {
  width: 100%;
  display: block;
  margin: auto;
  background: #fff;
  text-transform: capitalize;
}

.user-account .my-ad-btn:hover {
  background: rgb(245, 245, 245) !important;
}

.user-account .logout-btn {
  position: fixed;
  text-transform: capitalize;
  bottom: 5px;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

.user-account .logout-btn:hover {
  background: transparent;
  color: rgb(95, 95, 95);
}

.free-newal-left {
  font-size: 14px;
  margin-bottom: 25px;
  background: #e8f4fd;
  padding: 10px 15px;
  margin: 0 15px 15px 15px;
}

.account-drawer-renewal-discount-alert {
  display: flex;
  background-color: #e8f4fd;
  margin: 0 16px 16px 16px;
  padding: 8px 16px;
  column-gap: 8px;
  font-size: 14px;
}

.app-right-menu-drawer .MuiTypography-root{
  font-family: "Ubuntu", sans-serif !important;
}

.app-right-menu-drawer .MuiDrawer-paper {
  width: 330px;
}

@media only screen and (max-width: 600px) {
  .app-right-menu-drawer .MuiDrawer-paper {
    width: 300px;
  }
}

.main-app-drawer {
  min-height: 100%;
}

.main-app-drawer .font-sm {
  font-size: 11px !important;
}

.main-app-drawer .font-body-si {
  font-size: 12px !important;
}

.text-xs-si {
  font-size: 10px !important;
}

.main-app-drawer .scrollable-content {
  padding-bottom: 8px;
  overflow-y: scroll;
}

/* .main-app-drawer .MuiTypography-root {
  font-family: inherit;
} */

/* app-drawer-header-styles */
.app-drawer-account-header {
  background-color: #000;
  padding: 16px;
}

.app-drawer-account-header.incomplete-view {
  padding-bottom: 32px;
}

.app-drawer-account-header .account-header-content {
  row-gap: 24px;
}

.app-drawer-cancel-icon {
  color: #fff;
  font-size: 20px !important;
}

.app-drawer-account-header .truncate-two-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.app-drawer-account-header .app-drawer-ad-id {
  color: #fff;
  background-color: #444;
  border-radius: 4px;
  padding: 4px 16px;
}

.app-drawer-account-header .notice-section {
  background-color: #333;
  padding: 8px;
  border-radius: 4px;
}

.app-drawer-account-header .notice-action-button {
  background-color: #ef6c00;
  min-width: 50%;
}

.app-drawer-account-header .text-light {
  color: #ccc;
}

.app-drawer-account-header .highlight-text {
  color: #ffc107;
}

.user-name-truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-drawer-account-header .app-drawer-avatar {
  border: solid 2px #cca326;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.app-drawer-account-header .profile-status-tag {
  padding: 4px 16px;
  border-radius: 4px;
}

.app-drawer-account-header .profile-status-tag-incomplete {
  background-color: #ffa000;
  color: #000 !important;
}

.app-drawer-account-header .profile-status-tag-payment-pending {
  background-color: #ffa000;
}

.app-drawer-account-header .profile-status-tag-in-review {
  background-color: #26c6da;
}

.app-drawer-account-header .profile-status-tag-live {
  background-color: #27ae60;
}

.app-drawer-account-header .profile-status-tag-expired {
  background-color: #e64242;
}

.app-drawer-account-header .profile-status-tag-disabled {
  background-color: #cccccc;
}

/* app-drawer-guest-header */

.app-drawer-guest-header .support-text {
  border: solid 2px #000;
  border-radius: 8px;
  padding: 16px 8px;
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  min-height: 64px;
}

.app-drawer-guest-header .support-text:hover {
  background-color: #000;
  color: #fff;
}

/* app-drawer-content-styles */

/* *** Scrollbar styles *** */
.app-drawer-content {
  overflow-y: scroll !important;
}

.app-drawer-content::-webkit-scrollbar {
  width: 8px;
}

.app-drawer-content::-webkit-scrollbar-thumb {
  background: #cca326;
}

.app-drawer-content .complete-ad-button {
  background-color: #000 !important;
  color: #fff;
}

.app-drawer-content .complete-ad-button:hover {
  background-color: #222 !important;
}

.app-drawer-content .main-menu-item {
  padding: 8px 16px;
}

.app-drawer-content .main-menu-item-forcused:hover {
  background-color: #f7f1de;
}

.app-drawer-content .menu-icon-container {
  width: 15%;
}

.menu-icon-container .notification-indicator {
  color: #e64242;
  font-size: 8px;
  position: relative;
  right: 4px;
}

.app-drawer-content .sub-menu-item-container {
  padding: 8px 16px;
}

.app-drawer-content .sub-menu-item-container:hover {
  background-color: #f7f1de;
}

.app-drawer-content .sub-menu-item {
  width: 85%;
}

.app-drawer-content .selected-drawer-item {
  background-color: #f8f6ed;
}

/* app-drawer-footer */

.app-drawer-footer {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-inline: 8px;
  justify-content: left;
  align-items: start;
}

.app-drawer-footer .MuiToggleButton-root {
  padding: 4px 16px !important;
}

.app-drawer-footer .MuiToggleButton-root.Mui-selected {
  color: #ffffff !important;
  background-color: #cca326 !important;
}

.app-drawer-footer .MuiToggleButton-root {
  color: #000;
}

.app-drawer-footer .sign-out-button {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.app-drawer-content .language-selector {
  background-color: var(--bgcolor-1);
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: fit-content;
  padding-inline: 4px;
  padding-block: 4px;
  border-radius: 8px;
}

.app-drawer-content .language-selector .laguage-selector-item {
  padding-inline: 8px;
  padding-block: 4px;
}

.app-drawer-content .language-selector .active {
  background-color: var(--bgcolor-accent-1);
  color: white;
  border-radius: 4px;
}

/* menu-item-icon */

.drawer-menu-icon {
  color: #474747 !important;
  width: 22px !important;
}

.sidebar-toggle .MuiBadge-badge {
  background-color: rgb(235, 87, 87);
}

.sidebar-toggle .profile-menu-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-inline: 8px;
  padding-block: 4px;
  border-radius: 8px;
  background-color: rgb(72, 72, 72);
}

.sidebar-toggle .profile-menu-trigger .profile-icon {
  font-size: 26px;
}

.sidebar-toggle .profile-menu-trigger.status-LIVE {
  border-left: 4px solid #27ae60;
}
.sidebar-toggle .profile-menu-trigger.status-EXPIRED {
  border-left: 4px solid #e64242;
}
.sidebar-toggle .profile-menu-trigger.status-PAYMENT_PENDING {
  border-left: 4px solid #ffa000;
}
.sidebar-toggle .profile-menu-trigger.status-IN_REVIEW {
  border-left: 4px solid #26c6da;
}
.sidebar-toggle .profile-menu-trigger.status-DISABLED {
  border-left: 4px solid #cccccc;
}
.sidebar-toggle .profile-menu-trigger.status-INCOMPLETE {
  border-left: 4px solid #ffa000;
}

.sidebar-toggle .profile-menu-trigger .caret-icon {
  font-size: 16px;
}

.lazy-fallback-view {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  height: 90vh;
  justify-content: center;
  align-items: center;
}

.lazy-fallback-view .MuiCircularProgress-root {
  color: #927001;
}

.discount-banner {
  padding: 10px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;

  background: linear-gradient(-45deg, #8f750c, #e9c430, #fdec59, #4c3d03);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.xmas-banner {
  padding: 10px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 99;
  background: linear-gradient(-45deg, #8f750c, #e9c430, #fdec59, #4c3d03);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.discount-banner p {
  font-size: 15px;
  margin: 0;
  color: #000;
  text-align: center;
}

.discount-banner span {
  vertical-align: middle;
}

.discount-banner img {
  vertical-align: middle;
  width: 20px;
}

.xmas-banner p {
  font-size: 0.9rem;
  margin: 0;
  color: #182b1c;
  text-align: center;
}

.xmas-banner span {
  vertical-align: middle;
}

.xmas-banner img {
  vertical-align: middle;
  width: 20px;
}

.google-review-banner .banner-close-icon {
  width: 15px;
  height: 15px;
}

.review-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
}

.rate-starts-input {
  display: block !important;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  color: #f8b805;
  font-size: 30px;
  margin-top: 7px;
}

.rate-starts-input .fa-star {
  color: #f8b805;
  font-size: 30px;
  padding-left: 5px;
}

/* noto-sans-sinhala-sinhala-wght-normal */
@font-face {
  font-family: 'Noto Sans Sinhala Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/media/noto-sans-sinhala-sinhala-wght-normal.5f7454cf0c4f18a639b3.woff2) format('woff2-variations');
  unicode-range: U+0964-0965,U+0D81-0DF4,U+1CF2,U+200C-200D,U+25CC,U+111E1-111F4;
}

/* noto-sans-sinhala-latin-ext-wght-normal */
@font-face {
  font-family: 'Noto Sans Sinhala Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/media/noto-sans-sinhala-latin-ext-wght-normal.da6815f20db885caa150.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* noto-sans-sinhala-latin-wght-normal */
@font-face {
  font-family: 'Noto Sans Sinhala Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/static/media/noto-sans-sinhala-latin-wght-normal.4dd3d873d5104b80ffdc.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* overlock-sc-latin-ext-400-normal */
@font-face {
  font-family: 'Overlock SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/media/overlock-sc-latin-ext-400-normal.3538495dfeae382efd14.woff2) format('woff2'), url(/static/media/overlock-sc-latin-ext-400-normal.73cddb79f441b5cc13aa.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* overlock-sc-latin-400-normal */
@font-face {
  font-family: 'Overlock SC';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/static/media/overlock-sc-latin-400-normal.c3297ceed746eea02c10.woff2) format('woff2'), url(/static/media/overlock-sc-latin-400-normal.735d600c4d090d5dc182.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
/* nunito-sans-cyrillic-ext-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-cyrillic-ext-wght-normal.7cc87471197dfbf830cb.woff2) format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* nunito-sans-cyrillic-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-cyrillic-wght-normal.a6226ae82fbcc13a7360.woff2) format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* nunito-sans-vietnamese-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-vietnamese-wght-normal.51de340c14d42095b39a.woff2) format('woff2-variations');
  unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
}

/* nunito-sans-latin-ext-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-latin-ext-wght-normal.0b93898807589614c918.woff2) format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* nunito-sans-latin-wght-normal */
@font-face {
  font-family: 'Nunito Sans Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 200 1000;
  src: url(/static/media/nunito-sans-latin-wght-normal.6592cb44c9bc164ec03e.woff2) format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/*# sourceMappingURL=main.66dbc623.css.map*/