a.menu_cev_link{
    text-decoration: none;
    padding: 15px;
    font-size: 14px;
    color: #013047;
    display: inline-block;
    line-height: 1;
    outline: none;
    vertical-align: middle;
}
.customer-email-verification-for-woocommerce #wpcontent {
   padding-left: 0px;
   background: rgba(236,248,254,0.3);
}

.zorem-layout-cev__header * {
    box-sizing: border-box;
}
.zorem-layout-cev__header .page_heading {
    font-size: 14px;
    color: #3c4758;
    padding: 0 20px;
    margin: auto 0;
    font-weight: 400;
}
.zorem-layout-cev__header .page_heading a {
    text-decoration: none;
}
.zorem-layout-cev__header .page_heading .dashicons {
    font-size: 14px;
    vertical-align: middle;
    line-height: 20px;
}
.zorem-layout-cev__header .zorem-layout-cev__header-logo {
    width: 100px;
    padding: 0 20px;
    margin: 0;
}
.cev_admin_content {
	vertical-align: top;    
}
.menu_devider {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
section.cev_tab_section {
    display: none;
}
.accordion_container {
    margin: 20px;    
}
.cev_tab_section .accordion,.cev_tab_section .tools_accordion {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.cev_tab_section .accordion.heading .accordion-label,.cev_tab_section .tools_accordion.heading .accordion-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;    
    color: #3c4758;
    padding: 15px;
    width: 100%;
}
.cev_tab_section .accordion.heading.active .accordion-label{
    color: #03a9f4;
}
.cev_tab_section .tools_accordion.heading .accordion-label{
    color: #03a9f4;
}
.cev_tab_section .accordion-toggle {
    padding: 15px 0 15px 15px;
}
.cev_tab_section .accordion-btn{
    margin-left: auto;
    width: 100%;
    padding: 15px 15px 15px 0px;
    text-align: right;
}
.cev_tab_section .accordion.heading .cev_settings_save {    
    display: none;
    pointer-events: all;
}
.cev_tab_section .accordion span.dashicons {    
    display: inline-table;
}
.cev_tab_section .accordion.heading .dashicons.dashicons-arrow-right-alt2:before {
    color: #03a9f4;
    font-size: 30px;
}
.cev_tab_section .panel {
    padding: 15px;
    display: none;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 3px;
    background: #fff;
}
.disable_toggle{
    pointer-events: none;
}
#cev_content_tools .panel{
    display: block !important;
    padding: 0;
}
.cev_tab_section .panel.active {
    border-radius: 0 0 3px 3px;
}
.cev_tab_section .accordion.active {
    border-radius: 3px 3px 0 0;
}
span.multiple_checkbox {
    padding: 5px;
    display: inline-block;
    padding-bottom: 5px;
    min-width: 160px;
}
input.cev_tab_input {
	display: none;
}
label.cev_tab_label {
    text-decoration: none;
    padding: 15px;
    font-size: 14px;
    color: #013047;
    display: inline-block;
    line-height: 1;
    outline: none;
}
label.cev_tab_label.first_label {
    margin-left: 20px;
}
label.cev_tab_label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
label.cev_tab_label:hover {
	cursor: pointer;
}
input.cev_tab_input:checked + label {	
    color: #3c4758;
    border-bottom: 3px solid #03a9f4;
    margin-bottom: -3px;
    font-weight: 600;
}
#setting_tab:checked ~ #cev_content_settings,#tool_tab:checked ~ #cev_content_tools,#Add_tab:checked ~ #cev_content_addons {
	display:block;
}
.fieldset label {
    vertical-align: baseline;
}

.settings_ul {
    margin: 0;    
}
.settings_ul li{
    margin-bottom: 15px;
}
.settings_ul li.top-border{
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 5px;
}
.settings_ul li:last-child{
    margin-bottom: 0px;
}
.settings_ul li .section_desc{
    font-size: 14px;
    margin: 0;
}
.woocommerce.cev_admin_layout .settings_ul li .settings_label {
    color: #333333;
    cursor: auto;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 5px;
    display: block;
}
.woocommerce.cev_admin_layout .settings_ul li textarea{
    border: 1px solid #e8e8e8;
    background-color: #fafafa;
    padding: 10px;
    width: 100%;
    max-width: 800px;
}
.woocommerce.cev_admin_layout .settings_ul li .select2-container{
    width: 100% !important;
    max-width: 800px;
}
.woocommerce.cev_admin_layout .settings_ul li .select2-container .select2-selection--multiple{
    border: 1px solid #e8e8e8;
    background-color: #fafafa;
}
.woocommerce.cev_admin_layout .settings_ul li select{
    border: 1px solid #e8e8e8;
    background-color: #fafafa;    
    height: 40px;    
    width: 100%;
}
.woocommerce.cev_admin_layout .settings_ul li.enable_email_auth_for_login_time select{
	height: 30px;
}
.woocommerce.cev_admin_layout .settings_ul li .woocommerce-help-tip {
    font-size: 20px;
    color: #03a9f4;
    margin: -3px 0px 3px 3px;
}

.woocommerce.cev_admin_layout .tools_ul{
    margin: 0;
}
.woocommerce.cev_admin_layout .tools_ul li{
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    margin-bottom: 0;
    padding: 0 15px;
}
.woocommerce.cev_admin_layout .tools_ul li:last-child{
    border-bottom: 0;
    display: inline-block;
    padding: 5px 15px;
}
.woocommerce.cev_admin_layout .tools_ul li .tools_label{
    display: flex;
    flex-direction: column;    
    flex: 1;
    justify-content: center;
}
.woocommerce.cev_admin_layout .tools_ul li .submit_tools{
    margin: 10px 0;
}

.cev_admin_content div.submit {
    padding: 0px;	
	margin: 0;
	
}

th#cev_action {
    width: 65px;
}
th#cev_verified {
    width: 70px;
}
.cev_tab_section .cev_settings_save {
    background: #03a9f4;
    text-shadow: none;
    border-color: #03a9f4;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 15px;        
}

button.button-primary.cev_settings_save:focus{
	box-shadow: none;
	outline: none;
	}
button.button-primary.cev_settings_save:hover, button.button-primary.cev_settings_save:focus{
	background: #03a9f4;
    border-color: #03a9f4;
    color: #fff;
	}
button.button-primary.cev_settings_save:active{
	background: #03a9f4;
    border-color: #03a9f4;
    box-shadow: none;
    color: #fff;
}
.cev_tab_section .spinner{
	float: none;
	margin: 0px 10px 0;
	display:none;
}
.cev_tab_section .spinner.active{
	display:inline-block;
	visibility: visible;
}
.woocommerce.cev_admin_layout .cev_admin_content .wp-picker-container .wp-picker-input-wrap .input-text{
	line-height: 15px;
	max-width: 140px;
}

/** Toggle CSS **/
input[type=checkbox].tgl {
	display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  width: 36px;
  height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;		 
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 40%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}
.tgl-flat-cev + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: rgba(0,0,0, 0.26);
  border: 1px solid #ccc;
  border-radius: 2em;
}
.tgl-flat-cev + .tgl-btn:after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat-cev:checked + .tgl-btn {
  border: 1px solid #ccc;
  background: #ffff;
  vertical-align: middle;
}
.cev_tab_section .tgl-flat-cev + .tgl-btn.tgl-panel-label{
    pointer-events: all;
}

.tgl-flat-cev:checked + .tgl-btn:after {
  left: 55%;
  background: #8bc34a;
}
.rtl .tgl-flat-cev:checked + .tgl-btn:after {
    right: 55%;
}
.rtl .tgl + .tgl-btn:after {
    right: 0;
}

/** Snackbar CSS **/
@-webkit-keyframes fadein {
	from {
		right: 0;
		opacity: 0;
	}
	to {
		right: 20px;
		opacity: 1;
	}
}
@keyframes fadein {
	from {
		right: 0;
		opacity: 0;
	}
	to {
		right: 20px;
		opacity: 1;
	}
}
.cev-snackbar-logs {
    position: fixed;
    z-index: 5000;
    top: 95px;
    right: 10px;
    width: 300px;
}
.cev-snackbar-log {
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
.cev-snackbar-log {
    display: block;
    margin-top: 10px;
    position: relative;
    right: -300px;
    opacity: 0;
}
.cev-snackbar-log-show {
    right: 0;
    opacity: 1;
}
.cev-snackbar-log {
    background: #03a9f4;
    padding: 15px;
    border-radius: 4px;
    color: #FFF;
}
.cev-snackbar-log-success {
    background: #03a9f4;
}
.cev-snackbar-log-error {
    background: #FE1A00;
}

.spinner.active {
	visibility: visible;
}

/* fallback */
.zorem-layout-cev__header {
    margin: 0;
    padding: 0;
}
.zorem-layout-cev__header {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0;     
    width: 100%;
    height: 60px;
    z-index: 1001;
	align-items: center;
	position: relative;
}

.zorem-layout-cev__header * {
    box-sizing: border-box;
}
.woocommerce-layout__activity-panel-tabs {
    right: 0;
    position: absolute;
}
.woocommerce-layout__activity-panel-tabs .dashicons{
	width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
	color: #6e708c;
}
.woocommerce-layout__activity-panel-tabs .woocommerce-layout__activity-panel-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    max-width: -webkit-min-content;
    max-width: min-content;
    min-width: 55px;
    width: 100%;
    height: 44px;
    color: #757575;
    white-space: nowrap;
}
.woocommerce-layout__activity-panel-tabs .woocommerce-layout__activity-panel-tab:hover {
    background-color: #f0f0f0;
    box-shadow: none;
}
.woocommerce-layout__activity-panel-tabs .woocommerce-layout__activity-panel-tab.is-active{
    color: #1e1e1e;
    box-shadow: none;
}
.woocommerce-layout__activity-panel-tabs .woocommerce-layout__activity-panel-tab.is-active:before{
    height: 3px;
    opacity: 1;
}
.woocommerce-layout__activity-panel-wrapper {
    height: calc(100vh - 60px);
    background: #f0f0f0;
    width: 510px;    
    transition-property: transform box-shadow;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    position: absolute;
    right: 0;
    top: 105px;
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;	
	visibility: hidden;
	opacity: 0;
}

.woocommerce-layout__activity-panel-wrapper.is-open {    
    box-shadow: 0 12px 12px 0 rgb(85 93 102 / 30%);
}
.woocommerce-layout__activity-panel-wrapper.is-switching {
    animation: tabSwitch;
    animation-duration: .3s;
	visibility: visible;
	opacity: 1;
}
.woocommerce-layout__activity-panel-header {
    height: 50px;
    background: #e0e0e0;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-layout__inbox-title {
    color: #1e1e1e;
    display: flex;
    align-items: center;
}
.css-activity-panel-Text {
    box-sizing: border-box;
    margin: 0px;    
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.woocommerce-list {
    margin: 0;
    padding: 0;
}
.woocommerce-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    background-color: #fff;
}
.woocommerce-list__item:not(:first-child) {
    border-top: 1px solid #f0f0f0;
}
.woocommerce-list__item.has-action {
    cursor: pointer;
}
.woocommerce-list__item > .woocommerce-list__item-inner {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 24px;
}
.woocommerce-list__item .woocommerce-list__item-before {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.woocommerce-list__item .woocommerce-list__item-title {
    color: #005b9a;
}
.woocommerce-list-Text {
    box-sizing: border-box;
    margin: 0px;    
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}
.woocommerce-list__item .woocommerce-list__item-after {
    margin-left: 16px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

@media (min-width: 783px) {
	.woocommerce-layout__activity-panel-header {
		padding: 16px 24px;
	}
}

/* cev pro*/
td.from-table-border.no-border {
    border-top: solid 1px #e0e0e0;
    padding: 12px 0px;
	border-bottom: none;
}
span.dashicons.dashicons-yes.yes-tools {
    vertical-align: middle;
}
input#cev_verification_popup_overlay_background_color {
    max-width: 140px;
    width: 100%;
}
button.button-primary.cev-email-verify-button-tools {
    background: #8bc34a;
    border-color: #8bc34a;
    font-size: 15px;
	width: 220px;
	font-weight:bold;
	height:40px;
}
button.button-primary.cev-email-verify-button-tools:active,button.button-primary.cev-email-verify-button-tools:focus,button.button-primary.cev-email-verify-button-tools:hover {
    background: #8bc34a;
    border-color: #8bc34a;
	box-shadow:none;
}
button.button-primary.cev-email-resend-button-tools:active,button.button-primary.cev-email-resend-button-tools:focus,button.button-primary.cev-email-resend-button-tools:hover {
    background: #9e9e9e;
    border-color: #9e9e9e;
	box-shadow:none;
}
button.button-primary.cev-email-resend-button-tools {
    background: #9e9e9e;
    border-color: #9e9e9e;
    font-size: 15px;
	width: 220px;
	font-weight:bold;
	height:40px;
}
span.dashicons.dashicons-image-rotate.redo-tools {
    background: #9e9e9e;
	vertical-align: middle;
    box-sizing: border-box;
    font-size: 15px;
	padding: 2px;
	margin-right: 5px;
}
label.disible_textfiled {
    padding: 10px;
}
input#cev_change_texbox_value {
    margin: 10px;
}

@media(min-width: 815px) {
	.single_plugin.as-col-4:nth-child(3n) {
		padding-right: 0;
	}
}

@media(max-width: 815px) {
	.as-col-4 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}	
}

@media(max-width: 555px) {
	.as-col-4 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}