.report-popup {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
	transition: opacity 0.2s;
}

.report-popup-content {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 24px 12px rgb(0 0 0 / 15%);
    background-color: #212121;
    padding: 20px;
    width: 80%;
    max-width: 400px;
}

@media (max-width: 767.98px){
.report-popup-content {
    width: 90%;
	}}

.close-report-popup {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-report-popup:hover,
.close-report-popup:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

input#report_submit {
    font-size: 14px;
    color: white !important;
    background-color: #0b57d0 !important;
    padding: 8px 21px 8px 21px;
    line-height: 1.3333333;
    font-weight: 400;
    text-align: center;
    margin: 8px 0;
    border-radius: 20px;
    height: 40px;
    font-weight: 500 !important;
    border: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
}

input#report_submit:hover {
	filter: brightness(110%);
}

.report-popup-content h4 {
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 100;
    letter-spacing: 0.1px;
	cursor: default;
	user-select: none;
}

.report-post-form-details textarea {
    background: var(--owl-tag) !important;
    border: solid 2px var(--owl-tag) !important;
    padding: 7px 12.5px !important;
    width: 100% !important;
    max-height: 75px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}

.report-post-form-details textarea:focus {
	background: var(--owl-tag) !important;
    outline: none !important;
    border: solid 2px #1A73E8 !important;
    color: #fff !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
}

.report-post-form-email input[type="email"] {
    background: var(--owl-tag) !important;
    height: 40px !important;
    max-height: 40px !important;
    font-size: 15px !important;
    border: solid 2px var(--owl-tag) !important;
    padding: 4px 12.5px !important;
    width: 100% !important;
    margin-bottom: 7px !important;
    z-index: 9 !important;
    position: relative !important;
    border-radius: 8px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
}

.report-post-form-email input[type="email"]:focus {
	background: var(--owl-tag) !important;
    outline: none !important;
    border: solid 2px #1A73E8 !important;
    color: #fff !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out !important;
}

label.report-post-form-label {
    color: #fff;
    font-weight: 100;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: .5rem;
	user-select: none;
}

.report-post-form-buttons {
    margin: 0;
    text-align: center;
	margin-top: 6px;
}

.report-post-form-reason {
    margin-bottom: -10px;
}

.radio.radio-inline {
    padding: 7px 14px;
    background: var(--owl-tag)!important;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
    max-height: 35px!important;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.radio.radio-inline:hover {
	  background: var(--owl-tag-hover)!important;
}

.radio.radio-inline.clicked {
    background-color: var(--owl-tag-hover)!important;
}

.report-post-form-reason-content {
    display: inline-block;
    margin-bottom: 10px;
	user-select: none;
	width: 100%;
}

form#report-post-form input::placeholder, textarea::placeholder {
    opacity: 0.8;
}

span.close-report-popup {
    max-width: 24px;
}

.hidden-radio {
    display: none;
}