.backgroundbit{
  
    position: absolute;
    width: 100%;
    opacity: 0.1;
}
.cardParagraph{
    background: #fff;
    justify-content: center;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    color: #000;height: 153px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
@media only screen and (max-width: 640px){
    .cardHub{
        width: 99% !important;
        height: 88% !important;
    }
    .cardParagraph{
        width: 99%;
        height: 88%;
    }
    .card_icon{
        width: 55px !important;
    }
    .ticket{
        margin-top: -56px !important;
        margin-left: 34px !important;
    }
}
.wallet{
  
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 400px;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
    position: relative;
}
.wallet_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
    background-color: #2ba2e8;
 position:relative;
  overflow:hidden;
}

.userAvatar {
    border-radius: 50%;
    overflow: hidden;
    padding:10px;
    position: relative;
    height: 80px;
    width: 80px;
   border: 4px solid rgba(255,255,255,0.6);
    margin-bottom: 10px;
}
.userAvatar img{ height: 100%}
.walletname {
        color: #fff200;
    font-family: Pyidaungsu;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0;
}

.score {
    color: white;
    font-family: Pyidaungsu;
    font-size: 14px;
    font-weight: bold;
  
 position:relative;
    letter-spacing: 0;
}

.cards {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 2px;
    padding:10px;
}

@media only screen and (min-width: 1000px) { 
    .cardHub{
            width: 184px !important;
            height: 153px !important;
    }


}
.cardHub {background-color: white;width: 140px;height: 120px;display: flex;flex-direction: column;align-items: center;justify-content: center;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    margin-bottom: 14px;
    /*border: 1px solid #fff;*/
}

.card_icon {
   width: 80px;
    position: relative;
}

.card_icon img {
    width: 100%;
}

.bodywrap{
  background: #f1f1f1;
}
.card_name {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 15px;
    color: #f0f0f0;
    text-align: center;
    font-weight: bold;
}
.ticket{
    color: #fff;
    font-size: 15px;
    background: red;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    /* display: flex; */
    margin-top: -36px;
    margin-left: 48px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
    /* float: left; */
    /* margin-right: -31px; */
}