HEX
Server: LiteSpeed
System: Linux php-prod-3.spaceapp.ru 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: sarli3128 (1010)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //proc/self/cwd/wp-content/plugins/bold-page-builder/css/front_end/style.css
@font-face {
    font-family: 'bold-builder';
    src:
        url('../../fonts/bold-builder.ttf?ysrbvs') format('truetype'),
        url('../../fonts/bold-builder.woff?ysrbvs') format('woff'),
        url('../../fonts/bold-builder.svg?ysrbvs#bold-builder') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Colors */
@set lightFontColor #222;
@set darkFontColor #fff;
@set accentColor #2196f3;
@set alternateColor #ff7f00;
@set iconCircle #b2b2b2;


.bt_bb_fe_wrap {
	position: relative;
	min-height: 60px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	&:before {
		border-width: 2px;
		border-style: dashed;
		border-color: #0085ba;
		bottom: 1em;
		content: "";
		display: block;
		left: 1em;
		position: absolute;
		right: 1em;
		top: 1em;
		z-index: 1;
		pointer-events: none;
		.bt_bb_fe_preview_toggle & {
			border-width: 0;
		}
	}
	.bt_bb_fe_preview_toggle & {
		 min-height: auto;
	}
}

.bt_bb_fe_count {
	position: absolute;
	z-index: 99998;
	top: 2.5em;
	left: 2.5em;
	text-align: center;
	width: 32px;
	height: 32px;
	background: $(accentColor);
	color: $(darkFontColor);
	line-height: 26px;
	border-radius: 50%;
	vertical-align: middle;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	cursor: pointer;
    box-shadow: 0 0 0 2px $(darkFontColor);
    font: normal 16px/1 bold-builder;
    transition: transform 300ms ease;
    .bt_bb_fe_count_inner {
    	position: absolute;
		z-index: 2;
		border-radius: 50%;
		color: $(darkFontColor);
		width: 18px;
		height: 18px;	
		font-weight: 700;	
		line-height: 18px;
		font-size: 14px;
		font-family: sans-serif;
		text-align: center;
		top: 0;
		right: 0;
		margin: -9px -9px 0 0;
		box-shadow: 0 0 0 1px $(darkFontColor);
		background-color: $(iconCircle);
		transition: all 300ms ease;

    }
    &:before {
    	display: block;
    	line-height: 1;
    	content: '\e933';
    	font-family: bold-builder;
    }
    &:hover {
    	background-color: $(alternateColor);
    	.bt_bb_fe_count_inner {background-color: $(lightFontColor);}
    }
	.bt_bb_fe_preview_toggle & {
		display: none;
	}
}

/* Preview toggler */
.bt_bb_fe_preview_toggler {
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: block;
	text-align: center;
	background-color: $(accentColor);
	text-transform: capitalize;
	color: #fff;
	cursor: pointer;
	border-radius: 2px;
	border: none;
	font-size: 13px;
	line-height: 36px;
	height: auto;
	box-shadow: 0 0 0.75em 0 rgba(0,0,0,.2);
	padding: 0 16px 0 50px;
	transition: all 270ms ease;
	height: 36px;
	overflow: hidden;
	opacity: .5;
	z-index: 100;
	.rtl & {
		right: auto;
		left: 50px;
	}
	&:hover {
		opacity: 1;
		box-shadow: 0 0 1em 0 rgba(0,0,0,.2);
	}
	&:before {
		font-family: bold-builder;
		content: "\e951";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 36px;
		background: rgba(0,0,0,.1);
		line-height: 36px;
		opacity: .7;
		font-size: 16px;
		z-index: 1;
		
	}
	&:after {
		content: "\0337";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 36px;
		line-height: 28px;
		font-size: 36px;
		transform: scale(1);
		transition: all 270ms ease;
		font-weight: 300;
		z-index: 2;
	}
	.bt_bb_fe_preview_toggle & {
    	background-color: $(alternateColor);
		opacity: .8;
		&:hover {
			opacity: 1;
		}
		&:before {
			opacity: 1;
		}
		&:after {
			transform: scale(0);
		}
	}
}