@charset "utf-8";
/* CSS Document */
#titlediv #title {
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
} 
.sweep_details{
    background-color: #FFF;
    border-radius: 50px;
    padding: 25px;
    text-align: center;
}
.sweep_details h1{
    color: black;
    font-size: 32px;
}
.sweep_details h5{
    margin: 0px;
    color: #595a5b;
    font-size: 14px;
}
.sweep_details .buttons_cont{
    background-color: #e0e0e0;
    padding: 10px;
    border-radius: inherit;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 5px;
}
.live-draw-button{
    background: #FF0000 !important;
    color: #FFFFFF !important;
    border: #880808 !important;
}
.text-red-badge, .text-green-badge{
    background: red;
    padding: 5px 10px;
    border-radius: 20px;
    color: #FFF;
    font-weight: 500;
    display: block;
    text-align: center;
}
.text-green-badge{
    background: green;
}
.raffle-loader {
    text-align: center;
    display:none;
    padding-top: 100px;
    margin-top: 50px;
}