#f2_editor_choose_official_message .f2-rdtxt button.f2-btn{
	padding:0;
	border-bottom: none;
	margin-right:0;
}
#f2_editor_choose_official_message .f2-rdtxt button.f2-btn i{
	font-size: 24px;
	margin-right: 0;
}
#f2_editor_choose_official_message .f2-rdtxt .fwb{
	margin-bottom:0;
}

#f2_manage_abuse_reports .f2_moreOptions, #f2_manage_user_texts .f2_moreOptions {
    width: 180px;
    height: auto;
    position: absolute;
    top: -5px;
    left: 130px;
    display: none;
    list-style-type: none;
    margin: 0;
    background: var(--black);
    color: var(--white);
    padding: 20px 20px 20px 35px;
    z-index: 55;
}

#f2_manage_abuse_reports .f2_moreOptions_right, #f2_manage_user_texts .f2_moreOptions_right {
    left: unset;
    right: 115px;
    padding: 20px 35px 20px 20px;
}

.f2-abuse-report-editor-card .f2-radio, .f2-user-text-editor-card .f2-radio {
	padding-right: 10px;
	display:inline-block;
	padding-left:20px;
}

.f2-abuse-report-editor-card .f2-btn_roza, .f2-user-text-editor-card .f2-btn_roza {
	margin: 0; 
	height: 36px;
}
.f2-abuse-report-editor-card .ff2-dot_v, .f2-user-text-editor-card .ff2-dot_v {
    position: relative;
    z-index: 56;
}
.f2-abuse-report-editor-card .f2-feed_title, .f2-user-text-editor-card .f2-feed_title {
	width:50%;
}
.f2-abuse-report-editor-card .f2-feed_title.right, .f2-user-text-editor-card .f2-feed_title.right {
	text-align: right;
}
.f2-abuse-report-editor-card-inner {
	display:flex;align-content: space-between;
}
.f2-abuse-report-editor-card-left{
	display:flex;
}
.f2-abuse-report-editor-card-right{
	display:flow-root;
}
#f2_manage_abuse_reports .icon.ff2-paper-plane.f2-pointer, #f2_manage_user_texts .icon.ff2-paper-plane.f2-pointer {
	margin-top: -40px;z-index:2;position: absolute;right: 0;
}
#f2_manage_user_texts .icon.ff2-paper-plane.f2-pointer.f2-corrected {
	margin-top: 6px;
}
.f2-abuse-report-editor-card .f2-feed_title.right .f2-gender, .f2-user-text-editor-card .f2-feed_title.right .f2-gender {
	justify-content: end;
	margin-right: 2px;
}

.f2-abuse-report-editor-card form input ~ label, .f2-user-text-editor-card form input ~ label {
	padding:5px 15px !important;
	border-radius: 8px;
}
.f2-abuse-report-editor-card form input, .f2-user-text-editor-card form input {
	visibility: hidden;
	width:5px;
}
.f2-abuse-report-editor-card form input ~ label.f2-radio, .f2-user-text-editor-card form input ~ label.f2-radio {
    background-color: var(--black) !important;
}
.f2-abuse-report-editor-card form input:checked ~ label.f2-radio, .f2-user-text-editor-card form input:checked ~ label.f2-radio {
    background-color: var(--roza) !important;
}

#f2_manage_ff_validators .searchButton {
	position: absolute;
    right: 5px;
    top: 10px;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
}

#f2_manage_ff_validators #f2_add_validator_fruit {
	margin: 0px 0 40px;
	border-bottom: 1px solid var(--black);
}

#f2_manage_ff_validators .f2-input-wrap {
	display: flex; 
	height: 50px
}

#f2_manage_ff_validators .f2-label {
	top: -5px;
}

@media only screen and (max-width:720px) {
	#f2_editor_check_photos_videos #f2_lpanelGallery .f2-gumb{
		padding:0;
	}
	#f2_editor_check_photos_videos button.f2-btn_roza,#f2_editor_check_photos_videos button.f2-btn_black{
		height:36px;
		font-size: 17px;
		padding:0 10px;
	}
	#f2_editor_check_photos_videos #f2_photo_caption{
		margin:12px 0 0 0;
	}
	
	#f2_editor_check_photos_videos #f2_gallery_item_dt{
		min-height:420px;
		max-height:420px
	}
	#f2_editor_check_photos_videos #f2_photo_caption{
		min-height:36px;
	}
	#f2_manage_abuse_reports .f2-page-content, #f2_manage_user_texts .f2-page-content {
		padding: 0 !important;
	}
	
	#f2_manage_abuse_reports .mainTitle, #f2_manage_user_texts .mainTitle {
		margin: 0 16px !important;
	}
	
	#f2_manage_abuse_reports .filter, #f2_manage_user_texts .filter {
		margin: 0 16px 25px !important;
	}
	.f2-abuse-report-editor-card-inner {
		padding-right: 1px;
	}
	.f2-abuse-report-editor-card .f2-gender, .f2-user-text-editor-card .f2-gender {
		font-size: 14px;
		white-space: nowrap;
	}
	.f2-abuse-report-editor-card .f2-w100, .f2-user-text-editor-card .f2-w100 {
		display:grid;
	}
	.f2-abuse-report-editor-card .f2-radio, .f2-user-text-editor-card .f2-radio {
		padding-right: 0;
	}
	.f2-abuse-report-editor-card .fcs, .f2-user-text-editor-card .fcs {
		padding: 0 16px;
		font-size: 14px;
	}
	.f2-abuse-report-editor-card .f2-feed_title.right .f2-gender, .f2-user-text-editor-card .f2-feed_title.right{
		margin-right: -10px;
	}
}
@media only screen and (max-width:480px) {

	#f2_editor_check_photos_videos #f2_gallery_item_dt{
		min-height:320px;
		max-height:320px
	}
}


