.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-content .MuiChip-root {
  background-color: rgb(255, 152, 0);
  margin-left: 8px;
  height: 16px;
  width: 34px;
  font-size: 10px;
  color: white;
}

.app-drawer-content .MuiChip-label {
  padding: 0;
}

/* 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;
}

.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;
  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;
}
.notification-popover .MuiTypography-root {
  font-family: var(--en-font-family) !important;
}

.notification-popover .MuiPaper-root {
  display: flex;
  width: 400px;
  max-height: 70%;
  min-height: 20%;
  background-color: var(--notification-popover-bg-color);
}

.notification-popover .notification-header {
  padding-block: 8px;
  padding-inline: 12px;
  justify-content: space-between;
  align-items: center;
  color: var(--notification-popover-heading);
}

.notification-popover .notification-header .MuiIconButton-root {
  padding: 4px;
}

.notification-popover .notification-list-wrapper {
  flex: 1 1;
  overflow-y: auto;
  flex-wrap: nowrap;
  padding: 8px;
}

.notification-list-wrapper .notification-item {
  cursor: pointer;
  column-gap: 8px;
  align-items: flex-start;
  padding-inline: 4px;
  padding-block: 4px;
  border-bottom: 1px solid #e6e6e6;
}

.notification-popover .notification-item.unseen {
  border-radius: 8px;
  background-color: var(--notification-popover-bg-color) !important;
}

.notification-popover .notification-item.unseen:hover,
.notification-list-wrapper .notification-item:hover {
  background-color: var(--bgcolor-1) !important;
}

.notification-list-wrapper .notification-item.unseen {
  background-color: var(--bgcolor-1);
}

.notification-list-wrapper .notification-item .notification-avatar {
  background-color: transparent;
  border: 1px solid var(--notification-seen-content-text);
  flex-wrap: nowrap;
  height: 34px;
  width: 34px;
  color: var(--notification-seen-content-text);
}

.notification-popover .notification-item.unseen .notification-avatar {
  color: var(--notification-icon-color) !important;
  border: 1px solid var(--notification-icon-color) !important;
}

.notification-popover .notification-item .heading-1 {
  color: var(--notification-seen-content-text);
  font-weight: 500;
}

.notification-popover .notification-item .content-txt {
  color: var(--notification-seen-content-text);
  font-weight: 400;
}

.notification-popover .notification-item .typography-caption-2 {
  font-weight: 300;
  color: var(--notification-seen-content-text);
}

.notification-popover .notification-item.unseen .heading-1 {
  font-weight: 600 !important;
  color: var(--notification-icon-color);
}

.notification-popover .notification-item.unseen .content-txt {
  font-weight: 500;
  color: var(--notification-content-text);
}

.notification-popover .notification-item.unseen .typography-caption-2 {
  font-weight: 400;
  color: var(--notification-content-text);
}

.notification-popover .notification-item.unseen .dot-icon {
  color: var(--notification-icon-color);
  font-size: 10px;
}

.notification-list-wrapper .empty-notifications-view {
  flex: 1 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-block: 40px;
}

.notification-list-wrapper .empty-notifications-view .MuiSvgIcon-root {
  color: var(--notification-icon-color);
  font-size: 40px !important;
  padding-bottom: 8px;
}

.notification-list-wrapper .empty-notifications-view .heading {
  font-size: 14px;
  font-weight: 500;
  color: var(--notification-seen-content-text);
}

.notification-list-wrapper .empty-notifications-view .content-txt {
  color: var(--notification-seen-content-text);
  font-weight: 300;
}

.notification-list-wrapper .empty-notifications-view .MuiSvgIcon-root {
  font-size: 48px;
}

@media (max-width: 600px) {
  .notification-popover .MuiPaper-root {
    width: 100%;
  }
}
.all-ads-filter-bar {
  width: 250px !important;
  border-right: 1px solid #0000001f;
}

.show-filter-menu-btn {
  display: none !important;
}

.all-ads-content {
  width: calc(100% - 250px) !important;
  min-height: 25vh;
}

.all-ads-filter-bar .magazine-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  text-align: center;
  /* font-weight: 300; */
  /* background-color: palevioletred; */
}
.all-ads-main-container {
  background: #dfdfdf;
  min-height: 800;
  /* padding: 50px 15px; */
  padding-bottom: 48px;
  padding-top: 8px;
}

.all-ads-container {
  background: #fff;
  margin: auto;
  border-radius: 8px;
  max-width: 960px !important;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .all-ads-container {
    border-radius: 0;
  }
  .all-ads-main-container {
    padding: 0;
  }
}

.all-ads-filter-bar .magazine-heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

.all-ads-filter-bar .magazine-card .maganize-img {
  width: 100%;
  border: 1px solid rgb(155, 119, 2);
  box-shadow: 4px 4px 10px -2px rgb(0 0 0 / 22%);
}

.all-ads-filter-bar .magazine-card span {
  /* padding-top: 5px; */
  font-size: 14px;
}

.all-ads-filter-bar .magazine-card .label {
  padding-top: 8px;
  margin-block: 0px;
  font-size: 14px !important;
  font-weight: 400;
  color: var(--typography-accent-2);
}

.all-ads-filter-bar .blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.all-ads-filter-bar .blog-card .heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

.all-ads-filter-bar .blog-card .cover-image {
  object-fit: cover;
}

.all-ads-filter-bar .review-card .heading {
  font-size: 16px;
  margin-top: 0;
  text-align: center;
  color: #483a04;
}

@media (max-width: 600px) {
  .hide-filter-menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    background: #e8e8e8;
    padding: 5px 9px;
    border-radius: 50%;
    color: #727272;
  }
}

@media (max-width: 480px) {
  .all-ads-filter-bar {
    width: 100vw !important;
    padding: 20px 0 100px 0;
    border-right: 1px solid #0000001f;
    position: relative;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .all-ads-filter-bar {
    width: 280px !important;
    padding: 20px 0 70px 0;
    border-right: 1px solid #0000001f;
    position: relative;
  }
}

@media (max-width: 767px) {
  /* .all-ads-filter-bar {
    display: none;
  } */

  .show-filter-menu-btn {
    position: absolute;
    display: block !important;
    font-size: 13px;
    z-index: 2;
    top: 22px;
    background: #000;
    color: #fff;
    padding: 9px 13px;
    border-radius: 4px;
  }

  .all-ads-content {
    width: 100% !important;
  }
}

/* alert */
.MuiAlert-standardSuccess {
  color: #fff !important;
  background-color: #27ae60 !important;
  border-top: 3px solid #075428;
}

.MuiAlert-standardSuccess .MuiAlert-icon {
  color: #fff !important;
}

.MuiDialog-paperWidthSm {
  max-width: 400px !important;
}

/* loading */
.all-ads-content .iVHGJo {
  position: relative !important;
  width: 100% !important;
  float: right !important;
}

@media (max-width: 767px) {
  .all-ads-content .iVHGJo {
    width: 100% !important;
  }
}

.p-top {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .p-top {
    padding-top: 70px;
  }
}

.post-details {
  position: relative;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.post-details .post-details-col {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}

.post-details .post-date-col {
  position: absolute;
  display: inline-block;
  width: 150px;
  right: 15px;
}

.post-details .post-details-col .applicant-photo {
  width: 30px;
  background: #e8e8e8;
  border-radius: 50%;
  padding: 5px;
}

.post-details .post-details-col .name {
  display: inline-block;
  color: rgb(92, 92, 92);
  line-height: inherit;
  margin-bottom: 5px;
  margin-left: 13px;
  vertical-align: top;
  width: 75%;
  overflow: hidden;
  height: 24px;
}

.createdby-label {
  display: block;
  color: #ffffff;
  font-size: 11px;
  line-height: 10px;
  padding: 6px 9px;
  background: #4f4f4f;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 24px;
  margin-left: 71px;
  margin-top: 5px;
}

.post-details .post-details-col .location {
  margin: 0;
  color: rgb(53, 53, 53);
  font-size: 13px;
  margin-left: 54px;
  margin-top: -17px;
}

.post-details .post-date-col .date-of-post {
  margin: 0;
  font-size: 12px;
  color: #7b7b7b;
}

.post-details .applicant-info-col {
  display: inline-block;
  width: 70%;
  margin-top: 15px;
  color: rgb(73, 73, 73);
  font-size: 14px;
}

.post-details .applicant-info-col .info {
  display: inline-block;
  width: 31%;
  margin: 1%;
}

.post-details .applicant-info-col .info .icon {
  width: 15px;
  text-align: center;
}

.post-details .post-interest-col {
  display: inline-block;
  width: 170px;
}

.post-details .post-interest-col .interest-btn {
  float: right;
  color: #fff;
  background: #000;
  font-weight: 500;
}

.app-store-div {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 50px;
}

.hytch-label {
  display: block;
  color: #ffffff;
  font-size: 11px;
  line-height: 10px;
  padding: 6px 9px;
  background: #832ab0;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 24px;
  margin-left: 71px;
  margin-top: -21px;
}

@media (max-width: 480px) {
  .post-details .applicant-info-col .info {
    width: 90%;
    margin: 2% 5% !important;
  }

  .app-store-div {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  #app-store-logo {
    margin-top: 20px;
  }

  #hytch-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .back-btn-in-detail-pages {
    padding-top: 16px !important;
  }
}

@media (min-width: 575px) and (max-width: 860px) {
  .app-store-div {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
  }

  #app-store-logo {
    margin-top: 30px;
  }

  #hytch-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 480px) and (max-width: 959px) {
  .post-details .applicant-info-col .info {
    width: 46%;
    margin: 1% 2% !important;
  }
}

@media (min-width: 960px) and (max-width: 1280px) {
  .post-details .applicant-info-col .info {
    width: 31.3%;
    margin: 1.5% 1% !important;
  }
}

.post-details .desc {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  margin-left: 15px;
}

.post-details .heading {
  color: #494949;
  line-height: 20px;
  margin-top: 45px;
  margin-bottom: 20px;
}

.post-details .sub-heading {
  color: #6b6b6b;
  font-size: 15px;
  margin: 15px 0 5px 0;
}

.post-details .input-field label {
  color: #8a8a8a;
}

.post-details .input-field input {
  color: #494949;
}

.photos {
  width: 120px;
  height: 120px;
  margin: 25px 15px 0 0;
  object-fit: cover;
  cursor: zoom-in;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .photos {
    margin: 15px 15px 0 0;
  }
}

.interest-btn {
  display: block;
  width: 175px;
  color: #fff !important;
  background: #000 !important;
  font-weight: 500;
  margin-top: 15px !important;
}

.action-btn {
  width: 175px;
  color: #000 !important;
  background: #c19d0d !important;
  font-weight: 500;
  margin-top: 15px !important;
}

.interest-btn-disbled {
  display: block;
  font-weight: 500;
  margin-top: 15px !important;
}

@media (max-width: 430px) {
  .post-details .phone-btn {
    margin-top: 15px;
    margin-left: 15px;
    width: 175px;
  }
}

/* notification */
.MuiSnackbar-anchorOriginTopRight {
  top: 85px !important;
}

/* time line */
.time-line {
  margin-bottom: 30px;
}

.time-line div:nth-child(2) div:nth-child(1) {
  color: #1b1b1b !important;
  font-size: 12px;
}

.only-received div:nth-child(2) div:nth-child(1) {
  font-weight: 500;
  font-size: 15px;
}

.time-line div:nth-child(2) div:nth-child(2) {
  font-weight: 500;
  font-size: 15px;
}

.time-line div:nth-child(3) {
  box-shadow: none !important;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 0 !important;
  margin-top: 5px !important;
  margin-right: 0 !important;
}

.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;
}

.invisible-photos {
  width: 100%;
  background: #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  padding: 10px;
  margin: 20px 1%;
  box-sizing: border-box;
}

.report-profile {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #f2994a;
  text-align: right;
  cursor: pointer;
  margin-bottom: 0;
}

.add-explanation {
  margin-top: 12px;
  margin-bottom: 7px;
  margin-left: 13px;
  display: block;
  color: #333333;
  font-size: 14px;
}

.report-add-desc-input {
  margin-left: 13px;
  width: calc(100% - 25px);
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.report-add-desc-input:focus {
  border: 1px solid #000 !important;
}

.ignore-int-text-btn {
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}

.received-ignore-btn {
  min-width: 150px !important;
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  margin-bottom: 10px !important;
}

/* respond */
.respond-ways {
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 15px;
}

.respond-ways tr td:nth-child(1) {
  width: 40px;
  padding: 0 0 0 15px;
}

.respond-ways tr td:nth-child(2) {
  padding: 0;
}

.respond-ways tr td {
  vertical-align: top;
}

.respond-ways .address {
  margin: 0;
}

.respond-ways .sample-envelop {
  text-decoration: underline;
  cursor: pointer;
}

.respond-ways i {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

.respond-ways .contact-link {
  color: inherit;
  text-decoration: none;
}

.respond-ways-hidden {
  width: 100%;
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 15px;
}

.respond-ways-hidden tr td:nth-child(1) {
  width: 40px;
  padding: 10px 0 10px 15px;
}

.respond-ways-hidden tr td:nth-child(2) {
  background: #e0e0e0;
  padding: 10px 15px;
  border-radius: 6px;
}

.respond-ways-hidden i {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
}

.received-request-message {
  margin-top: 0 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #f54646;
}

.accept-before-rejection-msg-container {
  display: flex !important;
  align-items: center !important;
  column-gap: 4px !important;
  margin: 4px 0 14px 0;
}

.accept-before-rejection-msg {
  color: #333;
  border-radius: 5px;
}

.message-btn {
  display: block !important;
  min-width: 140px !important;
  margin-top: 0px !important;
  color: #fff !important;
  background: #000 !important;
}

.int-accept-btn {
  display: inline-block !important;
  min-width: 150px !important;
  margin-top: 0px !important;
  color: #fff !important;
  background: #000 !important;
  margin-bottom: 10px !important;
  border: 1px solid #000 !important;
}

.MuiDialog-paper {
  margin: 15px !important;
}

.MuiAlert-standardInfo {
  /* background-color: #fff2d7 !important; */
  color: #333333 !important;
}

.MuiAlert-standardInfo .MuiAlert-icon {
  color: #333333 !important;
}

@media (max-width: 600px) {
  .respond-ways .content-section .button-container .MuiButton-root {
    min-width: auto !important;
    padding: 4px 8px;
  }
}

.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;
}

.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;
}

.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;
}

.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 .MuiBadge-badge {
  background-color: var(--primary-color);
  color: var(--typography-primary);
  /* color: var(--notification-popover-bg-color);
  background-color: var(--notification-badge-background); */
  top: -3px;
  right: -4px;
}

.nav-cus-container .MuiBadge-dot {
  top: 0;
  right: 0;
}

.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: 16px;
  /* margin-right: 8px; */
  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;
}

.login-no-header .header-container {
  display: none !important;
}

.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;
}


/*# sourceMappingURL=1836.ca92dbc4.chunk.css.map*/