/*-----------------------------------------------------------------------------

- Admin style -

author:		ozplugin
email:     	client@ozplugin.ru
website:   	http://www.ozplugin.ru
version:	1.13
-----------------------------------------------------------------------------*/	

.eatd__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:center;
  align-items:center;
  margin-bottom: 0;
}

.eatd__tabs li {
color: #b8bec3;
font-weight: 400;
background: #fff;
padding: 12px 20px 10px 10px;
font-size: 13px;
border-radius: 1px;
margin-right: 3px;
cursor: pointer;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

.eatd__tabs li .dashicons { 
font-size: 1em;
vertical-align: middle;
line-height: 1.5em;
}

.eatd__tabs li.active, 
.eatd__tabs li:hover {
    color: #4d5450;
}

.eatd__tabs li:hover {
box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.eatd__tabs li.active .dashicons {
	color: #2dde98;
}

.eatd_tab {
	display:none;
}

.eatd_tab.active {
	display:block;
}

body[class*="easy-gdpr"] .form-table {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

body[class*="easy-gdpr"] .form-table th:first-child, 
body[class*="easy-gdpr"] .form-table td:nth-child(2) {
	padding: 20px 10px 10px;
}

body[class*="easy-gdpr"] .form-table th label, 
body[class*="easy-gdpr"] .form-table th {
    color: #67757c;
    font-size: 14px;
    font-weight: 400;
}


body[class*="easy-gdpr"] input[type="text"],
body[class*="easy-gdpr"] textarea {
    box-shadow: none;
    border-color: #e7e7e7;
    width: 100%;
    padding: 10px;
	border-radius:0px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

body[class*="easy-gdpr"] select,
body[class*="easy-gdpr"] .select2-container--default .select2-selection--single  {
    box-shadow: none;
    border-color: #e7e7e7;
    width: 100%;
    padding: 10px 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
    border-radius: 2px;
    height: auto;
    padding: 5px 5px;
	min-height: 40px;
}

body[class*="easy-gdpr"] .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-top:4px;	
}

select#ea_pp_page {
	margin-bottom:5px;
}

body[class*="easy-gdpr"] input[type="text"]:focus,
body[class*="easy-gdpr"] select:focus,
body[class*="easy-gdpr"] .select2-container--default .select2-selection--single:focus,
body[class*="easy-gdpr"] textarea:focus {
    box-shadow: none;
    border-color: #878787;
	outline:none;
 }
 
.eatd-color-field .wp-color-result-text {
    display: block;
    background: #fff;
    text-align: left;
    margin: 0;
    width: 100%;
    padding: 4px 10px 5px 10px;
    border-right: 1px solid #ddd;
    border-radius: 2px 0 0 2px;
}

.eatd-color-field .button.wp-color-result {
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    border: 1px solid #e8e8e8;
	padding: 0 55px 0 0;
	border-radius: 2px;
}

.eatd-color-field .wp-picker-container {
	position:relative;
}

.eatd-color-field .wp-picker-input-wrap {
	position:absolute;
	top:-31px;
	left: 0px;
}

.eatd-color-field .wp-picker-input-wrap > * {
	display:inline-block;
    width: 50%;
}

.eatd-color-field .wp-picker-holder {
    margin-top: 45px;
    position: absolute;
    top: 0;
    left: 0;
}

.eatd-color-field .button.button-small.wp-picker-clear {
    height: 30px;
    padding: 0px 15px;
}

.ea_popup_flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.ea_popup_content {
    width: 80%;
}

.ea_popup_btn_content {
	width:20%;
    padding:0 20px;
    box-sizing: border-box;
	text-align: center;
}

.ea_popup {
	padding: 15px 25px;
    box-shadow: 0px 5px 49px 0px rgba(24, 5, 72, 0.06);
    z-index: 99999;
    box-sizing: border-box;
    position: fixed;
	background:#fff;
}

.ea_popup.p_top {
    top: 31px;
    left: 0;
    width: 100%;
}

.ea_popup.p_bottom {
	bottom:0;
	left:0;
	width:100%;
}

.ea_popup.p_left {
	bottom:25px;
	left:25px;
	width:250px;
}

.ea_popup.p_right {
	bottom:25px;
	right:25px;
	width:250px;
}

.ea_popup_btn, .ea_btn {
    background: #2dde98;
    color: #fff;
    padding: 8px 40px;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ea_popup_btn:hover, .ea_btn:hover {
background: #3cffb2;
}

.ea_btn.ea_prev {
	margin-top:10px;
}

.ea_popup_btn_settings {
    padding-top: 5px;
    font-size: 16px;
    color: #006799;
    border-bottom: 1px dashed;
	text-decoration:none;
    padding-bottom: 2px;
    display: inline-block;
	cursor:pointer;
    text-align: center;
	margin: 0 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ea_popup_btn_settings:hover {
	color:#188bc3;
}

.ea_popup_close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 22px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity:0.6;
}

.ea_popup_close:hover {
	opacity:1;
}

.ea_popup.p_left,
.ea_popup.p_right {
    padding: 30px 25px 20px;
    box-shadow: 0px 5px 49px 0px rgba(24, 5, 72, 0.12);
}

.ea_popup.p_left .ea_popup_flex > *,
.ea_popup.p_right .ea_popup_flex > * {
	width:100%;
	font-size:14px;
}

.ea_popup.p_left .ea_popup_flex .ea_popup_content,
.ea_popup.p_right .ea_popup_flex .ea_popup_content {
margin-bottom: 10px;
}

.ea_popup.p_left .ea_popup_flex .ea_popup_btn,
.ea_popup.p_left .ea_popup_flex .ea_popup_btn_settings,
.ea_popup.p_right .ea_popup_flex .ea_popup_btn,
.ea_popup.p_right .ea_popup_flex .ea_popup_btn_settings {
font-size:14px;
}

.ea_buttons .eatd-color-field {
margin-right:15px;
}

body[class*="easy-gdpr"] .eatd-color-field input[type="text"] {
    padding: 5px;
}

.hide {
	display:none;
}

.ea_shortcode_cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items:stretch;
  align-items:stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.ea_tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
	padding:10px;
}

.ea_tabs .ea_b {
    border: 1px solid #e2e1e1;
	background:#fff;
	height:100%;
    padding: 7% 6%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ea_tabs .ea_b:hover {
	border: 1px solid #bcc3c7;
}

.ea_tabs h5 {
    font-size: 14px;
    color: #9c9c9c;
    text-transform: inherit;
    letter-spacing: 0.04em;
    font-weight: bold;
    min-height: 38px;
}

body .ea_more span.ea_a {
	background:rgba(45, 222, 137, 0.20);
    border-radius: 50%;
    text-decoration: none;
    border: 0px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    display: inline-block;
    outline: none;
    color: #2dde98;
    text-align: center;
	box-shadow:none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

body .ea_more span.ea_a:hover,
body .ea_more span.ea_a:focus {
	box-shadow:none;
	background:rgba(45, 222, 137, 0.38);
	color: #2dde98;
}

.ea_more span.ea_a span {
	line-height:32px;
}

.ea_more .dashicons {
	font-size:15px;
}

.ea_more {
    float: right;
}

.ea_tabs_content:after {
	content:'';
	display:table;
	clear:both;
}

.ea_tabs_content > .dashicons  {
    font-size: 28px;
}

.ea_pp .ea_tabs_content > .dashicons  {
    color: #ecda59;
}

.ea_tc .ea_tabs_content > .dashicons  {
    color: #04a9f3;
}

.ea_cs .ea_tabs_content > .dashicons  {
    color: #c063d0;
}

.ea_fm .ea_tabs_content > .dashicons  {
    color: #8ddeff;
}

.ea_cd .ea_tabs_content > .dashicons  {
    color: #f18a8a;
}

.ea_ad .ea_tabs_content > .dashicons  {
    color: #b3e079;
}

.ea_tabs_opts .ea_tabs_content > .dashicons  {
     color: #f9d03b;
}

.ea_tabs_content {
    padding-top: 10px;
}

.ea_tabs_description {
    color: #72777a;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px;
}

.ea_switch {
    width: 36px;
    height: 23px;
    position: relative;
    display: inline-block;
    border-radius: 25px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ea_switch_on {
    background: #2dde98;
    border: 1px solid #33ce90;
}

.ea_switch_on:before {
    content: '';
    position: absolute;
    top: 1px;
    width: 19px;
    height: 19px;
	left: 1px;
    background: #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0,0,0,0.14);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.ea_switch_on:before {
	-webkit-transform:translateX(14px);
    transform:translateX(14px);
}

.ea_tabs_opts {
	cursor:pointer;
}

.ea_tabs_opts.ea_loading {
	opacity:0.4;
}

.ea_tabs_opts.ea_load .ea_switch_on:before {
	-webkit-transform:translateX(0px);
    transform:translateX(0px);	
}

.ea_tabs_opts.ea_load .ea_switch_on {
	background:#ddd;
	border: 1px solid #cacaca;
}

.ea_tabs_opts.ea_load .ea_tabs_content > .dashicons  {
color:#ddd;
}

.ea_grouping input,
.ea_grouping select,
.ea_grouping textarea {
margin-bottom:10px;
}

.ea-privacy-center a {
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    background: #2dde98;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
    font-size: 14px;
    padding: 7px 12px 7px 5px;
}

.ea-privacy-center a:hover,
.ea-privacy-center a:focus {
	background:#3cffb2;
    box-shadow: none;
	color:#fff;
}

.ea_zag {
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    color: #767676;
}

#ea_email_notify_ifr {
	height:250px !important;
}


/* forma */

.msg {
    display: none;
}
.error {
    color: red;
}
.success {
    color: green;
}
.forma-container{
	max-width:600px;
    margin: 0 auto;
}
#ea_form input.warning,
#ea_form textarea.warning{
	border-color:red;
}
#ea_form label{
	color: #67757c;
    font-size: 14px;
    font-weight: 400;	
}
#ea_form input,
#ea_form textarea {
	box-shadow: none;
	border:1px solid #e7e7e7;
    border-color: #e7e7e7;
    width: 100%;
    padding: 10px 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    height: auto;
    padding: 5px 5px;
    min-height: 40px;
	margin-bottom: 20px;
}
#ea_form input[type="textarea"]{
	height:150px;
}
#ea_form input:focus,
#ea_form textarea:focus {
	box-shadow: none;
    border-color: #878787;
    outline: none;	
}
#ea_form input[type="submit"], .close-bt{
	font-size: 14px;
    border: none;
    font-weight: 100;	
	background: #2dde98;
    color: #fff;
    padding: 8px 40px;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;	
}
.close-bt{
	margin-top:10px;
    display: block;	
    clear: left;	
}
#ea_form input[type="submit"]:hover, .close-bt:hover{
    background: #3cffb2;	
}
.f-close{
	position:absolute;
	top: 5px;
    right: 15px;
    font-size: 22px;

	cursor:pointer;
	opacity:0.7;
	transition:0.4s ease;
}
.f-close:hover{
	opacity:1;
}

.ea_form-alert{
	display:none;
	text-align: center;
	padding: 30px 25px 20px;
    box-shadow: 0px 5px 49px 0px rgba(24, 5, 72, 0.12);	
	background-color: rgb(255, 255, 255);
    bottom: 20px;
    left: 25px;
    width: 250px;
    z-index: 99999;
    box-sizing: border-box;
    position: fixed;
    background: #fff;	
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ea_form-alert.fa-show{
	
	display:block;
	  -webkit-animation-name: fadeInUp;
	  animation-name: fadeInUp;
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
}

.ea_form-alert span.msg{
    font-size: 14px;
	color:#000;
  float: left;
  clear: left;	
  width: 100%;
    margin-bottom: 10px;
	
}

#ea_univ_checkbox {
width: 20px !important;
height: 20px !important;
display: inline-block !important;
vertical-align: top !important;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

#ea_submit_woo {
-webkit-transition: all .3s ease;
transition: all .3s ease;	
}

#ea_univ_checkbox.ea_red,
.woocommerce-invalid #ea_submit_woo {
box-shadow: 0px 0px 5px rgb(189, 31, 31);
}

label[for="ea_univ_checkbox"] {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-bottom:10px;
  margin-top: 10px;
}

label[for="ea_univ_checkbox"] span {
	display:inline-block !important;
}

@media (max-width: 1200px){
	
}
@media (max-width: 991px){
.ea_popup_btn_content .ea_popup_btn, .ea_popup_btn_content .ea_btn {
    padding: 8px 30px;
}	
}
@media (max-width: 767px){
.ea_popup_flex .ea_popup_content {
    width: 100%;
}
.ea_popup_flex .ea_popup_btn_content {
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.ea_popup_btn_content .ea_popup_btn, .ea_popup_btn_content .ea_btn {
    margin-right: 10px;
}
.ea_shortcode_cont .ea_tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}	
}
@media (max-width: 481px){
.ea_shortcode_cont .ea_tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
}	
#ea_form label[for="ea_univ_checkbox"] {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: block !important;
}

#ea_form #ea_univ_checkbox {
    width: 15px !important;
    height: 16px !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 0;
    float: left;
}
#ea_form label[for="ea_univ_checkbox"] span {
    display: block !important;
    padding-left: 20px;
    float: left;
    width: 80%;
}

}

.ea_form-table.admin-meta-field {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
    border-collapse: collapse;
    margin-top: .5em;
    width: 100%;
    clear: both;	
}
.ea_form-table.admin-meta-field, 
.ea_form-table.admin-meta-field td, 
.ea_form-table.admin-meta-field td p, 
.ea_form-table.admin-meta-field th {
    font-size: 14px;
}
.ea_form-table.admin-meta-field th:first-child, 
.ea_form-table.admin-meta-field td:nth-child(2) {
    padding: 20px 10px 10px;
}
.ea_form-table.admin-meta-field th label, 
.ea_form-table.admin-meta-field th {
    color: #67757c;
    font-size: 14px;
    font-weight: 400;
}
.ea_form-table.admin-meta-field th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.ea_form-table.admin-meta-field td {
    margin-bottom: 9px;
    padding: 15px 10px;
    line-height: 1.3;
    vertical-align: middle;
}

.ea_form-table.admin-meta-field label{
	color: #67757c;
    font-size: 14px;
    font-weight: 400;	
	
}
.ea_form-table.admin-meta-field input,
.ea_form-table.admin-meta-field textarea {
	box-shadow: none;
	border:1px solid #e7e7e7;
    border-color: #e7e7e7;
    width: 100%;
    padding: 10px 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
    height: auto;
    padding: 10px;
    min-height: 40px;
	margin-bottom: 20px;
}

.ea_form-table.admin-meta-field input:focus,
.ea_form-table.admin-meta-field textarea:focus {
	box-shadow: none;
    border-color: #878787;
    outline: none;	
}

.ea_disabled_btn, .ea_disabled_btn:hover, .ea_disabled_btn:focus {
	background:#ddd;
	cursor:not-allowed;
}

.ea_breach_status {
	display: inline-block;
	margin-left: 10px;
}

.ea_minus_rep {
	display: inline-block;
}

.ea_minus_rep span {
	cursor:pointer;
	color:#a00;
}

.ea_btn_min {
    padding: 4px 10px;
    font-size: 13px;
}

#ea_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
	display:none;
}

.ea_window {
    width: 680px;
	max-width:100%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: 10%;
	left:0;
	right:0;
    padding: 15px;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    height: auto;
	display:none;
}

.ea_window.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ea_close {
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 2em;
    z-index: 1;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.ea_close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
	}
	
.popup-content.cookie-popup {
    overflow: auto;
    height: 100%;
}

.popup-content-div {
}

.ea_coo_tabs_nav {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ea_coo_tabs_nav h5 {
    border: 1px solid #ddd;
    margin: 0 2px;
    padding: 10px;
    color: #333;
    font-size: 12px;
	opacity:.5;
	cursor:pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.ea_coo_tabs_nav h5.active, .ea_coo_tabs_nav h5:hover {
	opacity:1;
}	

.cookie-popup .ea_tab,
.ea_window .popup-content {
	display:none;
}

.cookie-popup .ea_tab.active {
	display:block;
}


.ea_tab_text, .ea_cookiename {
    font-size: 13px;
    color: #515151;
}

.ea_coo_tabs h6 {
	font-size:15px;
	color:#333;
	margin: 10px 0 2px;
}

.popup-content h3 {
	font-size:20px;
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility;
	color: #1a1a1a;
    margin-bottom: 15px;
}

.cookie-popup .ea_coo_tabflex {
    padding: 10px 5px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ea_tab_text {
	-webkit-flex-basis: 77%;
	flex-basis: 77%;
}

.ea_cookiename {
	-webkit-flex-basis: 23%;
	flex-basis: 23%;
	padding: 0 10px;
}

.ea_btn .dashicons {
    line-height: 1.2em;
}

.ea_btn_decline_coo {
	margin-left:5px;
	background: #e26b6b;
}

.ea_btn_decline_coo:hover {
	background:#e65353;
}

.ea_switch_coo_cat {
	cursor:pointer;
}

.ea_tab[data-block="Y"] .ea_switch_coo_cat {
	background: #ddd;
	border: 1px solid #cacaca;
}

.ea_tab[data-block="Y"] .ea_switch_coo_cat:before {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}

.ea-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom: 20px;
}

.ea-flex-50 {
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	padding:0 5px;
	box-sizing:border-box;
}

.ea-flex-100 {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	padding:0 5px;
	box-sizing:border-box;
}

.ea_cookie_cat_name label {
	display:block;
	margin-bottom: 5px;
}

.ea_cookie_cat_name input[type="text"],
.ea_cookie_cat_name textarea {
	margin-bottom:10px;
}

.ea_cookie_cat_name {
	margin-top:0 !important;
}

.ea-width-100 {
	width:100%;
}

.ea-flex-right {
	text-align:right;
	-webkit-justify-content: end;
	justify-content: end;
	-webkit-align-items: center;
	align-items: center;
}

.ea-btn-block-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-align-items:center;
  align-items:center;
}

.ea_btn-act {
	cursor:pointer;
}

.ea_cookien {
	white-space: pre;
}

.ea_nomargin {
	margin:0;
}

.ea_cookie_rep_tr {
	border-bottom:1px solid #ddd;
}

.ea-flex-row {
	margin:0 -5px;
}

.ea_save_all {
float: right;
margin-right: 5px;
background: none;
color: #2dde98;
border: 1px solid;	
}

.ea_save_all:hover {
	color:#fff;
}

.ea_coo_tabs {
	margin-bottom: 20px;
}

.ea_switch_status {
	padding-left:5px;
	vertical-align:top;
	line-height: 25px;
}

@media (max-width:480px) {
.ea_save_all, .ea_btn_close_coo {
	float: none;
	margin:10px 0 0;
	display:block;
}	

.ea_popup.p_left,
.ea_popup.p_right {
	bottom: 0px;
    left: 0px;
    width: 100%;
}	

.ea_window {
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.ea_coo_tabs_nav {
    width: 100%;
    overflow-x: scroll;
}

.ea_coo_tabs_nav h5 {
    width: 60%;
	-webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 100%;
    min-width: 130px;
}

.ea_tab_text, .ea_cookiename {
	width:100%;
	-webkit-flex-basis: 100%;
    flex-basis: 100%;	
}

.ea_coo_tabflex {
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
}

.wload {
    position: relative;
    width: 64px;
    height: 64px;
    margin: -32px auto auto;
    top: 50%
}

.wload .wBall {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.6325s infinite;
    -o-animation: orbit 3.6325s infinite;
    -ms-animation: orbit 3.6325s infinite;
    -webkit-animation: orbit 3.6325s infinite;
    -moz-animation: orbit 3.6325s infinite
}

.wload .wBall .wInnerBall {
    position: absolute;
	width: 5px;
    height: 5px;
    background: #2dde98;
    left: 0;
    top: 0;
    border-radius: 8px
}

.wload #wBall_1 {
    animation-delay: 796ms;
    -o-animation-delay: 796ms;
    -ms-animation-delay: 796ms;
    -webkit-animation-delay: 796ms;
    -moz-animation-delay: 796ms
}

.wload #wBall_2 {
    animation-delay: 153ms;
    -o-animation-delay: 153ms;
    -ms-animation-delay: 153ms;
    -webkit-animation-delay: 153ms;
    -moz-animation-delay: 153ms
}

.wload #wBall_3 {
    animation-delay: .3165s;
    -o-animation-delay: .3165s;
    -ms-animation-delay: .3165s;
    -webkit-animation-delay: .3165s;
    -moz-animation-delay: .3165s
}

.wload #wBall_4 {
    animation-delay: .4695s;
    -o-animation-delay: .4695s;
    -ms-animation-delay: .4695s;
    -webkit-animation-delay: .4695s;
    -moz-animation-delay: .4695s
}

.wload #wBall_5 {
    animation-delay: 633ms;
    -o-animation-delay: 633ms;
    -ms-animation-delay: 633ms;
    -webkit-animation-delay: 633ms;
    -moz-animation-delay: 633ms
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0
    }
    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%
    }
    100%,
    76% {
        opacity: 0;
        transform: rotate(900deg)
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0
    }
    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%
    }
    100%,
    76% {
        opacity: 0;
        -o-transform: rotate(900deg)
    }
}

@-ms-keyframes orbit {
    39%,
    7% {
        -ms-animation-timing-function: linear
    }
    0%,
    70%,
    75% {
        opacity: 1;
        -ms-animation-timing-function: ease-out
    }
    100%,
    75%,
    76% {
        -ms-transform: rotate(900deg)
    }
    0% {
        z-index: 99;
        -ms-transform: rotate(180deg)
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-origin: 0
    }
    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-origin: 30%
    }
    70% {
        -ms-transform: rotate(770deg);
        -ms-origin: 39%
    }
    75% {
        -ms-origin: 70%
    }
    100%,
    76% {
        opacity: 0
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0
    }
    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%
    }
    100%,
    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg)
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%
    }
    100%,
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg)
    }
}

.wloadwrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: rgba(242,242,242,0.8);
	display: none;
}

.checking_block_country  {
	display:inline-block;
}

.checking_block_country .checking_response {  
display: inline-block;
vertical-align: middle;
padding: 0 5px;
}

.ea_blocking_content a {
    color: #006799; 
    text-decoration: none;
    box-shadow: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}


.ea_blocking_content a:hover {
	color: #1986bb;
    text-decoration: none;
    box-shadow: none;
}

.ea_blocking_content {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px;
    font-size: 13px;
    border: 1px solid #e8e8e8;
	max-width:100%;
	margin:10px;
}

.ea_shortcode_cont *,
.ea_overlay *,
.ea_popup *,
.ea_shortcode_cont,
.ea_overlay,
.ea_popup {
	box-sizing:border-box;
}


.ea_tabs p {
	margin:0 auto;
	display: initial;
}

.ea_listCookies code {
display: block;
padding: 10px;
margin: 10px auto;
}