#main_ads { background-color: gold; border: 1px solid brown; display: inline-block; position: relative; }.t_field_error_msg { color: red; font-weight: bold; padding-bottom: 2px; }.overlayAdsBtn { position: fixed; top: 0px; left: 0px; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); display: flex; justify-content: center; align-items: center; z-index: 9999; }.clonedAdsBtn { background: rgb(255, 255, 255); padding: 20px; border-radius: 8px; max-height: 90%; overflow: auto; font-size: 26px; }.clonedAdsBtn #add_info { display: none; }.xAdsBtn { position: relative; bottom: -8px; right: -82%; font-size: 16px; cursor: pointer; background-color: rgb(255, 77, 79); color: rgb(255, 255, 255); border: none; border-radius: 5px; width: 10px; }