	#wpfooter{
	display: none;
	}
	hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}
	.mt-10 {
	margin-top: 10px;
	}
	.mt-20 {
	margin-top: 20px;
	}
	.mt-30 {
	margin-top: 30px;
	}
	.plugin-container {
	font-size: 14px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    width: calc( 100% - 25px);
	}
	.plugin-header {
    background-color: #1d84fc;
    width: auto;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
	}
	.plugin-header span {
	font-size: 20px;
    color: rgba(255, 255, 255, 0.87);
    letter-spacing: 0.6px;
    font-weight: 300;
	}
	.plugin-body {
    background-color: #fff;
    width: auto;
    /*height: calc( 100% - 65px);*/
    /*min-height: calc( 100% - 360px);*/
    min-height: calc( 100% - 270px);
    padding: 10px 20px;
	}
	.status-strip {
    width: auto;
    box-shadow: none;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    line-height: 54px;
    margin-bottom: 20px;
    border-radius: 4px;
	}
	.green {
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	}
	.red {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	}
	.white-cta {
    padding: 10px 20px;
    border-radius: 2px;
    text-decoration: none;
    color: #dff0d8;
    outline: 0;
    cursor: pointer;
    background: #3c763c;
    font-size: 14px;
    letter-spacing: 0.4px;
    border: 0;
	}
	.text1 {
	font-size: 25px;
	line-height: 0.8;
	letter-spacing: 0.4px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
	}
	.text2 {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.3px;
	text-align: center;
	color: rgba(119, 119, 119, 0.8);
	}
	.izooto-link {
    font-size: 14px;
    letter-spacing: 0.4px;
    background: transparent;
    border: 0;
    text-decoration: underline;
    color: #0073aa;
    outline: 0;
    cursor: pointer;
	}
	.izooto-container {
	background: #fbfbfb;
    padding: 15px;
    border-radius: 4px;
    width: 500px;
    border: 1px solid #f1f1f1;
	}
	.plugin-button {
    background-color: #1d84fc;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    padding: 14px 34px;
    text-decoration: none;
    border-radius: 4px;
	}
	.plugin-button:hover, .plugin-button:focus, .plugin-button:active {
    background: #55a3fd!important;
    color: rgba(255, 255, 255, 0.87)!important;
	}
	.middle-align {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.start-align {
	position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
	}
	.space-between {
	display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
	}
	.grey-panel {
	padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    width: 50%;
	border-radius: 4px;
	border: solid 1px #cfd8dc;
	background-color: #fafafa;
	}
	.plugin-title {
	color: #2f2f2f;
	font-size: 30px;
	font-weight: 400;
	margin-top: 0px;
	}
	.plugin-sm-title {
	color: #797979;
	font-size: 15px;
	font-weight: 400;
	margin-top: -6px;
	padding-bottom: 20px;
	}
	.plugin-welcome-msg {
	margin: 0px -16px;
	font-size: 17px;
	background: #fff7ba;
	color: #b9453c;
	padding: 10px 10px;
	border-radius: 2px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	font-weight: 400;
	}
	.plugin-welcome-status {
	width: 100%;
	font-size: 17px;
	background: #ebffe2;
	color: #4c4c4c;
	padding: 7px 10px;
	line-height: 24px;
	border-radius: 2px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
	margin-left: -16px;
	}
	.plugin-activate-button {
	box-shadow: 0 3px 0 0 #054fa4;
	color: #FFF;
	background-color: #0667D6;
	outline: 0!important;
	padding: 6px 15px;
	font-size: 16px;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #0667D6;
	border-radius: 4px;
	text-decoration: none;
	}
	.plugin-activate-button-sm {
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px 1px;
	cursor: pointer;
	box-shadow: 0 3px 0 0 #054fa4;
	color: #FFF;
	background-color: #0667D6;
	outline: 0!important;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #0667D6;
	border-radius: 4px;
	margin-top: 10px;
	}
	.plugin-activate-button-sm:hover {
	color: #fff;
	background-color: #055bbd!important;
	border: 1px solid #055bbd!important;
	}
	.plugin-activate-button-sm:focus {
	color: #fff;
	box-shadow: 0 3px 0 0 #04438c;
	}
	.plugin-activate-button-sm:hover {
	color: #fff;
	background-color: #055bbd!important;
	border: 1px solid #055bbd!important;
	}
	.plugin-activate-button:focus {
	color: #fff;
	box-shadow: 0 3px 0 0 #04438c;
	}
	.plugin-footer {
    color: #333333;
    font-size: 15px;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding-left: 180px;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #dfdfdf;
	}
	.plugin-curnt-text {
	background: #ececec;
	padding: 19px 0px 0px 0px;
	margin-bottom: 13px;
	border-radius: 5px;
	font-size: 16px;
	width: 50%;
	margin-top: 30px;
	text-align: center;
	line-height: 22px;
	color: #706f6f;
	}
	.plugin-form-control {
	width: 100%;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	.plugin-label {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin-right: 20px;
	}
	.plugin-instruction-text {
	background-color: #23282d;
	font-size: 15px;
	display: inline-flex;
	margin-bottom: 7px;
	}
	pre {
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
	margin: 0em 0px 0.6em;
	font-size: 15px;
	display: inline-flex;
	line-height: 26px;
	}
	.plugin-box {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	background: #fff;
	width: 45%;
	}
	.plugin-box .plugin-h2-title {
	border-bottom: 1px solid #eee;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	padding: 8px 12px;
	margin: 3px;
	line-height: 1.4;
	text-align: center;
	}
	.plugin-inside-box {
	padding: 0 12px 12px;
	line-height: 1.4em;
	font-size: 13px;
	position: relative;
	text-align: center;
	}
	.plugin-full-wid-box {
	}
	.plugin-msg-box {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	width: 42%;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-radius: 3px;
	font-size: 16px;
	color: #797979;
	background: #ffffff;
	text-align: left;
	}
	.plugin-thanku-box {
	background: #fcfcfc;
	margin-top: 30px;
	width: 50%;
	padding: 30px 20px;
	font-size: 16px;
	border: 1px solid #f4f4f4;
	color: #5d5d5d;
	}
	.plugin-error-msg {
	font-size: 18px;
	color: #e74236;
	margin-top: 30px;
	text-align: center;
	}
	.plugin-msg-box-new {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	width: 42%;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-radius: 3px;
	font-size: 16px;
	color: #797979;
	background: #ffffff;
	text-align: center;
	line-height: 24px;
	}
	.plugin-bg {
	background: #fbfbfb;
	padding: 10px 0px 0px 0px;
	margin: -16px;
	}
	.izooto-logo {
    width: 135px;
	}
	#wpfooter{
		display: none;
	}
	#thanku-box .plugin-body {
	    height: 65vh;
	}


	body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,0.87);
	font-size: 14px;
}
.izooto-wordpress {

	width: calc(100% - 25px);
 border: 1px solid rgba(0,0,0,0.12);
 margin-top: 5px;
	/*width: 1000px;
	border: 1px solid rgba(0,0,0,0.12);*/
}
.izooto-wordpress .header {
	padding: 14px 20px;
	background: white;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.izooto-wordpress .body {
	padding: 14px 20px;
	background: #F5F5F5;
	height: calc(100vh - 124px);
}
h4.subheading-1 {
	font: 500 1.125rem/1.428em Roboto , sans-serif;
    margin: 0 0 16px;
    color: rgba(0,0,0,0.87);
}
.shadow-card {
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
    display: block;
    position: relative;
    /*padding: 16px;*/
    border-radius: 4px;
    background: white;
}
.card-container-height {
	  height: calc(100% - 74px);
}
.grey-border {
	border: 1px solid rgba(0,0,0,0.12);
	padding: 16px;
    border-radius: 4px;
}
.primary-button {
	color: #fff;
	background-color: #1194ff;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
}
.form-control {
    width: 100%;
    height: 24px;
    font-size: 14px;
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, .form-control.focus, .form-control:focus {
    box-shadow: none;
}
.inline-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.width-400 {
	width: 400px;
}
.width-500 {
	width: 500px;
}
label {
	font-weight: 500;
}
.text-body {
	font: 400 0.875rem/1.513em Roboto , sans-serif;
}
.text-small {
	font: 400 0.75rem/1.567em Roboto , sans-serif;
}
.izooto-footer {
	padding: 6px 20px;
	font: 400 0.75rem/1.567em Roboto , sans-serif;
	color: rgba(0,0,0,0.54);
}
.section-two {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
	height: 100%;
}
.section-two .left {
	width: calc(100% - 400px);
	height: 100%;
	padding-left: 16px;
}
.section-two .right {
	width: 400px;
	height: 100%;
	background: #FCFCFC;
	border: 1px solid #DADCE0;
	border-radius: 0 4px 4px 0;
}
.align-mid {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}
.stroked-button {
	color: rgba(0,0,0,0.87);
	background-color: #fff;
	box-shadow: none;
	box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: 1px solid rgba(0,0,0,0.12);
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
}
.icon-button {
	margin-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 36px;
    min-width: 36px!important;
}

.notice, div.error, div.updated {
margin: 4px 22px 4px 0!important;
}