.lcso_displaynone {
    display: none !important;
}
.lcso_aligncenter {
    text-align: center;   
}
.lcso_alignright {
    text-align: right;   
}



.lcso_check_lcweb_pjcts_link i {
	font-size: 103%;
	line-height: normal;
	height: auto;
	width: auto;
	position: relative;
	bottom: -4px;
	padding-right: 3px;
    vertical-align: top;
}



tr.lcso_lcso_system_status td > div {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 8px 0 2px;
}
#lcso_status_ok > p > strong {
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	background: #3e791a;
	padding: 6px 12px 7px;
	border-radius: 3px;
	line-height: normal;
}
#lcso_bad_status > p > strong {
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	background: firebrick;
	padding: 6px 12px 7px;
	border-radius: 3px;
	line-height: normal;
}
tr.lcso_lcso_system_status p {
    margin: 0 !important;   
}
.lcso_clean_cache {
	position: relative;
	top: -5px;
	margin-left: 12px !important;
}


#scripts_filter.lcso_settings_block {
    margin-top: 30px;   
}
#scripts_filter.lcso_settings_block .dashicons-info-outline {
	transform: scale(0.75) translate3d(1px, 2px, 0);   
}
.lcso_fetch_scripts {
	filter: saturate(0);
	float: right;
	display: inline-flex !important;
	align-items: center;
	gap: 7px;
    transition: all .2s ease;
}
.lcso_fetch_scripts:hover {
    filter: none;
}
.lcso_fetch_scripts * {
	line-height: normal;
	height: auto;
	min-height: 0;
}
.lcso_scripts_filter_subj_btn {
    margin-right: 7px !important;
    position: relative;
}
.button-primary.lcso_scripts_filter_subj_btn:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 20px solid #2271b1;
	left: 50%;
	top: 100%;
	margin-left: -16px;
}
.lcso_scripts_filter_list_wrap > h3 {
    opacity: 0.7;   
}
.lcso_scripts_filter_list_wrap {
	margin-top: 20px;
}
.lcso_scripts_filter_list_wrap th,
.lcso_scripts_filter_list_wrap td {
    vertical-align: middle;
}
.lcso_scripts_filter_list_wrap tbody tr:not(.lcso_scripts_group):hover td {
    background: #eaf5ff;
}
.lcso_scripts_group td {
	padding-top: 23px !important;
	padding-bottom: 13px !important;
	font-weight: 600;
	background: #fafbdf;
	color: #111;
	font-size: 115%;
	line-height: normal;
}
.lcso_scripts_filter_list_wrap thead th:first-child {
	display: grid;
	grid-template-columns: auto 1fr 40px;
    align-items: center;
    gap: 7px;
}
.lcso_scripts_filter_list_wrap thead th:nth-child(2) {
    width: 180px;   
}
.lcso_scripts_filter_list_wrap thead th:first-child input {
	margin: -3px 0 -5px 7px;
	height: 26px !important;
	min-height: 0;
	line-height: normal;
	padding: 1px 28px 1px 5px !important;
}
.lcso_clear_script_search {
	position: relative;
	left: -30px;
	line-height: normal;
	cursor: pointer;
	opacity: 0.5;
	transition: all .2s ease;
}
.lcso_clear_script_search:hover {
    opacity: 0.75;   
}
.lcso_scripts_filter_list_wrap textarea {
	width: 100%;
	height: 30px;
	min-height: 30px;
}
.lcso_del_script {
    color: #999;
    transition: all .2s ease;
    cursor: pointer;
}
.lcso_del_script:hover {
    color: firebrick;
}




#lcso_donate_if_like_wrap {
    margin-top: 25px;   
}
#lcso_donate_if_like_wrap td {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	padding: 25px;
}
#lcso_donate_if_like_wrap img {
    max-width: 100%;
}
#lcso_donate_if_like_wrap h3 {
	margin-top: -83px;
	font-size: 2rem;
	transform: skew(-9deg) rotate(-6deg);
	background: rgba(255,255,255,0.5);
	padding: 10px;
	line-height: 1.9rem;
	margin-bottom: 20px;
	color: #333;
}
#lcso_donate_if_like_wrap td > p {
	text-align: center;
	font-size: 1.2rem;
	margin: 1rem 0 0;
}
#lcso_donate_if_like_wrap td > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 12px 28px 17px;
	font-size: 1.2rem;
	font-weight: 600;
	gap: 14px;
	line-height: normal;
	border-radius: 5px;
	margin: 20px 0 25px;
	color: #fff;
	border: 3px solid #589126;
	background: #589126;
    text-shadow: 0 0 3px rgba(0,0,0,0.2);
    transition: all .15s ease;
}
#lcso_donate_if_like_wrap td > a:hover {
    background: #fff;
    color: #589126;
    text-shadow: none;
}