/**
* ----------------------------------------------------------------------------
* Page scroll to id block editor CSS (backend)
* ----------------------------------------------------------------------------
*/

/*
The class name is generated using the block’s name prefixed with wp-block-, replacing the / namespace separator with a single -
*/

/*
plugin colors: 
rgb(141, 150, 160)
rgb(33,36,40)
rgb(213, 78, 33)
*/

.wp-block-ps2id-block-target{
	padding-left: 42px;
}

.editor-block-list__block .wp-block-ps2id-block-target input[type=text]{
	border-color: transparent;
	transition: all .2s ease;
}

.editor-block-list__block .wp-block-ps2id-block-target input[type=text][value='']{
	border-color: rgb(213, 78, 33);
}

.editor-block-list__block .wp-block-ps2id-block-target:hover input[type=text], 
.editor-block-list__block .wp-block-ps2id-block-target input[type=text]:focus{
	border-color: rgba(141,150,160,1);
}

.wp-block-ps2id-block-target::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	width: 32px;
	height: 32px;
	overflow: hidden;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.641 15.931'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%230ff' stroke='%23000' stroke-linecap='square' stroke-opacity='0' stroke-width='.265' d='M102.698 118.597v7.952H91.673v11.092h24.856v-11.092h-3.006v-7.952z' paint-order='markers stroke fill'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-87.653 -116.495)'%3E%3Cellipse cx='102.646' cy='127.029' fill='none' stroke='%23d54e21' stroke-width='1.494' clip-path='url(%23a)' rx='5.749' ry='5.82' transform='translate(-6.348 -1.67)'/%3E%3Ccircle cx='96.351' cy='125.352' r='2.539' fill='%23555d66'/%3E%3Cpath fill='none' stroke='%23d54e21' stroke-width='1.265' d='M88.934 117.796l3.34 3.274z'/%3E%3Cpath fill='%23d54e21' d='M88.466 122.246l5.145.067-.267-5.011z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	transition: all .2s ease;
}
