#lebel_form_pub_h1{
    padding: 0;
    border-radius: 4px;
    border:none;
}

.fst__wrap-form-label {
	color: #000;
	margin: 0;
}
.form_error_add{
	font-weight: bold;
	color: red;
	font-size: 18px;
}

.add_form_header {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 14px 14px;
    background: #fff;
    border: 1px #eae7e3 solid;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}

.fst__wrap-form
{
	padding-bottom: 10px;
}
.fst__wrap-form-label
{
	display: block;
	font-size: 14px;
	margin: 0px 0px 8px 0px;
}

.form_addtopic_txt
{
	width: 100%;
	height: 150px;
	padding: 5px !important;
}
.country_num,
.region_num,
.city_num
{
	margin-top: 0px !important;
}
.target_label_wrap {
	background:#f9e9b3!important;
}
.target_label{
	display: flex;
	justify-content: flex-start;
}
.target_label b{
	font-size: 16px;
	padding-top: 4px;
	margin-right: 15px;
}
@media screen and (max-width: 440px){
	.target_label b{
		font-size: 15px;
	}
	.add_form_header{
		font-size: 19px;
		padding-left: 14px;
	}
}
.active_target_label{
	background: #fbf6e5;
}
.target_label_wrap {
	padding: 14px 14px;
    border-top: 1px #eae7e3 solid;
    cursor: pointer;
}
.target_label_wrap p{
	font-size: 14px;
	color: #7f7c7a;

}
.target_label input{
	display: none;
}



.form_description{
	padding-top: 8px;
}
.form_description_slider-icon{
    transform: rotate(270deg);
    margin-left: 10px;
    fill: #003c85;
    transition:all ease 200;
}
.form_description_slider{
	color: #003c85!important;
	padding-top: 8px;
	display: inline-block;
	text-transform: lowercase;
}
.topics_create_page{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	background:#f9e9b3;
	padding-top:10px;
	margin-bottom: 30px;
	border-radius: 16px;
	box-shadow: 0px 4px 8px rgba(0, 28, 73, 0.08);
}
.topics_create_page_content blockWrapper{
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}


.lebel_form_pub{
	font-weight:bold;
	font-size:17px;
	color:#212121;
}

.target_label_wrap p{
	color: #212121;
}
#lite_editor_container *{
	background: #fff ;
}

.lite_editor_container{
	background: #fff;
}
.target_label_wrap{
	border-top: 1px solid #b7b4b1;
}
.add_form_header{
	border: 1px solid #ffd68a;
	border-bottom: none;
	    background: #f9e9b3;
}
.groups_list_form{
	width:100%;
    border: 1px #b7b4b1 solid;
    border-radius:4px;
    overflow: hidden;
    margin-bottom: 10px;
}
.groups_list_form_select{
	width: 50%;
}
.groups_list_form_select{
	width: 100%;
}
.groups_list_form_select{
	width: 100%!important;
	background: #fff;
}


@media(max-width:400px){
	.groups_list_form_select{
		border-radius: none;
	}
}


.input_topic_create{
	border: 1px solid #b7b4b1;
	border-radius: 4px;
	color: #000;
	font-size:16px;
	height: 38px;
	margin: 10px 0;
	width: 96%;
	padding: 0 2%;
	background: #ffffff;
}

::-webkit-input-placeholder {color: #7f7c7a;font-size:14px;}
::-moz-placeholder          {color: #7f7c7a;font-size:14px;}
:-moz-placeholder           {color: #7f7c7a;font-size:14px;}
:-ms-input-placeholder      {color: #7f7c7a;font-size:14px;}

.textarea_form_pub{
	margin-top: 0px;
	width: 100%;
	height: 210px;
	padding: 8px 15px;
	border: 1px solid #ccc;
	font-size: 14px;
	outline: none;
	margin-bottom:-3px;
	border-radius:0 0 4px 4px;
}

.letters_counter{
    color: rgb(114, 114, 124);
    display: block;
    font-size: 14px;
}
.fblog__add_block{
	margin:10px 0;

}
@media screen and (max-width: 670px){
	.groups_list_form_select{
		float:none;
		width:100%;
		padding-right:0;
	}
	h1{
		text-align:left !important;
	}
	.input_topic_create{
		width:96%;
	}

	.textarea_form_pub{
		margin-bottom:0;
	}
	.letters_counter{
		display:none;
	}

}


.addFormWrap{
    width: 100%;
    left: 0;
    z-index: 100;
}
.addPub-checkBoxWrap input[type='radio']{
	display: none;
}
.addPub-checkBox{
		margin-right: 0 !important;
		font-size: 18px;
		display: flex;
		padding: 10px;
		background: #ffffff;
		color: black;
		border: 1px solid #cfcfcf;
		border-radius: 10px;
		margin-bottom: 15px;
		word-break: break-word;
		white-space: normal
	}

@media (max-width: 768px) {
	.addFormWrap {
		display: flex;
		align-items: flex-start;
		padding: 10px;

	}
	.addFormWrap .customHeader {
		font-size: 20px;
		text-align: center;
		margin: 0 auto 20px;
	}
	.addForm-Form{
		width: 100%;
	}

	.addPub-checkBoxWrap{
		flex-direction: column;
	}
	.addForm-Form .lebel_form_pub{
		display: flex;
		align-items: center;
	}
	.addForm-Form .lebel_form_pub span{
		margin-right: 5px;
		font-size: 14px;
	}

	.addForm-Form .lebel_form_pub select{
		border-radius: 5px;
		flex-grow: 1;
		padding: 5px;
		border: 1px solid #b7b4b1;
	}

	.addPub-checkBox.btn_white{
		display: flex;
	}
	.addPub-checkBox input[type="radio"]{
		margin: 0;
	}
	.addFormWrap .nextScreen {
		font-size: 20px;
		color: white;
	}

	/* .screenWrap input[type="button"]{
		color: white;
	} */
}
.nextScreen{
	margin-left: auto;


}

.btnCont20{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btnCont{
	margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.formScreen1 {
	display: none;
}
.formScreen2 {
	display: none;
}

.prevScreenIcon {
	width: 14px;
	height: 14px;
	fill: #166EB7;
    vertical-align: bottom;
}
.formScreen0,
.formScreen1,
.formScreen2 {
	position: relative;
}


.lebel_header_grp{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lebel_header_cnt-text{
	color:#7f7c7a;
}
.lebel_header_cnt-text span{
	color:#7f7c7a;
}

.l-logged-urist .lite-editor--mod .lite_editor_tools.controls-bar-absolute {
	bottom: 0;
	position: absolute;
}
.l-logged-urist .lite-editor--mod .lite_editor_tools.controls-bar-fixed {
	top: 47px;
	position: fixed;
	max-width: 798px;
}

.l-logged-urist .lite-editor--mod2 .lite_editor_tools.controls-bar-absolute {
	bottom: 0;
	position: absolute;
}
.l-logged-urist .lite-editor--mod2 .lite_editor_tools.controls-bar-fixed {
	top: 47px;
	position: fixed;
	width: 89%;
}
.lite-editor--mod .lite_editor_tools.controls-bar-absolute {
	bottom: 0;
	position: absolute;
}
.lite-editor--mod .lite_editor_tools.controls-bar-fixed {
	top: 55px;
	position: fixed;
	max-width: 798px;
}


.lite-editor--mod2 .lite_editor_tools.controls-bar-absolute {
	bottom: 0;
	position: absolute;
}
.lite-editor--mod2 .lite_editor_tools.controls-bar-fixed {
	top: 55px;
	position: fixed;
	width: 89%;
}
.customHeader{
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.customInputText{
	padding: 10px;
	border-radius: 4px;
	font-size: 16px;
	width: 100%;
}
.customInputText::placeholder{
	font-size: 16px;
}

.customOption{
	/*font-size:16px;*/
	max-width: 100%;
}

#topic_name {
	border: 1px solid #b7b4b1;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
}
#topic_name[contenteditable=true]:empty:not(:focus)::before {
	content: attr(placeholder);
	color: #999;
	pointer-events: none;
}

@media (min-width: 576px) {

	.l-logged-urist .lite-editor--mod2 .lite_editor_tools.controls-bar-absolute {
		bottom: 0;
		position: absolute;
	}
	.l-logged-urist .lite-editor--mod2 .lite_editor_tools.controls-bar-fixed {
		top: 47px;
		position: fixed;
		max-width: 698px;
	}
	.lite-editor--mod2 .lite_editor_tools.controls-bar-absolute {
		bottom: 0;
		position: absolute;
	}
	.lite-editor--mod2 .lite_editor_tools.controls-bar-fixed {
		top: 55px;
		position: fixed;
		max-width: 698px;
	}
}
/* forum/add_title_form.twig */

@media (min-width: 576px) {
	.l-logged-user .lite-editor--mod .lite_editor_tools.lite_editor_tools__fix,
	.l-not-logged .lite-editor--mod .lite_editor_tools.lite_editor_tools__fix {
		top: 94px;
	}
}