body{display: block;}
body{
    /* background: url(https://d3e1y4kxkqljcb.cloudfront.net/survey_us_d/netflixnewbg2.png)!important;
    background-size: cover!important;
    background-attachment: fixed!important; */
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(177,9,18,0.3015800070028011) 100%);
}
.icon-comments:before {
content: "\e900";
}
.bg-color {background-color: #f2f2f2 !important;}
.top_bar, .continue, .choices .answerOption, .remove_link button{
    background-color: #e50914 !important;
    -webkit-box-shadow: 0 2px 0 #b10912!important;
    box-shadow: 0 2px 0 #b10912!important;
}
.btn-color {background-color: #e50914 !important;}
.btn-tx {color: #ffffff !important;}
.btxh-color:hover {color: #ffffff !important;}
.btnh-color:hover {background-color: #b10912 !important;}
.btnh-tx-color:hover {color: #ffffff !important;}
.bh-color:hover, .choices .answerOption:hover{background-color: #b10912 !important;}
.time {color: #e32626 !important;}
/* .hd {background-color: #fff !important;} */
.hd-top {background-color: #e50914 !important;}
.hd-top-tx {color: #ffffff !important;}
.front-progress {background-color: #e50914 !important;}
.progress {background-color: #e3e3e3 !important;}
.date-tx {color: #000000 !important;}
.date-border {border-color: #ededed !important;}
.expire-tx {color: #000000 !important;}
.expire-bar {background-color: #e8e8e8 !important;}
.date-bg {background-color: #fcfcfc !important;}
.hd-top.hd-top-tx{
    background-color: #e50914 !important;
    color: #fff !important;
}
.marqueeStyle .mr-2{
    fill: #fff;
}
.modal-header{
background-color: #fff !important;
}
.text-center .logo-container{
max-width: 290px;
margin-bottom: -5px;
margin-top: 0;
}
.text-center .logo-container{
    max-width: 100%;
}
.site-logo{
    text-indent: 0;
    color: #e50914;
    font-size: 50px;
    font-weight: 700;
    word-spacing: -10px;
    margin: -5px auto -10px;
}
.sub_title.container{
    display: block;
}
.rlt_logo{
    background: url(https://d3e1y4kxkqljcb.cloudfront.net/survey_us_d/r_logo_style/netflix_logo.png) no-repeat;
    width: 185px;
    height: 50px;
    background-size: cover;
    margin: 15px auto 10px;
}   
.congrats_block, .tga_tt{
    color: #e50914;
}
@media only screen and (max-width: 500px){
    .bh-color:hover {background-color: #b10912 !important;}
    .bh-color:active {background-color: #b10912 !important;}
    .btxh-color:hover {color: #ffffff !important;}
    .btxh-color:active {color: #ffffff !important;}
    .text-center .logo-container {
        max-width: 100%;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .site-logo {
        text-indent: 0;
        color: #e50914;
        font-size: 40px;
        font-weight: 700;
        word-spacing: -10px;
        margin: -5px auto -18px;
    }
    .rlt_logo {
        width: 150px;
        height: 40px;
        background-size: cover;
        margin: 10px auto -5px;
    }
} 