/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-create-block-npblock {
	border: 1px dotted #f00;
}

#frm {
         border: 5px solid #0481ef;
        right: 51px;
        // width: 388px;
        width: 70%;
	height: 80vh;
	padding: 1px;
        // height: 430px;
        resize: both;
    
        overflow: hidden;
}

div#parentD {
    background: rgb(214, 224, 224);
    margin-left: 27.5%;
    margin-right: 46%;
    padding: 7px;
    border-radius: 5px;
    padding-top: 0px;
    border: 2px solid;
}
input#input {
    width: 98%;
    border-radius: 2px;
    padding: 4px;
}
label#label1 {
    font: -webkit-small-control;
    font-family: -webkit-body;
}
div#pfrm {
    margin-left: 27.5%;
    margin-top: 2px;
}