:root {
  --color-primary: #f58936;
  --color-primary-active: color-mix(in srgb, var(--color-primary), black 10%);
  --color-primary-inactive: color-mix(in srgb, var(--color-primary), white 50%);
  --color-secondary: #333;
  --color-secondary-active: #000;
  --color-background-primary: #fff;
  --color-background-secondary: #f5f5f5;
  --color-light: #eee;
  --color-light-active: #fff;
  --color-dark: #333;
  --color-danger: #dc3545;
}
:root[data-theme="dark"] {
  --color-background-primary: #3a3d3f;
  --color-secondary: #eeeeee;
  --color-secondary-active: #fff;
  --color-background-secondary: #333;
  --color-light: #333;
  --color-light-active: #000;
  --color-dark: #f5f5f5;
}
[data-theme="dark"] body {
  color: var(--color-secondary);
  background-color: var(--color-background-primary);
}
@view-transition {
  navigation: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.page-box {
  padding: 40px 0;
}
.background-primary {
  background-color: var(--color-background-primary);
  padding: 10px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.background-secondary {
  background-color: var(--color-background-secondary);
}
.display-1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.display-2 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.display-3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.display-4 {
  font-size: 1.1rem;
  font-weight: 500;
}
.btn,
.form-control,
.form-select {
  border-radius: 3px;
}
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary:hover {
  background-color: var(--color-primary-active);
  border-color: var(--color-primary-active);
}
.btn-primary:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 137, 54, 0.5);
  background-color: var(--color-primary-active);
  border-color: var(--color-primary-active);
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--color-primary-active);
  border-color: var(--color-primary-active);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--color-primary-inactive);
  border-color: var(--color-primary-inactive);
}
.btn-secondary {
  background-color: #222;
  border-color: #000;
}
.btn-secondary:hover {
  background-color: #000;
  border-color: #000;
}
.btn-secondary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 34, 34, 0.5);
  background-color: #000;
  border-color: #000;
}
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-link {
  color: var(--color-primary);
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: var(--color-primary-active) !important;
}
.btn-link:focus {
  box-shadow: none;
}
.btn-fb {
  background-color: #4267b2;
  color: #fff;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active {
  background-color: rgb(46, 83, 156);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(46, 83, 156, 0.5);
}
.button-search-sticky-bottom {
  bottom: 10px;
}
.color-primary {
  color: var(--color-primary);
}
a.color-primary:hover {
  color: var(--color-primary-active);
}
.color-secondary {
  color: var(--color-secondary);
}
a.color-secondary:hover {
  color: var(--color-secondary-active);
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 137, 54, 0.5);
  border-color: var(--color-primary);
}
.pagination {
  overflow-y: auto;
}
.page-link {
  color: var(--color-secondary);
  background-color: var(--color-background-primary);
}
.page-link:focus,
.page-link:hover {
  color: var(--color-secondary-active);
  background-color: var(--color-background-secondary);
}
.page-item.active .page-link {
  color: var(--color-secondary);
  background-color: var(--color-background-secondary);
  border-color: var(--color-secondary);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--color-secondary);
  background-color: var(--color-background-third);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--color-secondary);
  color: var(--color-light);
}
.social-share i {
  color: var(--color-secondary);
  font-size: 1.25rem;
  padding: 0 14px 7px 0;
}
.social-share i:hover {
  color: var(--color-secondary-active);
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content ul{
	list-style-type: circle;
}
.is-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  font-size: 1.8rem;
  padding: 10px;
}
.mb--1px {
  margin-bottom: -1px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.breadcrumb {
  overflow-y: auto;
}
.breadcrumb-item {
  white-space: nowrap;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: none;
}
[v-cloak] {
  visibility: hidden;
}
a {
  text-decoration: none;
}
.ads * {
  max-width: 100%;
}
.ads img {
  max-width: 100%;
  height: auto !important;
}
.order-6 {
  order: 6 !important;
}
.order-7 {
  order: 7 !important;
}
.order-8 {
  order: 8 !important;
}
.order-10 {
  order: 10 !important;
}
.order-11 {
  order: 11 !important;
}
@media (min-width: 768px) {
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-11 {
    order: 11 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-12 {
    order: 12 !important;
  }
}
@media (max-width: 992px) {
  .breadcrumb {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
  }
  .display-2 {
    font-size: 1.6rem;
  }
  .display-3 {
    font-size: 1.4rem;
  }
  .display-4 {
    font-size: 1rem;
  }
}
/* navbar */
.navbar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
  max-width: calc(100% - 80px);
  color: var(--color-secondary);
}
.navbar-brand img {
  max-height: 50px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.nav-link {
  margin: 0 5px;
  color: var(--color-secondary);
}
.nav-link .fas,
.dropdown-item .fas,
.zoom-scale {
  transition: transform 0.15s;
}
.nav-link:hover .fas,
.dropdown-item:hover .fas,
.zoom-scale:hover {
  transform: scale(1.15);
}
.nav-link-avatar {
  height: 32px;
  margin-top: -8px;
  max-width: 100px;
}
.nav-link:hover,
.nav-link:active .nav-link:focus {
  color: var(--color-dark);
}
.navbar-nav .fas {
  width: 20px;
  text-align: center;
}
.custom-toggler {
  border: none;
  background: transparent;
  box-shadow: none !important;
  height: 22px;
}
.custom-toggler-icon {
  width: 30px;
  height: 2px;
  background-color: var(--color-secondary);
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.custom-toggler-icon::before,
.custom-toggler-icon::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}
.custom-toggler-icon::before {
  top: -8px;
}
.custom-toggler-icon::after {
  top: 8px;
}
.navbar-toggler:not(.collapsed) .custom-toggler-icon {
  transform: rotate(45deg);
}
.navbar-toggler:not(.collapsed) .custom-toggler-icon::before {
  transform: rotate(90deg);
  top: 0;
}
.navbar-toggler:not(.collapsed) .custom-toggler-icon::after {
  transform: rotate(90deg);
  top: 0;
}
@media (max-width: 768px) {
  #navbar .navbar-nav {
    padding-top: 15px;
  }
  #navbar .dropdown-toggle {
    display: none;
  }
  #navbar .dropdown-menu {
    display: block;
    border: none;
    padding: 0;
  }
  #navbar .dropdown-item,
  .navbar .navbar-nav .nav-link {
    margin: 0 5px;
    padding: 10px;
    color: var(--color-secondary);
    width: 100%;
    text-align: left;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  }
  #navbar .dropdown-item:hover,
  .navbar .navbar-nav .nav-link:hover {
    background-color: var(--color-light-active);
  }
  #navbar .dropdown-item.active,
  .navbar .navbar-nav .active .nav-link {
    background-color: var(--color-secondary);
    color: var(--color-light);
  }
  .navbar .navbar-nav .active .nav-link .color-secondary {
    color: var(--color-light);
  }
}
/* home */
.home__search .input-group > .form-control:last-of-type {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.home__categories.active {
  background-color: var(--color-background-secondary);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
.home__categories img {
  max-height: 90px;
  transition: transform 0.1s;
}
.home__categories img:hover {
  transform: scale(1.1);
}
.home__categories a {
  color: var(--color-secondary);
  font-weight: 500;
}
.home__subcategories {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: var(--color-background-secondary);
}
.home__subcategories__list a:hover {
  text-decoration: none;
  background-color: var(--color-secondary);
  color: var(--color-light-active);
}
.classified-small {
  background-color: var(--color-background-primary);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: solid 1px transparent;
  transition: box-shadow 0.15s;
}
.classified-small--promoted {
  border-color: var(--color-primary);
  box-shadow: 2px 2px 3px rgba(245, 137, 54, 0.5);
}
.classified-small:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.classified-small--promoted:hover {
  box-shadow: 3px 3px 3px rgba(245, 137, 54, 0.6);
}
.classified-small .bar-promoted {
  position: absolute;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 20;
  font-size: 0.75rem;
  width: 115px;
  left: -28px;
  top: 20px;
  font-weight: bold;
}
.classified-small__photo {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.15s;
}
.classified-small__photo:hover {
  transform: scale(1.05);
}
.classified-small .carousel-indicators {
  margin-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .home__categories img {
    max-height: 50px;
  }
}
/* add / edit classified */
#add_classified label:not(.form-check-label).required:after,
#add_classified legend.required:after {
  content: "*";
  color: var(--color-danger);
  margin-left: 5px;
}
#add_classified label,
#add_classified legend {
  font-size: 1.05rem;
}
#add_classified hr {
  margin: 30px 0;
}
#add_classified #classified_description {
  height: 150px;
}
.add_classified__photo {
  width: 170px;
  height: 170px;
  border-radius: 3px;
  overflow: hidden;
}
.add_classified__photo:first-child {
  border: solid 1px var(--color-danger);
}
.add_classified__photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.add_classified__photo__buttons {
  visibility: hidden;
  transition: all 0.15s;
  background-color: rgba(0, 0, 0, 0.6);
}
.add_classified__photo__buttons .btn {
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  width: 40px;
  height: 40px;
}
.add_classified__photo__buttons .btn:hover {
  opacity: 1;
}
.add_classified__photo:hover .add_classified__photo__buttons,
.add_classified__photo:active .add_classified__photo__buttons,
.add_classified__photo:focus .add_classified__photo__buttons {
  visibility: visible;
}
@media (max-width: 768px) {
  .add_classified__photo {
    width: 130px;
    height: 130px;
  }
}
/* classified */
.classified__name {
  max-width: calc(100% - 50px);
}
#classified__photos__slider_bottom .swiper-slide {
  height: 80px;
  width: auto;
}
#classified__photos__slider .swiper-button-prev,
#classified__photos__slider .swiper-button-next {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
#classified__photos__slider img {
  height: auto;
  width: auto;
  margin: auto;
  display: block;
}
#classified__photos__slider_bottom img:hover {
  cursor: pointer;
}
.classified__panel .table tr td:first-child {
  width: 130px;
}
.classified__avatar {
  max-height: 100px;
}
.classified__filters .table tr td:first-child {
  min-width: 180px;
}
.classified__filters .table tr td:last-child {
  width: 100%;
}
#classified__favourite {
  width: 50px;
  height: 50px;
}
@media (max-width: 576px) {
  #classified {
    padding: 0;
  }
  #classified__photos__slider_bottom .swiper-slide {
    height: 50px;
  }
  #classified__photos__slider_bottom .swiper-slide img {
    height: 100%;
  }
  .classified__filters .table tr td:first-child {
    min-width: 120px;
  }
}
/* classifieds */
.search-classified__categories {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.search-classified__categories--top {
  color: #eee;
  background-color: #fd7e14;
}
.search-classified__categories__top__icons a {
  color: #eee;
  font-size: 1.2rem;
  margin: 0 5px;
}
.search-classified__categories li a {
  display: block;
  padding: 5px;
  color: var(--color-secondary);
  background-color: var(--color-background-primary);
  font-size: 0.95rem;
}
.search-classified__categories li a:hover,
.search-classified__categories li a.active {
  color: var(--color-light-active);
  background-color: var(--color-secondary);
  text-decoration: none;
}
.search-classified__categories li a img {
  margin-right: 5px;
  max-height: 32px;
}
.classifieds {
  background-color: var(--color-background-primary);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: box-shadow 0.15s;
}
.classifieds:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.classifieds__name {
  font-size: 1.4rem;
  line-height: 1.2;
}
.classifieds__photo {
  object-fit: cover;
  height: 100%;
}
.classifieds__price {
  font-size: 1.25rem;
  line-height: 17px;
  text-align: right;
  font-weight: 400;
  margin: 5px;
}
.classifieds--promoted {
  border: solid 1px var(--color-primary);
  box-shadow: 2px 2px 3px rgba(245, 137, 54, 0.5);
}
.classifieds--promoted:hover {
  box-shadow: 3px 3px 3px rgba(245, 137, 54, 0.6);
}
.classifieds .bar-promoted {
  position: absolute;
  background-color: var(--color-primary);
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  z-index: 20;
  font-size: 0.75rem;
  width: 115px;
  left: -28px;
  top: 20px;
  font-weight: bold;
}
.classifieds-breadcrumb {
  background-color: var(--color-background-primary);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .classifieds__search label {
    margin-bottom: 0.1rem;
  }
  .classifieds__price {
    font-size: 1rem;
    margin: 0 0 8px;
  }
  .classifieds__name {
    font-size: 1.1rem;
  }
  .classifieds .small {
    font-size: 0.75rem;
  }
}
@media (max-width: 576px) {
  .classifieds__description__top {
    flex-direction: column;
  }
  .classifieds__price {
    text-align: left;
  }
}
/* register */
.register {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background-color: var(--color-background-primary);
  border-radius: 0;
}
.register--header a {
  padding: 10px;
  text-align: center;
  flex: 1 100%;
  background-color: var(--color-background-secondary);
}
.register--header a.active {
  background-color: var(--color-background-primary);
}
.register__preview-password {
  position: absolute;
  right: 10px;
  top: 30px;
  opacity: 0.6;
}
.register__preview-password:hover,
.register__preview-password:focus,
.register__preview-password.active {
  opacity: 1;
}
/* account settings */
.account-settings__avatar {
  max-height: 100px;
}
#user_data_description {
  height: 150px;
}
/* blog */
.blog_thumb {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
/* contact */
#contact_message {
  height: 150px;
}
/* footer */
.footer {
  background-color: #333;
  color: #ddd;
}
.footer a {
  color: #eee;
}
.footer a:hover {
  color: #fff;
}
/* back to top */
#back_to_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  opacity: 0.5;
  transition: all 0.4s;
  font-size: 1.5rem;
  background-color: var(--color-primary);
  color: #fff !important;
  width: 38px;
  height: 38px;
}
#back_to_top:hover {
  opacity: 0.9;
}
#back_to_top.back_to_top_hidden {
  visibility: hidden;
  opacity: 0;
}
#back_to_top i {
  position: relative;
  top: -5px;
  left: -6px;
}
/* dark mode */
[data-theme="dark"] .footer {
  background-color: #222;
}
[data-theme="dark"] .table > :not(caption) > * > * {
  color: var(--color-secondary);
  background-color: transparent;
}
[data-theme="dark"] .list-group-item {
  color: var(--color-secondary);
  background-color: var(--color-background-secondary);
}
[data-theme="dark"] .dropdown-menu {
  background-color: var(--color-background-primary);
}
