.body{
	font-family: Arial;
}
.builder-main{
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	border-radius: 3px;
}

.builder-tool{
	float: left;
	width: 50px;
	background: #383838;
	height: 100%;
	margin: 0px;
	cursor: pointer;

}


.tool-icon {
	clear: both;
	width: 100%;
	text-align: center;
	height: 50px;
	color: white;
	font-size: 20px;
	border-bottom: 1px solid #6f6f6f;
	padding-top: 13px;
	box-sizing: border-box;
}

.tool-separator{
	height: calc(100% - 150px);
	/*height: calc(100% - 200px);*/
	border-bottom: 1px solid #6f6f6f;
}

.builder-window{
	float: left;
	width: calc(100%);
	height: calc(100% - 250px);
	background: #e8e8e8;
	position: relative;
	overflow: hidden;
	display: grid;
    grid-template-columns: 310px auto;
   	overflow: hidden;

}
.vp-siderbar-main{
	width: 100%;
	height: calc(100% - 42px);
	overflow: auto;
}

.vp-siderbar-bottom{
	width: 100%;
    height: 42px;
    left: 0px;
    background: #ffffff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0px 30px;
    border-top: 1px solid #ccc;
    display: none;
}
.vp-siderbar-bottom-item{
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
}
.vp-siderbar-bottom-item img{
	width: 20px;
	height: 20px;
}
.vp-siderbar-bottom-item:hover img{
	/*filter: invert(52%) sepia(82%) hue-rotate(496deg) saturate(854%);*/
}
 
.vp-siderbar-toggle{
	position: absolute;
    right: -14px;
    width: 14px;
    background: #2e5bff;
    top: 6px;
    color: white;
    height: 30px;
    border-radius: 0px 5px 5px 0px;
    padding-top: 4px;
    padding-left: 3px;
    font-size: 14px;

}
.vp-main{
	width: 100%;
	height: 100%;
	background: #f3f3f3;
	position: relative;
	overflow: hidden;
}
.vp-tool{
	width: 310px;
	height: calc(100% - 2px);
	position: absolute;
	top: 0px;
	left: 0px;
	background: white;
	z-index:2000;
	display: none;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 10px #bdbbbb;
}
#setting_window{
	left: 0px;
}

.vp-tool-bottom {
	display: none;
	width: 120px;
    height: 150px;
    bottom: 5px;
    right: 10px;
    background: #656565;
    position: absolute;
    border-radius: 3px;
    color: white;
    z-index: 1020;
}

.vp-tool-bottom:before {
    content: "\A";
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent  transparent transparent #656565;
    position: absolute;
    right: -10px;
}


.vp-tool-title {
    color: #384366;
    font-size: 16px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: auto 30px;
    padding: 10px;
    border: 1px solid #e8edfc;
    margin: 20px;
    margin-bottom: 0px;
    border-radius: 5px;
    background: #f8f8f8;
}
.vp-tool-title img{
	width: 18px;
}

.vp-tool-window, .vp-tool-window-1{
	overflow: auto;
	box-sizing: border-box;
	padding:20px 20px;
	padding-right: 0px;
	color: white;
	height: calc(100% - 70px);
	padding-bottom: 0px;
}
.vp-element-search-input{
	width: 220px;
    border: 0px;
    background: #f8faff;
    color: #384366;
}
.vp-element-search-input::placeholder{
    color: #cbd2dd;
    font-style: italic;
}
.vp-element-search-input:focus{
    outline: none;
}
.vp-element-search-item{
    border: 1px solid #e4eaff;
    margin-bottom: 20px;
    color: #cbd2dd;
    padding: 3px;
    background: #f8faff;
}
.vp-element-search-icon{
	background: #c9cfde;
    border-radius: 50%;
    padding: 0px 5px;
    display: inline-block;
    color: white;
}


.vp-publish-tool{
    height: 50px;
    background-color: #e2e6f0;
    -webkit-box-shadow: 0px 5px 10px 0px rgb(212, 215, 222) inset;
    box-shadow: 0px 5px 10px 0px rgb(212, 215, 222) inset;
    min-width: 100px;
    padding: 8px 6px;
    text-align: center;
    position: relative;
}
.vp-video-setting-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 41px;
    background: #2e6fff;
    padding-top: 9px;
    border-radius: 15px 0px 0px 15px;
}
.vp-video-setting-btn img{
	height: 25px;
}
.vp-publish-tool-sep{
    width: 1px !important;
    border-right: 1px solid #ccc;
    height: 100%;
    margin: 0px 20px;
}
.vp-publish-tool-item{
    display: inline-block;
    width: 70px;
    cursor: pointer;
    text-align: center;
}
.vp-publish-tool-item:not(:last-child){
	/*border-right: 1px solid #4a4a4a;*/
}

.vp-publish-tool-item i{
	color: #2e384d;
	font-size: 22px;
}
.vp-publish-tool-item p{
    margin: 0px;
    padding: 0px;
    color: #2e384d;
    font-size: 10px;
    text-align: center;
    margin-top: -4px;
    text-transform: uppercase;
    margin-top: 1px;
}
.vp-publish-tool-item:hover p{
	/*color: #3dbfe8;*/
}
.vp-publish-tool-item:hover i{
	color: #3dbfe8;
}
.vp-publish-tool-item img{
	height: 17px;
    margin-top: -5px;

}
.vp-publish-tool-item:hover img{
	/*filter: invert(60%) sepia(13%) saturate(3207%) hue-rotate(133deg) brightness(100%) contrast(100%);*/
}

.bd_publish_btn, .bd_update_btn{
  	display: block;
    position: absolute;
    /* border-bottom: 2px solid #006799; */
    background-color: #33ac2e;
    height: 34px;
    text-align: center;
    top: -35px;
    width: 150px;
    color: white;
    padding-top: 6px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
}


.vp-timer-controller-wrap{ 
    background: white;
    width: 100%;
    height: 250px;
    position: fixed;
    bottom: 0px;
    border: 1px solid #ccc;
}
.vp-elements-wrap{

}
.vp-elements{
	display: grid;
	grid-template-columns:1fr 1fr;
	grid-gap: 10px;
}
.vp-elements-item-img{
	width: 32px;
	height: 34px;
	display: inline-block;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}
.vp-elements-item{
	text-align: center;
    padding-top: 15px;
    text-transform: uppercase;
    background: #f8f8f8;
    /*border: 1px solid #d8d6d6;*/
    font-size: 12px;
    padding-bottom: 10px;
}
.vp-elements-item:hover{
	background: #eaf0ff;
}
.vp-elements-item-title{
	text-align: center;
	color: #384366;
	margin: 0px;
}
#mCSB_1_container, #mCSB_4_container{
	margin-right: 20px !important;
}

#mCSB_4_container{
    background: rgb(248, 248, 248);
    border: 1px solid transparent;
}
#mCSB_1_dragger_vertical .mCSB_dragger_bar, #mCSB_4_dragger_vertical .mCSB_dragger_bar{
	background-color: rgba(0, 0, 0, 0.3) !important;
}


.vp-editor-window{
	margin: 0px auto;
	position: relative;
} 

.vp-editor-video-wrap{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.vp-video-wrap{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 0px;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	outline: 2px #5c5c6e solid;
}
.vp-video-wrap iframe{
	width: 100%;
	height: 100%;
}
.vp-video-inner{
	width: 100%; 
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: white;
	z-index: 10;
}
.vp-editor-elements-wrap{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 200;
	overflow: hidden;
}

.vp-player-controller-wrap{
	background: white;
	display: grid;
	grid-template-columns: 60px 120px 130px auto 170px 60px 60px;
	padding: 9px 20px 0px;
}
.vp-player-play-btn-wrap{
	padding-left: 65px;
}
.vp-ele-wrap[data-title="video"] {
	height: unset !important;
}
.vp-player-play-btn{
	display: flex;
    width: 46px;
    height: 46px;
    background-color: #2e6fff;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}
.vp-player-play-btn img{
	height: 18px;
}
.vp-player-time-show{
	text-align: center;
	padding-top: 10px;
}
.vp-player-volume-icon{
	font-size: 30px;
    color: #2d6dfb;
   	text-align: center;
}
.vp-player-setting-wrap{
	font-size: 30px;
    color: #434d6a;
    text-align: center;
}
.vp-player-fullscreen-wrap{
	text-align: center;
}
.vp-player-fullscreen-wrap img{
	height: 45px;
}
.vp-player-volume-bar{
	padding-top: 18px;
}

.vp-player-volume-bar .rangeSlider__horizontal{
	height: 8px;
	background: #81a8ff;
}
.vp-player-volume-bar .rangeSlider__handle{
	width: 8px;
	height: 8px;
	top: 0px;
	background: #2e6fff;
	border: 1px solid #2e6fff;
}
.vp-player-volume-bar .rangeSlider__handle:after{
	width: 8px;
    height: 8px;
}
.vp-player-volume-bar .rangeSlider__fill{
	background: #2e6fff;
}

.vp-player-time-bar{
	padding-top: 15px;
}

.vp-player-time-bar .rangeSlider__horizontal{
	height: 16px;
	background: #2e384d;
}
.vp-player-time-bar .rangeSlider__handle{
	width: 24px;
	height: 24px;
	top: -4px;
	background: #2e5bff;
	border: 1px solid #2e5bff;
}
.vp-player-time-bar .rangeSlider__handle:after{
	width: 24px;
    height: 24px;
}
.vp-player-time-bar .rangeSlider__fill{
	background: #2e6fff;
}

.vp-timeline-wrap{
	width: 100%;
	height: 190px;
	position: relative;
	margin-top: -1px;
}
.vp-timeline-slider-wrap{
	width: 100%;
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 101;
	border-bottom: 1px solid #e6e6e6;
    height: 55px;
}
.vp-fixed-side{
	width: 187px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 102;
	border-right: 3px solid #e6e6e6;
}
.vp-timeline-slider{
	width: calc(100% - 180px);
	position: absolute;
	left: 180px;
	top: 0px;
	z-index: 10;
}
#mCSB_2_container{
	height: 100%;
}
.vp-timeline-slider .rangeSlider__horizontal{
    height: 50px;
    width: 100%;
    box-shadow: none;
}

.vp-timeline-slider .rangeSlider {
	background: transparent;
}
.vp-timeline-slider .rangeSlider__fill {
	background: #b0d740;
	height: 10px;
}
/*.vp-timeline-slider .rangeSlider__fill:after{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 7px;
	height: 10px;
	content: '';
	background: red;
}*/
.vp-timeline-slider .rangeSlider__handle{
    width: 16px;
    height: 16px;
    top: -3px;
    background: #434d6a;
    position: relative;
}
.vp-timeline-slider .rangeSlider__handle:after{
	background-image:none;
}	
.vp-rule-line{
	position: absolute;
	width: 0px;
	height: 177px;
	top: 0px;
	left: 7px;
	border-left: 1px solid #434d6a;

}
.vp-timeline-rule-wrap{
	position: absolute;
    top: 8px;
    left: 0px;
    height: 51px;
    width: 100%;
    background: #f8f8f8;
    border-top:1px solid #d4d4d4;
}
.vp-timeline-rule-wrap-1{
    position: absolute;
    top: 8px;
    left: 0px;
    height: 51px;
    width: 100%;
    background: transparent;
    z-index: 500;
    width: 187px;
}
.vp-timeline-rule-layer{
	height: 40px;
    /* background: #f8f8f8; */
    box-sizing: border-box;
    border-right: 3px solid #e7e7e7;
    text-align: center;
     padding-top: 5px; 
    width: 187px;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 100;
    background: #f8f8f8;
}
.vp-timeline-rule-window{
	position: absolute;
	height: 50px;
	top: 0px;
	left: 180px;
	background: #f8f8f8;
	background-image: url('../../image/rule.png');
	background-repeat: repeat-x;
	background-size: 30px 20px;
    background-position: 7px 0px;
}
.vp-timeline-rule-layer-sign{
	color: white;
	display: inline-flex;
	width: 30px;
	height: 30px;
	background: #2e6fff;
	border-radius: 50%;
    font-size: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.vp-timeline-rule-unit{
	width: 8px;
    height: 10px;
    border-left: 2px solid #d4d4d4;
    float: left;
}
.vp-timeline-rule-unit:nth-child(4n + 1){
	height: 20px;
}
.vp-timeline-rule-unit:nth-child(4n + 3){
	height: 15px;
}
.vp-timeline-window{
	width: 100%;
	position: absolute;
    top: 60px;
    height: 120px;
    background: #e6e6e6;
}
.vp-timeline-layer{
	width: 100%;
	position: relative;
	height: 40px;
}
.vp-layer-label{
    position: absolute;
    background: white;
    height: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: grid;
    grid-template-columns: auto 30px;
    padding: 10px;
    cursor: pointer;
}
.vp-layer-label img{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.vp-layer-label-text{
    display: flex;
    justify-content: start;
    align-items: center;
}

.vp-layer-setting{
	text-align: center;
	color: #ccc;
}
.vp-layer-element-bar{
	position: absolute;
	top: 0px;
	left: 180px;
	width: calc(100% - 180px);
	height: 100%;
	background: #e6e6e6;
	border-bottom: 1px solid white;
	padding-left: 8px;
	box-sizing: border-box;
}
.vp-layer-element{
    position: absolute;
    top: 0px;
    left: 20px;
    padding: 7.5px 0px;
    border: 1px solid #ccc;
    background: white;
    display: flex;
    width: 300px;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.vp-layer-title{
	display: inline-block;
	float: left;
	width: calc(100% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  	overflow: hidden;
}
.vp-layer-border-active{
	border-color: #2e6fff;
}
.vp-layer-element img{
	height: 20px;
	display: inline-block;
	float: left;
	margin-left: 10px;
}
#mCSB_3_scrollbar_vertical{
    display: block;
    position: fixed;
    height: 130px;
    bottom: 2px;
    top: auto;
}
.vp-layer-resize-handle {
	width: 3px !important;
	border-radius: 3px !important;
	height: 25px !important;
	position: absolute;
	top: 5px !important;
	background: #ccc;
	cursor: w-resize;
}
.vp-layer-resize-handle-w{
	left: -2px !important;
}

.vp-layer-resize-handle-e{
	right: -2px !important;
}

.vp-layer-border-active .vp-layer-resize-handle {
	background: #2e6fff;
}

.go{
	display: block !important;
	opacity: 1 !important;
}

.vp-style-window{
	background: #f8f8f8;
	width: 100%;
	height: 100%;
	display: table;
	color: #434d6a;
}
.no-select-element{
	padding: 20px;
}
.vp-style-tab-wrap{
}
.vp-style-tab-item{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 45px;
	background: #f1f1f1;
	border-bottom: 3px solid #f1f1f1;
	padding-left: 10px;
	cursor: pointer;
}
.vp-style-tab-active{
	background: #e2e6f0;
	border-bottom: 3px solid #2e5bff;
}
.vp-style-tab-item img{
	height: 18px;
}
.vp-style-content-item {
	display: none;
}
.vp-style-content-active{
	display: block;
}

.vp-edit-item-wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 10px;
	border-bottom: 1px solid #F0F3F9;
}
.vp-edit-item-label{
	display: flex;
	align-items: center;
	height: 50px;
}
.vp-edit-item-content{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.vp-edit-time-wrap{
	display: flex;
	height: 40px;
	border: 1px solid #c9cfde;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
	width: 125px;
}
.vp-edit-time-input{
	background: transparent;
	border: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 50px;
}

.vp-edit-time-input::-webkit-inner-spin-button {
  -webkit-appearance: none; 
}

.vp-edit-time-input::-moz-inner-spin-button {
  -moz-appearance: none; 
}
.vp-edit-time-input:focus{
    outline: none;
    border-bottom: 1px solid #ccc;
}
.vp-time-input-minute{
	width: 30px;
}
 
.vp-edit-select-wrap{
	position: relative;
}
.vp-edit-select-wrap select::-ms-expand {
     display: none;
}
.vp-edit-select-wrap:after {
  	content: '';
	font: 12px "Consolas", monospace;
	color: #c9cfde;
	/* -webkit-transform: rotate(90deg); */
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 11px;
	position: absolute;
	pointer-events: none;
	top: 12px;
	border-left: 1px solid #ccc;
	width: 10px;
	border-bottom: 1px solid #ccc;
	height: 10px;

}
.vp-edit-select-wrap select:focus {
	outline: none;
}
.vp-edit-select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  
	display: block;
	width: 100%;
	float: right;
	height: 40px;
	line-height: 40px;
	border: 1px solid #c9cfde;
	border-radius: 3px;
	background: transparent;
	width: 125px;
	padding: 0px 10px;
	-ms-word-break: normal;
	word-break: normal;
	padding-right: 30px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.vp-btn-disable{
	cursor: unset !important;
}

.vp-video-setting-window{
	position: absolute;
	top: 50px;
	right: 3px;
	width: 300px;
	background: white;
	z-index: 300;
	max-height: 550px;
	box-shadow: 1px 1px 10px 2px #dedcdc;
	padding-bottom: 10px;
	display: none;
}

.vp-video-setting-window:after{
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-bottom-color: white;
	top: -16px;
	right: 20px;
}
.vp-video-setting-item{
	border-bottom: 1px solid #f0f3f9;
	display: grid;
	grid-template-columns: auto 100px;
	padding: 10px;
	padding-left: 20px;
	text-align: left;
}
.vp-video-setting-item-label, .vp-video-setting-item-content{
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.vp-setting-accordion-wrap .ui-accordion-header{
    text-align: left;
    padding: 20px 21px;
    margin-top: 0px;
    border: 0px !important;
    border-bottom: 1px solid #f0f3f9 !important;
    border-radius: 0;
    background: transparent !important;
    color: #212529 !important;
    outline: 0 !important;
}
.vp-setting-accordion-wrap .ui-accordion-header-active{
    border-bottom: 1px solid white !important;

}
.vp-setting-accordion-wrap  .ui-accordion-header-icon{
	float: right;
    margin-right: 10px;
    color: #212529 !important;
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon{
	filter: invert(1) !important;
}
.vp-accordion-content{
	border: 0px !important;
    border-bottom: 1px solid #f0f3f9 !important;
    border-radius: 0;
    background: transparent;
    padding: 0px !important;
    max-height: 500px;
}
.vp-thumb-upload-wrap{
	text-align: center;
	background: #f3f5ff;
	height: 80px;
	display: block;
	padding-left: 70px;
    padding-top: 15px;
    position: relative;
}
.vp-thumb-upload-icon{
	background: #e2e8ff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	float: left;
	padding-top: 8px;
    margin-top: 4px;
}
.vp-thumb-upload-icon img{
	width: 20px;
	height: auto;
}
.vp-thumb-upload-title{
	float: left;
    margin-left: 10px;
    padding-top: 6px;
}
.vp-thumb-upload-title p{
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mCSB_5_container{
	margin-right: 0px;
}
.vp-thumb-wrap{
	padding: 30px 50px;
	max-height: 400px;
	padding-right: 35px;
}
.vp-thumb-item{
	width: 100%;
	height: 125px;
	background-position: 50% 0px;
	background-size: cover;
	margin-bottom: 20px;
	border: 2px solid #dce3f2;
	position: relative;
	text-align: center !important;
}
#mCSB_6_container{
	margin-right: 15px; 
	padding: 10px;
	padding-bottom: 0px;
}
.vp-thumb-btn-wrap{
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: #232323c4;
	color:white;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
	padding-top: 7px;
}
.vp-thumb-item:hover .vp-thumb-btn-wrap{
	display: block;
}
.vp-thumb-btn{
	cursor: pointer;
}
.vp-thumb-btn:not(:last-child){
	margin-right: 15px;
}
.vp-thumb-item .vp-thumb-unselect{
	display: none;
}

.vp-thumb-item .vp-thumb-select{
	display: inline-block;
}

.vp-thumb-active .vp-thumb-unselect{
	display: inline-block;
}
.vp-thumb-active .vp-thumb-select{
	display: none;
}

.vp-thumb-active {
	border: 2px solid #2e5bff;
}
.vp-thumb-active  .vp-thumb-btn-wrap{
	background: #2e5bff;
	display: block;
}
.vp-thumb-active:after {
	position: absolute;
    content: '\2713';
    width: 16px;
    height: 16px;
    background: #2e5bff;
    border-radius: 50%;
    color: white;
    top: -8px;
    right: -8px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.vp-accordion-details{
	width: 250px;
    margin: 0px auto;
    border: 1px solid #dde1ea;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    line-height: 15px;
    letter-spacing: 1px;
}
.vp-video-skin-wrap{
	
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 10px;
	padding-right: 0px;
}
.video-style-wrap{
	width: 250px;
	height: 350px;
	margin: 0px auto;
	background: #f0f3f3;
	margin-top: 20px;

}
.video-style-item{
	padding: 10px;
}
.video-style-item img{
	width: 100%;
	height: 80px;
}
.video-style-item p{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	color: #b3b3b3;
}
.video-style-item-active{
	background: #d1e7f0;
}
#mCSB_7_container{
	margin-right: 15px;
}

.vp-imgage-upload-wrap{
    display: grid;
    grid-template-columns: 80px auto;
    padding: 18px;
    border: 1px solid #ebeff6;
    border-radius: 5px;
    position: relative;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.vp-imgage-upload-icon-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #eceef1ab;
}
.vp-upload-icon-wrap{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #e1e4ebab;
}
.vp-imgage-upload-icon-wrap img{
	width: 25px;
}
.vp-imgage-upload-title-wrap{
	padding-top: 10px;
}
.vp-imgage-upload-title-wrap p{
	margin: 0px;
	padding: 0px;
}
.font-setting-item-wrap{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 5px;
}
.font-setting-item{
	background: transparent;
	border-radius: 3px;
	height: 32px;
	border: 1px solid #c9cfde;
}
.font-setting-item img{
	width: 28px;
	filter: invert(0.65);
}
.font-select{
	width: 100% !important;
	font-size: 12px !important;
}
.font-setting-item select, .font-setting-item input{
	width: 100%;
	background: transparent;
    color: #434D6A;
    font-size: 12px;
    border: 0px;
    height: 32px;
    line-height: 32px;
}
.font-setting-item select:focus, .font-setting-item input:focus{
	outline: none;
}
.vp-font-style-wrap{
	padding: 20px;
	margin-bottom: 50px;
}
.vp-number-spin-button{
	display: inline-block;
    width: 13px;
    font-size: 14px;
    line-height: 10px;
    float: left;
    margin-top: 0px;
    border-left: 1px solid #c9cfde;
    padding-left: 3px;
    color: #c9cfde;
}
.vp-number-spin-button-item{
	text-align: center;
}
.vp-setting-number {
    width: 52px !important;
    height: 24px !important;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
    padding-left: 3px;
}
#font_link_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#font_link_wrap img{ 
	width: 15px;
}
.vp-text-link-wrap{
	position: absolute;
    width: 225px;
    height: 50px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 1px #a5a5a5;
    top: 39px;
    left: -155px;
    z-index: 100;
    padding: 9px;
    display: none;
}

.vp-text-link-wrap:after{
    content: '';
    border: 10px solid transparent;
    border-bottom-color: white;
    position: absolute;
    top: -17px;
    left: 180px;
}
#vp_text_link{
	width: 100%;
    border: 1px solid #ccc;
    padding: 0px 10px;
}

.font-select > a{
  border: 0px !important;
    background-color: transparent !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 32px !important;
    line-height: 32px !important;
    padding: 3px 0 0 8px !important;
    text-decoration: none;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
.fs-drop{
  width: 150px !important;
  padding-right: 0px !important; 
}
.font-select > a div b{
  color: #b7bdcb !important;
}

.fs-results{
  height: 160px !important;
}
.font-select .fs-results li {
    line-height: 80% !important;
    padding: 7px 7px 8px !important;
    margin: 0;
    list-style: none;
    font-size: 12px !important;
}
.font-search{
  border-bottom: 1px solid #7681a2 !important;
  padding: 0px 10px !important;
}
.font-search-wrap{
  padding: 0px 5px;
    margin-bottom: 10px;
}
.font-search:focus{
  outline: none;
}
.font-search-wrap i{
  margin-left: -17px;
    color: #7681a2;
}
.select-text-event, .align_item{
	text-align: center;
}
.vp-text-size-wrap{
	display: grid;
	grid-template-columns: 68px auto;
}
.vp_text_font_size_wrap{
	text-align: left;
	display: block;
}
.vp_text_font_size_wrap .rangeSlider__horizontal{
	width: 80px !important;
	height: 3px;
	background: #ABB1C3;
}
.vp_text_font_size_wrap .rangeSlider__handle__horizontal{
	top: -4.5px;
}
.vp_text_font_size_wrap .rangeSlider__handle{
	border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #434D6A;
    box-shadow: none; 
    border-radius: 50%;
}
.vp_text_font_size_wrap .rangeSlider__handle:after{
	background-image:unset;
}
.vp_text_font_size_wrap .rangeSlider__fill{
	background: #2E6FFF;
}
.vp_text_font_size_wrap{
	padding-top: 15px;
}

.vp-font-weight-select-wrap select::-ms-expand {
     display: none;
}
.vp-font-weight-select-wrap{
	position: relative;
}
.vp-font-weight-select-wrap:after {
  content: '>';
  font: 14px "Consolas", monospace;
  color: #c9cfde;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 6px;
  /*Adjust for position however you want*/
  position: absolute;
  pointer-events: none;
  top: 8px;
}

.vp-font-weight-select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	float: right;
	padding: 0px 10px;
	-ms-word-break: normal;
	word-break: normal;
	padding-right: 20px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.font-select > a div b:after{
    content: '';
	font: 0px "Consolas", monospace;
	color: #c9cfde;
	/* -webkit-transform: rotate(90deg); */
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 11px;
	position: absolute;
	pointer-events: none;
	top: 9px;
	border-left: 1px solid #ccc;
	width: 8px;
	border-bottom: 1px solid #ccc;
	height: 8px;
}

.vp-style-item-header{
	padding: 20px 10px 15px !important;
    border: 0px;
    border-bottom: 1px solid #F0F3F9;
    outline: none !important;
    color: #434D6A !important;
	background: #F8F8F8 !important;

}
.vp-style-item-header .ui-accordion-header-icon{
	float: right;
}
.vp-style-item{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.vp-color-wrap{
	display: grid;
	grid-template-columns: 30px auto;
}
.vp-color-show{
	height: 30px;
	border: 1px solid #C9CFDE;
	border-radius: 3px 0px 0px 3px;
}
.vp-color-text{
	height: 30px;
	border: 1px solid #C9CFDE;
	border-left: 0px;
	border-radius: 0px 3px 3px 0px;

}
.vp-color-input{
	border: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	padding-left: 10px;
}
.vp-color-input:focus{
	outline: none;
}
.vp-style-item-content{
	padding: 0px !important;
	border: 0px !important;
	display: table;
	width: 100%;
}

.vp-style-item{
	padding: 20px 10px;
	border-bottom: 1px solid #F0F3F9;
	background: #F8F8F8 !important;
}
.vp-style-item-label{
	/*padding-top: 5px;*/
	display: flex;
	align-items: center;
}
.vp-color-modal{
	width: 260px;
    background: white;
    border-radius: 3px;
    position: absolute;
    z-index: 10000;
    top: 115px;
    left: 100px;
    padding: 20px 10px 10px;
    box-shadow: 0px 0px 10px #e0e0e0;
}
.vp-color-modal:after{
	content: "";
	position: absolute;
	border:10px solid transparent;
	border-width: 14px 7px 14px 7px;
	border-bottom-color: white;
	left: 62px;
	top: -28px;
}
.left-tri:after{
	content: "";
	position: absolute;
	border:10px solid transparent;
	border-width: 14px 14px 14px 14px;
	border-left-color: white;
    left: 260px;
    top: 152px;
}
.vp-color-pattern-wrap{
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 7px;
	padding: 5px 13px;

}
.vp-color-pattern-item{
	width: 100%;
	height: 21px;
	border-radius: 3px;
}
.vp-pattern-add-btn{
	text-align: center;
    box-shadow: 0px 0px 5px 2px #b7b7b7;
}
.vp-color-container-wrap{
	padding: 0px;
}
.vp-color-container-wrap .sp-container{
	width: 100% !important;
	padding-top: 2px !important;
	background: white;
}
.vp-color-container-wrap .sp-picker-container{
	width: calc(100% - 20px) !important;
	padding: 10px !important;
	margin: 0px !important;
}
.vp-color-container-wrap .sp-container{
	border: 0px;
}

.vp-color-container-wrap .sp-hue{
	left: 93% !important;
	border-radius: 10px;
}
.vp-color-container-wrap .sp-color{
	right: 10% !important
}
.vp-color-container-wrap .sp-fill{
	padding-top: 85% !important;
}
.vp-color-container-wrap .sp-alpha{
	bottom: -27px !important;
	height: 13px;
}
 
.vp-color-container-wrap .sp-slider:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -3px;
    top: -8px;
    z-index: 10000;
    border-radius: 50%;
    border: 2px solid white;
    box-sizing: content-box;
    box-shadow: 0px 0px 0px 1px black;
    background: red;
}

.vp-color-container-wrap .sp-input-container {
	display: flex;
	margin-top: 20px;
}
.vp-color-container-wrap .sp-alpha-handle{
    top: -1px !important;
    bottom: -1px !important;
    width: 4px !important;
}
.vp-color-container-wrap .sp-alpha-handle:after{
	content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: -9px;
    top: -4px;
    z-index: 10000;
    border-radius: 50%;
    border: 2px solid #ffffff;
    box-sizing: content-box;
    box-shadow: 0px 0px 0px 1px black;
    background: black;
}
.vp-color-container-wrap .sp-alpha-inner{
	border-radius: 10px;
}
.vp-color-container-wrap .sp-alpha{
	border-radius: 10px;
}
.vp-color-container-wrap .sp-input{
    height: 30px;
    border: 1px solid #D5DADF;
    width: 160px;
    border-radius: 3px 0px 0px 3px;

}
.vp-color-container-wrap .sp-input:focus{
	outline: none !important;
    border: 1px solid #D5DADF;
    border-radius: 3px 0px 0px 3px;
}
.vp-color-clear-btn{
	display: inline-block;
    text-align: center !important;
    width: 57px;
    height: 30px;
    background: #D5DADF !important;
    line-height: 30px !important;
    border-radius: 0px 3px 3px 0px !important;
    cursor: pointer;
    padding: 0px !important;
    margin: 0px !important;
}
.vp-color-clear-btn:focus{
	outline: none;
}
.vp-color-pattern-item-1:nth-child(n+8){
	display: none;
}
.vp-style-range-wrap{
	display: grid;
	grid-template-columns: 70px auto 80px;
	padding: 15px;
	background: #f8f8f8;
}
.vp-style-range-conent{
	grid-column: 1 / span 3;
	padding: 10px 0px;
	padding-top: 15px;
}
.vp-style-range-label{
	padding-top: 1px;
}
.vp-range-value-input{
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #434D6A;
	line-height: 20px;
	height: 20px;
	background: transparent;
	text-align: center;
}

.vp-range-value-input:focus{
	outline: none;
}
.vp-style-range-conent .rangeSlider__horizontal{
	height: 8px;
}
.vp-style-range-conent .rangeSlider{
	background: #b1b4c0;
}
.vp-style-range-conent .rangeSlider__fill{
	background: #2e6fff;
}
.vp-style-range-conent .rangeSlider__handle{
	height: 20px;
	width: 20px;
	top: -6px;
	background: url('../../image/slider.png') !important;
	background-size: cover !important;
	border:0 !important;
}
.vp-lock-box{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #afb2be;
}
.vp-lock-box-side{
	position: absolute;
	border:2px solid #afb2be;
}
.vp-lock-box-item-active{
	color: #2e5bff !important;
	border-color: #2e5bff !important;
}
.vp-lock-box-left{
	top: 0px;
	left: -6px;
	width: 0px;
	height: 20px;
}

.vp-lock-box-right{
	top: 0px;
	right: -6px;
	width: 0px;
	height: 20px;
}

.vp-lock-box-top{
	top: -6px;
	left: 0px;
	width: 20px;
	height: 0px;
}
.vp-lock-box-bottom{
	bottom:  -6px;
	left: 0px;
	width: 20px;
	height: 0px;
}
.vp-setting-option-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr;

}
.vp-edt-input{
	width: 100%;
    border: 1px solid #c9cfde;
    height: 40px;
    border-radius: 3px;
    padding: 0px 10px;
    background: transparent;
}
.vp-edt-input:focus{
	outline: none;
}
.options{
	overflow-y: auto;
	max-height: 220px;
}

.vp-button-style-wrap{
	width: 100%;
	height: 250px;
	background: #f8f8f8;
	padding: 20px 0px;

}
.vp-button-style-item{
	text-align: center;
	padding: 5px;
	background:#f8f8f8;
}
.vp-button-style-item .vp-button-style{
	width: 175px;
	height: 45px;
	display: inline-block;
	cursor: pointer;
	border-style: solid;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px auto;
}
#mCSB_8_container{
	margin-right: 10px;
}
.vp-form-edit-wrap .vp-edit-item-wrap{
	border:0px !important;
	background: #f8f8f8;
}
.vp-form-preset-item-input{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 100%;
}
.vp-form-preset-item{
	width: 100%;
	background: #323137;
	padding: 5px;
	color:#b6b6b7;
	margin-bottom: 20px;
	cursor: pointer;
}
.vp-form-preset-wrap{
	background: #f8f8f8;
	padding: 20px;
}
.vp-form-preset-item-input:not(:last-child){
	margin-bottom: 5px;
}
.vp-quize-edit-wrap{
	padding: 20px;
}
.vp-quize-label{
	padding: 10px 0px;
}

.vp-quize-edit-answer-item{
	display: grid;
	grid-template-columns: auto 30px 30px;
	margin-bottom: 15px;
}
.vp-answer-checkbox-wrap{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}
.vp-answer-remove-wrap{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}
.vp-answer-remove{
	width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: red;
    text-align: center;
    color: white;
    border-radius: 50%;
    font-size: 12px;

}
.vp-answer-item{
    margin: 0px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}
.vp-answer-active{
	background: #33AC2E;
	color: white;
}
.vp-answer-active i{
	opacity: 1 !important;
    font-size: 14px;
}
.vp-answer-remove-wrap{

}
.vp-answer-add-btn-wrap{
	display: flex;
    width: 100px;
    align-items: center;
}
.vp-answer-add-btn{
	width: 20px;
    height: 20px;
    line-height: 20px;
    background: #2e6fff;
    text-align: center;
    color: white;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.timepicker_wrap {
	/*display: block !important;*/
    position: absolute !important;
    top: 50px !important;
    left: -85px !important;
    z-index: 10000 !important;
    width: 205px !important;
}
.time, .mins, .meridian{
	width: 40px !important;
}
.prev, .next{
	padding: 0px !important;
    background-size: 50% auto !important;
}
input.timepicki-input{
	background: transparent !important;
	font-size:12px !important;
}
.arrow_top{
	left: 90px !important;
}
.ti_tx, .mi_tx, .mer_tx{
    display: flex;
    justify-content: center;
    align-items: center;
}

.vp-timer-preset-wrap{
	background: #f8f8f8;
    padding: 20px 10px;
}

.vp-timer-preset-item{
	border: 1px solid #F0F3F9;
    padding: 10px 0px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.vp-timer-preset-item img{
	width: 100%;
}
.vp-cat-btn-content{
    height: 250px;
    background: #f8f8f8;
    padding: 20px 10px;
    padding-right: 0px;
}
.vp-cat-btn-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding-right: 10px;
}
.vp-cta-btn-itm img{
	width: 100%;
}
.vp-cat-btn-content .mCSB_container{
	margin-right: 0px !important;
}


.vp-video-player-btn{
	position: absolute;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}
.vp-video-player-btn-content{
	position: absolute;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7592fc7a;
    border-radius: 50%;
    left: 0px;
    top: 0px;
}
.vp-video-player-btn img{
	max-width: 100px;
	max-height: 100px;
}
.vp-video-player-color-wrap{
	height: 300px;
	padding: 20px;
	width: 100%;
}
.vp-video-player-color-wrap .mCSB_container{
	margin: 0px !important;
}
.vp-video-player-color-wrap-inner{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    grid-row-gap: 8px;
    padding-top: 10px;
}
.vp-video-player-color-item{
	padding: 5px;
	border: 1px solid white;
	border-radius: 5px;
	background: white;
	width: 80px;
}
.vp-video-player-color-panel{
	width: 100%;
	height: 50px;
}
.vp-video-player-color-value{
	    border: 1px solid #f5f7ff;
    border-top: 0px;
    padding: 2px;
    padding-left: 5px;
    font-size: 12px;
    background: white;
}
.vp-video-player-color-item.active-color-item{
	border: 1px solid #2e6fff;
	position: relative;
}

.vp-video-player-color-item.active-color-item:after {
	position: absolute;
    content: '\2713';
    width: 16px;
    height: 16px;
    background: #2e5bff;
    border-radius: 50%;
    color: white;
    top: -8px;
    right: -8px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.vp-slider-wrap{
	padding: 20px;
}
.vp-slider-item{
    display: grid;
    grid-template-columns: 70px auto;
    padding: 10px;
    border: 1px solid #ebeff6;
    border-radius: 5px;
}
.vp-slider-item:not(:last-child){
	margin-bottom: 10px;
}
.vp-slider-img{
	height: 70px;
	background-size: cover;
	background-position: 50% 50%;
}
.vp-slider-remove-btn{
    float: right;
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
}
.vp-slider-title{
	padding: 10px;
    display: grid;
    grid-template-columns: auto 20px;
}
.vp-slider-title p{
	margin: 0px;
	padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.vp-slider-add-btn-wrap{
	padding: 20px;
}
.vp-slider-add-btn{
	width: 120px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	position: relative;
	background: #2e6fff;
	border-radius: 5px;
	cursor: pointer;
}

.vp-player-setting-window{
    width: 200px;
    height: 450px;
    background: white;
    position: absolute;
    top: -465px;
    left: -85px;
    box-shadow: 0px 0px 10px #cecece;
    border-radius: 5px;
    display: none;
    font-size: 14px;
}
 .vp-speed-title{
	display: grid;
    grid-template-columns: 100px auto;
    padding: 10px;
    border-bottom: 1px solid #e4eaff;
 }
 .vp-player-speed-item{
 	display: grid;
    grid-template-columns: 20px auto;
    padding: 5px 50px;
    cursor: pointer;
 }
 .vp-player-speed-label{
 	text-align: left;
 }

 .vp-player-quality-item{
 	display: grid;
    grid-template-columns: 20px auto;
    padding: 5px 50px;
    cursor: pointer;
 }
 .vp-player-speed-label{
 	text-align: left;
 }
 #vp_drag_mark{
 	position: fixed;
 	top: 10px;
 	left: 10px;
 	z-index: 10000;
 	display: none;
 	width: 15px;
 	height: 15px;
 }
.vp-integrate-title{
    text-align: center;
    font-size: 30px;
    padding-top: 40px;
}
.vp-integrate-desc{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}
.vp-app-title{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.vp-app-wrap{
    height: calc(100VH - 300px);
    margin: 30px 0px;
    overflow: auto;
    padding: 20px 50px;
}
.vp-app-window{
    width: 100%;
    display: grid;
    grid-gap: 20px;
    padding: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.vp-app-item{
    border: 1px solid #f3f3f3;
}
.vp-app-item-window{
    background: white;
    width: 100%;
    box-shadow: 0px 0px 10px 0px #d3d6e0;
}
.vp-app-item-window img{
    width: 100%;
}
.vp-app-img-wrap{
    padding: 20px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    overflow: hidden;
}
.vp-app-item-title{
    padding: 5px 10px;
    border: 1px solid #edf0fe;
    border-top: 0px;
    color: #131734;
    border-top: 1px solid #e4e4e4;
}
.vp-active-app{
    border:1px solid #07b379;
    position: relative;
}

.vp-active-app:after{
    content: '\2713';
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #07b379;
    color: white;
    font-size: 9px;
}

.vp-popup-wrap{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000008f;
    z-index: 100000;
}

.vp-popup-window{
    position: relative;
    max-height: calc(100VH - 50px);
    overflow: auto;
    background-color: white;
}
 
.vp-popup-close {
    position: absolute;
    right: 55px;
    left: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b7b7b7;
    border-radius: 50%;
    padding: 0px;
    color: white;
    font-size: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    top: 40px;
    border: 1px solid #b7b7b7;
    
}
.vp-popup-window-title{
    font-size: 24px;
}
.vp-integrate-window{
    width: 100%;
    max-width: 1024px;
    background-color: white;
}