.report-wrapper {
    position: fixed;
    top: 10%;
    left: 25%;
    width: 50%;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    z-index: 100001;
    border-radius: 5px;
    overflow: hidden;
}

.report-wrapper:before {
    content: "";
    background: #000000a6;
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.report-wrapper .content-wrapper {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    background: #292929;
}

.report-wrapper .content-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.report-wrapper .content-wrapper .content-container .content .close {
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0;
    display: block;
}

.report-wrapper .content-wrapper .content-container .content .close a {
    display: block;
    padding: 10px 20px;
    height: 40px;
}

.report-wrapper .content-wrapper .content-container .content .close .fechar-icon {
    height: 18px;
    float: none;
    fill: rgba(0, 0, 0, .5);
    margin-top: 10px;
    display: inline-block;
}

.report-wrapper .content-wrapper .content-container .content h2 {
    display: table;
    padding: 10px;
    height: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'Roboto';
    color: #fff;
    width: 100%;
    line-height: 50px;
    background: #2f2f2f;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
}

.report-wrapper .report-container .report-content .checkboxes {
    width: 100%;
    padding: 20px 10px;
    text-align: left;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.report-wrapper .report-container .report-content .checkboxes li {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.report-wrapper .report-container .report-content .checkboxes input[type=checkbox] {
    display: none;
}

.report-wrapper .report-container .report-content label {
    padding-left: 40px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    font-family: 'Roboto';
    float: left;
    display: block;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.report-wrapper .report-container .report-content label:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -8px;
    left: 0;
    border: 2px solid var(--principal);
}

.report-wrapper .report-container .report-content .checkboxes input[type=checkbox]:checked+label:before {
    background: var(--principal)
}

.report-wrapper .report-container .report-content .button {
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 95px;
    padding: 0 25px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0;
    border: 0;
    background: 0 0;
}

.report-wrapper .report-container .report-content .button .report-button {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    background: var(--principal);
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    width: 100%;
    border: none;
    line-height: 70px;
    cursor: pointer;
    transition: .5s ease;
}

.noticia {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 25px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px;
    font-family: 'Roboto';
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: normal;
    background: #44d46a;
    z-index: 1000;
}

.noticia.noticia-error {
    background: #d45f44;
}

@media (max-width: 780px) {
    .report-wrapper {
        left:6%;
        width: 90%
    }
}

@media (max-width: 680px) {
    .control .controles ul li.report_video span.text {
        display: none
    }

    .report-wrapper .report-container .report-content .checkboxes li {
        width: 100%
    }

    .report-wrapper .report-container .report-content label {
        font-size: 15px
    }
}

@media(max-width: 780px) {
    .report-wrapper {
        left: 5%;
        width: 90%;
    }
    
    .report-wrapper .report-container .report-content .checkboxes li {
        width: 100%;
    }

    .report-wrapper .report-container .report-content label {
        font-size: 15px;
    }
}