#cards-selector-plugin {
	text-align: center;
	min-height:100vh;
}

#cards-selector-plugin .cards-selector-plugin-title {
	font-size: 1.5rem;
	margin: 15px auto;
}
#cards-selector-plugin .cards-selector-plugin-description {
	
}
#cards-selector-plugin .cards-selector-plugin-description{
	background:#0a56b2 !important;
	color:#fff !important;
	padding:25px!important;
	word-break: break-word!important;
	margin:0 auto;
	width:100%!important;
	position: relative;
}

.cards-selector-plugin-title, #cards-selector-plugin-loader{
	color:#0a56b2;
}
#cards-selector-plugin #bottom-fixed-bar{
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	color:#fff;
	background:#001a82;
	padding: 20px;
	display:none;
}
#cards-selector-plugin-loader{
	font-size:1.25rem;
}
#cards-selector-plugin-loader img{
	margin:0 auto;
}

#cards-selector-plugin .card1 {
	display: none;
	width: 8%;
	margin: 1%;
	float: left;
	overflow: hidden;
	text-align: center;
}

#cards-selector-plugin .card1:hover {
	cursor: pointer;
	opacity:0.4;
}

#cards-selector-plugin .card2 {
	display: none;
	position: absolute;
	float: left;
	height: 100px;
	overflow: hidden;
	background: #eee;
	line-height: 100px;
	text-align: center;
}

#cards-selector-plugin .card2:hover {
	background: #ddd;
	cursor: pointer;
	margin-top: -25px;
	z-index: 10000;
	position: absolute;
}

#cards-selector-plugin .cardMobile1 {
	display: none;
	width:80%;
	overflow: hidden;
	background: #eee;
	text-align: center;
}

#cards-selector-plugin .cardMobile2 {
	display: none;
	width: 23%;
	margin: 1%;
	float: left;
	overflow: hidden;
	text-align: center;
}

#cards-selector-plugin .card1 img, 
#cards-selector-plugin .card2 img,
#cards-selector-plugin .cardMobile1 img,
#cards-selector-plugin .cardMobile img2 {
	width: 100%;
}

#cards-selector-plugin-choosen-card {
	display: none;
	background:#fff;
	position:relative;
	width:117%;
	left:-11%
}

#cards-selector-plugin-btn{
	display:none;
	background:#eee;
	border-radius:5%;
	padding:5px 10px;
	width:80%;
	text-transform:uppercase;
}
#cards-selector-mobile-cover-img{
	display:none;
	width:180px;
	margin:10px auto;
}