rbody{
background-color: #f8f9fa;
}
.row-cols-sm-2 > * {
  width: 100% !important;
}
@media (min-width: 768px){
.d-md-block {
  display: grid !important;
}
}
.container{
margin-top: 52px;
max-width: 420px;
padding-left: 5px !important;
padding-right: 5px !important;
padding-bottom: 4px;
}
.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;
margin-top: -5px;
}
.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;
}
table{ 
   text-align: left;
   direction: ltr;
}
.scroller{
    overflow: auto;
    height: 250px;
}
.card{
box-shadow: 0px 0px 3px 0px #000 !important;
}
.card img {
	background-image: url('../../images/thumb.webp');
	background-size: cover;
	background-position: center;
}
.ref-code {
	width: 95%;
	display: inline-block;
	background-color: #cfe2ff;
	line-height: 40px;
	border-radius: 25px;
//	border: 3px dashed #fff;
	box-shadow: 0px 0px 5px 0px #506abb;
	margin-bottom: 10px;
	font-size: 0.9em;
	padding-right: 0px;
    margin-top: 8px;
    background: linear-gradient(90deg, #0003 50%, transparent 50%), linear-gradient(90deg, #0003 50%, transparent 50%), linear-gradient(0deg, #0003 50%, transparent 50%), linear-gradient(0deg, #0003 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
    background-position: 0px 0px, 100% 45px, 0px 45px, 100% 0px;
    padding: 4px;
    animation: border-dance 6s infinite linear;
}
@keyframes border-dance {
  0% {
    background-position: 0px 0px, 100% 100%, -10px 100%, 110% 0px;
  }
  100% {
    background-position: 100% 0px, 0px 100%, -10px 0px, 110% 100%;
  }
}
.ref-code .text {
	float: right;
	background-color: #0003;
	height: 40px;
	border-radius: 0px 25px 25px 0px;
	width: 50%;
	color: #fff;
	text-shadow: 0px 0px 4px #000;
	border-left: 1px solid #cfe2ff;
    align-items: center;
    display: flex;
    padding-right: 10px;
}
.ref-code .ref {
	float: left;
	background-color: #0003;
	height: 40px;
	border-radius: 25px 0px 0px 25px;
	width: 50%;
	color: #fff;
	text-shadow: 0px 0px 4px #000;
	border-right: 1px solid #cfe2ff;
    cursor: pointer;
}
.ref-inf {
	font-size: .9em;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	box-shadow: 0px 0px 10px -2px #00ff9f;
	border-radius: 15px;
	background-color: #3cd2d2;
	color: #fff;
	padding: 5px;
	text-shadow: 0px 0px 5px #000;
	border: 1px solid #868686;
    border: 3px solid #fff;
}
.frame {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 60px;
	width: 320px;
	position: relative;
	box-shadow: 0px 0px 5px 1px #000;
	transition: box-shadow 0.6s cubic-bezier(.79,.21,.06,.81);
	border-radius: 10px;
	margin: 0px auto 15px auto;
}

.btn{
  height: 50px;
  width: 50px;
  margin: 0px 10px;
  border-radius: 50%;
  background: #e0e5ec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001,
   inset 0px 0px 0px 0px #fff9,
   inset 0px 0px 0px 0px #0001,
   inset 0px 0px 0px 0px #fff9,        inset 0px 0px 0px 0px #0001;
 transition:box-shadow 0.6s cubic-bezier(.79,.21,.06,.81);
  font-size: 16px;
  color: rgba(42, 52, 84, 1);
  text-decoration: none;
  border: 1px #5c6868 dashed;
}
.frame .btn:active,.frame .btn:hover{
    opacity: 0.8;
    background-color: #e0e5ec;
    border-color: unset;
}
.share-svg{
  width: 30px;
  height: 30px;
}
h4 {
	margin: 5px auto 20px auto;
	color: var(--main-color);
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 2px dashed var(--main-color);
	line-height: 35px;
	border-block-width: medium;
}
.bd-code-snippet{
margin-top: -5px;
}
.referral-logo {
	width: 100%;
	border-radius: 10px !important;
	border: 4px #fff solid;
	margin: 0px auto 15px auto;
	height: auto;
	min-height: unset !important;
}
.shareMediaText {
	background-color: var(--second-color);
	height: auto;
	display: inline-block;
	color: #fff;
	font-size: .9em;
	line-height: 22px;
	text-align: right;
	padding: 5px 10px;
	border-radius: 5px;
	overflow: hidden;
    margin-top: 12px;
}
.download-btn {
	border: 2px solid #fff;
	box-shadow: 0px 0px 3px 0px #000;
	border-radius: 5px;
	padding: 2px 5px;
	background-color: var(--second-color);
	color: #fff;
	height: 35px;
	display: inline-block;
	width: 100px;
	line-height: 27px;
}
th {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    min-width: 50px;
}
.collectBtn {
	display: inline-block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 1px #000;
    transition: all 0.3s ease;
}
.collectBtn:active {
opacity: 0.8;
}
