@font-face {
    font-family: PTSerif;
    src: url(../fonts/Roboto-Regular.ttf);
}
body p{
	font-family: 'PTSerif';
}
.evein-form {
	max-width: 450px;font-family: 'PTSerif';
}

.evein-form label {
	display: block;
	margin-bottom: 10px;
}

.evein-form label>span {
	float: left;
    width: 100%;
    color: #023047;
    font-size: 15px;
    text-shadow: 1px 1px 1px #fff;
}

.evein-form fieldset {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #a2d2ff;
    padding: 20px;
    background: #bde0fe;
    box-shadow: inset 0px 0px 15px #a2d2ff;
    -moz-box-shadow: inset 0px 0px 15px #a2d2ff;
    -webkit-box-shadow: inset 0px 0px 15px #a2d2ff;
}
.evein-form fieldset legend {
	color: #ffffff;
    border-top: 1px solid #75b6ef;
    border-left: 1px solid #75b6ef;
    border-right: 1px solid #75b6ef;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    background: #75b6ef;
    padding: 0px 8px 3px 8px;
    box-shadow: 0px -1px 2px #75b6ef;
    -moz-box-shadow: -0px -1px 2px #75b6ef;
    -webkit-box-shadow: 0px -1px 2px #75b6ef;
    font-weight: normal;
    font-size: 12px;
}

.evein-form textarea {
	width: 250px;
	height: 100px;
}

.evein-form input[type=text],
.evein-form input[type=date],
.evein-form input[type=datetime],
.evein-form input[type=number],
.evein-form input[type=search],
.evein-form input[type=time],
.evein-form input[type=url],
.evein-form input[type=email],
.evein-form select,
.evein-form textarea {
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #219ebc;
    outline: none;
    color: #fff;
    padding: 5px 8px 5px 8px;
    box-shadow: inset 1px 1px 4px #f4e3b2;
    -moz-box-shadow: inset 1px 1px 4px #f4e3b2;
    -webkit-box-shadow: inset 1px 1px 4px #219ebc;
    background: #219ebc;
    width: 50%;
}

.evein-form input[type=submit],
.evein-form input[type=button] {
	background: #EB3B88;
	border: 1px solid #C94A81;
	padding: 5px 15px 5px 15px;
	color: #FFCBE2;
	box-shadow: inset -1px -1px 3px #FF62A7;
	-moz-box-shadow: inset -1px -1px 3px #FF62A7;
	-webkit-box-shadow: inset -1px -1px 3px #FF62A7;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
}

.required {
	color: red;
	font-weight: normal;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	float: right;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.evein-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	width: 100% !important;
}

.checktab {
	width: 100%;
	display: inline-block;
}

.evein-slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.evein-slider {
	background-color: #1f9ebc;
}

input:focus+.evein-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.evein-slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.evein-slider.round {
	border-radius: 34px;
}

.evein-slider.round:before {
	border-radius: 50%;
}

.evein-greenstar {
	color: green;

}

.wrap.evein-setting-form {
	width: 40%;
	background: #efc88b;
	padding: 10px;
	border: 1px solid #efc88b;
	border-radius: 20px;
}

.evein-setting-form th, .evein-setting-form h2 {
	color: #cf5c36;
}
.hidden{
	display: none !important;
}

div.evein-card {
	width: 250px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	margin-left: 2%;
	background: #000;
  }
  
  div.evein-header {
	background-color: #4CAF50;
	color: white;
	padding: 10px;
	font-size: 40px;
  }
  
  div.evein-container {
	background: #000;
    color: #fff;
    height: 200px;
    text-align: center;
    padding: 20px;
  }
  .evein-flex{
	display: flex;
	justify-items: center;
  }
  .evein-btn{
	background-color: #fff;
    border-width: 0px;
    color: #000;
    font-family: inherit;
    line-height: 1.7;
    padding-top: 1rem;
    padding-right: 1.8rem;
    padding-bottom: 1rem;
    padding-left: 1.8rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
  }
  span.eveingb_show_sc {
    color: #000;
    background: #fff;
    padding: 4px;
    border-radius: 18px;
    margin-left: 10px;
    font-size: 10px;
	cursor: pointer;
}

span.eveingb_sc_code {
    display: block;
    background: #fff;
    margin-top: 5px;
    padding: 5px;
    font-size: 13px;
}