#masthead,
#content,
#colophon {
	--el-color-primary: #1e1e1e !important;
	background: #f4f4f4;
}

#content > .content-wrap {
	padding: 40px 0;
}

.fst_client_app_heading,
.fst_login_form_auth_heading {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
	text-align: center;
	color: #1e1e1e;
	margin-top: 60px;
}

.fst_login_form_auth_wrapper {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0 20px 40px 0 rgba(30, 30, 30, 0.02);
}

.fst_login_form_auth_wrapper .fst_login_wrapper {
	max-width: 100%;
}

.fst_login_form_auth_wrapper form#loginform {
	padding: 42px 30px 30px;
}

.fst_login_form_auth_wrapper label {
	display: inline-block !important;
	font-size: 14px;
	font-weight: 400 !important;
	color: #a9a9a9;
	margin-bottom: 6px;
}

.fst_login_form_auth_wrapper .login-remember label {
	display: inline-flex !important;
	align-items: center;
	margin-bottom: 0 !important;
}

.fst_login_form_auth_wrapper .login-remember input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.fst_login_form_auth_wrapper .login-remember input[type=checkbox]::before {
	border-color: #1e1e1e;
}

.fst_login_form_auth_wrapper .login-remember input[type=checkbox]::after {
	background-color: #1e1e1e;
}

.fst_login_form_auth_wrapper .login-submit {
	position: relative;
}

.fst_login_form_auth_wrapper p {
	margin-bottom: 18px !important;
}

.fst_login_form_auth_wrapper input[type=text] {
	line-height: 1.4;
	margin-top: 2px !important;
	background: #ffffff;
	font-weight: 500;
	color: #1e1e1e;
	font-size: 16px;
	border: 1px solid #dcdfe6 !important;
	border-radius: 4px;
	padding: .5em 1em;
	height: 44px;
	box-shadow: 0 0 0 2px rgba(30, 30, 30, 0);
	transition: none !important;
}

.fst_login_form_auth_wrapper input[type=text]:focus {
	border-color: #cbd5e0 !important;
	box-shadow: 0 0 0 2px #e7e7e7 !important;
}

.fst_login_form_auth_wrapper input[type=text][aria-invalid=true] {
	box-shadow: 0 0 0 2px #f56c6c;
}

.fst_login_form_auth_wrapper [type=submit] {
	height: 49px;
	padding: 8px !important;
	border-radius: 4px !important;
	background: #131313 !important;
	font-weight: 600;
	text-transform: uppercase;
	width: 100%;
	color: #ffffff;
	border: none;
}

.fst_login_form_auth_wrapper [type=submit]:hover {
	background: #424242 !important;
}

.fst_login_form_auth_wrapper [type=submit]:disabled {
	color: transparent;
}

.fst_login_form_auth_wrapper .login-submit svg {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	height: 24px;
}

.fst_login_form_auth_wrapper [type="submit"]:disabled + svg {
	display: block;
}

.fst_login_form_auth_wrapper .error.text-danger {
	font-size: 14px;
	font-weight: 500;
}

.fst_login_form_auth_wrapper .error.text-danger a {
	color: #f56c6c;
	text-decoration: underline;
}

.fst_login_form_auth_wrapper .error.text-danger a:hover {
	text-decoration: none;
	opacity: .7;
}

.fst_client_portal {
	overflow: hidden;
	--el-font-weight-primary: 400;
	box-shadow: 0 20px 40px 0 rgba(30, 30, 30, 0.02);
}

.fst_client_portal .fs_tk_header {
	border-radius: 0 !important;
	background: #ffffff !important;
	border: none !important;
	padding: 30px 30px 20px !important;
}

.fst_client_portal .fs_tk_header h3 {
	font-size: 21px !important;
	font-weight: 600 !important;
	color: #1e1e1e !important;
}

.fst_client_portal .fs_th_header .fs_tk_actions .fs_refresh_button,
.fst_client_portal .fs_th_header .fs_tk_actions .fs_all_button,
.fst_client_portal .fs_th_header .fs_tk_actions .fs_close_button,
.fst_client_portal .fs_all_tickets .fs_tk_actions .fs_view_all_button {
	padding: 8px 12px !important;
	font-weight: 700 !important;
	color: #1e1e1e !important;
	transition: none;
	background: #ffffff !important;
	border: 1px solid #dcdfe6 !important;
	border-radius: 4px;
	font-size: 12px;
	height: auto;
}

.fst_client_portal .fs_th_header .fs_tk_actions .fs_refresh_button:hover,
.fst_client_portal .fs_th_header .fs_tk_actions .fs_all_button:hover,
.fst_client_portal .fs_th_header .fs_tk_actions .fs_close_button:hover,
.fst_client_portal .fs_all_tickets .fs_tk_actions .fs_view_all_button:hover {
	background: #E7E7E7 !important;
	border-color: #E7E7E7 !important;
}

.fst_client_portal .fs_th_header .fs_tk_actions .fs_close_button {
	font-weight: 600 !important;
	border: none !important;
	background: #1e1e1e !important;
	color: #ffffff !important;
}

.fst_client_portal .fs_th_header .fs_tk_actions .fs_close_button:hover {
	background: #424242 !important;
}

.fst_client_portal .fs_th_header .fs_tk_actions .el-button + .el-button {
	margin-left: 5px;
}

.fst_client_portal .fs_th_header .fs_tk_actions .fs_refresh_button .el-loading-spinner {
	padding-top: 1em !important;
}

.fst_client_portal .fs_th_header .fs_tk_actions .fs_refresh_button .el-loading-spinner .circular {
	width: 18px !important;
	height: 18px !important;
}

.fst_client_portal .fs_tk_body {
	background: #ffffff !important;
	border-radius: 0 !important;
	border: none !important;
	padding: 0 30px 30px !important;
}

.fst_client_portal .fs_tk_body .el-form textarea {
	height: 15em;
	font-size: 16px;
	padding: 10px !important;
	border-radius: 4px !important;
	line-height: 1.72 !important;
	border-color: #dcdfe6 !important;
}

.fst_client_portal .fs_tk_body .el-form textarea:focus {
	box-shadow: 0 0 0 2px #e7e7e7 !important;
	border-color: #cbd5e0 !important;
}

.fst_client_portal .fs_tk_left,
.fst_client_portal .fs_tk_right {
	height: 44px;
	display: flex;
	align-items: center;
}

.fst_client_portal .fs_tk_right {
	justify-content: flex-end;
}

.fst_client_portal .fs_tk_left .fs_btn {
	padding: 8px 12px !important;
	font-weight: 600 !important;
	color: #1e1e1e !important;
	position: relative;
	transition: none;
}

.fst_client_portal .fs_tk_left .fs_btn_active {
	border: 1px solid #131313 !important;
	box-shadow: 0 0 0 2px rgba(30, 30, 30, 0.2) !important;
	background-color: #131313 !important;
	color: #ffffff !important;
	z-index: 10;
}

.fst_client_portal .fs_tk_right .fs_btn {
	height: 44px;
	padding: 8px 16px !important;
	border-radius: 4px !important;
	background: #131313 !important;
	font-weight: 600 !important;
	color: #ffffff !important;
	border: none;
	transition: none;
}

.fst_client_portal .fs_tk_right .fs_btn_create_ticket:hover {
	background: #424242 !important;
}

.fst_client_portal .fs_tk_right .fs_btn_logout {
	position: relative;
	background: #ffffff !important;
	border: 2px solid #e7e7e7 !important;
	color: #1e1e1e !important;
	margin-right: 5px !important;
}

.fst_client_portal .fs_tk_actions .fs_btn_logout:hover {
	background: #e7e7e7 !important;
}

.fst_client_portal .fs_tk_actions .fs_btn_logout.loading {
	color: transparent !important;
}

.fst_client_portal .fs_tk_actions .fs_btn_logout svg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 24px;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.fst_client_portal .fs_tk_actions .fs_btn_logout svg path {
	fill: #1e1e1e;
}

.fst_client_portal .fs_tk_col {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.fst_client_portal a.fs_tk_preview {
	display: block;
}

.fst_client_portal .fs_btn {
	font-weight: 400 !important;
	padding: 10px 20px !important;
}

.fst_client_portal .el-input__wrapper {
	padding: 0 !important;
	position: relative;
	z-index: 10;
	border: 1px solid #dcdfe6 !important;
	box-shadow: none !important;
	transition: none !important;
}

.fst_client_portal .el-input__wrapper input {
	font-size: 16px;
	height: 44px;
	padding: 0 15px !important;
	border: none !important;
	background: transparent;
	color: #131313;
}

.fst_client_portal .el-input__wrapper.is-focus {
	border-color: #cbd5e0 !important;
	box-shadow: 0 0 0 2px #e7e7e7 !important;
}

.fst_client_portal .fs_search_bar .el-input__suffix {
	padding: 10px !important;
}

.fst_client_portal .fs_search_bar .el-input__suffix-inner > :first-child {
	font-size: 20px !important;
	color: #929292 !important;
}

.fst_client_portal .fs_search_bar .el-input-group__append {
	box-shadow: none !important;
	background-color: #f4f4f4;
}

.fst_client_portal .fs_search_bar .el-input-group__append:hover {
	box-shadow: none !important;
	background-color: #e7e7e7;
}

.fst_client_portal .fs_search_bar .el-button {
	padding: 0 15px;
}

.fst_client_portal .fs_search_bar .el-button .el-icon {
	font-size: 17px;
	color: #131313;
}

.fst_client_portal .el-form--label-top .el-form-item__label label {
	margin-bottom: 0;
}

.fst_client_portal .el-form--label-top label {
	display: inline-block !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	color: #1e1e1e !important;
}

.fst_client_portal p.fs_tk_help,
.fst_client_portal .el-upload__tip {
	font-size: 14px !important;
	color: #929292 !important;
}

.fst_client_portal .fs_table {
	overflow: hidden;
	margin-bottom: 0 !important;
	border-radius: 3px;
}

.fst_client_portal .fs_table thead {
	border-bottom-width: 1px !important;
}

.fst_client_portal .fs_table thead th {
	font-weight: 700 !important;
	color: #131313 !important;
	padding: 15px 0 !important;
	font-size: 15px;
}

.fst_client_portal .fs_table tbody td {
	padding: 15px 0 !important;
}

.fst_client_portal .fs_table tbody td:first-of-type {
	width: 45%;
}

.fst_client_portal .fs_table tbody td:nth-of-type(2) {
	width: 8%;
}

.fst_client_portal .fs_table tbody td[colspan="4"] p:only-child {
	margin-bottom: 0;
	padding: 20px;
	color: #929292;
}

.fst_client_portal .fs_table thead,
.fst_client_portal .fs_table tbody tr {
	border-color: #dcdfe6 !important;
}

.fst_client_portal .fs_table tbody tr:nth-of-type(2n) {
	background: #ffffff !important;
}

.fst_client_portal .fs_table tbody tr:last-of-type {
	border-bottom: none !important;
}

.fst_client_portal .fs_table td strong {
	color: #1e1e1e !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 1.6 !important;
}

.fst_client_portal .fs_table .fs_tk_preview {
	font-size: 14px !important;
	line-height: 1.2 !important;
}

.fst_client_portal .fs_table .fs_tk_preview p {
	color: #a7a7a7 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 360px;
}

.fst_client_portal .fs_table .fs_tk_status .el-tag {
	--el-tag-text-color: #727272;
	height: auto !important;
	padding: 5px 6px !important;
	font-size: 12px !important;
}

.fst_client_portal .fs_table .fs_tk_status .el-tag.el-tag--primary,
.fst_client_portal .fs_table .fs_tk_status .el-tag.el-tag--success {
	--el-tag-text-color: #ffffff;
	--el-tag-bg-color: #1e1e1e;
	--el-tag-border-color: #1e1e1e;
	--el-tag-hover-color: #1e1e1e;
}

.fst_client_portal .fs_table .fs_tk_status .el-tag.el-tag--info,
.fst_client_portal .fs_table .fs_tk_status .el-tag.el-tag--danger,
.fst_client_portal .fs_table .fs_tk_status .el-tag.el-tag--error,
.fst_client_portal .fs_table .fs_tk_status .el-tag.el-tag--warning {
	--el-tag-text-color: #727272;
	--el-tag-bg-color: #e7e7e7;
	--el-tag-border-color: #e7e7e7;
	--el-tag-hover-color: #e7e7e7;
}

.fst_client_portal .fs_table .fs_tk_status .el-tag.el-tag--plain {
	--el-tag-border-color: #e7e7e7;
	--el-tag-text-color: #727272;
}

.fst_client_portal .fs_table span.fs_thread_count {
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	color: #a7a7a7;
	margin: 0 !important;
	padding-top: 2px;
	min-height: 24px;
}

.fst_client_portal .fs_table span.fs_tk_date {
	font-size: 14px !important;
	color: #a7a7a7 !important;
}

.fst_client_portal .el-form .fs_create_button {
	height: 44px;
	padding: 8px 30px !important;
	transition: none !important;
	border-radius: 4px !important;
	background: #131313 !important;
	font-weight: 600;
	color: #ffffff;
	border: none;
	margin-left: auto;
	cursor: pointer !important;
}

.fst_client_portal .fs_button_groups button {
	padding: 8px 10px !important;
	font-weight: 600 !important;
	font-size: 13px;
	color: #1e1e1e;
}

.fst_client_portal .fs_button_groups button:disabled {
	font-weight: 400 !important;
}

.fst_client_portal button:disabled {
	cursor: auto !important;
}

.fst_client_portal .el-form .fs_create_button:hover,
.fst_client_portal .el-form .fs_create_button.el-loading-parent--relative {
	background: #424242 !important;
}

.fst_client_portal .el-loading-mask {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.fst_client_portal .el-loading-spinner {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 100% !important;
	height: 100% !important;
}

.fst_client_portal .el-loading-spinner .path {
	stroke: #1e1e1e !important;
	stroke-linecap: square !important;
}

.fst_client_portal .el-form .fs_create_button .el-loading-spinner .circular {
	width: 24px !important;
	height: 24px !important;
}

.fst_client_portal .el-form-item__error {
	font-size: 14px !important;
	font-weight: 500 !important;
	margin-top: 10px;
	padding-top: 0;
	display: inline-block;
}

.fst_client_portal .fs_attachments_form {
	padding: 10px 0;
}

.fst_client_portal .fs_attachments_form .fs_attachment_button {
	padding: 8px 20px !important;
	line-height: 1.6 !important;
	height: auto !important;
	transition: none !important;
	border-radius: 4px !important;
	background: #E7E7E7 !important;
	font-weight: 600;
	color: #1e1e1e;
	border: none;
}

.fst_client_portal .fs_attachments_form .fs_attachment_button:hover {
	background: #d8d8d8 !important;
}

.fst_client_portal .fs_attachments_form ul.el-upload-list.el-upload-list--picture {
	margin: 10px -4px 0;
}

.fst_client_portal .fs_attachments_form ul.el-upload-list.el-upload-list--picture li {
	margin: 4px;
	border: 1px solid #dcdfe6;
}

.fst_client_portal .fs_attachments_form ul.el-upload-list.el-upload-list--picture .el-upload-list__item-status-label {
	background: #1e1e1e !important;
}

.fst_client_portal .fs_attachments_form ul.el-upload-list.el-upload-list--picture .el-icon--close:hover {
	color: #1e1e1e !important;
}

.fst_client_portal .fs_attachments_form ul.el-upload-list.el-upload-list--picture .el-upload-list__item-name {
	color: var(--el-text-color-regular) !important;
	pointer-events: none;
}

.fst_client_portal .fst_reply_box {
	padding: 20px !important;
	border: 0 !important;
}

.fst_client_portal .fst_reply_box .fs_reply_wrap > h3 {
	font-size: 24px;
}

.fst_client_portal .fst_reply_box .fs_private_disc, .fst_client_portal .fst_reply_box .fs_public_disc {
	margin: 10px 0 !important;
}

.fst_client_portal .fst_reply_box .fs_response_actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.fst_client_portal .fst_reply_box .fs_response_actions .fs_close_checkbox {
	display: none;
}

.fst_client_portal .fst_reply_box .fs_response_actions .el-button {
	font-size: 14px;
	height: auto;
	padding: 8px 15px;
}

.fst_client_portal .fs_threads_container .fs_thread {
	overflow: visible !important;
	border-color: #dcdfe6 !important;
	margin-top: 8px;
}

.fst_client_portal .fs_threads_container .fs_thread.conversion_starter {
	border-left: 2px solid #e7e7e7 !important;
}

.fst_client_portal .fs_threads_container .fs_thread.conversion_starter::before {
	content: 'Thread Starter';
	display: block;
	color: #727272 !important;
	line-height: 1.3;
	background-color: #e7e7e7 !important;
	z-index: 10;
	font-size: 10px;
	padding: 5px 10px;
	position: absolute;
	left: -2px;
	top: -1px;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_ribbon {
	line-height: 1.3;
	position: absolute;
	top: -1px;
	left: -2px;
	z-index: 10;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_content {
	margin-top: 20px;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_avatar {
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: transparent;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_avatar img {
	display: none !important;
}

.fst_client_portal .fs_threads_container .fs_thread.fs_agent {
	border-left: 2px solid #1e1e1e !important;
}

.fst_client_portal .fs_threads_container .fs_thread.fs_agent .fs_avatar {
	background-image: url("data:image/svg+xml,%3Csvg width='390' height='390' viewBox='0 0 390 390' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='390' height='390' rx='195' fill='%231E1E1E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M214 100H176H138V138H100V176V214H138V252V290H176V252V214V176H214V214V252V290H252V252V214H290V176V138H252V100H214ZM252 138V176H214V138H252ZM176 176H138V138H176V176Z' fill='white'/%3E%3C/svg%3E%0A");
}

.fst_client_portal .fs_threads_container .fs_thread.fs_agent .fs_thread_ribbon {
	background-color: #1e1e1e !important;
}

.fst_client_portal .fs_threads_container .fs_thread.fs_customer {
	border-left: 2px solid #e7e7e7 !important;
}

.fst_client_portal .fs_threads_container .fs_thread.conversion_starter .fs_avatar,
.fst_client_portal .fs_threads_container .fs_thread.fs_customer .fs_avatar {
	background-image: url("data:image/svg+xml,%3Csvg width='390' height='390' viewBox='0 0 390 390' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='390' height='390' rx='195' fill='%23E7E7E7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M214 100H176H138V138H100V176V214H138V252H100V290H138H176V252H214V290H252H290V252H252V214H290V176V138H252V100H214ZM252 214H214H176H138V176H176H214H252V214Z' fill='%23727272'/%3E%3C/svg%3E%0A");
}

.fst_client_portal .fs_threads_container .fs_thread.fs_customer .fs_thread_ribbon {
	color: #727272 !important;
	background-color: #e7e7e7 !important;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_head .fs_thread_title {
	font-size: 14px;
	color: #a7a7a7;
	margin-bottom: 0;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_head .fs_thread_title strong {
	font-size: 17px;
	font-weight: 600;
	color: #1e1e1e;
	margin-right: 4px;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_head .fs_thread_actions {
	font-size: 14px !important;
	color: #a7a7a7 !important;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body {
    max-width: 740px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.72 !important;
	color: #5A5A5C;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body a {
	color: #5A5A5C !important;
	height: 1.4em;
	display: inline-block;
	border: none !important;
	border-bottom: 1px dashed #a7a7a7 !important;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body a:hover {
	border-bottom-style: solid !important;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body a:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.fst_client_portal .fs_threads_container .fs_thread.fs_customer .fs_thread_body p,
.fst_client_portal .fs_threads_container .fs_thread.conversion_starter .fs_thread_body p {
	margin-bottom: 0;
}

.fst_client_portal .fs_threads_container .fs_thread.fs_customer .fs_thread_body p:last-child:not(:empty),
.fst_client_portal .fs_threads_container .fs_thread.conversion_starter .fs_thread_body p:last-child:not(:empty) {
	margin-bottom: 1.5em;
}

.fst_client_portal .fs_threads_container .fs_thread.fs_customer .fs_thread_body p:empty + p:empty,
.fst_client_portal .fs_threads_container .fs_thread.fs_customer .fs_thread_body p:first-of-type:empty,
.fst_client_portal .fs_threads_container .fs_thread.conversion_starter .fs_thread_body p:empty + p:empty,
.fst_client_portal .fs_threads_container .fs_thread.conversion_starter .fs_thread_body p:first-of-type:empty {
	display: none;
}

.fst_client_portal .fs_threads_container .fs_thread.fs_customer .fs_thread_body p:empty::after,
.fst_client_portal .fs_threads_container .fs_thread.conversion_starter .fs_thread_body p:empty::after {
	user-select: none;
	content:     '\00A0';
	line-height: 1.6;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body strong {
	color: var(--text-color-emphasis);
	font-weight: 700;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body ol,
.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body ul,
.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body dl {
	margin: 1.5em 0;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body ol li,
.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body ul li,
.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body dl li {
	margin-bottom: .5em;
}

.fst_client_portal .fs_threads_container .fs_thread .fs_thread_body pre {
	margin: 1.5em 0 !important;
}

.fst_client_portal .fs_threads_container .fs_thread .fst_file_lists {
	border-color: #dcdfe6 !important;
	margin-top: 30px !important;
	padding-top: 12px !important;
}

.fst_client_portal .fs_threads_container .fs_thread .fst_file_lists li {
	display: flex;
	align-items: center;
}

.fst_client_portal .fs_threads_container .fs_thread .fst_file_lists .el-icon {
	color: #a7a7a7 !important;
	margin-right: 5px;
}

.fst_client_portal .fs_threads_container .fs_thread .fst_file_lists a {
	color: #1e1e1e !important;
	font-size: 13px;
	font-weight: 500;
}

.fst_client_portal .fs_threads_container .fs_thread_wrap {
	padding: 20px 25px 40px;
}

.fst_client_portal .fs_threads_container .fs_thread_wrap .fs_thread_actions {
	margin-left: 5px;
}

.fst_client_portal .fs_threads_container {
	margin-bottom: 20px;
}

.fst_client_portal .fs_threads_container .fs_thread.automated {
	border-left-color: #f3b518 !important;
}

.fst_client_portal .fs_threads_container .fs_thread.automated .fs_thread_ribbon {
	background: #f3b518 !important;
}

.fst_client_portal .wp-editor-wrap .wp-editor-tabs button {
	margin: 0 !important;
	background: #f0f0f1;
}

.fst_client_portal .wp-editor-wrap.html-active .switch-html, .fst_client_portal .wp-editor-wrap.tmce-active .switch-tmce {
	background: #f6f7f7;
}

.fst_client_portal .el-form-item__content .fs_tk_help {
	margin: 10px 0 0;
}

.fst_client_portal .fs_th_header hgroup {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fst_client_portal .fs_th_header .fs_tk_subject,
.fst_client_portal .fs_th_header .fs_tk_actions {
	display: flex;
	align-items: center;
	position: static !important;
	padding: 0 !important;
}

.fst_client_portal .fs_th_header .fs_tk_subject h2 {
	font-size: 21px !important;
	font-weight: 600 !important;
	color: #1e1e1e !important;
}

.fst_client_portal .fs_th_header .fs_tk_subject h2 span {
	color: #a7a7a7 !important;
	font-weight: 400 !important;
}

.fst_client_portal .fs_th_header .fs_badge {
	color: #727272 !important;
	background-color: #e7e7e7 !important;
	font-weight: 400 !important;
	height: auto !important;
	padding: 5px 6px !important;
	font-size: 12px !important;
	border-radius: 4px;
}

.fst_client_portal .fs_th_header .fs_badge.fs_badge_active {
	color: #ffffff !important;
	background-color: #1e1e1e !important;
}

.fst_client_portal .fst_reply_box {
	padding: 20px 0 30px !important;
}

.fst_client_portal .fst_reply_box textarea.fs_reply_text {
	height: 3.4em !important;
	background: #f4f4f4 !important;
	border: none !important;
	font-size: 19px;
	color: #a7a7a7;
	line-height: 1.8;
	overflow: hidden;
	resize: none;
}

.fst_client_portal .fst_reply_box textarea.wp_vue_editor {
	height: 10em;
	background: #ffffff !important;
	font-size: 16px;
	padding: 10px !important;
	border-radius: 4px !important;
	line-height: 1.72 !important;
	border: 1px solid #dcdfe6 !important;
}

.fst_client_portal .fst_reply_box textarea.wp_vue_editor:focus {
	box-shadow: 0 0 0 2px #e7e7e7 !important;
	border-color: #cbd5e0 !important;
}

.fst_client_portal .fst_reply_box .fs_reply_wrap h3 {
	display: none;
}

.fst_client_portal .fst_reply_box .fs_attachments_form,
.fst_client_portal .fst_reply_box .fs_response_actions {
	padding: 20px 0;
}

.fst_client_portal .fst_reply_box > p,
.fst_client_portal .fst_reply_box .fs_private_disc,
.fst_client_portal .fst_reply_box .fs_public_disc {
	font-size: 13px !important;
	color: #a7a7a7 !important;
}

.fst_client_portal .fst_reply_box > p b,
.fst_client_portal .fst_reply_box .fs_private_disc b,
.fst_client_portal .fst_reply_box .fs_public_disc b {
	color: #727272 !important;
}

.fst_client_portal .fst_reply_box > .el-button,
.fst_client_portal .fst_reply_box .fs_response_actions .el-button {
	padding: 8px 20px !important;
	line-height: 1.6 !important;
	height: auto !important;
	transition: none !important;
	border-radius: 4px !important;
	background: #1e1e1e !important;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	border: none;
}

.fst_client_portal .fst_reply_box > .el-button .el-loading-spinner .circular,
.fst_client_portal .fst_reply_box .fs_response_actions .el-button .el-loading-spinner .circular {
	width: 20px !important;
	height: 20px !important;
}

.fst_client_portal .fst_reply_box > .el-button:hover,
.fst_client_portal .fst_reply_box .fs_response_actions .el-button:hover {
	background: #424242 !important;
}