


#buyAdProcessDiv{
  
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#adTest{
}

.adTest3Text{
  margin-bottom: 15px;
}

#box6{

  display: flex;
}

.tryAddImage{

  padding-top: 10px;
}

#conImgBoxAd{

  display: block;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 1px !important;
}

#deleteImageArticleFirstAd{

  position: relative;
  top: -15px;
  margin-top: -25px;
  display: none;
  margin-bottom: 30px;

}

#addLinkToImage2Ad{
  border-radius: 0 !important;
} 

#addLinkToImage2Ad{
  
  border-radius: 20px 20px 0px 0px;
  border-bottom: 3px solid black ;
}

#dropZoneFirstAd{
  border-radius: 0px 0px 20px 20px;

}

#addAnotherImgAd{

  display: none;
  margin-bottom: -2px;
}

#imageLinkAd{
  display: none;
}

#addLinkToAd{
  border-radius: 20px 20px 0 0;
}

#horAndVerRadio{

  display: inline-grid;
  gap: 20px;
  align-items: center;
  margin: 0 auto;
  justify-items: center;
  margin-top: 10px;
}


@media (max-width: 1450px){

  
  .adsContainerVertical{
    display: block !important;
  }
  
  .mainAndAds {
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: none;
    margin-bottom: 15px;
  }
  
  #ifAddNotHereLeftUp{
  
    position: relative;
    top: 230px;
  }
   
  
  
  
  
  }

  @media (max-width: 768px){



    .adsContainerVertical,
.adsContainerMiddle,
.adsContainerInText {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

  } 
  