/* Created:16/09/2024 13:21:46 by e482d9cd74965dce92b5ca86ec708d7e.mes229@medsi.vn */
      .congratulation-info{
		  display:block !important;
		  width:690px !important;
		  height:164px !important;
		  background-image:url();
		  background-size:cover;
		  padding:30px;
		  margin:auto !important;
		  filter:drop-shadow(2px 4px 6px yellow);
		  border-radius:5px;
		  }
		  
		  
.congratulation-info h2{font-size:39px !important;color:#be2727 !important;font-family:'Merriweather' !important;animation: bounce 2s infinite}
.congratulation-info h3{font-size:30px !important;color:#994315 !important;}
.col-12 {flex: none !important;max-width: 100% !important;}
.shadow-text{color:#eb590a;}
.congratulation-info-h2{animation: bounce 2s infinite}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);color:#be2727;
  }
  40% {
    transform: translateY(-30px);color:#f00;
  }
  60% {
    transform: translateY(-15px);color:#008000;
  }
}
@keyframes color-change {
  0% {
    color: #994315; 
  }
  50% {
    color: #00ff00; 
  }
  100% {
    color: #be2727;
  }
}

