/*********************************
 COMMON RULES
 ********************************/

.pc_displaynone {
    display: none;
}
.pc_hnpt_code {
    display: none;
    visibility: hidden;
    position: fixed;
    left: -9999px;
}
.pc_vishidden {
    visibility: hidden;   
 }

.pc_login_form, .pc_login_form *,
.pvtcont_form, .pvtcont_form *,
.pc_logout_btn, .pc_logout_btn * {
	box-sizing: border-box;	
	text-align: left;
}
.pc_field_container {
	position: relative;	
}
.pc_field_container input {
	min-width: 100%;
	width: 100%;
	filter: unset !important; /* disable yellow layer on recent firefoxes */	
}
.pc_field_container > select,
.pc_registration_form .grecaptcha-badge,
.pc_onlymail_reg .pc_f_username {
	display: none !important;	
}


/* forms alignment */
.pc_aligned_form {
	display: block;
}
.pc_falign_left {
    text-align: left;
}
.pc_falign_center {
    text-align: center;
}
.pc_falign_right {
    text-align: right;
}


/* containers style */
.pc_login_form,
.pvtcont_form {
	width: 100%;
	display: inline-block;
    margin: 0 0 20px;
    padding: 19px 24px;
}
.pc_login_form {
	padding: 15px 24px 23px;	
}
.pc_nolabel .pc_login_form {
	padding: 19px 24px 23px;		
}


/* fields style */
.pc_form_field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), 
.pc_form_field textarea,
.pc_login_row input, 
.pcma_psw_username {
	display: block !important;
	min-width: none;
	max-width: none;
	margin: 0 ;
	font-size: 14px;
	line-height: 20px;
	height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
	transition: all .15s ease-in-out;
}
.pc_form_field input:-webkit-autofill,
.pc_form_field input:-webkit-autofill:hover,
.pc_form_field input:-webkit-autofill:focus,
.pc_form_field textarea:-webkit-autofill,
.pc_form_field textarea:-webkit-autofill:hover,
.pc_form_field textarea:-webkit-autofill:focus,
.pc_form_field select:-webkit-autofill,
.pc_form_field select:-webkit-autofill:hover,
.pc_form_field select:-webkit-autofill:focus,

.pc_login_row input:-webkit-autofill,
.pc_login_row input:-webkit-autofill:hover,
.pc_login_row input:-webkit-autofill:focus,
.pc_login_row textarea:-webkit-autofill,
.pc_login_row textarea:-webkit-autofill:hover,
.pc_login_row textarea:-webkit-autofill:focus,
.pc_login_row select:-webkit-autofill,
.pc_login_row select:-webkit-autofill:hover,
.pc_login_row select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}


/* text blocks */
.pc_form_txt_block {
	min-width: 100%;	
}


/* field icons */
.pc_field_w_icon input {
	padding-left: 35px;	
}
.pc_field_w_icon .lcslt-pc-skin > .lcslt {
	padding-left: 45px !important;	
}
.pc_field_icon {
	display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	background: #f2f2f2;
	width: 30px;
	z-index: 1;
	box-sizing: content-box;
	line-height: 0;
	transition: all .15s ease-in-out;
}


/* disable edge psw revealer */
.pc_rf_psw::-ms-reveal,
.pc_rf_psw::-ms-clear,
.pc_rf_psw_confirm::-ms-reveal,
.pc_rf_psw_confirm::-ms-clear,
.pc_login_form input::-ms-reveal,
.pc_login_form input::-ms-clear {
    display: none;
}


/* bottom border mode */
.pc_bottomborder .pc_login_row input, .pc_bottomborder .pc_login_row input:hover, .pc_bottomborder .pc_login_row input:focus, .pc_bottomborder .pc_login_row input:active,
.pc_bottomborder .pc_form_field input:not([type=checkbox]), .pc_bottomborder .pc_form_field input:not([type=checkbox]):hover, .pc_bottomborder .pc_form_field input:not([type=checkbox]):focus, .pc_bottomborder .pc_form_field input:not([type=checkbox]):active,
.pc_bottomborder .pc_form_field textarea, .pc_bottomborder .pc_form_field textarea:hover, .pc_bottomborder .pc_form_field textarea:focus, .pc_bottomborder .pc_form_field textarea:active,
.pc_bottomborder .pc_form_field button.ms-choice, .pc_bottomborder .pc_form_field button.ms-choice:hover, .pc_bottomborder .pc_form_field button.ms-choice:focus, .pc_bottomborder .pc_form_field .lcslt-pc-skin .lcslt {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	box-shadow: none !important;
	border-radius: 0 !important;	
}
.pc_bottomborder .pc_field_icon {
	left: 0 !important;	
	box-shadow: none !important;
}


/* no labels mode */
.pc_nolabel .pc_text_ftype > label,
.pc_nolabel .pc_password_ftype > label,
.pc_nolabel .pc_select_ftype > label,
.pc_nolabel .pc_assoc_select_ftype > label,
.pc_nolabel .pc_textarea_ftype > label,
.pc_nolabel .pc_login_row > label {
	display: none !important;	
}
.pc_nolabel .pc_text_ftype,
.pc_nolabel .pc_password_ftype,
.pc_nolabel .pc_select_ftype,
.pc_nolabel .pc_assoc_select_ftype,
.pc_nolabel .pc_textarea_ftype,
.pc_nolabel .pc_checkbox_ftype, 
.pc_nolabel .pc_single_checkbox_ftype {
	margin-top: 5px !important;	
	margin-bottom: 18px !important;	
}
.pc_nolabel .pc_login_row {
	margin-top: 5px !important;	
	margin-bottom: 18px !important;		
}



/* submit buttons */
.pc_login_form input[type="button"], .pc_login_form button, 
.pc_widget_login input[type="button"], .pc_widget_login button, 
.pvtcont_form input[type="button"], .pvtcont_form button,
.pc_logout_btn, .pc_logout_btn:active,
.pc_warn_box_btn {
	cursor: pointer;
	font-size: 14px;
    padding: 5px 15px;
	height: auto !important;
    line-height: normal !important;
	position: relative;	
	transition: width .15s ease-in-out, background-color .15s ease-in-out, color .15s ease-in-out;
}

.pc_login_form button i,
.pc_widget_login button i,
.pvtcont_form button i,
.pc_logout_btn i,
.pc_warn_box_btn i {
	font-size: 98%;
    padding-right: 8px;
}



/* v5.3 loader */
.pc_inner_btn {
	box-sizing: content-box;	
	padding-right: 0px;
	transition: color .2s ease-in-out, padding .3s ease .1s; 
}
.pc_spinner_btn .pc_inner_btn {
	padding-right: 18px;
}
.pc_inner_btn:after {
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	background: #888;
	right: 6px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	visibility: hidden;
	transition: visibility 0s ease 0s;  
}
.pc_spinner_btn .pc_inner_btn:after {
	visibility: visible;
	animation: pc_btn_loader .9s infinite .2s ease-in-out;
	transition: visibility 0s ease .2s; 
}
@keyframes pc_btn_loader {
  0% { 
    transform: scale(0);
  } 
  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}



  
/*********************************
 STANDARD LOGIN FORM ELEMENTS
 ********************************/


/*** inline restriction message ***/
.pc_warn_box {
	border-color: #ffcc47;
    border-style: solid;
    border-width: 4px 4px 4px 54px;
	border-radius: 2px;
    line-height: normal;
    padding: 11px 14px;
    position: relative;
	margin: 20px auto;
	max-width: 620px;
	animation: pc_show_mess .3s cubic-bezier(0.17, 0.3, 0.55, 1.8); 
}
.pc_warn_box:before {
	content: "\f06a";
	font-family: "Font Awesome 5 Free", "fontawesome";
    font-weight: 900;
	position: absolute;
	left: -52px;
	top: 50%;
	width: 50px;
	text-align: center;
	height: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 26px;
	margin-top: -13px;
	text-shadow: 2px 2px 6px rgba(100, 100, 100, 0.05);
    z-index: 10;
}
.pc_warn_box:after {
    position: absolute;
    content: "";
    left: -54px;
    top: -4px;
    bottom: -4px;
    background: linear-gradient(115deg, #ffc41d 0%, #ffcc47 60%);
    width: 54px;
    z-index: 5;
}
.pc_warn_box span.pc_warn_box_btn {
    margin: 12px 10px 1px 0 !important;
	position: static !important;
	float: none !important;
	display: inline-block !important;
}
.excerpt_n_wb_spacer {
    height: 25px;
}
.pc_login_form:not(.pc_widget_login) {
    max-width: 335px;   
}
@media screen and (min-width:441px) { 
	.pc_login_form:not(.pc_widget_login) {
		min-width: 335px;   
	}
}
.pc_login_row {
	vertical-align: middle;
	margin-bottom: 11px;
	position: relative;	
	display: table;	
	width: 100%;
}
.pc_login_row label {
    display: table-cell;
	vertical-align: middle;
	padding: 0 3% 0 0;
	margin: 0 !important;
	width: 38.2%;
	
	font-size: 15px;
	line-height: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
.pc_login_row input {
	display: table-cell;
	vertical-align: middle;
    margin: 0 !important;
    width: 100% !important;
	min-width: 100%;
	vertical-align: top;
}
.pc_login_smalls {
	height: 15px;
    text-align: right;
	line-height: 0;
	margin-bottom: -7px; /* value equal to button's top padding */
    margin-top: 35px;
}
.pc_login_form .pc_auth_btn {
	float: left;
    margin-top: -18px;	
}
#pc_auth_message:empty {
    display: none;
}


/* button */
.pc_login_form .pc_auth_btn,
.pc_login_form .pcma_do_recovery {
	display: inline-block;	
}

/* remember me check */
.pc_login_remember_me {
	display: inline-block;	
}
.pc_login_remember_me .pc_checkbox {
	top: 0;
}
.pc_login_remember_me small {
	position: relative;
	font-size: 0.83em;
	line-height: normal;
	top: -4px;
	padding-left: 5px;
	cursor: pointer;
}

/* trick for long labels and widget version fields */
.pc_lf_long_labels .pc_login_row label,
.pc_widget_login .pc_login_row label,
.pc_lf_long_labels .pc_login_row input,
.pc_widget_login .pc_login_row input {
	display: inline-block;
	width: 100%;	
}
.pc_lf_long_labels .pc_login_row label,
.pc_widget_login .pc_login_row label {
	padding:  0 0 2px;	
}


/* widget login form */
form.pc_widget_login {
	padding: 0;
	margin: 0;
	background: none !important;
	border: none !important;
	box-shadow: none !important;	
}


/* if smalls are too large and for widget */
.pc_widget_login #pc_auth_message,
.pc_mobile_login #pc_auth_message {
	margin-bottom: 10px !important;	
}
.pc_widget_login .pc_error_mess, 
.pc_widget_login .pc_success_mess,
.pc_mobile_login .pc_error_mess,
.pc_mobile_login .pc_success_mess {
	margin-bottom: 15px !important;	
}
.pc_mobile_login .pc_login_smalls {
	padding-top: 0;
	text-align: left;
	height: auto;
	margin: 0 0 15px;
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 15px;
    
}
.pc_mobile_login .pc_auth_btn {
	float: none;
}


/* responsive behavior */
@media screen and (max-width:440px) { 
	.pc_login_row label,
	.pc_login_row input {
		display: inline-block;
		width: 100%;	
	}
	.pc_login_row label {
		padding:  0 0 3px;	
	}
}

 


/* fields error tooltip */
.pc_field_error {
	width: auto !important;
    color: #2a2a2a;
	background: #fff;
	background: linear-gradient(to bottom, #fafafa 0%, #fff 30%, #fff 70%, #f9f9f9 100%);
    border: 2px solid #de0000;
    border-radius: 2px;
    bottom: 100%;
    box-shadow: 0 0 2px rgba(50, 50, 50, 0.3), 25px 0 0 #de0000 inset;
    cursor: pointer;
    font-size: 14px;
    left: -11px;
    padding: 3px 10px 3px 32px;
    position: absolute;
    z-index: 1000;
	opacity: 0;
	animation: pc_tooltip .25s forwards 0s ease;
}
@keyframes pc_tooltip {
  0% { 
  	opacity: 0;
	margin-bottom: 5px;
  } 
  100% {
    opacity: 1;
	margin-bottom: 0px;
  }
}

.pc_field_error.pc_fe_closing {
	animation: pc_tooltip_close .3s forwards 0s ease;	
}
@keyframes pc_tooltip_close {
  0% { 
  	opacity: 1;
	margin-bottom: 0px;
  } 
  100% {
	opacity: 0;
	margin-bottom: 5px;
  }
}

.pc_field_error:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #de0000;
    content: "";
    display: inline-block;
    height: 0;
    left: 6px;
    position: absolute;
    top: 100%;
    width: 0;
}
.pc_field_error::before {
    content: "!";
	border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: Verdana;
    font-size: 15px;
    font-weight: 600;
    height: 15px;
    left: 4px;
    line-height: 13px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 15px;
}
 
 


 
/*********************************
 USER DELETION BOX
 ********************************/ 
 
.pc_del_user_wrap {
	display: inline-block;
	width: 100%;
	max-width: 530px;		
}
.pc_del_user_wrap .pc_warn_box {
	text-align: left;
}
.pc_login_form.pc_del_user_form {
	max-width: 100%;	
	padding: 24px;
}
.pc_del_user_form .pc_login_row input {
	min-width: 100%;	
}
 
 

 
/*********************************
 LOGOUT BOX
 ********************************/

.pc_logout_btn .pc_spinner {
	position: relative;
	margin-bottom: -5px;
    margin-left: 3px;
}




/************************************************
 REGISTRATION AND DATA-UPDATE FORM ELEMENTS
 ***********************************************/

.pc_req_field {
	color: #ee3333;
	font-size: 56%;
	line-height: normal;
	position: relative;
	top: -0.55em;
    margin-left: 3px;
}
.pc_form_flist {
	margin: 0 0 10px;
	padding: 0;	
	clear: both;
	border: none;
	width: auto;
	min-width: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.pc_form_flist > section {
	background: none !important;
}
	
.pc_form_flist > section:before, 
.pc_form_flist > section:after {
	display: none !important;	
}
.pc_form_flist > section > label {
	font-size: 15px;
	line-height: 20px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
.pc_check_wrap,
.pc_disclaimer_f {
    display: grid !important;
    grid-template-columns: 20px 1fr;
    grid-gap: 6px 4px;
    align-items: start;
}
.pc_check_label {
	line-height: normal !impotant;
}
.pc_checkbox {
	top: 0.15em;
}
.pc_login_form .lcs_wrap input,
.pvtcont_form .lcs_wrap input {
	display: none !important;
}
.pc_single_checkbox_ftype:not(.pc_disclaimer_f) {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.pc_single_checkbox_ftype:not(.pc_disclaimer_f) > label {
	display: inline-block !important;
    width: 100% !important;
	max-width: calc(100% - 47px) !important;
	position: relative;
	left: -7px;
}
.pc_form_flist textarea {
	min-height: 65px;
	width: 100%;
}
.pc_disclaimer_f {
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: 53px 1fr;
}
.pc_disclaimer_f_sep {
	display: block !important;
	width: auto !important;
    height: 0;
	max-width: none !important;
    border-width: 1px 0 0 0;
    border-style: solid;
}
.pc_disclaimer_ftxt {
	font-size: 0.8em;
	line-height: 1.4em;
}
.pc_disclaimer_f .pc_checkbox {
	top: 0.1em;
}
.pc_form_response {
	margin-bottom: 20px;
	margin-top: 30px;
}
.pc_psw_helper {
	padding-top: 3px;
	font-size: 80%;
	line-height: normal;
    opacity: 0.7;
    cursor: help;
}




/**** ONE COLUMN LAYOUT ****/
/* form wrapper style */
.pc_one_col_form {
    width: 100%;
}
.pc_one_col_form .pc_form_flist > section {
	padding: 0 !important;
	width: 100% !important;
	position: relative;
}
.pc_one_col_form .pc_form_flist > section.pc_form_field {
	height: auto;
}
.pc_one_col_form .pc_form_flist > section.pc_form_field:not(.pc_textarea_ftype) {
	display: flex;
}
.pc_one_col_form .pc_form_flist > section.pc_form_field:not(.pc_textarea_ftype) > label {
    width: 45%;
    padding-right: 3%;
}
.pc_one_col_form .pc_form_flist > section.pc_form_field:not(.pc_textarea_ftype) > .pc_field_container {
    width: 55%;
    align-self: flex-start;
}
.pc_one_col_form .pc_form_flist > section:not(.pc_textarea_ftype):not(.pc_single_checkbox_ftype) > label {
	align-self: center;
	margin: 0 !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
.pc_one_col_form .pc_textarea_label {
	width: 100%;	
	min-width: 100%;
}
.pc_one_col_form .pc_checkbox_ftype .pc_cb_block_label {
    align-self: flex-start !important;
}
.pc_one_col_form label .pc_psw_helper {
    display: block;
}
.pc_one_col_form .pc_field_container .pc_psw_helper {
    display: none;
}

/* responsive behavior */
@media screen and (max-width:450px) { 
	body:not(.pc_nolabel) .pc_one_col_form .pc_form_field,
	.pc_one_col_form .pc_form_flist .pc_field_container,
	.pc_one_col_form .pc_form_flist > section > .pc_check_wrap {
   		display: inline-block !important;
		width: 100% !important;
	}
	body:not(.pc_nolabel) .pc_one_col_form .pc_form_flist > section:not(.pc_single_check) > label {
		padding: 0 0 3px !important;
	}
    .pc_one_col_form label .pc_psw_helper {
        padding-bottom: 7px;
    }
}




/**** FLUID LAYOUT ****/
.pc_fluid_form .pc_form_flist > section {
	position: relative;
}
.pc_fluid_form .pc_form_flist > section > label {
	padding: 0 0 5px !important;
	display: block;
}
.pc_fluid_form .pc_form_flist > section > label,
.pc_fluid_form .pc_form_flist > section > input,
.pc_fluid_form .pc_form_flist > section > .pc_check_wrap {
	width: 100% !important;
	margin: 0 !important;
}
.pc_fluid_form label .pc_psw_helper {
    display: none;
}
.pc_fluid_form .pc_field_container .pc_psw_helper {
    float: left;
}
    

/* hide until sizing isn't done */
.pc_fluid_form:not(.pc_fluid_form_columnized) {
    opacity: 0;
}
.pc_fluid_form > * {
	transition: opacity .15s ease; 	
}


/* multi-page forms */
.pc_pag_submit {
	margin-right: 24px;	/* use same form padding val */ 
}
.pc_pag_next {
	float: right;
}
.pc_hidden_fieldset {
	position: fixed !important;
	top: -999999px !important;
	left: -999999px !important;
	visibility: hidden !important;	
}
.pc_pag_prev {
    visibility: hidden;
}



/* forms pagination progress bar */
.pc_form_pag_progress {
	margin-bottom: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    position: relative;
}
.pc_form_pag_progress:before,
.pc_form_pag_progress > i {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
    background: #e3e3e3;
    z-index: 0;
}
.pc_form_pag_progress span {
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #e3e3e3;
	justify-content: center;
	line-height: 0;
	align-items: center;
	padding-bottom: 2px;
	transition: all .25s ease .3s;
	position: relative;
	z-index: 30;
	font-size: 85%;
    text-shadow: 0 0 1px rgba(0,0,0,0.15);
}
.pc_form_pag_progress span:not(.pc_fpp_current) {
    cursor: pointer;
}
.pc_form_pag_progress span.pc_fpp_active {
    color: #fff;
    background: #74b945;
}
.pc_form_pag_progress > i {
    background: #74b945;
    width: 0;
    transition: all .4s ease;
}



/* custom checkbox */
input.pc_checkboxed {
	display: none !important;	
	visibility: hidden !important; 
}
.pc_checkbox,
.pc_checkbox:before,
.pc_checkbox > span {
	transition: all .2s ease;
	user-select: none;
}
.pc_checkbox:not(.pc_checked):before {
	transition-delay: .05s;	
}
.pc_checkbox:not(.pc_checked):before,
.pc_checkbox > span {
	top: 100%;
}
.pc_checkbox {
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
	position: relative;
	overflow: hidden;
}
.pc_checkbox:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f3f3f3;	
}
.pc_checkbox > span {
    color: #333;
    font-family: sans-serif !important;
    font-size: 11px;
	line-height: 18px;
    font-weight: bold;
    left: 3px;
    position: absolute;
}
.pc_checkbox.pc_checked {
	border-color: #f4f4f4;	
}
.pc_checkbox.pc_checked > span {
	top: -2px;	
	transition-delay: .05s;	
}
.pc_radio_cb {
    border-radius: 50%;
}
.pc_checkbox.pc_radio_cb > span {
	font-size: 21px;
	opacity: 0.8;
}



/*****************************
 SUCCESS AND ERROR MESSAGES
 *****************************/
  
/* standard form messages */
.pc_error_mess,
.pc_success_mess {
    display: block;
	display: flex;
    color: #404040;
	background: #fefefe;
    padding: 8px;
    margin: 0;
    font-size: 14px;
	position: relative;
	min-height: 40px;
	align-items: center;
	border-style: solid;
	border-color: #999;
	border-width: 2px 2px 2px 43px;
	border-radius: 2px;
	animation: pc_show_mess .3s cubic-bezier(0.17, 0.3, 0.55, 1.8); 
}
.pc_error_mess *,
.pc_success_mess * {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
}
@keyframes pc_show_mess {
  0% { 
    opacity: 0;
    transform: translateY(10px);
  } 
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.pc_login_form .pc_error_mess,
.pc_login_form .pc_success_mess {
	margin-bottom: 24px;
    margin-top: 17px;	
}
.pc_error_mess:before,
.pc_success_mess:before {
    color: #fff;
    font-family: "Font Awesome 5 Free", "fontawesome";
    font-weight: 900;
    font-size: 24px;
    left: 0;
    line-height: 26px;
    margin-top: -13px;
    position: absolute;
    text-align: center;
    top: 50%;
	width: 43px;
	left: -42px;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    z-index: 10;
}
.pc_error_mess:after,
.pc_success_mess:after {
	position: absolute;
	content: "";
	left: -43px;
	top: -2px;
	bottom: -2px;
	background: linear-gradient(115deg, #ea0606 0%, #c33 60%);
	width: 43px;
	z-index: 5;
}
.pc_success_mess:after {
    background: linear-gradient(115deg, #50b020 0%, #4d9629 60%);
}
.pc_error_mess ul,
.pc_success_mess ul {
	margin: 0 !important;
    padding: 0 0 0 17px !important;	
}
.pc_error_mess li,
.pc_success_mess li {
    list-style: outside disc !important;
    padding: 4px 0 !important;
	border: none !important
}
.pc_error_mess > span,
.pc_success_mess > span {
	padding-left: 3px;	
}

/* message types */
.pc_error_mess {
	border-color: #cc3333;
}
.pc_success_mess {
    border-color: #4d9629;
}
.pc_error_mess:before {
    content: "\f057";	
}
.pc_success_mess:before {
	content: "\f058";	
}




/************************************************
 LC SELECT
 ***********************************************/

/* container */
.lcslt-pc-skin .lcslt {
    transition: all .25s ease;
}
.lcslt-pc-skin .lcslt.lcslt_dd-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lcslt-pc-skin .lcslt.lcslt-multiple > span:not(.lcslt-multi-callout):not(.lcslt-placeholder) {
    padding: 4px 0 2px;
}
.lcslt-pc-skin .lcslt:not(.lcslt-multiple) > .lcslt-placeholder {
    transform: none !important;
    padding: 0 !important;
}
.lcslt-pc-skin .lcslt-multiple * {
    font-size: 80%;
    line-height: normal;
}
.lcslt-pc-skin .lcslt.lcslt-multiple .lcslt-placeholder {
    padding: 0 !important;
}



/* disabled status */
.lcslt-pc-skin .lcslt.lcslt-disabled .lcslt-multi-selected {
    padding-left: 9px;
}
.lcslt-pc-skin .lcslt.lcslt-disabled .lcslt-multi-selected:before {
    display: none;
}


/* multi-option selected items */
.lcslt-pc-skin .lcslt-multiple {
	font-size: 0.95rem !important;
}
.lcslt-pc-skin .lcslt-multi-selected,
.lcslt-pc-skin .lcslt-multi-callout {
    padding: 3px 9px 3px 7px;
    border-radius: 50px;
    margin: 0 5px 5px 0;
    transition: all .3s ease;
}
.lcslt-pc-skin .lcslt-multi-callout {
	padding: 0.75rem 0.4581rem;
	font-family: arial;
	border-radius: 50%;
	font-size: 1rem;
}
.lcslt-pc-skin .lcslt span:not(.lcslt-placeholder):not(.lcslt-multi-callout) {
	line-height: normal;
	position: relative;
	top: -1px;
}
.lcslt-pc-skin .lcslt-multi-selected:before {
    padding-right: 6px;
}
.lcslt-pc-skin .lcslt-placeholder {
	transform: scale(0.9) translate3d(-5%, -5%, 0);
}


/* dropdown */
.lcslt-pc-skin#lc-select-dd.lcslt-shown {
	z-index: 9999999999 !important;
}
.lcslt-pc-skin#lc-select-dd {
    border-style: solid;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.lcslt-pc-skin#lc-select-dd ul {
    padding: 0;
}
.lcslt-pc-skin .lcslt-search-li {
    border-bottom: 2px dotted #bababa;
    margin-bottom: -1px !important;
}
.lcslt-pc-skin .lc-select-dd-scroll {
    padding: 0;
}
.lcslt-pc-skin .lcslt-search-li input {
	font-size: inherit;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 0.9rem;
}
.lcslt-pc-skin .lcslt-search-li input:hover,
.lcslt-pc-skin .lcslt-search-li input:active,
.lcslt-pc-skin .lcslt-search-li input:focus,
.lcslt-pc-skin .lcslt-is-searching .lcslt-search-li input {
    color: inherit;
    box-shadow: none;
}
.lcslt-pc-skin#lc-select-dd li span {
    padding: 7px 12px;
    font-size: 0.9rem;
}
.lcslt-pc-skin#lc-select-dd li img { 
    padding-right: 7px;
}
.lcslt-pc-skin .lcslt-group-name {
    font-weight: bold;
}
.lcslt-pc-skin .lcslt-group-opts > li {
    padding-left: 12px;
}
.lcslt-pc-skin .lcslt-dd_opt {   
    transition: all .15s ease;
}
.lcslt-pc-skin#lc-select-dd li.lcslt-dd_opt:not(.lcslt-disabled):not(.lcslt-selected):hover,
#lc-select-dd .lcslt-dd-opt-hlight {  
    color: #333  !important;
    background: #d7eeff  !important;
}
.lcslt-pc-skin#lc-select-dd li.lcslt-dd_opt.lcslt-disabled {   
    background: #ededed;
    color: #777;
}
.lcslt-pc-skin#lc-select-dd li.lcslt-selected {   
    color: #fff  !important;
    background: #0078d7  !important;
    text-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.lcslt-pc-skin#lc-select-dd li.lcslt-selected.lcslt-dd-opt-hlight {
	box-shadow: 6px 0 0 #89caff inset;
}
.lcslt-pc-skin .lcslt-is-searching li.lcslt-group,
.lcslt-pc-skin .lcslt-no-results {
    border: none !important;
}
.lcslt-pc-skin .lcslt-no-results {
    text-align: center;
    padding: 12px;
}


/* images */
.lcslt-pc-skin .lcslt-img {
    display: inline-block;
    height: 17px;
    width: 20px;
    margin-right: 7px;
}





/************************************************
 LIGHTBOX
 ***********************************************/

.pc_lightbox.mfp-wrap {
	z-index: 999999999;		
}
.pc_lightbox.mfp-bg {
	z-index: 999999998;		
}
.pc_lightbox > .mfp-container {
	padding: 0;	
}
.pc_lightbox .mfp-content {
	text-align: center;
	padding: 70px;
	width: auto;
}
@media screen and (max-width:1100px) { 
    .pc_lightbox_contents {
        max-width: 90vw;    
    }
	.pc_lightbox .mfp-content {
		padding-left: 5vw !important;
		padding-right: 5vw !important;
	}
}

.pc_lightbox_contents {
	display: inline-block;
	position: relative;	
	text-align: left;
	padding: 25px;
}
.pc_lightbox_contents > *:first-child {
	margin-top: 0;	
}
.pc_lightbox_contents > *:nth-last-child(2) {
	margin-bottom: 0;	
}
.pc_only_form_lb p:empty {
	display: none;	
}
.pc_lightbox_contents .mfp-close,
.pc_lightbox_contents .mfp-close:active {
	color: #444;
	background: #fff;
	border-radius: 0;
    font-size: 28px;
	height: 30px;
	width: 30px;
	line-height: 30px;
    position: absolute;
    right: 0;
	text-indent: 1px;
    top: -40px;
	opacity: 0.8;
	backface-visibility: visible;
	margin: 0;
	transition: all .15s ease;	
}
.pc_lightbox_contents .mfp-close:hover {
	opacity: 1;	
	transform: rotate(-90deg);
}
.pc_lightbox_contents.pc_only_form_lb {
	padding: 0 !important;	
	background: transparent;
}
.pc_lightbox_contents.pc_only_form_lb form {
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
}
.pc_lightbox_contents:not(.pc_only_form_lb) {
	background: #fff;
	padding: 25px;	
}
.pc_lightbox_contents .pc_fluid_form,
.pc_lightbox_contents .pc_one_col_form,
.pc_lightbox_contents .pc_login_form {
    width: 100vw;
}


/* effects  */
.pc_lightbox.mfp-bg,
.pc_lightbox.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity .2s ease-out, transform .2s ease-out;
}
.pc_lightbox.mfp-wrap .mfp-content {
	transform: translateY(10px);	
}

/* show / hide lightbox overlay */
.pc_lightbox.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.pc_lightbox.mfp-bg.mfp-removing {
	opacity: 0 !important;
}

/* show / hide lightbox */
.pc_lightbox.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;	
	transform: none;	
}
.pc_lightbox.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: translateY(-10px);
}



/* Gutenberg - hide commands */
.pc_upp_guten .editor-post-switch-to-draft,
.pc_upp_guten .components-panel__body.edit-post-post-status {
    display: none !important;
}





/* builders - avoid  triggerin clicks */
.wp-block .pc_login_form *,
.wp-block .pvtcont_form *,
.wp-block .pc_logout_btn,
.wp-block .pc_del_user_wrap *,
.wp-block .pc_warn_box_btn *,

.et-fb-root-ancestor .pc_login_form *,
.et-fb-root-ancestor .pvtcont_form *,
.et-fb-root-ancestor .pc_logout_btn,
.et-fb-root-ancestor .pc_del_user_wrap *,
.et-fb-root-ancestor .pc_warn_box_btn *,
 
.elementor-element-edit-mode .pc_login_form *,
.elementor-element-edit-mode .pvtcont_form *,
.elementor-element-edit-mode .pc_logout_btn,
.elementor-element-edit-mode .pc_del_user_wrap *,
.elementor-element-edit-mode .pc_warn_box_btn * {
    pointer-events: none;
}