/* Notification */
.fsc-notification-settings-form .sub-title a { color: #78BE20; }
.path-notification #main-wrapper {
	padding-top: 70px; 
}
.fsc-notification-settings-form .form-title {
	color: #1D4237;
	font-weight: bold;
	font-size: 28px;
	line-height: 42px;
}
.fsc-notification-settings-form .vertical-tabs {
	border: 0;
	margin: 1em 0 1em 18em;
}
.fsc-notification-settings-form .vertical-tabs__menu {
	border-top: 0;
	border-right: 0.5px solid #C8E3D8;
}
.fsc-notification-settings-form .vertical-tabs__menu-item {
	border: 0;
	background: transparent;
	margin-bottom: 22px;
	margin-top: 22px;
}
.fsc-notification-settings-form .vertical-tabs__menu-item a {
	padding: 0;
}
.fsc-notification-settings-form .vertical-tabs__menu-item .vertical-tabs__menu-item-title {
	color: #333;
	font-size: 15px;
}
.fsc-notification-settings-form .form-label,
.fsc-notification-settings-form fieldset legend {
	font-family: Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #1D4237;
	line-height: 27px;
	padding-bottom: 16px;
}
.fsc-notification-settings-form .main-title-desc {
	padding-bottom: 16px;
}
.fsc-notification-settings-form .sub-title,
.fsc-notification-settings-form .fieldset-wrapper .form-type-radio .option {
	font-family: Helvetica;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	color: #333;
	line-height: 22.5px;
	padding-bottom: 8px; 
}
.fsc-notification-settings-form .main-title-desc p,
.fsc-notification-settings-form .form-desc p {
	font-size: 12px;
	font-weight: 400;
	color: #5E807A;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 2px;
}
.fsc-notification-settings-form .form-type-vertical-tabs .content-wrap {
	width: 100%;
}
.fsc-notification-settings-form .form-type-vertical-tabs .content-wrap .form-desc {
	display: inline-block;
    float: left;
    width: 80%;
}
.fsc-notification-settings-form .form-type-vertical-tabs .content-wrap .form-type-checkbox {
	display: inline-block;
    float: left;
    margin-top: 0;
    text-align: right;
    width: 20%;
}

/* Checkbox as toggle button */
.fsc-notification-settings-form .form-type-checkbox label,
.custom-toggle-check .form-type-checkbox label {
	display: none;
}
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox,
.custom-toggle-check .form-type-checkbox input.form-checkbox {
	appearance: none;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:after,
.custom-toggle-check .form-type-checkbox input.form-checkbox:after {
	content: '';
	width: 45px;
	height: 24px;
	display: inline-block;
	border-radius: 18px;
	border: 1px solid #78BE20;
	clear: both;
}
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:before,
.custom-toggle-check .form-type-checkbox input.form-checkbox:before {
	content: '';
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	left: 4px;
	top: 5px;
	border-radius: 50%;
	background: #78BE20;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:checked:before,
.custom-toggle-check .form-type-checkbox input.form-checkbox:checked:before {
	left: 27px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.6);
	background: #FFF;
}
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:checked:after,
.custom-toggle-check .form-type-checkbox input.form-checkbox:checked:after {
	background: #78BE20;
}
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox,
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:before,
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:after,
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:checked:before,
.fsc-notification-settings-form .form-type-checkbox input.form-checkbox:checked:after,
.custom-toggle-check .form-type-checkbox input.form-checkbox,
.custom-toggle-check .form-type-checkbox input.form-checkbox:before,
.custom-toggle-check .form-type-checkbox input.form-checkbox:after,
.custom-toggle-check .form-type-checkbox input.form-checkbox:checked:before,
.custom-toggle-check .form-type-checkbox input.form-checkbox:checked:after {
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
}

/* Node Full page */
.path-node .custom-toggle-check {
    padding-top: 20px;
	text-align: right;
}
.path-node .comment-botton-wrap.custom-toggle-check {
	padding: 0;
}
.path-node .custom-toggle-check.expand {
    padding-top: 0px;
    padding-bottom: 20px;

}
.path-forum .custom-toggle-check {
	text-align: right;
	padding: 20px 0;
}
.path-node .custom-toggle-check label,
.path-forum .custom-toggle-check label {
	color: #5E807A;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	padding-right: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
	line-height: 18px;
    vertical-align: top;
}
.path-node .comment-botton-wrap.custom-toggle-check label {
	color: #78BE20;
}
.path-node .custom-toggle-check .form-type-checkbox,
.path-forum .custom-toggle-check .form-type-checkbox {
	display: inline-block;
}
.forum .forum-list .forum__star {
	float: none;
	display: inline-block;
}
.forum .forum-list .forum__name,
.forum .forum-list .forum__notification {
	display: inline-block;
}
.forum .forum-list .forum__notification {
	padding: 0 0 0 10px;
	vertical-align: middle;
}
/* Comments Notification */
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
}
.path-node .comments-wrapper .custom-toggle-check,
.path-forum .comments-wrapper .custom-toggle-check {
	text-align: left;
}
.comment-botton-wrap {
	padding-top: 15px;
}
.comment-botton-wrap .links-wrap {
	float: left;
}
.comment-botton-wrap .links-wrap .links.inline {
	margin: 0 !important;
}
.comment-botton-wrap .form-type-checkbox {
	float: right;
}
/* Radio button */
.fsc-notification-settings-form .form-type-radio {
	position: relative;
}
.fsc-notification-settings-form .form-type-radio .form-radio {
	position: absolute;
	opacity: 0;
}
.fsc-notification-settings-form .form-type-radio .form-radio + .option {
	padding-left: 32px;
}
.fsc-notification-settings-form .form-type-radio .form-radio + .option:before {
	content: '';
	background: #FFF;
	border: 1px solid #78BE20;
	border-radius: 50%;
	height: 18px;
	left: 0;
	position: absolute;
	right: 0;
	top: 2px;
	width: 18px;
}
.fsc-notification-settings-form .form-type-radio .form-radio:checked + .option:before {
	background: #78BE20;
}
.fsc-notification-settings-form .form-type-radio .form-radio:checked + .option:after {
	background: #FFF;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 6px;
	height: 6px;
	right: 0;
	top: 8px;
	width: 6px;
}
.form-item-searchbox {
	width: 326px;
}
.form-item-searchbox input {
	background: url('../images/search-icon.png') no-repeat 16px 13px;
	border: 1px solid #C8E3D8;
	border-radius: 8px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	height: 44px;
	padding-left: 48px;
	width: 100%;
}
.form-item-searchbox input:focus-visible {
	outline: 0;
}
/* Scrolling Region */
.scroll {
	height: 300px;
	padding: 20px 20px 20px 0;
	overflow: auto;
}
/* Custom Scroll */
.custom-scroll-bar {
  scrollbar-width: thin;
  scrollbar-color: #5C5C5C #C4C4C4; 
}
.custom-scroll-bar::-webkit-scrollbar {
  width: 12px; 
}
.custom-scroll-bar::-webkit-scrollbar-track {
  background: #C4C4C4; 
}
.custom-scroll-bar::-webkit-scrollbar-thumb {
  background-color: #5C5C5C;
  border: 2px solid #C4C4C4; 
}


@media (min-width: 768px) {
	.path-node .custom-toggle-check {
	    padding-top: 40px;
	}
	.path-node .custom-toggle-check label,
	.path-forum .custom-toggle-check label {
		padding-bottom: 0;
	}
}

@media (min-width: 1024px) {
	
}

@media (min-width: 1280px) {

}