div{
    font-family: 'Roboto', 'SansSerif' !important;
}
.prizes-container{
    margin-bottom: 30px;
}
.padding-top-row .col-12{
    padding-top: 15px;
}

.prize-star{
    border-radius: 7px;
    border: 7px solid #f58221;
    padding: 0 !important;
}
.prize-star-title{
    background: #f58221;
    color: #FFF;
    padding: 5px 10px 10px !important;
}

.finish-date{
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 0 0 7px 7px;
    padding: 8px 5px 5px 10px;
    font-size: 12px;
    text-align: center;
}
.more-info{
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #ffffff;
    border-radius: 7px 7px 0 0 ;
    padding: 8px 5px 5px 10px;
    font-size: 12px;
    text-align: center;
    color: #828282;
}
.more-info div:first-child{
    border-right: 1px solid #e5e5e5;
    border-color: #e5e5e5;
}
.prize-participation{
    font-weight: 700;
    font-size: 30px;
}
.prize-image{
    padding-top: 10px;
    height: auto;
}

.prize-star .prize-image{
    padding-top: 0px;
}

.prize-image img {
    transition: filter .5s ease-in-out;
    -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
    filter: grayscale(0%); /* FF 35+ */
    max-width: inherit !important;
}

.prizes-image .big-img{
    width:500px !important;
    height: auto !important;
}

.prize-title{
    padding-top: 10px;
}
.prize-star .prize-title{
    margin-top: 10px;
}

.prize-avaible{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -26px;
    right: -23px;
}

.prize-title a{
    font-size: 14px;
    text-transform: uppercase;
    color: #da4722;
}
.prize-title a:hover{
    color: #da4722;
}

.prize-star .prize-title a{
    font-size: 20px;
    line-height: 20px; ;
}

.prize-desc{
    width: 100%;
    overflow-wrap: break-word;
    white-space: break-spaces;
    font-size: 12px;
    height: 50px;
    margin-top: 10px;
}
.prize-star .prize-desc{
    font-size: 14px;
}

.prize-star-finish{
    background: #CC0000;
    color: #FFF;
    font-weight: bolder;
    padding: 7px 11px 5px;
    border-radius: 7px;
    display: block;
    max-width: 96%;
    margin: auto;
}

.prize-star-finish:before {
    content: "";
    width: 0;
    left: 0;
    height: 0;
    right: 0;
    position: absolute;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 18px solid #C00;
    margin-top: 19px;
    margin-left: calc(50% - 18px);
}

.prize-star-clock{
    padding-top: 35px !important;
    margin: 0 25px !important;
}
.prize-star-button{
    margin: 40px 10px 20px;
}
.prize-star-button .btn-green{
    font-size: 18px !important;
}

.padding-top-row{
    margin-top: 30px;
}
.padding-bottom-row{
    margin-bottom: 40px;
}

.detail-title{
    text-transform: uppercase;
}
.detail-description{
    font-size: 14px;
}
.detail-button{
    margin-top: 20px;
}
.detail-finish{
    margin-top: 20px;
    font-size: 14px;
}
.btn-green{
    background: linear-gradient(to bottom,#9dd53a 0,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    color: #FFFFFF !important;
    text-transform: uppercase;
    padding: 10px 25px !important;
    font-size: 20px !important;
    transition: 0.5s all;
}

.btn-green:hover{
    background: linear-gradient(to bottom,#86bc28 0,#8dc72f 50%,#6da513 51%,#679e08 100%);
    transition: 0.5s all;
}


.ticket-top-row{
    margin-top: 10px;
}
.ticket-claim{
    color: #FD2E2E;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
}

.ticket-title{
    background: #FE8102;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.5em;
    padding: 7px 0px 10px !important;
    border-bottom: 2px solid #FF0000;
}

.ticket-token-img{
    display: inline-block;
    width: 60px;
    text-align: left;
    vertical-align: top;
}
.ticket-resume{
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: top;
    font-size: 14px;
}
.ticket-tickets{
    padding-top: 22px;
}
.ticket-label{
    line-height: 4px;
    font-size: 14px;
    display: block;
}
.ticket-num{
    display: inline-block !important;
}
.resume-value{
    padding-left: 20px;
    font-size: 12px;
    display: inline-block;
}
.need-data{
    font-size: 12px;
    color: #FF0000;
    padding-top: 20px;
}
.padding-form{
    margin-top: 5px;
}
.padding-form .col-12{
    padding:10px;
}

.not-enough-alert{
    display: none;
    margin-top:10px;
    font-size: 14px;
    color: #CC0000;
    animation: blinker 1s linear infinite;
}
.not-enough-alert2{
    display: none;
    margin-top:10px;
    font-size: 14px;
    color: #CC0000;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.pulpower-card{
    font-size: 21px;
    color: #666;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    width: 35%;
}
.pulpower-card:last-child{
    margin-left: 20px;
}

.pulpower-card:last-child a{
    font-size: 19px !important;
}


.pulpower-prize-content{
    background-color: #eee;
    border-radius: 7px;
}
.pulpower-prize-content:hover{
    background-color: #fff7f2;
}

.prize-grey {
    filter: grayscale(100%);
}
@media only screen and (max-width: 560px){
    .detail-title{
        text-align: center;
    }
    .detail-title h3{
        font-size: 18px;
    }

    .detail-description{
        text-align: justify;
    }
    .ticket-claim{
        line-height: 32px;
    }
    .ticket-title{
        line-height: 30px;
    }

    .btn-green{
        width: 100%;
    }
    .detail-finish{
        text-align: center;
    }
    .detail-finish span{
        display: none;
    }
    .detail-finish strong{
        display: block;
    }
    .prize-image img {
        width: 100%;
        height: auto;
    }
    .padding-top-row{
        margin-top: 15px;
    }
    .prize-star .prize-title,.prize-star .prize-desc{
        padding: 0 10px !important;
        text-align: center;
    }
}

