
.hidden {
	display: none;
}

.nopadding {
	padding: 0 0;
}

.fullwidth {
	width: 100%;
}

.fullheight {
	height: 100%;
}

.fileborder {
	border: 4px dashed black;
}

.veditor {
	padding: 0 15px;
}


.veditor .buymodal {
	color: black;
}

.veditor .buymodal .modal-body p {
	text-align: center;
}

.veditor .buymodal .modal-body img {
	max-height: 256px;
}

.veditor .buymodal .modal-header {
	text-align: center;
}

.veditor .buymodal .modal-header h5 {
	width: 100%;
}

.veditor .buymodal .modal-body .buydesc {
	font-weight: bold;
	font-size: 16px;
	color: black;
}

.veditor .buymodal .modal-body .buydesc .verifycode {
	color: green;
	font-size: 34px;
}

.veditor .buymodal .modal-body .buydesc .price {
	color: #f9071f;
	font-size: 34px;
}

.veditor .buymodal .candown {
	background: #0c6;
	border-color: #0c6;
	width: 100%;
}

.veditor .buymodal .waitpay {
	height: 100%;
}

.veditor .buymodal .waitpay:hover {
	cursor: default;
}

.veditor .buymodal .waitpay .progress-bar {
    background-color: #dee2e6;
	width: 100%;
    color: #605e5e;
    font-size: 16px;
    font-weight: bold;
	padding: 4px 0;
}

.veditor .buymodal .contact {
	color: red;
	font-weight: bold;
	text-decoration:underline;
}

.veditor .menu {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.veditor .veditor-videowrapper {
	overflow-y: auto;
	overflow-x: hidden;
}

.veditor .video-container {
	width: 100%;
	background: black;
	max-height: 100%;
	min-height: 256px;
	display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff00;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0px;
}

.veditor .videowrapper {
	background: black;
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.veditor .videowrapper video {
	position: relative;
    display: block;
    width: 100%;
	#width: auto;
    height: 100%;
	margin: auto;
}

.veditor .overlay-option {
	
}

.veditor .menu {
}

.veditor .menu .return {
	cursor: pointer;
    font-weight: bold;
    font-size: 24px;
}

.veditor .menu .return:hover {
	cursor: pointer;
}

.veditor .videowrapper .cropper-bg {
	background-image: none!important;
}

.veditor .videowrapper .cropper-crop-box {
	box-shadow: 0 0 0 999px rgba(0,0,0,.5);
}

.veditor .videowrapper .cropper-modal {
	background-color: #0000;
}

.veditor .mergewrapper {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 15px 15px 15px 15px;
    flex: 1 1 auto;
    /* flex-direction: row-reverse; */
    display: flex;
}

.veditor .mergewrapper .videolist {
}

.veditor .mergewrapper .videoitem {
	height: 64px;
    max-width: 192px;
	overflow: hidden;
	min-width: 64px;
	margin: 0px 8px;
	position: relative;
}

.veditor .mergewrapper .videoitem::before {
	background: white;
	width: 8px;
	height: 8px;
}

.veditor .mergewrapper .thumb-frames {
	height: 100%;
	display: flex;
	background: black;
}

.veditor .mergewrapper .thumb-frames .icon-rt {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #0c6;
	font-size: 20px;
}

.veditor .mergewrapper .thumb-frames .icon-lt {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #0c6;
	font-size: 20px;
}


.veditor .mergewrapper .thumb-frames .icon-lt:hover, .veditor .mergewrapper .thumb-frames .icon-rt:hover {
	cursor: pointer;
}

.veditor .mergewrapper .videoitem .loading {
	height: 100%;
    width: 100%;
    display: inline-block;
    background-color: rgba(0,0,0,.8);
    background-size: 25%;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf8,<svg width="200px" height="200px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-eclipse" style="animation-play-state: running; animation-delay: 0s; background: none;"><path stroke="none" d="M10 50A40 40 0 0 0 90 50A40 42 0 0 1 10 50" fill="%2300E0FF" style="animation-play-state: running; animation-delay: 0s;"><animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 51;360 50 51" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite" style="animation-play-state: running; animation-delay: 0s;"></animateTransform></path></svg>')
}

.veditor .mergewrapper .videoitem video {
	max-height: 100%;
    max-width: 100%;
}

.veditor .mergewrapper .videoitem img {
	object-fit: cover;
    height: 100%;
	width: 100%;
	min-width: 64px;
}

.veditor .concatwrapper .block {
	padding: 0 0;
}

.veditor .concatwrapper .mediabox {
	font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;
}

.veditor .option-container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0;
	color: white;
	height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
	display: inline-block;
}

.veditor .option-container .row {
}

.veditor .option .option-body {
	text-align: center;
	margin: 10px 0;
}

.veditor .option .option-body .select {
	width: 100%;
	background: rgb(38, 41, 44);
	color: white;
}

.veditor .option .option-body .MuiOutlinedInput-root {
	color: white;
}

.veditor .option .option-body .MuiFormLabel-root {
	color: #ffffffb3;
}

.veditor .option .option-body .MuiTypography-colorTextSecondary {
	color: white;
}

.veditor .option .option-body .MuiButton-outlinedSizeLarge {
	width: 64px;
	height: 64px;
}

.veditor .option .option-body .MuiButton-outlinedPrimary {
	border-color: white;
}

.veditor .option .option-body .flipbtn {
	border-color: gray;
	color: #00cc6694;
}

.veditor .option .option-body .flipbtn.active {
	border-color: white;
	background: white;
	color: #0c6;
}

.veditor .option .option-label .flipdesc {
	color: gray;
	font-size: 12px;
}

.veditor .timeoption .MuiFormControl-root {
	color: white;
	border-color: white;
}

.veditor .timeoption .MuiInput-root {
	color: white;
}

.veditor .timeoption .MuiInputBase-root {
	color: white;
}

.veditor .timeoption .MuiInputLabel-root {
	color: white;
}

.veditor .timeoption .MuiInputLabel-outlined {
	color: white;
}

.veditor .MuiGridListTile-tile img:hover {
	cursor: pointer;
}

.veditor .MuiGridListTileBar-title {
	float: left;
}

.veditor .MuiGridListTileBar-title:hover {
	cursor: pointer;
}

.veditor .MuiButton-contained {
	#width: 100%;
    #height: 48px;
    #background: #0c6;
	#color: white;
}

.veditor .btnwrapperdisable {
	text-align: center;
    color: white;
    border-radius: 10px;
    border: 1px solid #999;
    padding: 15px;
    margin: 5px;
    background: #999;
    font-weight: bold;
}
