@charset "UTF-8";

.croppie-container {
	height: 100%;
	width: 100%
}

.croppie-container .cr-image {
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1
}

.croppie-container .cr-boundary {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1
}

.croppie-container .cr-viewport {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.croppie-container .cr-resizer,
.croppie-container .cr-viewport {
	border: 2px solid #fff;
	bottom: 0;
	-webkit-box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
	box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0
}

.croppie-container .cr-resizer {
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none;
	z-index: 2
}

.croppie-container .cr-resizer-vertical {
	bottom: -5px;
	cursor: row-resize;
	height: 10px;
	pointer-events: all;
	position: absolute;
	width: 100%
}

.croppie-container .cr-resizer-vertical:after {
	background: #fff;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 10px
}

.croppie-container .cr-resizer-horisontal {
	cursor: col-resize;
	height: 100%;
	pointer-events: all;
	position: absolute;
	right: -5px;
	width: 10px
}

.croppie-container .cr-resizer-horisontal:after {
	background: #fff;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px
}

.croppie-container .cr-original-image {
	display: none
}

.croppie-container .cr-vp-circle {
	border-radius: 50%
}

.croppie-container .cr-overlay {
	cursor: move;
	position: absolute;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 1
}

.croppie-container .cr-slider-wrap {
	margin: 15px auto;
	text-align: center;
	width: 75%
}

.croppie-result {
	overflow: hidden;
	position: relative
}

.croppie-result img {
	position: absolute
}

.cr-slider {
	-webkit-appearance: none;
	background-color: transparent;
	max-width: 100%;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 300px
}

.cr-slider::-webkit-slider-runnable-track {
	background: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 3px;
	height: 3px;
	width: 100%
}

.cr-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #ddd;
	border: none;
	border-radius: 50%;
	height: 16px;
	margin-top: -6px;
	width: 16px
}

.cr-slider:focus {
	outline: none
}

.cr-slider:focus::-ms-fill-lower,
.cr-slider:focus::-ms-fill-upper {
	background: rgba(0, 0, 0, .5)
}

.cr-slider::-moz-range-track {
	background: rgba(0, 0, 0, .5);
	border: 0;
	border-radius: 3px;
	height: 3px;
	width: 100%
}

.cr-slider::-moz-range-thumb {
	background: #ddd;
	border: none;
	border-radius: 50%;
	height: 16px;
	margin-top: -6px;
	width: 16px
}

.cr-slider:-moz-focusring {
	outline: 1px solid #fff;
	outline-offset: -1px
}

.cr-slider::-ms-track {
	background: transparent;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
	height: 5px;
	width: 100%
}

.cr-slider::-ms-fill-lower,
.cr-slider::-ms-fill-upper {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px
}

.cr-slider::-ms-thumb {
	background: #ddd;
	border: none;
	border-radius: 50%;
	height: 16px;
	margin-top: 1px;
	width: 16px
}

.cr-rotate-controls {
	bottom: 5px;
	left: 5px;
	position: absolute;
	z-index: 1
}

.cr-rotate-controls button {
	background: none;
	border: 0
}

.cr-rotate-controls i:before {
	display: inline-block;
	font-size: 22px;
	font-style: normal;
	font-weight: 900
}

.cr-rotate-l i:before {
	content: "↺"
}

.cr-rotate-r i:before {
	content: "↻"
}

body {
	height: 100%;
	max-height: 100vh;
	max-width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	width: 100%
}

.btn {
	border-radius: 2px
}

.btn,
.btn:active,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.btn-orange {
	background: #fd6012;
	color: #fff
}

.btn.btn-darkBlue {
	background: #12253d;
	color: #fff
}

.btn.btn-gray {
	background: #53616c
}

.btn.btn-outline {
	background: #fff;
	color: #2f2d25
}

.btn.btn-outline.btn-orange {
	border-color: #fd6012
}

.btn.btn-outline.btn-darkBlue {
	border-color: #12253d
}

.btn.btn-outline.btn-gray {
	border-color: #53616c
}

.btn.btn-outline:hover.btn-orange {
	background: #fd6012;
	color: #fff
}

.btn.btn-outline:hover.btn-darkBlue {
	background: #12253d;
	color: #fff
}

.btn.btn-outline:hover.btn-gray {
	background: #53616c
}

.btn-group .btn:first-child {
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px
}

.btn-group .btn:last-child {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px
}

.form-control {
	border-radius: 2px
}

.form-control,
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none
}

.form-control:focus {
	border-color: #fd6012
}

#app[v-cloak] {
	display: none
}

#app .forms {
	background: #f0f5f9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

#app .forms .formTitle {
	border-bottom: 1px solid #fd6012;
	color: #12253d;
	font-size: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative
}

#app .forms .formTitle .fRight {
	position: absolute;
	right: 0;
	top: 0
}

#app .forms .formTitle .fRight .btn {
	color: #fd6012
}

#app .forms .formTitle .fRight .btn:hover {
	color: #fff
}

#app .forms .formRow {
	padding: 20px;
	width: 50%
}

#app .forms .formRow:last-child {
	min-height: 500px;
	overflow: hidden;
	overflow-x: auto
}

#app .forms.previewForms {
	min-height: 500px
}

#app .forms.previewForms .flexSimulation {
	width: 100%
}

@media (min-width:640px) {
	#app .forms {
		min-height: 100vh
	}

	#app .forms .formRow {
		height: 100vh;
		overflow: hidden
	}

	#app .forms .formRow:first-child {
		overflow-y: auto
	}
}

@media (max-width:640px) {
	#app .forms {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	#app .forms .formRow {
		width: 100%
	}
}

.tabNav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 20px 0 15px;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 5px;
	position: relative;
	width: 100%
}

.tabNav .addPlus {
	background: rgba(253, 96, 18, .3);
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	font-size: 26px;
	line-height: normal;
	margin-right: 2.5px;
	padding: 2.5px 6px
}

.tabNav .addPlus > * {
	display: block;
	line-height: 22px
}

.tabNav .nav-pills {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.tabNav .nav-pills .nav-item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0;
	-ms-flex: 0 0;
	flex: 0 0;
	-webkit-flex-basis: 140px;
	-ms-flex-preferred-size: 140px;
	flex-basis: 140px;
	margin: 0 2.5px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.tabNav .nav-pills .nav-item a {
	background: #fff;
	border: 1px solid #fd6012;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fd6012;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: normal
}

.tabNav .nav-pills .nav-item a.active,
.tabNav .nav-pills .nav-item a:hover {
	background: #fd6012;
	color: #fff
}

.tabNav .nav-pills .nav-item a.copy,
.tabNav .nav-pills .nav-item a.del {
	background: #fff;
	font-size: 18px;
	padding: 6px;
	position: absolute;
	top: 0;
	-webkit-transition: .2s;
	transition: .2s
}

.tabNav .nav-pills .nav-item a.del {
	right: -32px
}

.tabNav .nav-pills .nav-item a.copy {
	left: -32px
}

.tabNav .nav-pills .nav-item:hover a.nav-link {
	background: #fd6012;
	color: #fff
}

.tabNav .nav-pills .nav-item:hover a.del {
	color: #fd6012;
	right: 0
}

.tabNav .nav-pills .nav-item:hover a.copy {
	color: #fd6012;
	left: 0
}

.flexSimulation {
	background: #849ebf;
	min-height: 500px;
	padding: 30px
}

.flexSimulation .lineListTitle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding: 10px
}

.flexSimulation .lineListTitle .cover {
	border-radius: 80px;
	height: 80px;
	margin-right: 20px;
	overflow: hidden;
	width: 80px
}

.flexSimulation .lineListTitle .cover img {
	height: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: inherit
}

.flexSimulation .lineListTitle .content {
	width: calc(100% - 100px)
}

.flexSimulation .lineListTitle .content .title {
	font-size: 22px;
	margin: 0 0 5px
}

.flexSimulation .lineListTitle .content .text {
	color: #53616c;
	font-size: 15px;
	max-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all
}

.colorPicker {
	position: relative
}

.colorPicker .input-group label {
	line-height: 31px;
	margin-bottom: 0;
	margin-right: 5px
}

.colorPicker .input-group .btn-colorPicker {
	border: 1px solid #ced4da;
	border-left: none;
	padding: 0
}

.colorPicker .input-group .btn-colorPicker span {
	display: block;
	height: 100%;
	width: 30px
}

.colorPicker .vc-chrome {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1
}

.cardContainer {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	overflow: hidden;
	overflow-x: auto;
	padding-bottom: 20px
}

.cardContainer > .card {
	border: none;
	border-radius: 17px;
	overflow: hidden
}

.cardContainer > .card .imgSrc {
	display: inline-block;
	height: inherit
}

.cardContainer > .card img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.cardContainer > .card + .card {
	margin-left: 20px
}

.cardContainer > .card .card-body,
.cardContainer > .card .card-footer,
.cardContainer > .card .card-header,
.cardContainer > .card .card-hero {
	background: #fff;
	border: none
}

.cardContainer > .card .card-header {
	padding: 20px 20px 10px
}

.cardContainer > .card .card-body {
	padding: 19px 20px 10px
}

.cardContainer > .card .card-footer {
	padding: 10px
}

.cardContainer > .card .card-footer * + * {
	margin-top: 4px
}

.cardContainer > .card .btn {
	border-radius: 8px;
	line-height: inherit !important
}

.cardContainer > .card .btn:active,
.cardContainer > .card .btn:hover,
.cardContainer > .card a:active,
.cardContainer > .card a:hover {
	text-decoration: none
}

.cardContainer .videoPreview {
	position: relative
}

.cardContainer .videoPreview .previewPhoto {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1
}

.cardContainer .videoPreview .previewPhoto i {
	color: #fff;
	font-size: 30px;
	left: 50%;
	line-height: normal;
	position: absolute;
	text-shadow: 1px 4px rgba(0, 0, 0, .5);
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.cardContainer .videoPreview .previewPhoto i:before {
	display: block
}

.cardContainer .videoPreview .previewPhoto img {
	height: 100%;
	width: inherit
}

.cardContainer .videoPreview video {
	display: block;
	max-width: 100%
}

.bdContainer .bd-callout {
	background: #fff;
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem;
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	padding: 1.25rem;
	position: relative
}

.bdContainer .bd-callout-info {
	border-left-color: #5bc0de
}

.bdContainer .bdTitle .addBtn {
	background-color: #fff;
	border: 1px solid;
	border-radius: .25rem;
	color: #007bff;
	font-size: 65%;
	padding: .25rem .5rem
}

.bdContainer .bdTitle .addBtn:active,
.bdContainer .bdTitle .addBtn:hover {
	background: #007bff;
	color: #fff
}

.bdContainer .btnContainer {
	margin-bottom: 18px;
	position: relative
}

.bdContainer .btnContainer .tags {
	background: #fe6011;
	border-radius: 3px 0 0 3px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	height: 26px;
	letter-spacing: normal;
	line-height: 26px;
	margin-right: 10px;
	padding: 0 14px 0 23px;
	position: relative;
	text-decoration: none;
	-webkit-transition: color .2s
}

.bdContainer .btnContainer .tags:before {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px rgba(0, 0, 0, .25);
	box-shadow: inset 0 1px rgba(0, 0, 0, .25);
	content: "";
	height: 6px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 6px
}

.bdContainer .btnContainer .tags:after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-right: 10px solid #fe6011;
	border-top: 13px solid transparent;
	content: "";
	left: 0;
	position: absolute;
	top: 0
}
