#reportModal {
    background: #000000a3;
}
.modal.fade.show {
    opacity: 1;
}
.center-content {
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto!important;
}
#reportModal .modal-content {
    background: transparent;
    border: 0;
    box-shadow: none;
}
#reportModal .modal-header {
    color: #fff;
    padding: 15px 0;
    border: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#reportModal .modal-title {
    margin-left: 0;
    margin-right: auto;
}
.btn.btn-modal-close {
    position: relative;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn.btn-modal-close:focus {
    outline: none;
}
.btn.btn-modal-close:before,
.btn.btn-modal-close:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}
.btn.btn-modal-close:after {
    transform: rotate(-45deg);
}
.modal-checkbox div {
    clear: both;
    overflow: hidden;
}
.modal-checkbox label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.modal-checkbox input[type="radio"]:empty,
.modal-checkbox input[type="checkbox"]:empty {
    display: none;
}
.modal-checkbox input[type="radio"]:empty ~ label,
.modal-checkbox input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: normal;
    padding-left: 45px;
    font-size: 14px;
    margin-top: 0;
    min-height: 104px;
    margin-bottom: 40px;
    cursor: pointer;
    user-select: none;
    padding: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #cc4a3a;
    transition: all .4s ease;
    border: 0;
    text-align: center;
    border-radius: 6px;
}
.modal-checkbox input[type="radio"]:checked ~ label,
.modal-checkbox input[type="checkbox"]:checked ~ label {
    background: #82291f;
    box-shadow: inset 0px 0px 18px 2px #333333;
}
.modal-checkbox-info svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    margin-bottom: 10px;
}
textarea.form-control {
    font-size: 14px;
    margin-bottom: 20px;
    height: auto;
    background: #0b0c0e;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    transition: all .4s ease;
    border: 2px solid #cc4a3a;
    margin-bottom: 40px;
}
textarea.form-control:focus {
    background: #0b0c0e;
    color: #fff;
    outline: none;
    border-color: #9f3529;
}
.modal-footer .btn {
    font-size: 16px;
}
.btn.btn-modal,html button.report-button 
{
    background: #cc4a3a;
    border: none;
    padding: 8px 40px;
    color: #fff !important;
    font-size: 16px;
    transition: all .4s ease;
    border-radius: 6px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 10px 30px;
    margin-bottom: 15px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.btn-modal:focus,
html button:focus {
    outline: 0;
    box-shadow: none;
}
.btn.btn-modal:hover,
html button.report-button:hover {
    color: #fff;
    background: #9f3529;
}
.btn.btn-modal.btn-cancel {
    background: transparent;
    border: 1px solid #cc4a3a;
    color: #cc4a3a;
}
.btn.btn-modal.btn-cancel:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #cc4a3a;
}
#reportModal .modal-footer {
    border: none;
    margin: 0;
    padding: 0;
}
#captcha_container 
{
    margin-bottom: 20px;
}
.report-success,
.report-error {
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #cc4a3a;
    border-radius: 6px;
    color: #cc4a3a;
    background: #fff;
}
.report-success {
    font-size: 20px;
    background: transparent;
    color: #fff;
    border-color: green;
    margin: 0 20px 0 0;
    width: calc(100% - 20px);
}