.answerComment__form {
    padding: 10px;
    border-radius: 8px;
	margin-top: 10px;
    background: whitesmoke;
    /* border: 1px solid rgb(219, 219, 219); */
}


.answerComment__input {
    display: block;
    background: #fff;
    height: 120px;
	max-height: 50vh;
    padding: 10px;
    border: 1px solid #c7c7c7;
    overflow-y: auto;
    overflow-x: hidden;
    resize: vertical;
    word-wrap: break-word;
    width: 100%;
	font-size:16px;
    border-radius: 16px;

}

.complit_q-seting {
    display: flex;
    align-items: center;
    /* background: #ffffff; */
    width: 100%;
    position: relative;
    padding: 10px 0 0;
}

.answerEditBtn + .answerEditBtn{
    margin-left: 5px;
}

.complit_q-tag-i{
	font-style: italic
}
.complit_q-tag-b{
	font-weight: bold;
}
.complit_q-tag-u{
	text-decoration: underline;
}
.complit_q-tag-q{
	text-decoration: none;
}

.btn_save_question_answer {
	cursor: pointer;
}
.btn_save_question_answer:disabled {
	background-color: #ffd299;
}

.ansver_q-notice,
.ansver_q-notice ol li {
    color: #000;
    font-size: 14px;
}
.ansver_q-notice {
    border-radius: 8px;
    background: rgba(255, 162, 0, 0.25);
    padding: 10px;
    margin: 0 0 12px 0;
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
}
.ansver_q-notice strong {
    color: #ff0000;
    display: inline-block;
}
.ansver_q-notice ol {
    padding: 0 0 0 16px;

}
.ansver_q-notice ol li {
    margin-bottom: 4px;
}
.ansver_q-notice ol li:last-of-type {
    margin-bottom: 0px;
}

.subntf {
    animation: subntf ease forwards 2500ms;
}
.letters_counter {
    color: rgb(114, 114, 124);
    display: block;
    font-size: 12px;
}

.answer_file_form-inner{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin: 15px 0 0 0;
}

.answer_preview_file {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.answer_preview_file__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 5px 5px 5px 10px;
	margin: 0 10px 10px 0;
	background-color: #fff;
	border-radius: 16px;
}
.answer_preview_file__item span {
	border-radius: 50%;
	background-color: #ababab;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	cursor: pointer;
}

.answer_preview_file__item span svg {
	fill: #ffffff;
	height: 10px;
	width: 10px;
	margin: 0;
}

.answer_file_form__label {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 10px;
}

.answer_file_form__btn {
	fill: #575757;
	height: 16px;
	width: 16px;
	margin: 0 5px 0 0;
}

@keyframes subntf{
    0%{
        transform: translate(-50%, 100%);
        opacity: 0;
    }
    30%{
        transform: translate(-50%,-50%);
        opacity: 1;
    }
    90%{
        transform: translate(-50%,-50%);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%);
        opacity: 0;
    }
}

.subnotify {
    position: fixed;
    bottom:0;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%, 100%);
}

@media (max-width:500px) {
    .complit_q-seting {
        flex-wrap: wrap;
    }
    .answerSend {
		display: flex;
        margin: 5px 0 auto auto;
        align-self: flex-end;
		justify-content: space-between;
        /*justify-self: flex-end;*/
    }
}

.complaint_form__select {
	padding: 10px;
	outline: none;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 20px;
	font-family: verdana, sans-serif;
	margin-bottom: 10px;
	width: 100%;
}
.complaint_form__select option {
	font-size: 14px;
	line-height: 20px;
	font-family: verdana, sans-serif;
}
.complaint_form__select_description {
	font-size: 18px;
	padding: 5px 0;
	color: #f40;
}

.answer_gpt_help_rules,
.answer_gpt_help_answer {
	display: none;
	background-color: #eef6fd;
	font-size: 14px;
	line-height: 22px;
	padding: 10px;
	border-radius: 6px;
	border: solid 1px #999;
	margin: 10px 0;
}
.answer_gpt_help_rules {
	background-color: #f40;
	color: #fff;
}