@charset "utf-8";

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #111 !important;
	border-color: #272c36 !important;
}

.by-writer {background: #f2fbff !important; border-top: 1px solid #272c36 !important;}

.mebd-primary {border-color: #111 !important;}

.bg-notice .orangered,
.bg-notice i.orangered {color: #ff3d00;}

.text-muted {color: #959595 !important;}

.dropdown-item.active,
.dropdown-item:active,
.bg-primary {
	background-color: #ff9600 !important;
}

.border-primary {
	border-color: #383f4f !important;
}

.text-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color : var(--bg-in-color) !important
}

a.text-primary:focus, a.text-primary:hover {color: red !important;}

.title-primary {
	color: #41fff8 !important
}
/* ---------------------------------------------------------- */

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
	background-color: #3f4758 !important;
	border-color: #1f55d1 !important;
}

.btn-outline-primary {
	color: #c82333 !important;
	border-color: #c82333 !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #3f4758 !important;
}
.btn-primary-color {background-color: #ff9600 !important;}
.btn-primary-color:hover {opacity: 0.8;}

.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: unset !important;
}

.btn-primary-normal {background: #333 !important; color: #fff !important;}
.btn-primary-remove {background: #ed0000 !important; color: #fff !important;}


.btn-primary-normal:hover,.btn-primary-remove:hover {opacity: 0.6 !important;}


.bar-bg-primary {background: #f9f9f9 !important;}
.bar-bg-primary:hover,.bar-bg-primary:focus,.bar-bg-primary:active {background: #3568dc !important;}
