/**
 * Styling for block editor.
 *
 */

 .components-tab-panel__tabs {
	background: #f2f2f2;
	margin: 15px 0 20px;
}

.components-tab-panel__tabs button {
	padding: 10px 12px;
	border-bottom: 3px solid rgba(0,0,0,0);
	position: relative;
	overflow: visible;
}

 .components-tab-panel__tabs button:hover,
 .components-tab-panel__tabs button.active-tab {
	border-bottom: 3px solid  #007cba;
	background: #fff;
}

.components-tab-panel__tabs button:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.components-tab-panel__tabs button.active-tab::after {
	background: #fff;
	border-top: 5px solid #007cba;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -3px;
	content: "";
}

.cv-editor-component-sub-panel_body .components-panel__body-title button::before {
	content: "\f152";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
	background: none !important;
	color: #333;
}

.cv-editor-message {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0,0,0,0.6);
	color: #fff;
	align-items: center;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}

/********** Radio Iamge field **************/
.wpblog-layout-button-group button{
	width: 80px;
	height: auto;
	margin: 6px;
	padding:3px;
	border:2px solid transparent;
	border-radius: 5%;
}

.wpblog-layout-button-group button:hover{
	border-color: #a6a6a6;
	box-shadow:none!important;
}

.wpblog-layout-button-group .isActive{
	border-color: #00a0d2;
	box-shadow:none!important;
}