#adContainer {
    border: 0px solid #ccc;
 /* background-color: white; */
    border-radius: 0px; 
}
#closeButton {
    background-color: #00a0e9; 
    border: none;
    color: white; 
    cursor: pointer; 
}
.top_tp{position:absolute;top:0px;left:0px;width:100%;height:72px;overflow:hidden;z-index:9999;}
.top_tp2{position:absolute;top:0px;left:0px;width:100%;height:72px;overflow:hidden;z-index:9999;display:none;}
@media (max-width: 768px){ .top_tp{position:absolute;top:0px;left:0px;width:100%;height:72px;overflow:hidden;z-index:9999;display:none;}
.top_tp2{position:absolute;top:0px;left:0px;width:100%;height:72px;overflow:hidden;z-index:9999;display:block;}}


.gradient-flow {
  width: 100vw;
  height: 100vh;
  background-size: 200% 200%; 
  background-image: linear-gradient(135deg, #f16468, #eb6100, #26c6da, #0f81b5);
  animation: flow 10s ease infinite;
}
@keyframes flow {
  0% { background-position: 0% 50%; }
  25% { background-position: 100% 50%; }
  50% { background-position: 100% 0%; }
  75% { background-position: 0% 0%; }
  100% { background-position: 0% 50%; }
}

