*{
    margin:0;
    padding:0;
    outline:none;
    text-decoration:none;
    border:0;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body{ font-family: 'Proxima Nova', arial; font-size:14px;color: rgb(49, 51, 52);}
.container{ max-width: 1200px; margin:0 auto;}
.btn{ padding: 12px 28px 12px 27px; background-color: #000; color: #fff; border-radius: 50px; text-decoration: none; display: inline-flex; justify-content:center; align-items:center;}
.btn svg{ width: 16px;margin-right: 4px;}

    .login-widget{ width: 420px; padding: 45px 64px 50px; border:1px solid #d9d9d9; border-radius:10px; background:#fff;}
    .login-widget h2{ text-align:center; margin-bottom:34px;color: rgb(49, 51, 52);font-size: 22px;}
    .login-widget input[type="text"],
    .login-widget input[type="email"],
    .login-widget input[type="password"]{ height:49px;padding: 16.5px 14px; border:1px solid #f1f1f1; border-radius:10px; width:100%; margin-bottom:16px; font-size:14px;}
    .login-widget input[type="text"]:focus,
    .login-widget input[type="email"]:focus,
    .login-widget input[type="password"]:focus{ border-color:#000;}
    .login-widget .btn{ width:100%; height:46px; color:#fff; text-align:center; cursor:pointer;border-radius:10px;}
    .password-container{ position:relative;}
    .toggle-password{ position:absolute; right:17px; top:17px; cursor:pointer;}
    .forgot-password{ display: block;margin-bottom: 20px;margin-top: -2px;font-size: 13px;text-align: right;}
    .forgot-password a{ color: #000;}
    .dont-have-account{ margin-top: 35px;font-size: 13px;text-align: center;}
    .dont-have-account a{ color:rgb(234, 154, 1);}
    .forgot-password a:hover,
    .dont-have-account a:hover{ text-decoration:underline}

    .header .header-top{ padding: 15px 30px;}
    .header > .header-top > .container{ display: flex; justify-content: space-between; align-items: center;}
    .header-right{ display: flex; align-items: center; gap: 15px;}
    .logo .mobile{ display: none;}
    .logo img{ display:block; max-width: 100%;}
    .main-nav{ border:1px #eef0f1 solid;}
    .main-nav ul{ display:flex;justify-content: space-between;}
    .main-nav li a{ display: flex; color:#000; height:52px; align-items: center; padding:0 18px; position:relative;}
    .main-nav li a::after{ content:""; position: absolute; left:0; right:0; bottom:0; height:4px; transition: all ease 300ms;}
    .main-nav li a:hover::after{ background:#000;}

    .search-widget{ border: 1px solid #000; width: 100%; display: inline-block; vertical-align: top;
        border-radius: 10px;
        position: relative;
        max-width: 900px;
        margin: 18px 0;}
    .search-widget input[type="text"]{height: 43px;
        border-radius: 10px;font-size: 15px;
        padding: 0 20px;
        width: 100%;}
        .search-widget button[type="submit"]{ position: absolute;
            right: 0;
            top: 0;border-left: 1px solid #000;
            height: 43px;
            width: 56px;
            background-color: #000;
            font-size: 0;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            cursor: pointer;}
            .search-widget button[type="submit"] svg{ width:23px;}
            .filter-menu {
                display: inline-block;
                vertical-align: top;
                margin: 18px 0;
                width: 100%;
                max-width: 296px;
                padding-left: 6px;
              }
            .filter-menu select{ border: 1px solid #000;
                border-radius: 10px;
                height: 45px;
                background-color: #fff;
                padding: 0 20px;
                width: 100%;}
                .ad-link{
                    width: calc(20% - 13px);
                }
                .popular-categories-widget p{ padding-top:3px;width: 140px;}
                .popular-categories-widget{ display: flex;gap: 20px; margin-bottom:17px;}
                .popular-categories-widget ul{ display: flex;gap: 14px;
  justify-content: space-between;
  width: calc(100% - 140px);}
                .popular-categories-widget ul li a{ color:#000;display: block; transition: all ease 200ms;
  padding: 3px 12px;
  background: #f9f9f9;
  border-radius: 30px;}
  .popular-categories-widget ul li a:hover{ background:#000; color:#fff;}
  .label {
    display: block;
    color: #959595;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 4px;
    letter-spacing: .4px;
  }
.success-message{text-align: center;
    font-size: 16px;
    padding: 15px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 10px;
    margin-bottom: 37px;}
.error-message{text-align: center;
        font-size: 16px;
        padding: 15px;
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
        border-radius: 10px;
        margin-bottom: 37px;}
        .info-message{text-align: center;
            font-size: 16px;
            padding: 15px;
            color: #004085;
            background-color: #cce5ff;
            border-color: #b8daff;
            border-radius: 10px;
            margin-bottom: 37px;}







            .ads-grid {
              display: flex;
              flex-wrap: wrap;
              gap: 16px;
          }
          .ad-card {
              flex: 1 1 calc(20% - 16px);
              border: 1px solid #eef0f1;
              border-radius: 8px;
              overflow: hidden;
              background: #fff;
              display: flex;
              flex-direction: column;
              height:100%;
              position: relative;
          }
          .ad-card img {
              width: 100%;
              height: 286px;
              object-fit: cover;
              border-bottom: 1px solid #ddd;
          }
          .ad-content {
              padding: 10px 12px;
              flex-grow: 1;
              text-align: center;
          }
          .ad-title {
              font-weight: bold;
              font-size: 1.1em;
              margin-bottom: 1px;
          }
          .ad-description {
              font-size: 0.9em;
              color: #555;
              margin-bottom: 5px;
              flex-grow: 1;
          }
          .ad-location {
              font-size: 0.85em;
              color: #777;
          }
          .view-all-btn {
            padding: 11px 30px 10px 30px;
            background: #000;
            color: #fff;
            border: none;
            cursor: pointer;
            text-decoration: none;
            display: block;
            border-radius: 50px;
            font-size: 13px;
            margin: 30px auto 0;
            width: 150px;
            text-align: center;
            transition: all ease 100ms;
          }
          .view-all-btn:hover {
              background: #ffb40e;
          }

  /* PROFIILE */
  .profile-container h1{ font-weight:bold; font-family:arial}
  .profile-container h3 { color: #fff;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
    background: #9b8e8e;
    padding: 12px 20px 10px 23px;
    border-radius: 10px;}
  .table-heading{ display:flex; width:100%;}
  .table-heading li { padding: 10px 18px; text-align: left; vertical-align: middle; font-weight:bold;}
  .table-heading li:nth-child(1){ width:120px; text-align: center;}
  .table-heading li:nth-child(2){ width:780px;}
  .table-heading li:nth-child(3){ width:200px; text-align:center;}
  .table-list-container .table-list:nth-child(2n+1){ background: #f6f6f6;}
  .table-list-container .table-list:hover{ background: #f1f1f1;}
  .table-list{ display:flex; width:100%;border-radius: 10px;}
  .table-list li { padding: 10px; text-align: left; vertical-align: middle; border-top:0; color:#000;}
  .table-list li:nth-child(1){ width:120px;}
  .table-list li:nth-child(1) img{ display:block;}
  .table-list li:nth-child(2){ width:780px; border-left:0; border-right:0;display: flex;align-items: center; padding:10px 18px;}
  .table-list li:nth-child(3){ width:200px;display: flex;gap: 8px;justify-content: center;align-items: center; margin-top:0;}
  
  .sub-categories-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 4px;
    margin: 5px 0 25px;
    max-height:32px;
    transition: all ease 300ms;
    overflow: hidden;
  }
  .sub-categories-list.show-all{
    max-height:3000px;
  }
  .sub-categories-list li a {
    display: block;
    padding: 6px 20px;
    background: #000;
    color: #fff;
    border-radius: 6px;
    transition: all ease 300ms;
    height: 100%;
  }
  .sub-categories-list li a:hover{ background:#222;}
  .view-all{display: inline-block;
    font-size: 12px;
    color: #000;
    margin: -36px 0 0;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    transition: all ease 300ms;
    line-height: 12px;}
    .see-all:hover{ border-color:#fff;}
    .suggestions-box{
      display:none; position:absolute; background:white; z-index:1000;
      width: 100%;
      margin-left: -1px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  margin-top: 5px;
    }
    .suggestions-box > div{ border-color:#f1f1f1!important; padding:12px 16px 13px!important;}
    .suggestions-box > div:hover{ background-color: #f9f9f9;}
  .actions a:hover { text-decoration: underline; }
  .profile-top-links { margin-bottom: 50px; display: flex;justify-content: center;}
  .profile-top-links a { color:#000; padding:10px 30px; border-radius:40px; background:#f6f6f6;min-width: 155px;text-align: center;margin: 0 4px;}
  .profile-top-links a:hover,
  .profile-top-links a.active{ background:#ffea3b;}
  p.no-ads { font-style: italic; color: #666; }
  img.thumb { width: 100px; height: 100px; border-radius: 6px; object-fit: cover; object-position: 0 0;}
  .profile-container{ max-width:1100px;margin:60px auto;}
  .profile-container h1{ text-align:center;margin-bottom:40px;}
  .edit-btn { display: inline-flex;color: #000;}
  .edit-btn svg{ display:none;}
  .remove-button{ background:none!important; cursor: pointer;}
  .remove-button:hover{ text-decoration: underline;}
  .delete-btn { display: inline-flex;color: #000;}
  .ad-form{ max-width: 700px; margin: 20px auto; }
  .ad-form select{border: 1px solid #e8e5e5;
  border-radius: 10px;
  height: 45px;
  background-color: #fff;
  padding: 0 20px;
  width: 100%; margin-bottom:18px;}
  .ad-form input[type="text"], .ad-form input[type="file"], .ad-form input[type="url"],
  .ad-form input[type="password"], .ad-form input[type="email"] {
    height: 45px;font-family: 'Proxima Nova', arial;
    padding: 16.5px 20px;
    border: 1px solid #e8e5e5;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 18px;
    font-size: 14px;
  }
  .ad-form input[type="file"] { padding:10px;}
  .ad-form textarea{ height: 100px;
    padding: 16.5px 20px;font-family: 'Proxima Nova', arial;
    border: 1px solid #e8e5e5;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 18px; resize:none;
    font-size: 14px;}
  .ad-form .label{ margin-bottom: 7px;}
  .ad-form h4{ margin-bottom: 19px;margin-top: 10px;}
  .ad-form .btn{    width: 100%;
    height: 46px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 12px 28px 12px 27px;
    background-color: #000;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;}
  #map { height: 300px; margin-bottom: 15px; border-radius: 10px;}
.ad-images{ display: flex; column-gap:5px; margin-bottom:4px; flex-wrap: wrap;}
.ad-images img{ border-radius: 10px; height:60px; margin-bottom:5px;}
.badge{ position: absolute;top: 12px;left: -20px;background: #ff9800;color: #fff;padding: 2px 20px;font-size: 0.75em;border-radius: 3px;transform: rotate(-45deg);}
.ad-detail{ padding-top: 5px;}
.ad-detail-slider-thumbs img{
  height:100px;
  object-fit:cover;
  border-radius:10px;
  display:block;
  width:100%;
}
.ad-detail-slider{
  margin-bottom:10px;
}
.ad-detail-slider img{
  width:100%;
  object-fit:cover;
  border-radius:10px;
  display:block;
}
.ad-details h1 {
  font-size: 24px;
  margin-bottom: 17px;
}
.ad-details p {
  margin: 0 0 18px;
}

.ad-details .each {
  margin-top: 30px;
}
.ad-details .each a{
  color:#000;
}
.ad-details .each h2{
  font-size: 20px;
  margin-bottom:20px;
  margin-left:-1px;
}
.social-icons a {
  margin-right: 10px;
  font-size: 24px;
  color: #555;
  transition: color 0.3s;
}
.social-icons a:hover {
  color: #007bff;
}
#map {
  width: 100%;
  height: 160px;
  margin-top: 24px;
  border-radius: 10px;
}
.actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.share-buttons a {
  font-size: 20px;
  margin-right: 10px;
  color: #555;
}
.share-buttons a:hover {
  color: #007bff;
}
.favorite-btn {
  cursor: pointer;
  font-size: 13px;
  user-select: none;
  transition: color 0.3s;
  display: inline-flex;
  border: 1px solid #717171;
  padding: 6px 11px 4px 6px;
  border-radius: 7px;
  margin-right: 4px;
  user-select: none;
  transition: color 0.3s;
}
.favorite-btn.favorited {
  color: #e74c3c;
}
.favorite-btn.favorited svg{
    fill:#e74c3c;
}
.favorite-btn svg{
    width: 17px;
    margin-right: 3px;
}
.u-p{
    border-radius: 16px;
      padding: 25px 25px 27px;
      border: 1px solid #f2f2f2;
}
.u-p ul{
    display:flex;
    column-gap:10px
}
.u-p ul li{
    flex: 0 0 32%;
}
.u-p ul li a{
    display:flex;
    align-items:center;
    padding: 10px 15px 10px 10px;
    background: #ccc;
    border-radius: 10px;
    justify-content: center;
}
.u-p ul li a .icon{
    width:20px; 
    margin-right:5px;
}
.u-p ul li a .icon svg{
    display:block;
}
.u-p ul li:nth-child(1) a{
    background-color: rgba(58, 136, 239, 0.08);
}
.u-p ul li:nth-child(2) a{
    background-color: rgba(255, 237, 234, 0.5);
}
.u-p ul li:nth-child(3) a{
    background-color: rgba(67, 187, 63, 0.1);
}
.csc{
    display:flex;
    padding-top: 7px;
}
.csc p{
    flex:0 0 30%;
}
.read-more {
  display: inline-flex;
  margin-bottom: 25px;
  color: #000;
  align-items: center;
}
.read-more svg{
  margin-top:2px;
}
.read-more.active svg{
  transform: rotate(180deg);
}
.description-text {
  max-height: 200px;
  overflow: hidden;
  position:relative;
}
.description-text::after{
    content:"";
    position:absolute;
    left:0; bottom:0; right:0;
    height:70px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.description-text.h-auto{
    max-height:2000px;
}
.description-text.h-auto::after{
    display:none;
}
.social-icons{
    padding-top:10px;
}
.share-popup {
  display: none; 
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.share-popup .popup-content {
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
  min-width: 300px;
  position: relative;
  text-align: center;
}
.share-popup .popup-content h4{
    margin-bottom:20px;
    font-size: 20px;
}
.share-popup .close-popup {
  position: absolute;
  top: 15px; right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.share-popup .close-popup svg{ width:20px; height:20px;}
.share-popup .share-buttons a {
  margin: 10px;
  font-size: 24px;
  color: #555;
}
hr{
  display: block;
  margin:50px 0;
  border:0;
  border-bottom:1px solid #eef0f1;
}

.share-popup .share-buttons a:hover {
  color: #007bff;
}
.s-result-heading{ margin:10px 0;}
.mobile-nav{ display: none;}

.ads-filter { display: flex; margin-bottom: 50px; justify-content: center; column-gap: 24px; }
        .ads-filter label { width: 20%; }
        .ads-filter select {
            border: 1px solid #000; border-radius: 10px; height: 40px;
            background-color: #fff; padding: 0 20px; width: 100%; margin-top: 8px;
        }
        .table-heading.two li:nth-child(2), .table-list.two li:nth-child(2) { width: 480px; }
        .table-heading.two li:nth-child(3), .table-list.two li:nth-child(3) {
            justify-content: start; text-align: left; padding: 10px;
        }
        .table-heading.two li:nth-child(4), .table-list.two li:nth-child(4) {
            width: 150px; display: flex; align-items: center; text-align: left; padding: 10px;
        }
        .table-heading.two li:nth-child(5), .table-list.two li:nth-child(5) {
            width: 150px; display: flex; gap: 8px; justify-content: center; align-items: center; margin-top:0;
        }
        .profile-photo{ border-radius:10px; width:150px; height:150px;}
        .dashboard-header{
          display: flex; justify-content: center; align-items: center; padding:15px 5%; border-bottom: 1px solid #f9f9f9;
        }
        .dashboard-header svg{ width:14px; margin-top:-2px;}
        .dashboard-header a{ display: flex; align-items: center; color:#000; column-gap: 6px;}
        .login-logo{ text-align: center;margin-bottom: 20px;}
        .login-logo img{ max-width: 100%;}
        .login-back-btn{display: flex;
          justify-content: center;
          margin-top: 25px;
          color: #000!important;
          gap: 4px;
          align-items: self-start;}
          .login-back-btn svg{ width:14px;}
          .content-page{ padding:50px 0;}
          .content-page h1,
          .content-page h2{ font-size:24px; font-weight: bold; margin-bottom:12px;}
          .content-page h3{font-size:17px; margin-bottom:5px;}
          .content-page p{ margin-bottom:13px; line-height: 18px;}
          .content-page p a { color: rgb(49, 51, 52);}
          .content-page p a:hover{ text-decoration: underline;}
          .toggle{ margin-bottom:20px}
          .content-page ul li{ list-style: disc; margin:0 0 5px 15px;}
          

.footer{ border-top:1px solid #eef0f1; padding:50px 0; font-size:14px; margin-top:40px;}
.footer .container{ justify-content: left;align-items: end;gap: 80px;}
.footer .left img{ height:100px; display:block}
.footer .right ul { column-gap:45px;}
.footer .right ul li a{ color: #000; display: block;}
.footer .right ul li a:hover{ text-decoration: underline;}
.footer .right .copyright{ margin-top:15px; color:#9f9f9f; font-size: 12px;}
.footer.inner{ padding:50px 0;}
.footer .left{ margin-bottom: 40px;}
.footer.inner .container{ justify-content:center;}

@media(min-width:768px){
  .mobile-categories-menu{ display: none;}
  .footer .right ul,
  .ad-detail{ display:flex;}
  .footer .right{ padding-left:10px;}
  .footer .right ul{ justify-content: space-between;width: 100%;}
  .footer .right .copyright{ margin-top:25px;}
  .left-column { width:60%;}
  .right-column { width:40%;padding-left:30px;}
  /* .login-widget-container{position:absolute; left:50%; top:50%;transform:translate(-50%, -50%);} */
}


@media(max-width:767px){
  body{ font-size: 12px;}
  .container,
  .profile-container,
  .ad-form,
  .info-message{ max-width:90%;}
  .info-message{ margin:0 auto; font-size:12px;}
  .header-right,
  .main-nav,
  .filter-menu,
  .popular-categories-widget,
  .table-heading.two li:nth-child(3), .table-list.two li:nth-child(3),
  .table-heading.two li:nth-child(4), .table-list.two li:nth-child(4){ display:none!important;}
  .header > .header-top > .container{ justify-content: center;}
  .logo img{ max-width: 90%;margin: 0 auto;max-height: 67px;}
  .header > .header-top{ padding: 20px 5%;}
  .search-widget{ margin: 0 0 15px;}
  .ads-grid { gap: 4px;}
  .ad-link { width: calc(33.33% - 3px);}
  .ad-card{ border-radius: 6px;}
  .ad-card img{ height: 125px;}
  .ad-content { padding: 7px 5px 5px;}
  .ad-title{ font-size: 0.8em;letter-spacing: -0.1px;line-height: 12px;}
  .ad-description { font-size: 0.7em;}
  .ad-location { font-size: 0.65em;}
  .badge{ font-size: 0.55em; top:9px;}
  .footer { font-size: 13px; padding-bottom: 90px;}
  .footer .left{ margin-bottom:30px;}
  .footer .left img { height: 75px;}
  .footer .right ul{ width:100%; margin-bottom:10px;}
  .footer .right ul li:nth-child(1) a{ border:0;}
  .footer .right ul li a{ padding:10px 0;border-top:1px solid #eef0f1; background:url(../img/nav-arrow-right.svg) no-repeat right center;background-size: 17px;}
  .search-widget input[type="text"]{ font-size: 14px;height: 38px;}
  .search-widget input[type="text"]:focus{ font-size: 16px;}
  .search-widget button[type="submit"]{ height: 38px; width: 46px;}
  .search-widget button[type="submit"] svg { width: 20px;}
  .right-column{ padding-top:22px;}
  .ad-detail-slider-thumbs img { height: 50px;}
  .social-icons a { margin-right: 7px;}
  .social-icons a svg{ width:20px;}
  .ad-detail-slider { margin-bottom: 6px;}
  .left-column .swiper-button-next, 
  .left-column .swiper-button-prev{ display: none!important;}
  .ad-details h1 { font-size: 20px;}
  .label{ font-size: 9px;}
  .each h2 { font-size: 16px;}
  .u-p{ padding: 17px 17px 17px;}
  .u-p ul li a{ font-size: 10px;}
  .u-p ul li a .icon { width: 14px;}
  .u-p ul li:last-child a .icon svg{ width: 14px;height: 14px;}
  .favorite-btn{ font-size: 11px;}
  .favorite-btn svg { width: 13px;}
  #map { height: 100px;}
  .sub-categories-list { column-gap: 2px;row-gap: 2px;margin-bottom: 23px;max-height: 22px;}
  .sub-categories-list li a{ padding: 4px 10px;font-size: 10px;border-radius: 60px;background: #f9f9f9; color: #000;}
  .view-all{ font-size: 9px;padding-top: 10px;margin-top: -44px; border-width:.1px;}
  .sub-categories-list.show-all { max-height: 6000px;}
  .sub-cat-heading,
  .s-result-heading{ font-size: 15px;margin-bottom: 7px;}
  .mobile-categories-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .mobile-categories-menu li{
    width:25%;
  }
  .mobile-categories-menu li a{
    display: block;
    height: 105px;
    text-align: center;
    padding-top: 64px;
    border-radius: 6px;
    color:#000;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center 24px;
  }
  .mobile-categories-menu li:nth-child(1) a{ background-image:url(../img/icon-1.png);}
  .mobile-categories-menu li:nth-child(2) a{ background-image:url(../img/icon-2.png);background-size: 28px;}
  .mobile-categories-menu li:nth-child(3) a{ background-image:url(../img/icon-3.png);}
  .mobile-categories-menu li:nth-child(4) a{ background-image:url(../img/icon-4.png);background-size: 27px;}
  .mobile-categories-menu li:nth-child(5) a{ background-image:url(../img/icon-5.png);background-size: 28px;}
  .mobile-categories-menu li:nth-child(6) a{ background-image:url(../img/icon-6.png);background-size: 29px;}
  .mobile-categories-menu li:nth-child(7) a{ background-image:url(../img/icon-7.png);background-size: 29px;}
  .mobile-categories-menu li:nth-child(8) a{ padding: 7px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    /* background: #fec500;
    color: #685100;
    background: #fff4cf;
    border: 1px solid #f9e08a; */}
    .mobile-categories-menu li:nth-child(8) a svg{ width: 22px;margin-bottom: 10px;border: 1px solid #000;border-radius: 100px; background-color: #000;}
  .mobile-nav{ position:fixed; left:0; bottom:0; right:0; background:#fff; z-index: 1111;box-shadow: 0 -2px 12px 0 rgba(43, 45, 46, 0.06); display: block;}
  .mobile-nav ul{ display: flex;justify-content: space-around;}
  .mobile-nav ul li{ position: relative;}
  .mobile-nav ul li a{ text-align: center; color:#7d7c7c;height: 65px; display: block;padding-top: 40px;}
  .mobile-nav ul li a span{ display: block; width: 24px; height:24px; border-radius: 100%; background-color: #fec500;margin: -29px auto 5px;padding-top: 2.5px;}
  .mobile-nav ul li a span svg{ width: 19px; height:19px;}
  .mobile-nav ul li a > svg{ width: 22px;height: 22px;display: block;margin: -27px auto 5px;}
  .profile-top-links{ display: block;}
  .profile-top-links a{ display: block;margin: 5px 0;}
  img.thumb,
  .ad-images img { width: 50px;height: 50px;}
  .table-heading li:nth-child(3){ padding-right: 31px;}
  .remove-button { font-size: 12px;margin-right: 17px;}
  .table-list li.actions{ margin-top:0;padding-right: 15px;}
  .table-heading li:last-child{ padding-right:35px;}
  .ads-filter{ column-gap: 10px;}
  .ads-filter label { width: 30%;}
  .dashboard-header{ justify-content: left;}
  .ads-filter select{ padding: 0 12px;font-size: 11px;}
  .ad-form .btn{ height:45px;}
  .profile-top-links a{ font-size: 13px; padding-top:12px; padding-bottom: 12px;}
  .profile-container{ margin: 55px auto;}
  .login-widget{ width: 100%; padding-left: 9%; padding-right: 9%; position: static; transform: none;}
  .c-code{ width: 30%!important;}
  .login-widget .number-field { width: 67% !important;}
  .filter-menu-mobile {
    position: absolute;
    right: -53px;
    bottom: 80px;
    display: none;
    z-index: 1111;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 4%);
    min-width: 150px;
  }
  .filter-menu-mobile ul{ display: block;}
  .filter-menu-mobile li a{ display: block!important; padding:9px 20px!important; border-bottom:1px solid #f9f9f9; color:#000; text-align: left!important; height:auto!important;background: #fff;}
  .filter-menu-mobile li:first-child a{ border-top-right-radius: 10px;border-top-left-radius: 10px;}
  .filter-menu-mobile li:last-child a{ border-bottom-right-radius: 10px;border-bottom-left-radius: 10px; border:0;}
  .filter-menu-mobile:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
  }
  .login-logo img { max-width: 250px;}
  .login-widget-container{ width:90%;}
  .logo .mobile{ display: block;}
  .logo .desktop{ display: none!important;}
  .content-page{ border-top: 1px #eef0f1 solid;}
  .content-page { padding: 35px 0;}
  .view-all-btn{ width: 110px;font-size: 11px;padding: 8px 15px 7px 15px;}
}