body {
  background-color: #f6f8fa !important;
}
[data-bs-theme="dark"] body {
  background-color: #20242d !important;
}
.nav-icon-hover-bg:hover {
  background-color: var(--bs-warning-bg-subtle);
  color: var(--bs-warning);
}
.nav-icon-hover-bg:hover .nav-link,
.topbar .navbar .navbar-nav.quick-links .nav-item .nav-link:hover {
  color: var(--bs-dark) !important;
}
html[data-layout="horizontal"] .body-wrapper > .container-fluid {
  padding-top: 0px !important;
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .topbar {
    padding: 30px !important;
    background: transparent;
  }
  html[data-layout="horizontal"] .topbar {
    box-shadow: none;
  }
  html[data-layout="horizontal"] .app-header {
    background-color: #fff;
    border-radius: 10px;
  }
  [data-bs-theme="dark"] body .app-header {
    background-color: #5c6476;
  }
  html[data-layout="horizontal"][data-boxed-layout="boxed"] .navbar {
    max-width: initial;
  }
  .btn-profile {
    background: #f1f7fa;
    border-radius: 8px;
    height: 50px !important;
    line-height: 50px !important;
  }
  [data-bs-theme="dark"] .btn-profile {
    background-color: #20242d;
  }
  .shadow-sm {
    box-shadow: none !important;
  }
  .advert-thumbnail {
    height: 180px;
    width: 250px;
    object-fit: cover;
  }
  #sync2 .owl-item img {
    height: 90px;
    object-fit: cover;
  }
  #sync1 .owl-item img {
    height: 450px !important;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .advert-item {
    border-bottom: 1px solid #eee;
  }
  .advert-list {
    border-radius: 0 !important;
  }
  .search-btn {
    position: fixed !important;
    left: 0;
    right: 0;
  }
  .offcanvas {
    width: 100% !important;
    background: #fff !important; /* padding-bottom: ; */
  }
  .offcanvas-body {
    height: calc(100vh - 130px);
  }
  #sync1 .owl-item img {
    height: 230px !important;
    object-fit: cover;
  }
}
.input-group > .form-control {
  border-right: none;
}
.input-group-text {
  border-left: none;
  border-color: #dfe5ef;
}
.fluid {
  width: 100%;
}
.checkbox-container,
.radio-container {
  max-height: 200px;
  overflow-y: auto;
}
.checkbox-container label,
.radio-container label {
  display: flex;
  align-self: center;
  justify-content: flex-start;
  padding: 5px 12px;
}
.checkbox-container span,
.radio-container span {
  position: relative;
  padding-left: 15px;
  line-height: 14px;
  padding-top: 3px;
}
.checkbox-container label:hover,
.radio-container label:hover {
  background: #eff3f6;
}
.search-btn {
  width: 100%;
  padding: 12px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f6f8fb;
}
::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background-color: #f6f8fb;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4e5763;
}
b {
  font-weight: bold !important;
}
sup {
  vertical-align: super;
  font-size: smaller;
  top: auto;
}
body .select2-container--default .select2-selection--multiple {
  height: 40px !important;
}
body .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #717171;
}
.advert-detail-options li {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
}
.advert-detail-options li span {
  min-width: 200px;
}

.advert-detail-options li strong {
  font-weight: bolder !important;
}
.modal .select2-container {
  z-index: 2055;
}
.select2-container .select2-dropdown {
  z-index: 2060;
}
