/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 28 2025 | 09:47:37 */
/*Main content*/
/*
.postauthor{
    margin-top: 15px!important;
}
.postDetails .lockedContent p{
    text-align: right!important;
    font-size: 24px;
}
.postDetails .lockedContent ul{
    margin-top: 10px;
}
.postDetails .lockedContent ul li{
    font-size: 20px!important;
}
.postContainer .postDetails{
    font-size: 20px;
    margin-top: 15px;
}

/*Side bar css*/
/*
.fam {
    height: unset!important;
}
.similar-posts .blue-card-md a{
    border-bottom-width: 2px!important; 
}
.blue-page-cards{
    margin: 20px 0px 30px 0px!important;
}
*/

.single-knowledge-center h1,.single-knowledge-center h4{
	font-family: Ploni;
	font-weight: 700;
}
.single-knowledge-center input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 2px solid #202020;
    position: relative;
	border-radius: 2px;
	appearance: none;
	cursor: pointer;
}

.single-knowledge-center input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.single-knowledge-center input[type="checkbox"]:checked::before {
    background-image: url('	https://dev.ftlweb.com/wp-content/uploads/2025/03/checked-1.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
	height: 16px;
    width: 16px;
    left: -1.3px;
    top: -1px;
}

.single-knowledge-center .postDetails p{
	font-size: 20px;
}

.connected_form .author-popup{
	height: 600px !important;
    overflow: scroll !important;
}
.author-popup {
    top: 10% !important;
}