
body{
	background-color: #F5F6F6 !important;
}
main{
	min-height: calc(100vh - 56px);
}
h1 , h2 , h3 , h4 , h5 , h6{
	color: #070707;
}
/*input{*/
/*	border-top:0!important;*/
/*	border-right:0!important;*/
/*	border-left:0!important;*/
/*	border-bottom:2px solid !important;*/
/*}*/
/*input:focus-visible {*/
/*    outline: 0px !important;*/
/*}*/
.logo img{
	max-width: 280px !important;

}

.box {
	display: block;
	min-width: 300px;
	height: 300px;
	margin: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
}
#card_div{
	display: none;
}
.upload-options {
	position: relative;
	height: 75px;
	background-color: cadetblue;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
	background-color: #7fb1b3;
}
.upload-options input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.upload-options label {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
}
.upload-options label::after {
	content: 'add';
	font-family: 'Material Icons';
	position: absolute;
	font-size: 2.5rem;
	color: #e6e6e6;
	top: calc(50% - 2.5rem);
	left: calc(50% - 1.25rem);
	z-index: 0;
}
.upload-options label span {
	display: inline-block;
	width: 50%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.upload-options label span:hover i.material-icons {
	color: lightgray;
}
.js--image-preview {
	height: 225px;
	width: 280px;
	position: relative;
	overflow: hidden;
	background-image: url('');
	background-color: white;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.js--image-preview::after {
	content: "photo_size_select_actual";
	font-family: 'Material Icons';
	position: relative;
	font-size: 4.5em;
	color: #e6e6e6;
	top: calc(50% - 3rem);
	left: calc(50% - 2.25rem);
	z-index: 0;
}
.js--image-preview.js--no-default::after {
	display: none;
}
.js--image-preview:nth-child(2) {
	background-image: url('http://bastianandre.at/giphy.gif');
}
i.material-icons {
	transition: color 100ms ease-in-out;
	font-size: 2.25em;
	line-height: 55px;
	color: white;
	display: block;
}
.drop {
	display: block;
	position: absolute;
	background: rgba(95, 158, 160, 0.2);
	border-radius: 100%;
	transform: scale(0);
}
.animate {
	animation: ripple 0.4s linear;
}
#sig-canvas{
	border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
  /*width: 100%;*/
}
.canvas_border{
	border: 2px dotted #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
	/*width: 100%;*/
}

#sig-canvas-2{
	border: 2px dotted #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
	/*width: 100%;*/
}
@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.image-upload-preview img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.image-upload-preview input{
	display: none;
	border:unset !important;
}
.image-upload-preview {
	border: 1px solid #000;
	border-radius: 4px;
}
.btn-dark-blue{
	background-color: #1D2F6F;
	color:#FFF ;
	border:2px solid #1D2F6F;
}
.btn-dark-blue:hover{
	background-color: transparent;
	color:#1D2F6F !important;
	border:2px solid #1D2F6F;
}

.focus_input{
	background: #41c588 !important;
	color: white !important;
}
.m-v-btn-color{
	background-color: #bf1e2e !important;
}
@media only screen and (min-width:300px) and (max-width:768px){
	.m-v-btn {
		padding: 0.25rem 0.5rem;
	    font-size: 16px;
	    border-radius: 0.2rem;
	}
}
/*.vp-center .player{
	border: 13px solid #bf1e2e !important;
}*/


/*.video-border .vp-player-ui-container{*/

/*}*/