.pa-edit-team input{
	display: none;
}
.pa-edit-team input[type="text"] {
	width:99%;
	height:30px;
}
.pa-loading {
	opacity:.5;
	pointer-events: none;
	cursor: default;
}
.cross,
.tick {
	display:inline-block;
	height:21px;
	width:21px;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tick:after {
    content: '\2713';
    font-style: normal;
	color: green;
	font-weight: bold;
	font-size: 18px;
    line-height: 15px;
}
.cross:after {
    content: '\2716';
    font-style: normal;
	color:#C00;
	font-weight: bold;
	font-size: 18px;
    line-height: 15px;
}
.pa-notice.error {
	color:#f00;
}
.pa-success {
	background:green;
}
.pa-error {
	background:#C00;
}
#pa-add-team-member {
	display:none;
}

#pa-add-btn{
    color:#fff;
    background: #88182D;
    display: inline-block;
    padding:10px 15px;
    margin:0 0 20px;
}
.woocommerce-MyAccount-content{margin-bottom: 50px;}
#pa-add-team-member input[type="text"],
#pa-add-team-member input[type="email"]{margin-bottom: 20px;}
#pa-add-team-member input[type="checkbox"]{
    float: left;
    margin: 5px 10px 0 0;   
}
#pa-add-team-member input[type="submit"]{
    float: right;
    background: #88182D;
    color:#fff;
    font-weight: 600;
    border-radius: 0;
    margin:-50px 0 0 0;
}
#pa-add-team-member{margin-bottom: 20px;}

table.pa-edit-team .pa-edit {
    display: inline-block;
    position: relative;
    border: 1px solid lightgray;
    padding: .5em 46px .5rem 1rem;
    border-radius: 3px;
}

table.pa-edit-team .pa-edit:after {
    content: 'edit';
    font-size: 10px;
    color: darkgray;
    text-align: right;
    position: absolute;
    right: 4px;
    top: calc(50% - 6px);
    border: 1px solid darkgray;
    border-radius: 4px;
    padding: 1px 4px;
    line-height: 9px;
}

table.pa-edit-team .pa-remove {
    padding-top: 8px;
    display: inline-block;
}
table.pa-edit-team .pa-remove:after {
    content: '\1f5d1';
}

table.pa-edit-team .pa-edit,
table.pa-edit-team input[type="checkbox"]{cursor: pointer;}

table.pa-edit-team .pa-edit.center-manage, table.pa-edit-team .pa-edit.center-active {
    display: block;
    text-align: center;
}

@media screen and (max-width:1199px){
    #polybox_builder .steps .step_title{font-size: 11px;}
    .polybox_settings .lbs{font-size: 12px;}
}