.header-top-2 {
  background-color: 	#684444;
}

.header-banner-1::before {
  background: -webkit-linear-gradient(left, #aaa 0%, #aaa 100%);
  background: -o-linear-gradient(left, #aaa 0%, #aaa 100%);
  background: linear-gradient(to right, #aaa 0%, #aaa 100%);
  opacity: 0.5;
}

.page-banner {
  padding-bottom: 115px;
}

.single-form .main-btn {
  width: auto;
}

.form-group {
  margin-top: 15px;
}

.profile-ads-table .table .table-items .items-content {
  align-self: center;
}

.single-ads-product .product-content .price-rating .rating {
  margin-top: 14px;
}

.ads-details-content .price-stock .stock {
  margin-top: 0;
}

.ads-details-content .ads-details-wrapper {
  margin-top: 30px;
}

.fileuploader-theme-avatar {
  margin: 0 auto;
}

.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-meta h5 {
  color: #fff;
}

input[type="file"] {
  display: none;
}

.fileuploader-theme-gallery .fileuploader-input, .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
  width: calc(20% - 16px);
}

@media (max-width: 768px) {
  .fileuploader-theme-gallery .fileuploader-input, .fileuploader-theme-gallery .fileuploader-items-list .fileuploader-item {
    width: calc(50% - 16px);
  }
}

.horizontalMenu .horizontalMenu-list > li > a i {
  display: initial;
}

.fitness_modal {
  padding: 0 !important;
}

.fitness_modal .modal-header {
  padding: 1rem 1rem;
}

.fitness_modal .modal-body {
  display: block;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .fitness_modal .modal-body {
      width: 95%;
  }
}

.fitness_modal .fitness_modal_cont {
  padding: 20px 0 5px 0;
}

.profile-dashboard-wrapper .dashboard-stat.success,
.profile-ads-table .table .table-status.active {
  background-color: #21c87a !important;
}

.profile-dashboard-wrapper .dashboard-stat.warning,
.profile-ads-table .table .table-status.inactive {
  background-color: #ec7424 !important;
}

.desktoplogo img {
  width: 250px;
}


/* SERIAL */

.grecaptcha-badge {
  visibility: hidden;
}

#result .show {
  color: #000;
  padding: 10px;
  border-bottom: 1px #CDCDCD dashed;
  font-size: 0.9rem;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
}

#result .show:hover, #result .show.active {
  background: #000;
  color: #FFF;
  cursor: pointer;
}

#loader {
  display: none;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10000;
}

#loader img {
  width: 100%;
  height: 100%;
}

/* NOTY */
.activity-item {
  font-size: 0.8em;
}

.activity-item i {
  float: left;
  margin-top: 3px;
  font-size: 16px;
}

div.activity {
  margin-left: 28px;
  text-align: left;
}

div.activity-item {
  /* padding: 7px 12px; */
}

#notification-list div.activity-item {
  border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
  font-weight: 600;
}

div.activity span {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 16px;
  padding-top: 0.5em;
}

#notifications i.fa {
  font-size: 17px;
}
.noty_type_error * {
  font-weight: normal !important;
}

.noty_type_error a {
  font-weight: bold !important;
}

.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
  color: #fff
}

.noty_bar.noty_type_information a {
  color: #fff;
  font-weight: bold;
}

.noty_type_error div.activity span
{
  color: #fff
}

.noty_type_information div.activity span
{
  color: #fefefe
}

p[data-f-id="pbf"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}

#result {
  position:absolute;
  top: 105%;
  left: 0;
  width: 100%;
  display:none;
  margin-top:-1px;
  border-top: 1px #000 solid;
  overflow:hidden;
  border-left: 1px #CDCDCD solid;
  border-right: 1px #CDCDCD solid;
  border-bottom: 1px #CDCDCD solid;
  background-color: white;
  z-index: 100;
}