@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
#pl-container {
	display: table;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	color: #777d8e;
	justify-content: center;
    margin: 10px;
	margin: 0 auto;
	border: 0;
    border-left: 1px solid #ebeff2;
	font-family: "Source Sans", Arial, Helvetica, sans-serif;    border-radius: 60px;
}

#pl-container .pl-container-four,
#pl-container .pl-container-three,
#pl-container .pl-container-two,
#pl-container .pl-container-one {
	display:inline-block;
	width: auto;
	vertical-align: top;
	background: #f8fafc;

}

#pl-container .pl-container-one-border  {
    border-radius: 60px 0 0 60px;
}

.pl-titles, .pl-checkboxs, .pl-price, .pl-titles-top, .pl-titles-name {
	border-bottom: 1px solid #ebeff2;	
	border-right: 1px solid #ebeff2;	
	padding: 10px 30px;
	margin: 0;
}


#pl-container .pl-titles,
#pl-container .pl-price,
#pl-container .pl-checkboxs {
	height: 45px;
	vertical-align: top;
    position: relative;
	font-size: 14px;

}

#pl-container .dashicons {
	text-align: center;
	color: #f96156;
	width: 100%;
	font-size: 25px;
}

#pl-container .pl-price, .pl-titles-name {
	text-align: center;
	color: #6AB0C4;
	height: 80px;
	vertical-align:middle;
	line-height: 60px;
	font-size: 19px;
	font-weight: 900;

}

.pl-titles-top {
	font-size: 19px;
	font-weight: 700;
	width: 100%;
	padding: 30px;
	text-align: center;
	background: #6AB0C4;
    color: #fff;
}

.pl-left {
	text-align: left;
}

.pl-first-left {
	border-left: 1px solid #6AB0C4;
	border-radius: 60px 0 0 0;
}

#pl-container .pl-help	 {
	position: absolute;
	z-index: 2;
	width: 200px;
	height: auto;
	color: #A8AAAD;
	display: none;
	font-size: 14px;
	line-height: 17px;
   -webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
   -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}



#pl-container .dashicons-editor-help { 
    position: absolute;
	right: 10px;
    top: 5px;
    content: "\f223";
    font-family: 'dashicons';
    z-index: 3;
    width: 20px;
    height: 20px;
    color: #6AB0C4;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
}

#pl-container .dashicons-editor-help:hover {
	color: #A5413A;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2 ease-out;
	cursor: pointer;
}

#pl-container .dashicons-editor-help:hover .pl-help {
	position: relative;
	top: 0;
	left: 35px;
	display: block;
	z-index: 9999999999999999999999;
	border: 1px solid #D9DEE2;
	border-radius: 4px;
	padding: 10px;
	background-color: #EFF4F9;
	text-align: left;
	color: #555;
	font-family: "Source Sans", Arial, Helvetica, sans-serif;
}

#pl-container .pl-titles-bottom {
	padding: 35px 0;
	text-align: center;
    border-right: 1px solid #ebeff2;
}

#pl-container .pl-titles-bottom a {
	border-radius: 30px;
	text-decoration: none;	
    color: #fff;
    background: #6AB0C4;
	padding: 10px;
	padding: 15px;
    font-size: 15px;
}

#pl-container .pl-titles-bottom-empty {
	padding: 45px 10px;	
	background: #f8fafc;
	border-radius: 0 0 0 60px;
	border-right: 1px solid #ebeff2;
	border-left: 1px solid #ebeff2;
}

@media screen and (max-width: 800px) {
	.pl-titles-top {
		padding: 15px;
	}
	.pl-titles, .pl-checkboxs, .pl-price, .pl-titles-top, .pl-titles-name {
		padding: 15px 5px;	
	}
	
	.pl-titles-top, #pl-container .pl-price, .pl-titles-name {
        font-size: 2.5vw !important;
	}
	
	#pl-container .pl-titles-bottom a {
		padding: 5px;
		font-size: 2.5vw;
    }
	#pl-container .dashicons-editor-help {
        right: 98px;
        top: 0px;
	}
	#pl-container .pl-titles-bottom {
        padding: 20px 2px;
		    background: #005089;
	}
	#pl-container .pl-titles-bottom-empty {
        padding: 30px 10px;
	}
	
	#pl-container .pl-container-one-border, .pl-first-left, #pl-container .pl-titles-bottom-empty {
        border-radius: 0;
    }

}