



#pi-editor[contenteditable="true"]:empty::before {
    content: attr(data-placeholder);
    color: #888;
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none; /* Ensures text doesn't interact with the placeholder */
}


#pi-editor-textarea {
	display: none;
}

#editor-container{
	border: 1px solid gray;
	border-radius: 5px;
	padding: 10px;
}



.editor-toolbar button, .editor-toolbar select, .editor-toolbar input {
	margin-right: 5px;
	margin-bottom: 5px;
}

#pi-editor-section-holder{
	height: 100%;
}
.editor-content {
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 200px;
	width: 100%;
}


.editor-toolbar {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	
	padding: 10px;
	border: 1px solid gray;
	border-radius: 5px;
	background-color: #457B9D;
}

.btn-editor{
	font-size: 15px;
	border: o.1px solid black;
	border-radius: 50%;
	color: #457B9D;
}

.btn-editor:hover {
	background-color: white;
	/* color: white; */
	color: #EF7F1A;
}



 .modal {
            display: none;
            position: fixed;
            z-index: 1;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
        }
        .modal-content {
            background-color: white;
            margin: 15% auto;
            padding: 20px;
            border: 1px solid #888;
            width: 60%;
            max-width: 500px;
            text-align: center;
        }
        .close {
            color: #aaa;
            font-size: 28px;
            font-weight: bold;
            float: right;
        }
        .close:hover,
        .close:focus {
            color: black;
            text-decoration: none;
            cursor: pointer;
        }
        
        
        
        
        /* Line Height  */
        
        
 

        