.luckydrawtitle{
    height:60px;
    width:full;
    
    margin-left:-25px;
    padding: 20px 35px 20px 35px;
    background-color:rgb(59 130 246 / 0.5);
 

color: yellow;
display: block;

}
.luckydrawcontactusbtn{
float: right;
    width:20%;
    border:none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    height:70%;
    text-decoration: none;
    background-color:rgb(20, 45, 84);
    text-align: center;
    padding: 10px 20px 10px 20px;
    
}

.Lucky_Draw_Table> th{
    text-align: center;
  }
  .Lucky_Draw_Table{
    color: white;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .Lucky_Draw_Table tr:hover{
  font-weight: 700;
  background-color: #e6e6e6;
  }

  .lucky_draw_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
  }
  
  .lucky_draw_active, .lucky_draw_accordion:hover {
    background-color: #ccc; 
  }
  
  .lucky_draw_panel {
    padding: 0 18px;
    display: none;
    
    transition: max-height 0.2s ease-out;
    font-size: 17px !important;
    background-color: white;
    overflow: hidden;
  }

  .lucky_draw_panel p{
    font-size: 17px !important;
  }

  .lucky_draw_accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777 !important;
    float: right;
    margin-left: 5px;
  }
  
  .lucky_draw_active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  
  .Lucky_Draw_Prizes{
    visibility: hidden;
    position: absolute;
    
        }
        .Lucky_Draw_Add_Draw_Table th{
    
            text-align: right;
        }
    
    .Lucky_Draw_Input_Box{
    border:none !important;
    width:300px !important;
    outline: none !important;
    background-color: #e3e3e3 !important;
    border-radius: 0px !important;
    color: #7f7f7f !important;
    }
    
    