#winnerpopup {
    z-index: 99999!important;
}
#winnerpopup .modal-dialog{
    width:700px;
    color:white;
}
#winnerpopup .modal-body{
    background: rgb(76,76,76);
    background: -moz-linear-gradient(-45deg,  rgb(76,76,76) 0%, rgb(89,89,89) 12%, rgb(102,102,102) 25%, rgb(71,71,71) 39%, rgb(44,44,44) 50%, rgb(0,0,0) 51%, rgb(17,17,17) 60%, rgb(43,43,43) 76%, rgb(28,28,28) 91%, rgb(19,19,19) 100%);
    background: -webkit-linear-gradient(-45deg,  rgb(76,76,76) 0%,rgb(89,89,89) 12%,rgb(102,102,102) 25%,rgb(71,71,71) 39%,rgb(44,44,44) 50%,rgb(0,0,0) 51%,rgb(17,17,17) 60%,rgb(43,43,43) 76%,rgb(28,28,28) 91%,rgb(19,19,19) 100%);
    background: linear-gradient(135deg,  rgb(76,76,76) 0%,rgb(89,89,89) 12%,rgb(102,102,102) 25%,rgb(71,71,71) 39%,rgb(44,44,44) 50%,rgb(0,0,0) 51%,rgb(17,17,17) 60%,rgb(43,43,43) 76%,rgb(28,28,28) 91%,rgb(19,19,19) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 );
    margin:30px;
    padding:0;
    height: auto;
}
#winnerpopup .close{
    margin-right: 7px;
    color: #d21d1d;
    opacity: 1;
    font-size: 34px;
    font-weight: 800;
}
#winnerpopup .modal-body div:nth-child(1){
    background: #d21d1d;
    width: 100%;
    height: 7px;
}
#putextHeader{
    background: #d21d1d;
    text-align: center;
    float:center;
    padding:5px 10px;
    font-weight: bold;
}
#putextTitle strong{
    font-size:27pt;
}
#putextTitle{
    display: inline-block;
    margin:15px;
    width: calc(100% - 30px);
    top: 50px;
    font-size: 15pt;
    text-align: center;
}
#putextPromo{
    display: inline-block;
    width: 100%;
    font-size: 27pt;
    font-weight: bold;
    text-align: center;
}
#putextCodeTitle{
    background: rgba(0,0,0,0.0);
    width: calc(80%);
    margin: auto;
    padding:5px;
    font-size: 14pt;
    text-align: center;
}
#popupCodeShow{
    background: rgba(0,0,0,0.0);
    width:80%;
    margin:10px auto;
    font-size: 37pt;
    text-align: center;
}
#popupDate{
    display:inline-block;
    font-size: 14pt;
    margin:4px auto 12px auto;
    width: 100%;
    text-align: center;
}
#popupFooter{
    background: #d21d1d;
    width: 100%;
    display: block;
    height: 7px;
    bottom: 0px;
}

@media screen and (max-width:720px){
    #winnerpopup .modal-dialog{
        width:calc(100% - 20px);
		width:-webkit-fill-available;
		width:fit-content;
    }
    #winnerpopup .modal-body{
        height: auto;
    }
    #putextHeader{
        position:relative;
        width:100%;
		width:-webkit-fill-available;
		width:fit-content;
        height:auto;
        padding: 5px;
    }
    #putextPromo{
        position:relative;
        top:0;
        font-size: 20pt;
    }
    #putextTitle,
    #putextCodeTitle,
    #popupCodeShow,
    #popupDate{
        width:100%;
		width:-webkit-fill-available;
		width:fit-content;
        left: 0;
        margin-bottom:15px;
        padding: 0px 15px;
    }
}