/* report page */




.content_default .report_section{
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px){
    .content_default .report_section{
        padding: 0 10px;
    }
}
.report_section .report_section_top{

}
.report_section a{
    color: deepskyblue;
}
.report_section .report_section_top .betabox{
    display: inline-block;
    padding: 6px 8px;
    line-height: 100%;
    font-size: 16px;
    background: green;
    color: white;
    border-radius: 3px;
    margin: 20px 0 10px 0;
}
.report_section .report_section_top h1{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: block;
    font-size: 34px;
    line-height: 36px;
}
.report_section_top_desc{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #808080;
    color: rgba(255,255,255,0.5);
    text-align: left;
}
#sl_gms{
    color: deepskyblue;
    cursor: pointer;
}
.report_section_top_desc_OptionsBox{

}
.report_section_top_desc_Option{

}
.report_section_top_desc_includes_gameinfo_box{
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 30px 0;
}
@media only screen and (max-width: 768px){
    .report_section_top_desc_includes_gameinfo_box{
        display: block;
    }
}
.report_section_top_desc_includes_gameinfo_box .report_section_top_desc_includes_gameinfo_img_box{
    display: inline-block;
    max-width: 200px;
}
@media only screen and (max-width: 768px){
    .report_section_top_desc_includes_gameinfo_box .report_section_top_desc_includes_gameinfo_img_box{
        display: block;
        max-width: 100%;
    }
}
.report_section_top_desc_includes_gameinfo_box .report_section_top_desc_includes_gameinfo_img_box img{
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}
@media only screen and (max-width: 768px){
    .report_section_top_desc_includes_gameinfo_box .report_section_top_desc_includes_gameinfo_img_box img{
        margin: 0 auto;
        max-width: 200px;
    }
}


.report_privacypolicy{
    margin-top: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #808080;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.report_privacypolicy a{
    color: deepskyblue;
}



.report_section_faq_box{
    margin-top: 30px;
}
.report_section_faq_box .report_section_faq_top_box{
    padding: 0; margin: 0;
    list-style: none;
}
.report_section_faq_top_box .report_section_faq_question{
    background-color: #191f2b; /* de #23282d para #191f2b */
    margin-bottom: 5px;
}
.report_section_faq_top_box .report_section_faq_question h2{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: white;
    font-size: 26px;
    line-height: 28px;
    margin: 0 10px;
}
.report_section_faq_top_box .report_section_faq_question p{
    margin: 0 10px; padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 20px;
    color: #dedede;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    display: none;
}
.report_section_faq_question:hover p{
    display: block;
}


.report_form_textBox{
    margin-left: 10px;
    width: 100%;
}
body.free .report_form_textBox{
    margin: 10px 0;
}
@media only screen and (max-width: 768px){
    .report_form_textBox{
        margin: 10px 0;
    }
}
.report_form_text{

}
.report_form_text label{
    display: block;
}
.report_form_text input, .report_form_text textarea{
    background-color: transparent;
    border: none;
    outline: none;
    display: block;
}
.report_form_text textarea{
    resize: none;
}
.report_form_text .text{
    margin: 0;
    background-color: #182226;
    width: 100%;
    max-width: calc(100% - 20px);
    padding: 10px;
    color: #808080;
    opacity: 1;
    visibility: visible;
}
.text_warning_limitSize{
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 10px 0;
}
.report_form_text .submit{
    background-color: white;
    color: black;
    padding: 5px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
}
@media only screen and (max-width: 768px){
    .report_form_text .submit{

    }
}
.report_form_text .submitBox{
    text-align: right;
}
@media only screen and (max-width: 768px){
    .report_form_text .submitBox{
        text-align: center;
    }
}
.report_form_error{
    padding: 10px 5px;
    max-width: calc(100% - 10px);
    background-color: darkred;
    color: white;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}
.report_form_send{
    padding: 10px 5px;
    max-width: calc(100% - 10px);
    background-color: darkgreen;
    color: white;
    font-size: 16px;
    line-height: 18px;
    border-radius: 3px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin: 0 0 15px 0;
}
body.free .report_form_send{
    margin: 15px 0;
}





.selectGames_BoxFixed{
    position: fixed;
    top: 0;
    left: -100vw;
    right: 0;
    bottom: 0;

    background-color: rgba(0,0,0,0.85);
    visibility: hidden;
    opacity: 0;
    max-width: 100vw;
}
.selectGames_BoxFixed.visible{
    left: 0;
    visibility: visible;
    opacity: 1;
}

.selectGames_BoxFixed_content{
    background-color: #121418;
    color: #888888;
    overflow-y: auto;
    max-height: 100vh;
    height: 100%;
    padding: 10px;
    max-width: calc(100% - 20px);
    position: relative;
}
.selectGames_BoxFixed_content_closeButton{
    position: fixed;
    top: 0;
    right: 0;
    color: white;
    font-weight: bolder;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.selectGames_BoxFixed_content_top{
    font-size: 20px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}
.selectGames_BoxFixed_content_list{
    margin: 0 0 0 10px;
    padding: 0 0 20px 0;
}
.selectGames_BoxFixed_content_list li{
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.selectGames_BoxFixed_content_list li a{
    color: deepskyblue;
}
.selectGames_BoxFixed_content_listItem{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}
.selectGames_BoxFixed_content_listItem_imgBox{
    max-width: 75px;
}
.selectGames_BoxFixed_content_listItem_imgBox img{
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
.selectGames_BoxFixed_content_listItem_name{
    margin-left: 5px;
}
.selectGames_BoxFixed_content_error{

}