body{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.container{
margin-top: 44px;
max-width: 420px;
padding-left: 5px !important;
padding-right: 5px !important;
}
#progress-bar{
width: <?php echo $percent ; ?>%;
}
.card-img {
	height: 220px;
	border-radius: 5px 5px 0px 0px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px #bdbcbc solid;
}
.card-body{
text-align: center;
}
.list-group {
	margin: 5px auto 15px auto;
	width: 100% !important;
	display: inline-block !important;
	right: 0;
	left: 0;
	position: relative;
	padding: 5px 5px;
	box-shadow: 0px 0px 3px 0px #000;
}
.scroller{
    overflow: auto;
    height: 250px;
}
.card{
box-shadow: 0px 0px 3px 0px #000 !important;
padding-bottom: 22px;
}
.card img {
	background-image: url('../../images/thumb.webp');
	background-size: cover;
	background-position: center;
}
.left{
text-align: left !important;
cursor: pointer;
font-size: .9em;
padding-left: 5px;
}
.detalsAlert{
	position: fixed;
	right: 0;
	left: 0;
	height: auto;
    padding: 10px 0px;
	width: 98%;
    max-width: 380px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px #777;
	border-radius: 7px;
	top: 35%;
    display: none;
    z-index: 999;
}
.alert-title {
	margin: 5px auto;
	display: inline-block;
	font-weight: 600;
	width: 100%;
	border-bottom: 2px #cfcfcf inset;
	padding: 0px 0px 10px 0px;
}
.alert-body {
	padding: 2px 0px;
}
.alert-close {
	margin: -9px auto;
	display: inline-block;
	font-weight: 600;
	width: 100%;
	border-top: 2px #cfcfcf inset;
	padding: 5px 0px 10px 0px;
    cursor: pointer;
}
.alert-close: hover{
background-color: #f0f0f0;
}
.alert-code{
max-width: 200px;
cursor: pointer;
user-select: text !important;
}
