::placeholder {
  color: #667085AA !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #667085AA !important;
}

input[type="radio"] {
  content: "";
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 8px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #fff;
  border: 1px solid var(--main-color-two);
}

.logo img {
  height: 70px;
}

.form-check-input[type=radio] {
  margin-top: 0;
}

select.niceSelect {
  display: none;
}

select.niceSelectSearchable {
  display: none;
}

select.hideSelect {
  display: none;
}

@media (max-width: 991px) {
  .sibeBar-Wrapper {
    position: relative;
    top: 0;
    left: 0;
  }

  .categories-button-container {
    display: flex !important;
    justify-content: center !important;
  }

  .categories-button-container .showSidebar li {
    padding: 0 !important;
  }

  .categories-button-container .showSidebar li a {
    padding: 10px 19px !important;
  }
}

@media (min-width: 991px) {
  #main_menu {
    display: flex;
    justify-content: space-between;
  }
}

.categories-button-container .showSidebar li {
  display: block !important;
  line-height: 1.5 !important;
}

.browseCategory .singleCategory:hover {
  background: var(--main-color-one);
}

.browseCategory .singleCategory:hover h5 {
  color: white;
}

.browseCategory .singleCategory:hover .icon {
  color: white;
}

/** Side Menu **/
/* Media queries for collapsing the menu on mobile screens */
@media screen and (max-width: 767.98px) {
  .side-menu-toggle {
    display: block !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #344054;
    font-family: var(--heading-font);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 13px 23px 13px 20px;
    text-align: left;
    background: #FFFFFF;
    width: 100%;
    display: block;
    border: 1px solid #EAECF0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    text-align: center;
  }

  .side-menu {
    position: absolute;
    z-index: 2;
    width: 80%;
    margin-top: 10px;
    display: none;
    height: unset;
  }

  .accountSidebar .listing {
    height: calc(100vh - 430px);
  }
}

.image-uploader-container {
  background: var(--bg-light-one);
}

.dropzone {
  border: dashed !important;
}

.dropzone .dz-message img {
  max-height: 50px;
}

.dropzone .dz-preview .dz-error-message {
  margin-top: 30px;
}

.dropzone .dz-preview .delete-btn {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  background: var(--bs-danger) !important;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border: 0;
  padding: 7px;
  margin-top: 5px;
}

.dropzone .dz-preview .dz-image img {
  height: 100%;
  object-fit: cover;
}

/* FORM VALIDATION */

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem) !important;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem) !important;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545 !important;
}


.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #198754 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #198754 !important;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25) !important;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem) !important;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem) !important;
}

#imageError {
  display: none;
}

.logged-in-indicator {
  color: green;
  position: absolute;
  top: 0;
  right: 0;
}

.featureImg img {
  height: 300px;
  min-height: 300px;
  object-fit: cover;
}

.search-button {
  background: none;
  border: none;
  color: white;
  position: absolute;
}

.calendar-icon {
  position: absolute;
  left: 15px;
  top: 12px;
  font-size: 24px;
}

.nice-select-dropdown {
  width: 100%;
}

.nice-select .nice-select-dropdown {
  z-index: 25 !important;
}

.category-img {
  width: 40%;
}

.popular-category-img {
  width: 25%;
}

.ourServices .listing .singleServices .serviceCap .title {
  font-size: unset;
}

.pagination-total {
  background-color: var(--main-color-two) !important;
}

/* Ad Cards */

.square-img {
  width: 165px;
  height: 165px;
  min-height: 165px;
  object-fit: cover;
}

.ad-image-overlay-1 {
  position: absolute;
  bottom: 35px;
  inset-inline-start: 10px;
  background: var(--main-color-two);
  color: white;
  padding: 4px 7px;
  border-radius: 6px;
  font-size: medium;
}

.ad-image-overlay-2 {
  position: absolute;
  bottom: 35px;
  inset-inline-end: 10px;
  color: white;
  padding: 4px 7px;
  border-radius: 6px;
  font-size: small;
  border: solid 1px
}

.ad-image-overlay-views {
  position: absolute;
  top: 5px;
  inset-inline-end: 10px;
  background: var(--main-color-two);
  color: white;
  padding: 4px 7px;
  border-radius: 6px;
  font-size: small;
}

.featureImg {
  position: relative;
}

.featureImg::before {
  content: '';
  background: linear-gradient(to top, #000000c7 10%, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
}

.singleFeature .featureCaption {
  height: calc(100% - 275px);
}

.singleFeature {
  height: 100%;
}

.btn-wrapper .pro-btn1 {
  margin-top: 0.5rem;
}

.btn-wrapper .pro-btn1 i {
  position: unset;
}

.btn-wrapper .pro-btn1:hover i {
  color: #FFFFFF;
}

.pro-btn1 [class*="fa"] {
  font-size: 0.9rem !important;
}

.pro-btn2 [class*="fa"] {
  font-size: 0.9rem !important;
}

.pro-btn1 .las {
  font-size: 1rem !important;
}

.pro-btn2 .las {
  font-size: 1rem !important;
}

.price-text {
  color: var(--heading-color);
}

/* Footer */
.footerWrapper .footer-area .footer-tittle.footer-tittle2 .footerTittle {
  color: #000000;
}

.social-media-container img {
  width: 20px;
}

/* Ad post modal */
.modal-wrapper {
  background-color: #FFFFFF;
}

.modal-wrapper .modialTittle {
  color: #000000;
}

/* Ad Details */
.ad-details-user-icon {
  max-height: 50px;
}

.ad-details-attention-icon {
  max-height: 50px;
}

.single-thumb {
  margin: 5px;
}

.single-thumb .thumb-link img {
  max-height: 100px;
  max-width: 100px;
  object-fit: cover;
}

.proDescription .descriptionTop .detailsTittle>.icon.fa-solid {
  font-weight: 900 !important;
}

.product-view-wrap .shop-details-gallery-slider .single-main-image img {
  height: 500px;
  object-fit: contain;
}

/* Chat */
.messagesWrapper .messagesDetails .messageBox .messageShow {
  max-height: unset;
  overflow: unset !important;
}

.messagesWrapper .messagesDetails .messageBox .messageShow .rightMessage .singleRight-message .messageText .messageImg img {
  border-radius: unset;
}

.messagesWrapper .messagesDetails .messageBox .messageShow .leftMessage .singleLeft-message .messageText .messageImg img {
  border-radius: unset;
}

.messagesWrapper .messagesDetails .showProduct .proCap .proImg img {
  max-height: 200px;
}

.chatList-wrapper .chat-list .list .chat-list-flex .item-icon {
  background: none !important;
}

.chatList-wrapper .chat-list .list:hover .chat-contents .unread-msg {
  color: var(--main-color-one);
  background: #FFFFFF;
}

.unread-msg {
  position: absolute;
  right: 15px;
  background: var(--main-color-one);
  border-radius: 50%;
  color: white;
  width: 24px;
  height: 24px;
  text-align: center;
}

/* Edit Ad */
.existing-image {
  height: 100%;
  object-fit: cover;
}

.delete-existing-img {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  background: var(--bs-danger) !important;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border: 0;
  padding: 7px;
  margin-top: 5px;
}

.home-about .slick-list {
  overflow: visible;
}

.home-slider .slick-track {
  display: flex;
}

.home-slider.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}

.home-slider .singleFeature .featureCaption {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.home-slider .singleFeature.slick-slide>a {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

@media only screen and (min-width: 576px) {
  .horizontal-card {
    height: 100%;
    display: flex;
  }

  .horizontal-card .recentImg {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .horizontal-card .recentImg img {
    object-fit: cover;
    height: 100%;
    display: flex;
  }

  .horizontal-card .singleFlexitem {
    width: 100%;
  }
}

.aboutArea .aboutShape>img {
  max-height: 450px;
  border-radius: 8px;
}

/* Fix category card size for mobile in home screen */
@media (max-width: 575px) {
  .ourServices .listing .singleServices {
    width: 50%;
  }

  .ourServices .listing .singleServices::after {
    background-color: #EAECF0;
  }

  .ourServices .listing .singleServices:nth-of-type(2n)::after {
    background-color: transparent;
  }
}

/* My Account */
.userProfile img {
  width: 50px;
}


.page-item .page-link {
  cursor: pointer;
}

/* Ad Post */
.btn-wrapper .cmn-btn4:disabled,
.btn-wrapper .cmn-btn4[disabled] {
  background: #cccccc;
  /* Light grey */
  border-color: #b3b3b3;
  color: #666666;
  /* Muted text */
  cursor: not-allowed;
  opacity: 0.8;
  pointer-events: none;
}

/* Ad Description Typography */
.ad-description {
  font-size: 16px;
  color: #344054;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Override Font Sizes for Ad Details */
.proDescription .descriptionTop .detailsTittle {
  font-size: 24px !important;
}

.proDescription .descriptionTop .detailsPricing {
  font-size: 26px !important;
}