
  .mangeAdsTitle h1 {
    font-size: 36px;
  }
  .mangeAdsTitle p {
    font-size: 16px;
  }
  .mangBtn {
    min-width: 160px;
    padding: 10px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 14px;
    margin: 0 5px;
    font-weight: 600;
    cursor: pointer;
  }
  .arNgt {
    color: #979797;
    font-family: Arial;
  }
  a:hover {
    text-decoration: none;
  }
  .sideWrBx {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #e0e0e0;
    /* max-width: 235px; */
    margin-top: 15px;
  }
  .adsTabs a {
    font-weight: 600;
    color: #979797;
    padding: 10px 20px;
    border-bottom: 1px solid #BBBBBB;
  }
  .adsTabs a.active {
    color: #F6861F;
    border-bottom: 2px solid #F6861F;
  }
  .adsTabs a.active .cntrNm{
    background: #FFE8D3;
    color: #F6861F;
  }
  .adsTabs a .cntrNm {
    background-color: #EEEEEE;
    color: #222222;
  }
  .sideWrBx p {
    margin-bottom: 0px;
  }
  .adPrc {
    top: 15px;
    color: #fff;
/*    padding: 2px 4px;*/
    padding: 2px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 600;
  }
  /*price*/
  .adPrcSale {
    background: #0D88CE;
  }
  /*Sold*/
  .adSold {
    background: #F6861F;
  }

  .adStat {
    bottom: 10px;
    font-weight: 600;
    color: #fff;
    padding: 2px 4px;
  }
  .adElipsis svg {
    height: 23px;
    padding: 3px 4px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
  }
  .hvrAct {
    padding: 10px 15px;
    cursor: pointer;
  }
  .adsHvr {
    display: none;
    background: #fff;
    box-shadow: 0px 0px 14px #E0E0E0;
    width: 150px;
    right: 10px;
    /* top: 30px; */
    border-radius: 5px;
    z-index: 9;
    margin-left: -150px;
    margin-top: 25px;
  }
  .wrpBhrCnt:hover .adsHvr {
    /* display: block !important; */
  }
  .hvrAct svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .searchIcnd svg {
    width: 16px;
  }

  .cntrNm {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  .mgntAds {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 20px;
  }
  .senWrpD {
    align-items: center;
    justify-content: center;
    min-width:60px;
    padding: 2px 10px;
    background: #EEEEEE;
    border-radius: 5px;
  }
  .senEys svg, .mCtype svg {
    width: 15px;
  }
  .mrchatProf {
    height: 143px;
    background: #FF9E44;
    border-radius: 5px;
  }
  .mCtype {
    margin-right: 5px;
  }
  .mrmchatTag {
    width: 108px;
    height: 24px;
    background: #34353C;
    color: #fff;
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .profileIcnW {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

  }
  .mNameBkeShp {
    font-size: 16px;
    font-weight: bold;
  }
  .icnPrf svg{
    width: 16px;
    margin-right: 10px;
  }
  .opDetls {
    font-size: 14px;
    color: #979797;
  }
  .wrpList {
    align-items: baseline !important;
    margin-bottom: 10px;
  }
  .mgntSrch {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
  }
  .searchIcnd {
    height: 38px;
    display: flex;
    padding: 5px 10px;
  }

/* Mobile Rersponsiveness */
@media (max-width: 1024px) {
  .mgnrTbs {
    flex-direction: column !important;
    padding: 20px;
  }
  .mgnrTbs div.w50 {
    width: 100% !important;
    margin-top: 20px;
  }
  .mgntPst {
    display: none !important
  }
  .mgnrTbs div.w50 a {
    width: 50%;
  }

  .mngtCntrR {
    flex-direction: column !important;
  }

  .mgndPrf {
    width: 100% !important;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sideWrBx {
    width: 100% !important;
    margin-top: 0px;
    max-width: unset;
  }

  .adsMgntCnt {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
  }
  .mblFltrAds {
    display: none;
  }
  .ctnBx {
    padding: 0px !important;
    margin: 0px;
    padding-left: 0px;
    margin-top: 20px;
  }
  .mgntAds {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: #f7f7f7;
    padding-top: 20px;
    margin-top: 0px;
  }
  .adsTabs {
    background: #f7f7f7 !important;
  }
  .adsDtailsNfo {
    background: #fff !important;
  }

  /* Modal Responsivenes*/

  #adsRfrsMdl,
  #adsBuyCrdsMdl,
  #adsUpdate,
  #adsPermDelMdl,
  #adsTkDwnMdl,
  #adsUpgrdMdl,
  #notFMdL {
    width: calc( 100% - 20px ) !important;
  }
  .mdTitle {
    font-size: 18px !important;
  }
  .mdSbTle {
    font-size: 28px !important
  }
  .titAdsW {
    margin-bottom: 15px;
  }
}

@media(max-width:425px){
  .actnDrpTbs a {
    min-width: unset !important;
  }
  .mgnrTbs, .mgndPrf, .mgntAds {
    padding: 10px !important;
  }
  .adsDtailsNfo .lftmg {
    min-width: 85px;
  }
}

@media(min-width: 1024px){
  .strAds {
    display: none !important
  }
}

/* iPads and Tablets */
@media only screen and (max-width: 768px) and (min-width: 481px)  {
  .achDrsLyt {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
  }
}
/* Smallert Screen Laptop */
@media only screen and (max-width: 1024px) and (min-width: 769px)  {
  .adsMgntCnt {

  }
  .sideWrBx {
    width: 100% !important;
    max-width: unset !important;
  }
  .actnDrpTbs a {
    max-width: 160px !important;
  }

}
/* Smallert Screen Laptop */
@media only screen and (max-width: 1440px) and (min-width: 1025px)  {
  .mngAdsWrpC {
    padding: 0 20px !important;
  }
}
/* Extra Large Screens */
@media (min-width: 1201px)  {

}

@media(min-width: 868px){

}

.madTil {
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin-right: 30px;
}
