/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	Loading
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.vb_loading {
	width: 100px;
	font-size: 0px;
	pointer-events: none;
	border: none !important;
	background-position: center;
	box-shadow: none !important;
	background: none !important;
	height: 40px;
}

.vb_loading::before {
	content: "\F031";
	-webkit-animation: vb_rotate 1.4s infinite linear;
	animation: vb_rotate 1.4s infinite linear;
	font-family: 'visualbuilder';
	float: inline-start;
	font-size: 40px;
	line-height: 1em;

}

@keyframes vb_opacity {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	Mouse Wait
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.vb_mouse_wait {
	cursor: wait !important;
	position: absolute;
	top: 0px;
	inset-inline-start: 0px;
	height: 100%;
	transition: transform 300s, background .3s, color .3s, border .3s, box-shadow .3s, opacity .3s;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 99999999999 !important;
	opacity: 0;
	pointer-events: all !important;
}

.vb_body_mouse_wait.vb_mouse_wait {
	position: fixed !important;
	z-index: 99999999999999999;

}

.vb_body_mouse_wait.vb_active_wait {
	background: url(../image/loading_light.svg) rgba(0, 0, 0, 0.50) no-repeat center center !important;
}

.vb_mouse_wait.vb_active_wait {
	transition: transform 300s, background .3s, color .3s, border .3s, box-shadow .3s, opacity .3s;
	opacity: 1;
	animation: vb_opacity 300ms;
	position: absolute;
	z-index: 999;
	height: 100%;
	inset-inline-start: 0px;
	top: 0px;
	width: 100%;
	background: url(../image/loading.svg) rgba(255, 255, 255, 0.80) no-repeat center center;
}

.vb_mouse_wait div.vh-errored {
	display: none !important;
}

.vb_mouse_wait div.vh-errored:first-child {
	display: inline-block !important;
}

.vb_mouse_wait .vh-errored:before {
	content: "\f153";
	font-family: dashicons;
	font-style: normal;
	color: #FF0004;
	margin-inline-end: 10px;
	vertical-align: middle;
}

.vb_mouse_wait .vh-header-deleted {
	font-size: 50px;
	color: #ffffff !important;
	top: 50%;
	inset-inline-start: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	position: relative;
}
.rtl .vb_mouse_wait .vh-header-deleted {
	transform: translate(50%, -50%);
}
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	confirmbo
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.vb_confirmbox {
	position: fixed;
	background: rgba(0, 0, 0, 0.70);
	top: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 10000002;
	position: fixed;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 300ms !important;
}

.vb_confirmbox.vb_confirmbox_active {
	animation: vb_opacity 300ms;
	pointer-events: all;
	opacity: 1;
	transition: opacity 300ms !important;
}

.vb_confirmbox_middle {
	width: 400px;
	flex: 0 1 auto;
	margin: 20px;
	padding: 20px;
	display: inline-block;
	position: relative;
	background: #ffffff !important;
	max-height: 90vh;
	flex-direction: column;
	background: #fff;
	border-radius: 7px;
	transform: scale(0.5);
	overflow: hidden;
	text-align: center !important;
	transition: transform 300ms, height 300ms !important;
}

.vb_confirmbox.vb_confirmbox_active .vb_confirmbox_middle {
	animation: vb_transform 300ms;
	transform: scale(1);
	transition: transform 300ms, height 300ms !important;
}

.vb_confirmbox span {
	margin-bottom: 20px;
	font-size: 16px;
	float:inline-start;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	line-height: 1.5em;
}

.vb_confirmbox a {
	width: auto !important;
	border-radius: 7px !important;
	float: none !important;
	display: inline-block !important;
	height: 40px !important;
	line-height: 40px !important;
	background: #f2f3f4 !important;
	color: #40484f !important;
	text-decoration: none;
	padding: 0 30px !important;
	margin: 0 10px;
	float: none !important;
}

.vb_confirmbox a.vb_no {
	margin-inline-end: 0px !important;
}

.vb_confirmbox a::before {
	display: none !important;
}

.vb_confirmbox a:hover {
	background: var(--vb-background-hover-color) !important;
	color: #ffffff !important;
}

.vb_confirmbox.vb_delete_template a.vb_yes {
	background: RGB(251, 57, 60) !important;
	color: #FFFFFF !important;
}

.vb_confirmbox.vb_import_template a.vb_yes {
	background: rgb(76, 187, 78) !important;
	color: #FFFFFF !important;
}

.vb_confirmbox .vb_close {
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-style: normal;
	font-size: 20px;
	position: absolute;
	inset-inline-end: 0;
	top: 0;
	cursor: pointer;
}

.vb_confirmbox .vb_close::before {
	content: "\F022";
	font-style: normal;
	font-family: 'visualbuilder';
}

.vb_confirmbox .vb_close:hover {
	opacity: 0.5;
}


/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	message
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.vb_message {
	position: fixed;
	top: 50%;
	background: #000c;
	border-radius: 0px;
	inset-inline-start: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999999;
	line-height: 50px;
	opacity: 0 !important;
	text-align: center;
	padding: 15px 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 25px 30px;
	font-size: 40px;
	transition: opacity 300ms !important;
	line-height: 50px;
}
.rtl .vb_message{
	transform: translate(50%, -50%);
}
.vb_message.vb_message_wait {
	opacity: 1 !important;
	transition: opacity 300ms !important;
}

.vb_message::before {
	background-size: 50px;
	background-position: center;
	content: "";
	background-repeat: no-repeat;
	float: inline-start;
	margin-inline-end: 10px;
	width: 50px;
	height: 50px;
	position: relative;
}

.vb_message.vb_message_successfully::before {
	background-image: url('../image/successfully.png') !important;
}

.vb_message.vb_message_errored::before {
	background-image: url('../image/errored.png') !important;
}

#vb_contextmenu {
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, .2);
	background: #ffffff !important;
	z-index: 1000;
	position: absolute;
	border-radius: 5px;
	padding: 5px 0px !important;
	z-index: 99999999999;
	display: grid;
		font-family: 'vb-font';

	grid-template-columns: 100%;
}

#vb_contextmenu>[class*="vb_contextmenu_"] {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 13px;
	color: #60686f;
	font-weight: 400 !important;
	cursor: pointer;
	position: relative;
 }

.vb_contextmenu_border_top {
	margin-top: 10px !important;
}

.vb_contextmenu_border_top::after {
	content: "";
	position: absolute;
	inset-inline-start: 0px;
	width: 100%;
	margin-top: -5px !important;
	box-shadow: 0px 1px 0px 0px rgba(0, 10, 20, .1) !important;
	top: 0px !important;
	height: 1px;
}

#vb_contextmenu>[class*="vb_contextmenu_"]:hover {
	background: var(--vb-main-color);
	color: #ffffff !important;
}

#vb_contextmenu>[class*="vb_contextmenu_"]:hover::before {
	color: inherit !important;
}

.vb_contextmenu_item::before {
	font-size: 15px;
	margin-inline-end: 10px;
	color: #40484f;
	line-height: inherit;
}

.vb_contextmenu_closed .vb_icn_toggle::before{
	content: "\f030" !important;
	
}