.complete-ad-container .heading-desc {
  margin: 0 0 35px 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 14px;
}

.complete-ad-container .verified {
  position: absolute;
  top: 12px;
  font-size: 11px;
  line-height: 14px;
  right: -1%;
  color: #2979ff;
}

.complete-ad-container .not-verified {
  position: absolute;
  top: 12px;
  font-size: 11px;
  line-height: 14px;
  right: -8%;
  color: #f2994a;
}

.complete-ad-container .rejected {
  position: absolute;
  top: 12px;
  font-size: 11px;
  line-height: 14px;
  right: -8%;
  color: red;
}

.complete-ad-container .make-public-phone-checkbox .MuiTypography-body1 {
  font-size: 14px;
  color: #333333;
}

.complete-ad-container .ad-id-tooltip-icon {
  position: absolute;
  right: 11.5%;
  top: 12px;
  font-size: 12px;
  line-height: 14px;
  color: #4f4f4f;
  cursor: pointer;
}

.complete-ad-container .edit-phone-email {
  position: absolute;
  right: 24%;
  top: 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  cursor: pointer;
}

.complete-ad-container .edit-phone-email:hover {
  color: #000;
  font-weight: 400;
}

.complete-ad-container .email-input{
  padding-right: 51px !important; 
}

.complete-ad-container .delete-phone-email {
  position: absolute;
  right: 95px;
  top: 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  cursor: pointer;
}

.complete-ad-container .delete-phone-email:hover {
  color: #000;
  font-weight: 400;
}

.complete-ad-container .resend-verify-link {
  position: absolute;
  right: 20%;
  margin: 0;
  font-size: 10px;
  top: 38px;
  line-height: 12px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.complete-ad-container .sent-success {
  position: absolute;
  right: 20%;
  margin: 0;
  font-size: 10px;
  top: 38px;
  line-height: 12px;
  color: #27ae60;
}

.nic-status-btn {
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 20px;
  letter-spacing: 1px;
  width: 102px;
  margin: 2px 0 0 0;
  color: #ffffff;
  text-align: center;
}

.MuiCheckbox-colorSecondary.Mui-checked {
  color: var(--primary-color);
}

@media (max-width: 575px) {
  .complete-ad-container .verified {
    top: -15px;
    right: 1%;
  }

  .complete-ad-container .not-verified {
    top: -15px;
    right: 1%;
  }

  .complete-ad-container .ad-id-tooltip-icon {
    top: 12px;
    right: 4%;
  }

  .complete-ad-container .edit-phone-email {
    top: 10px;
    right: 3%;
  }

  .complete-ad-container .delete-phone-email {
    top: 10px;
    right: 25px;
  }

  .complete-ad-container .resend-verify-link,
  .complete-ad-container .sent-success {
    right: 0%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .complete-ad-container .verified {
    top: 11px;
    right: -15%;
  }

  .complete-ad-container .not-verified {
    top: 11px;
    right: -23%;
  }

  .complete-ad-container .edit-phone-email {
    right: 10%;
  }

  .complete-ad-container .delete-phone-email {
    right: 45px;

  }

  .complete-ad-container .ad-id-tooltip-icon {
    right: -0.5%;
  }

  .complete-ad-container .resend-verify-link,
  .complete-ad-container .sent-success {
    right: 7%;
  }

  .stats-page-div{
    width: 100% !important;
  }

  .period-drop-down {
    margin-left: 30% !important;
  }
}

.complete-ad-container .cancel-btn {
  float: right;
  width: 120px;
  margin: 20px 12px 0 0 !important;
  background: #e7e7e7;
  color: rgb(41, 41, 41) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  box-shadow: none !important;
  height: 32px;
  text-transform: capitalize !important;
}

.complete-ad-container .cancel-btn:hover {
  background: #c0c0c0 !important;
  color: #000000 !important;
}

.complete-ad-container .nic-cancel-btn {
  float: right;
  width: 120px;
  margin: 20px 12px 0 0 !important;
  background: #e7e7e7;
  color: rgb(41, 41, 41) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  box-shadow: none !important;
  height: 32px;
  text-transform: capitalize !important;
}

.complete-ad-container .nic-cancel-btn:hover {
  background: #c0c0c0 !important;
  color: #000000 !important;
}

/* status */
.complete-ad-container .profile-div {
  position: relative;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 15px;
  min-width: 60%;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  border-color: #BDBDBD;
}

.complete-ad-container .profile-div img {
  width: 48px;
  height: 48px;
  border: 1px solid #cca326;
  border-radius: 50%;
}

.complete-ad-container .profile-div .name {
  position: absolute;
  top: 15px;
  left: 78px;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.complete-ad-container .profile-div .location {
  position: absolute;
  top: 32px;
  left: 78px;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}

.nic-actions-div {
  margin-bottom: 70px;
}

.complete-ad-container .profile-div .status-lable {
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 20px;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: fit-content;
  margin: 25px 0 0 0;
  color: #ffffff;
}

.complete-ad-container .settings-div .status-lable {
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 20px;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: fit-content;
  color: #ffffff;
}

@media (max-width: 575px) {
  .complete-ad-container .profile-div .name {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    left: 0;
    top: 0;
    margin-top: 5px;
  }

  .complete-ad-container .profile-div .location {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    top: 5px;
    left: 0;
    margin-top: 0;
  }

  .complete-ad-container .profile-div .status-lable {
    margin: 40px 0 0 0;
  }
}

.complete-ad-container .profile-div .live {
  background: #27ae60;
}

.complete-ad-container .settings-div .live {
  background: #27ae60;
}

.complete-ad-container .profile-div .pending-payment {
  background: #ffa000;
}

.complete-ad-container .settings-div .pending-payment {
  background: #ffa000;
}

.complete-ad-container .profile-div .in-review {
  background: #26c6da;
}

.complete-ad-container .settings-div .in-review {
  background: #26c6da;
}

.complete-ad-container .profile-div .expired {
  background: #e64242;
}

.complete-ad-container .settings-div .expired {
  background: #e64242;
}

.complete-ad-container .profile-div .unpublished {
  background: #ffa000;
  color: #333333;
}

.complete-ad-container .settings-div .unpublished {
  background: #ffa000;
  color: #333333;
}

.complete-ad-container .profile-div .incomplete {
  background: #cccccc;
  color: #333333;
}

.complete-ad-container .settings-div .incomplete {
  background: #cccccc;
  color: #333333;
}

.complete-ad-container .edit-my-ad-link {
  font-size: 12px;
  line-height: 14px;
  color: #333333;
}

.complete-ad-container .edit-my-ad-link:hover {
  color: #000;
}

.complete-ad-container .status-desc {
  color: rgb(51, 51, 51);
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}

/* buttons */
.complete-ad-container .action-btn {
  display: block !important;
  margin-bottom: 5px !important;
  background: #000 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #ffffff !important;
  text-transform: capitalize !important;
}

.complete-ad-container .remove-btn {
  float: right;
  width: 120px;
  margin: 20px 0 0 0 !important;
  background: #d13333 !important;
  color: rgb(255, 255, 255) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  /* box-shadow: none !important; */
  height: 32px;
  text-transform: capitalize !important;
}

.complete-ad-container .remove-btn-dissabled {
  float: right;
  width: 120px;
  margin: 20px 0 0 0 !important;
  background: #ff7a7a !important;
  color: rgb(255, 255, 255) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  /* box-shadow: none !important; */
  height: 32px;
  text-transform: capitalize !important;
}

.complete-ad-container .edit-btn {
  float: right;
  width: 120px;
  margin: 20px 0 0 0 !important;
  background: #030303 !important;
  color: rgb(255, 255, 255) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  /* box-shadow: none !important; */
  height: 32px;
  text-transform: capitalize !important;
}

.complete-ad-container .cancel-btn-dissable {
  float: right;
  width: 120px;
  margin: 20px 12px 0 0 !important;
  background: #e7e7e7 !important;
  color: rgb(153, 153, 153) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  box-shadow: none !important;
  height: 32px;
  text-transform: capitalize !important;
}

.complete-ad-container .nic-cancel-btn-dissable {
  float: right;
  width: 120px;
  margin: 20px 12px 0 0 !important;
  background: #e7e7e7 !important;
  color: rgb(153, 153, 153) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  box-shadow: none !important;
  height: 32px;
  text-transform: capitalize !important;
}

.complete-ad-container .edit-btn-dissable {
  float: right;
  width: 120px;
  margin: 20px 0 0 0 !important;
  background: #969696 !important;
  color: rgb(211, 211, 211) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  box-shadow: none !important;
  height: 32px;
  text-transform: capitalize !important;
}

.create-login-div .update-btn {
  display: block !important;
  width: 80%;
  margin: auto !important;
  margin-top: 25px !important;
  background: #000000 !important;
  text-transform: capitalize !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  .complete-ad-container .profile-div {
    min-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .complete-ad-container .settings-container .col {
    width: 400px !important;
  }

  .complete-ad-container
    .settings-container
    .field-row
    .field-col:nth-child(1) {
    width: 130px !important;
  }

  .complete-ad-container
    .settings-container
    .field-row
    .field-col:nth-child(2) {
    width: 270px !important;
  }

  .complete-ad-container .settings-container input,
  .complete-ad-container .settings-container select {
    width: 93% !important;
  }
}

.complete-ad-container .settings-container .notifi-select-sinhala {
  font-size: 12px;
}

.offline-input-container .MuiTypography-body2{
  font-family: "Ubuntu", sans-serif !important;
}

.offline-input-container .error-txt{
  text-align: end;
  color: red;
}

.offline-input-container .select-option-error{
  border: solid 1px red !important;
}

.field-error-border {
  border: solid 1px red !important;
}

.response-type-div {
  margin: 15px 0 36px 0;
}

@media only screen and (max-width: 500px) {
  .option-toggle-label {
    width: 75% !important;
  }
  .offline-input-container .response-type-txt {
    max-width: 30%;
  }
} 

@media only screen and (max-width: 800px) {
  .offline-input-container {
    width: 100%;
  }
}

@media only screen and (min-width: 800px) {
  .offline-input-container {
    width: 60% !important;
  }
}

.edit-acc-settings .MuiTypography-h6 {
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 400 !important;
}

.edit-acc-settings .MuiSwitch-colorPrimary.Mui-checked {
  color: #c19d0d;
}

.edit-acc-settings .MuiSwitch-colorPrimary.Mui-checked + .MuiSwitch-track {
  background-color: #91854f;
}

.complete-ad-container .settings-container .age-range-input {
  width: 38% !important;
}

@media (max-width: 575px) {
  .complete-ad-container .settings-container .age-range-input {
    width: 48% !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .complete-ad-container .settings-container .age-range-input {
    width: 44% !important;
  }
}

/* address-prev-envelop */
.address-prev-envelop {
  position: relative;
  width: 100%;
  height: 100%;
}

.address-prev-envelop img {
  width: 100%;
  height: 100%;
}

.address-prev-envelop .address {
  width: 200px;
  position: absolute;
  top: 40%;
  right: 15px;
}

.address-prev-envelop .address p {
  font-size: 14px;
  margin: 0;
  margin-bottom: 3px;
}

@media (max-width: 350px) {
  .address-prev-envelop .address {
    width: 150px;
  }

  .address-prev-envelop .address p {
    font-size: 10px;
  }
}

@media (min-width: 351px) and (max-width: 415px) {
  .address-prev-envelop .address {
    width: 150px;
  }

  .address-prev-envelop .address p {
    font-size: 11px;
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .address-prev-envelop {
    height: 160px;
  }

  .address-prev-envelop .address {
    width: 160px;
  }

  .address-prev-envelop .address p {
    font-size: 12px;
  }

  .stat-ttile-p {
    width: 65px !important;
  }
}

@media (max-width: 550px) {
  .nic-status-btn {
    width: 37%;
  }
}

@media (max-width: 415px) {
  .nic-status-btn {
    width: 31%;
  }

  .nic-actions-div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 22px;
  }

  .complete-ad-container .nic-cancel-btn-dissable {
    margin: 20px 0 0 0 !important;
  }

  .complete-ad-container .nic-cancel-btn {
    margin: 20px 0 0 0 !important;
  }
}

.stat-ttile-p {
  height: 35px;
  width: 90px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}

.stat-count-p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
}

.stats-main-div {
  display: flex;
  padding: 0 !important;
  justify-content: space-evenly;
  border-style: none !important;
  margin: auto;
}

.stat-box-div {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #BDBDBD;
  padding: 5px;
}

.stats-page-div{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: 40px;
  width: 80%;
}

.period-drop-down {
  margin-left: 44px;
}

.email-error-div {
  font-size: 12px;
  color: red;
  margin-top: 4px;
}

@media (max-width: 601px) {
  .stats-main-div {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .stat-box-div {
    border-left-style: none !important;
  }

  .stat-count-p {
    margin-top: 2px;
    margin-bottom: 0px;
  }

  .stat-ttile-p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 992px) {
  .period-drop-down {
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.subscription-status-label {
  display: flex;
  justify-content: center;
  font-size: 12px;
  /* font-weight: 500; */
  font-style: italic;
  margin-top: 0;
}

.subscription-status-label-default {
  color: rgb(51, 51, 51);
  font-weight: 300;
}

.subscription-status-label-success {
  color: rgb(0, 146, 0);
}

.subscription-status-label-warning {
  color: #d00e0e;
}

.subscription-status-label-info {
  color: rgb(202, 131, 0);
}
.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;
  }
}

/* .payment-features-view .MuiTypography-root {
  font-family: "Ubuntu", sans-serif !important;
} */

.settings-manage-payment-section {
  row-gap: 8px;
}

.settings-manage-payment-section-title {
  margin-bottom: 5px !important;
}

.subscription-manage-section {
  width: 50% !important;
  background-color: #f2f2f2;
  border: 1px solid #adb5bd;
  border-radius: 8px;
  padding: 8px;
  row-gap: 8px;
}

@media only screen and (max-width: 900px) {
  .subscription-manage-section {
    width: 70% !important;
  }
}

@media only screen and (max-width: 600px) {
  .subscription-manage-section {
    width: 100% !important;
  }
}

.payment-features-view .primary-action-btn.MuiButton-contained {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 200px !important;
  background-color: #000;
  color: #fff;
}

.payment-features-view {
  row-gap: 8px;
}

.payment-features-view .section-title {
  background-color: #e0c87d;
  padding: 8px;
  border-radius: 4px;
  border: solid 1px #b0b0b0;
}

.payment-features-view .primary-txt-color {
  color: #333;
}

.payment-features-view .secondary-txt-color {
  color: #495057;
}

.payment-features-view .in-review-txt {
  color: #c89138;
}

.payment-features-view .change-pkg-button {
  font-size: 12px;
  text-transform: capitalize;
}

.payment-features-view .change-pkg-button.MuiButton-contained {
  background-color: #ffc745;
  color: #333;
}

.payment-features-view .primary-action-btn:hover {
  background-color: #333;
}

.payment-features-inner-view {
  padding-inline: 4px;
  row-gap: 16px;
}

.payment-features-inner-view .text-link {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}

.payment-features-inner-view .remaining-top-ad-count-txt {
  color: #c89138;
  font-weight: 600;
}

.payment-features-inner-view .top-ad-eligibility-txt {
  color: #c89138;
  font-weight: 600;
}

.payment-features-inner-view .card-info-txt {
  display: flex;
  text-align: center;
  align-items: center;
  column-gap: 4px;
  color: "#333" !important;
}

.payment-features-inner-view .change-package-btn {
  text-decoration: underline;
  border-radius: 4px;
  padding: 0 4px;
  color: #cca326;
  text-transform: capitalize;
}

.payment-features-view .ad-hidden-notice {
  color: #927502;
}

.subscription-status-error {
  color: #d00e0e;
}

.auto-renewal-modal-title {
  text-align: center;
  font-weight: 600 !important;
  color: #333;
}

.update-card-modal-payment-methods-container {
  row-gap: 8px;
  padding: 8px 16px;
}

.update-card-modal-payment-methods-container .payment-method-card {
  padding: 8px;
  border: 1px solid #a9a9a9;
  border-radius: 4px;
  column-gap: 8px;
  min-height: 50px;
  cursor: pointer;
}

.update-card-modal-payment-methods-container .selected {
  border: 1px solid #ffc745;
}

.update-card-modal-payment-methods-container .spinner {
  color: #cca326;
}

.auto-renewal-cancel-modal {
  padding: 16px;
  row-gap: 8px;
}

.auto-renewal-cancel-modal-header-icon {
  width: 40px !important;
  height: 40px !important;
  color: #333 !important;
}

.auto-renewal-cancel-modal-body-txt {
  text-align: center;
  color: #343a40;
}

.auto-renewal-cancel-modal-primary-btn {
  background-color: #333 !important;
  width: 150px;
  color: #fff !important;
}

.auto-renewal-cancel-modal-secondary-btn {
  background-color: #f2f2f2 !important;
  width: 150px;
  color: #000 !important;
}

.auto-renew-cancel-modal-close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #495057;
  cursor: pointer;
}

.feature-ad-confirm-modal {
  padding: 16px;
  row-gap: 8px;
}

.feature-ad-confirm-modal-title {
  text-align: center;
  font-weight: 600 !important;
  color: #333;
}

.feature-ad-confirm-modal-body-txt {
  text-align: center;
  color: #343a40;
}

.feature-ad-confirm-modal-secondary-btn {
  background-color: #f2f2f2 !important;
  width: 150px;
  color: #000 !important;
}

.feature-ad-confirm-modal-primary-btn {
  background-color: #cca326 !important;
  width: 150px;
  color: #fff !important;
}

.payment-retry-modal-content .payment-info-section {
  background-color: #f8f8f8;
  padding: 8px;
}

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

.font-size-16 {
  font-size: 16px !important;
}

.subscription-payment-details-section {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 8px;
  border-radius: 4px;
  background-color: #f5f5f5;
  row-gap: 8px;
}

.subscription-payment-details-section .credit-card-info {
  display: flex;
  column-gap: 8px;
  align-items: center;
}

.subscription-payment-details-section .update-card-text {
  display: flex;
  text-decoration: underline;
  column-gap: 4px;
}

.font-roboto {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
}

.update-card-details-modal .update-paypal-card-form .checkbox-label {
  color: var(--typography-accent-3);
  font-weight: 500;
}

.update-card-details-modal .update-paypal-card-form .checkbox-label.checkbox-label-si {
  font-weight: 600 !important;
  font-size: 13px !important;

}

.update-card-details-modal .update-paypal-card-form .checkbox-label,
.update-card-details-modal .update-paypal-card-form .MuiIconButton-root {
  margin-bottom: 4px;
}

.update-card-details-modal .update-paypal-card-form .MuiIconButton-root {
  padding-block: 4px !important;
}

.update-card-details-modal
  .update-paypal-card-form
  .MuiIconButton-root.Mui-checked {
  color: var(--typography-accent-3);
}

.sub-status-indicator .success {
  background-color: #027b4e;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

.sub-status-indicator .warning {
  background-color: #d67c05;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

.sub-status-indicator .error {
  background-color: #c00000;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}

/* button styles */

.common-action-btn {
  display: block !important;
  background: #000 !important; 
  color: #ffffff !important;
  text-transform: capitalize !important;
}

.common-save-btn {
  width: 120px;
  background: #030303 !important;
  color: rgb(255, 255, 255) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  height: 32px;
  text-transform: capitalize !important;
}

.common-cancel-btn {
  width: 120px;
  background: #e7e7e7;
  color: rgb(41, 41, 41) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  box-shadow: none !important;
  height: 32px;
  text-transform: capitalize !important;
}

.common-cancel-btn:hover {
  background: #c0c0c0 !important;
  color: #000000 !important;
}

.common-remove-btn {
  width: 120px;
  margin: 20px 0 0 0 !important;
  background: #d13333 !important;
  color: rgb(255, 255, 255) !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  height: 32px;
  text-transform: capitalize !important;
}

.common-unmatch-btn{
  width: 120px;
  background: #F2F2F2 !important;
  color: #333333 !important;
  border: 1px solid #BDBDBD !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  box-shadow: none !important;
  height: 32px;
  text-transform: capitalize !important;
}

.common-unmatch-btn:hover{
  background: #c0c0c0 !important;
  color: #000000 !important;
}

.common-cursor-pointer{
  cursor: pointer;
}

.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;
}
.upsert-email-modal .MuiDialog-paper {
  width: 320px;
}

.upsert-email-modal .field-text {
  font-size: 12px;
  font-weight: 300;
}

.upsert-email-modal .text-error {
  color: var(--error-red);
}

.upsert-email-modal .clickable-text {
  color: var(--typography-accent-1);
  text-decoration: underline;
  font-weight: 400;
  text-align: center;
}

.upsert-email-modal .email-preview {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}

.upsert-email-modal .modal-body-text {
  padding: 8px 16px;
}

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

.text-normal {
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .upsert-email-modal .MuiDialog-paper {
    max-width: 320px;
  }
}

.phone-number-update-dialog {
  width: 340px !important;
}

.upsert-phone-number-modal .MuiDialog-paper {
  width: 340px !important;
}

.country-code-input {
  background-color: #f2f2f2;
  cursor: pointer;
}

.country-code-input .digit-container {
  padding-inline: 8px;
}

.back-txt-btn {
  width: auto;
}

.dial-code-selector-view .content-contaier {
  row-gap: 8px;
  padding-left: 8px;
  padding-block: 8px;
}

.dial-code-selector-view .MuiOutlinedInput-adornedStart {
  padding-left: 8px;
}

.dial-code-selector-view .search-text {
  font-size: 16px !important;
}

.dial-code-selector-view .dial-code-list {
  height: 180px;
  overflow-y: auto;
  flex-wrap: nowrap;
}

.dial-code-selector-view .dial-code-list .list-item {
  padding: 8px 8px;
  border-bottom: 1px solid #eaeded;
  cursor: pointer;
}

.dial-code-selector-view .dial-code-list .list-item-txt {
  font-size: 14px;
}

.otp-verification-view .phone-number {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.otp-verification-view .change-text {
  font-weight: 300;
  font-size: 12px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #927502;
  cursor: pointer;
}

.otp-verification-view .caption-text-1 {
  font-size: 12px;
  color: #333333;
}

.upsert-phone-number-modal .error-text {
  color: red;
  font-size: 12px;
  padding-block: 2px;
}

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

.MuiDialog-paperWidthSm {
  max-width: 400px !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;
}

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

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

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

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

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

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

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

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

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

.splash-view {
  height: 60vh;
}

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

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

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

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

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

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

.complete-ad-container .MuiPaper-rounded {
  border-radius: 7px;
}

.complete-ad-container .complete-ad-div {
  margin-bottom: 16px;
  padding: 15px 5%;
  color: #000000;
  box-sizing: border-box;
}

.complete-ad-container .complete-ad-div .sec-heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 35px;
}

.complete-ad-container .complete-ad-div .row {
  width: 100%;
}

.complete-ad-container .complete-ad-div .col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.complete-ad-container .complete-ad-div .field-row {
  clear: both;
}
.complete-ad-container .complete-ad-div .field-row .field-col {
  position: relative;
}

.complete-ad-container .complete-ad-div .field-row .field-col:nth-child(1) {
  display: table;
  height: 32px;
  width: 30%;
  float: left;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
}

.complete-ad-container .complete-ad-div .field-row .field-col:nth-child(1) p {
  vertical-align: middle;
  display: table-cell;
}

.complete-ad-container .complete-ad-div .field-row .field-col:nth-child(2) {
  width: 70%;
  float: right;
}

.complete-ad-container .complete-ad-div .field-row .field-col:nth-child(1) p {
  margin: 0;
}

.complete-ad-container .complete-ad-div .ad-desc-col1 {
  width: 15% !important;
}

.complete-ad-container .complete-ad-div .ad-desc-col2 {
  width: 85% !important;
}

.complete-ad-container .complete-ad-div .ad-desc-col2-next {
  width: 63% !important;
  float: left !important;
}

.complete-ad-container .complete-ad-div input,
.complete-ad-container .complete-ad-div select {
  width: 80%;
  height: 35px;
  background: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  border: 1px solid #f2f2f2;
  padding: 7px;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: listbox;
  -moz-appearance: textfield;
}

.complete-ad-container .complete-ad-div select {
  /* background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") */
    /* #f2f2f2 no-repeat calc(100% - 5px) !important; */
  padding-right: 30px;
}

.complete-ad-container .complete-ad-div textarea {
  width: 92%;
  background: #f2f2f2 !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  outline: 0;
  border: 1px solid #f2f2f2;
  padding: 7px;
  box-sizing: border-box;
  height: 150px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.complete-ad-container .complete-ad-div .name-input {
  width: 92%;
}

.complete-ad-container .complete-ad-div input:focus,
.complete-ad-container .complete-ad-div select:focus,
.complete-ad-container .complete-ad-div textarea:focus {
  border: 1px solid #333333;
}

.complete-ad-container .complete-ad-div select:hover {
  cursor: pointer;
}

.complete-ad-container .complete-ad-div .fields-error {
  margin-top: 0.25rem;
  font-size: 11px;
  height: 11px;
  color: #f44336;
  margin-bottom: 10px;
}

.complete-ad-container .complete-ad-div .field-more-info {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
}

.complete-ad-container .complete-ad-div .private-lable {
  display: inline;
  background: #32acf1;
  border-radius: 10px;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  padding: 3px 8px;
  margin-left: 10px;
  vertical-align: middle;
}

.complete-ad-container .complete-ad-div .save {
  height: 35px;
  width: 35px;
  margin-right: 10px;
  min-width: 0;
  border: 1px solid;
}

.complete-ad-container .complete-ad-div .cancel {
  height: 35px;
  width: 35px;
  margin-right: 10px;
  min-width: 0;
  border: 1px solid;
}

.complete-ad-container .complete-ad-div .delete-sibilings {
  height:15px; 
  width:15px; 
  border:none; 
  background:transparent;
  color:"#5b5b5b"; 
  font-size:18px; 
  min-width: 0px; 
  min-height: 50px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.add-sibling-btn:hover {
  background: none !important;
}

.filed-col-date {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

.inline-date-select {
  width: 32% !important;
  padding-right: 0 !important;
}

.field-col-alert-div-left {
  width: 15%;
}

.field-col-alert-div-right {
  width: 85%;
}

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

.create-new-ad {
  margin: 30px 0 0 0 !important;
  font-size: 20px !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: 768px) {
  .complete-ad-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .complete-ad-container .complete-ad-div {
    padding: 15px;
  }
  .complete-ad-container .complete-ad-div .col {
    width: 100% !important;
  }
  .complete-ad-container .complete-ad-div input,
  .complete-ad-container .complete-ad-div select,
  .complete-ad-container .complete-ad-div textarea {
    width: 100%;
    font-size: 16px;
  }
  .complete-ad-container .complete-ad-div .name-input {
    width: 100%;
  }
  .complete-ad-container .complete-ad-div .ad-desc-col1 {
    width: 30% !important;
  }
  .complete-ad-container .complete-ad-div .ad-desc-col2 {
    width: 70% !important;
  }
  .complete-ad-container .complete-ad-div .ad-desc-col2-next {
    width: 70% !important;
  }
  input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
  }
  .filed-col-date {
    width: 100%;
  }

  .field-col-alert-div-left {
    width: 30%;
  }

  .field-col-alert-div-right {
    width: 70%;
  }
}

@media (min-width: 576px) and (max-width: 800px) {
  .complete-ad-container .complete-ad-div .field-row .field-col:nth-child(1) {
    width: 43%;
  }
  .complete-ad-container .complete-ad-div .field-row .field-col:nth-child(2) {
    width: 57%;
  }
  .complete-ad-container .complete-ad-div input,
  .complete-ad-container .complete-ad-div select {
    width: 93%;
  }
  .complete-ad-container .complete-ad-div .ad-desc-col1 {
    width: 22% !important;
  }
  .complete-ad-container .complete-ad-div .ad-desc-col2 {
    width: 78% !important;
  }
  .complete-ad-container .complete-ad-div .ad-desc-col2-next {
    width: 78% !important;
  }
  .complete-ad-container .complete-ad-div textarea {
    width: 97%;
  }
  .complete-ad-container .complete-ad-div .name-input {
    width: 97%;
  }
  .filed-col-date {
    width: 93%;
  }

  .field-col-alert-div-left {
    width: 22%;
  }

  .field-col-alert-div-right {
    width: 78%;
  }
}

/* private sec */
.phone-code-private {
  width: 65px !important;
}

.phone-input-private {
  width: calc(73% - 50px) !important;
}

@media (max-width: 350px) {
  .phone-input-private {
    width: calc(90% - 51px) !important;
  }
}

@media (min-width: 351px) and (max-width: 480px) {
  .phone-input-private {
    width: calc(91% - 50px) !important;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .phone-input-private {
    width: calc(93% - 50px) !important;
  }
}

@media (min-width: 576px) and (max-width: 800px) {
  .phone-input-private {
    width: calc(83% - 50px) !important;
  }
}

.edit-phone-link {
  margin: 0;
  font-size: 12px;
  float: right;
  position: absolute;
  right: 20%;
  top: -16px;
  vertical-align: bottom;
  color: #8e7309;
  cursor: pointer;
}

.field-info {
  font-size: 12px;
  line-height: 16px;
  color: #f2994a;
  margin-top: 7px;
  margin-bottom: 0;
  margin-right: 20%;
}

@media (max-width: 575px) {
  .edit-phone-link {
    right: 0;
  }
  .field-info {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 800px) {
  .edit-phone-link {
    right: 8%;
  }
  .field-info {
    margin-right: 8%;
  }
}

.image-loader {
  z-index: 99999;
}
/*# sourceMappingURL=complete-add.css.map */

.image-crop-rotate-container {
  height: 430px;
  margin: 0;
}

.image-crop-rotate {
  width: 320px;
  height: 320px;
}

.image-crop-rotate ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.image-crop-rotate ul li:nth-child(1) button {
  position: relative;
  right: -53%;
  top: -0;
  width: 100px;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
}

.image-crop-rotate ul li:nth-child(2) button {
  position: relative;
  left: 18%;
  top: -27.5px;
  width: 100px;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
}

.image-crop-rotate ul li:nth-child(3) {
  position: absolute;
  top: 6.5px;
  right: 105px;
}

.image-crop-rotate ul li:nth-child(3) button {
  position: relative;
  width: 65px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 14px;
}

.image-crop-rotate ul li:nth-child(1) button:focus,
.image-crop-rotate ul li:nth-child(2) button:focus {
  outline: 0;
}

.upload-photo-btn-circle {
  position: absolute !important;
  top: 6.5px;
  right: 105px;
  background: #030303 !important;
  color: rgb(255, 255, 255) !important;
  box-shadow: none !important;
  height: 34px;
  text-transform: capitalize !important;
  width: 65px !important;
}

.close-icon-img-crop {
  width: 65px;
  position: absolute;
  top: 6.5px;
  right: 35px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 13px;
  cursor: pointer;
}

.close-icon-img-crop:hover {
  border: 1px solid #000;
}

.close-icon-img-crop:focus {
  outline: 0;
}

@media (max-width: 480px) {
  .image-crop-rotate {
    width: 100%;
    height: 320px;
  }

  .image-crop-rotate-container {
    height: 100vh;
  }

  .image-crop-rotate ul li:nth-child(3) {
    right: 90px;
  }

  .upload-photo-btn-circle {
    right: 90px;
  }

  .close-icon-img-crop {
    right: 20px;
  }
}

@media (min-width: 401px) and (max-width: 480px) {
  .image-crop-rotate ul li:nth-child(1) button {
    right: -53%;
  }

  .image-crop-rotate ul li:nth-child(2) button {
    left: 23%;
  }
}

@media (max-width: 400px) {
  .image-crop-rotate ul li:nth-child(2) button {
    left: 16%;
  }
}

.show-hide-ad-horoscope-info .MuiTypography-body1 {
  font-size: 14px;
}

.dob-day-con {
  display: inline-block;
  width: 24.55% !important;
}

.dob-year-con,
.dob-month-con {
  display: inline-block;
  width: 29% !important;
}

.dob-year-sel,
.dob-month-sel,
.dob-day-sel {
  width: 93% !important;
  /* font-size: 10px !important; */
  padding-right: 0 !important;
}

.payment-methods-icons {
  display: block;
  margin: auto;
  max-width: 500px;
  padding-bottom: 0px;
}

@media (max-width: 575px) {
  .payment-methods-icons {
    max-width: 90%;
  }
}

@media (max-width: 350px) {
  .dob-year-sel,
  .dob-month-sel,
  .dob-day-sel {
    font-size: 10px !important;
    padding: 0 !important;
  }
}

@media (max-width: 575px) {
  .dob-year-con,
  .dob-month-con,
  .dob-day-con {
    width: 33.33% !important;
    padding: 0 !important;
  }

  /* .dob-year-sel {
    width: 100% !important;
  } */
}

@media (min-width: 351px) and (max-width: 400px) {
  .dob-year-sel,
  .dob-month-sel,
  .dob-day-sel {
    font-size: 12px !important;
  }
}

@media (min-width: 576px) and (max-width: 800px) {
  .dob-year-con,
  .dob-month-con,
  .dob-day-con {
    width: 100% !important;
    margin-bottom: 5px;
  }
}

@media (min-width: 801px) and (max-width: 950px) {
  .dob-year-sel,
  .dob-month-sel,
  .dob-day-sel {
    font-size: 10px !important;
  }
}


/*# sourceMappingURL=5436.b5b12a97.chunk.css.map*/