/*! Place your custom styles here */

.all-star-card {
box-sizing: border-box;
margin-top: 1.6em !important;
margin: 0 auto;
color: white;
font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
/* background-color: #8F48BD !important; */
background: rgba(20, 20, 20, 0.3);
height: 540px;
min-width: 375px;
max-width: 500px;
}

.top-section img {
border-radius: 6px
}

.avatar {
margin-left: 10px;
box-sizing: border-box;
/* position: relative; */
}

.avatar a {
display: inline-block;
margin: -45px 2px 0 -3px;
padding: 3px;
position: absolute;
vertical-align: bottom;
z-index: 1;
}

.avatar>a>img {
display: block;
height: 70px;
width: 70px;
border-radius: 50%;
border: 4px solid #FFF;
box-shadow: 0 3px 6px rgba(#ACC0E9, .5);
}

.bottom-section {
margin-left: 10px;
color: white;
margin-top: 40px;
padding: 0 20px 0px 0px;
}

.name a {
line-height: 1.3;
text-decoration: none;
color: white;
font-size: 18px;
font-weight: bold;
padding-right: 2px;
}

.tokenIdLink {
font-size: 14px !important;
float: right;
font-weight: 200!important;
}

.screen-name a {
font-size: 14px;
color: white;
text-decoration: none;
}

.tokenIdLabel {
float: right;
display: inline-block;
font-size: 9px;
font-weight: 700;
letter-spacing: .5px;
color: #fff;
text-transform: uppercase;
height: 26px;
min-width: 95px;
/* padding: 0 10px; */
text-align: center;
border-radius: 50px;
/* position: absolute; */
z-index: 3;
top: 1.23809524em;
right: 1.23809524em;
background-color: #f18f01;
}

.description {
margin-top: 12px;
font-weight: 600;
}

.buy-area {
    position: absolute;
    bottom: 14px;
    width: 93%;
    margin-top: 1rem;
}

.buyBtn {
width: 100% ;
font-weight:600;
}

.bibtn {
    width: 100%;
}

.buy-data {
margin-bottom: 2em;
font-size: 18px;
font-weight: 800;
text-align: center;
}

.fav-share {
margin-top: 1em;
font-size: 15px;
font-weight: 500;
cursor: pointer;

}

.fav-share span:hover{
border-bottom: 1px solid;

}



.generation {
   
    margin-top: 6px;
    float: right;
    /*display: inline-block;*/
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
    height: 26px;
    min-width: 95px;
    /* padding: 0 10px; */
    text-align: center;
    /* position: absolute; */
    z-index: 3;
    top: 1.23809524em;
    right: 1.23809524em;
}

.payBtn {
 width: 280px;
height: 44px;
background-size: 100%;
background-image: url('/img/3_pay_mm_off.png');
cursor: pointer;
margin: 0 auto;
}

.payBtn:hover {
  background-image: url('/img/3_pay_mm_over.png');
}

.payBtn:active {
  background-image: url('/img/3_pay_mm_off.png');
}
.filters-row {
    margin-bottom: 1.5em;
}

.modal-content {
    overflow: hidden !important;
}

.all-star-card {
    /*data-gradient-bg="#4876BD,##5448BD,#8F48BD,#BD48B1"*/
    /*background-color: #5448BD !important;*/
}

.hr {

}

.card_content {
    height: 337px;
    overflow: hidden;
}
/* responsive screen queries */

@media only screen and (max-width: 650px) {
   .all-star-card {
        /*width: 300px;*/
        min-width: 0px;
        height: auto;
   }
   .buy-area {
        position: relative;
        margin-top: 30px;
   }
   .fav-share .col-md-6 span {
        margin-right: 0px !important;
        margin-left: 20px !important;

   }
   .card .top-section {
        min-height: 40px;
   }
   .buy-area .row.justify-content-center {
        margin-right: -20px;
        margin-left: 0px;
   }
   #cards {
        background: #5962bd;
        padding-top: 0px;
   }
   #granim-0 {
        display: none;
   }
   .bottom-section .name > div {
        height: 37px;
        width: 100%;
        display: inline-block;
   }
   .name a {
        line-height: 1.5 !important;
   }

    .card_content {
        height: auto;
    }

    .imagebg {
        background: #5962bd !important;
    }
}