
.badge-icon, 
.badge-text{
  padding:10px;
  float:left;
  -webkit-box-flex:1;
  flex:1
}

.badge{
    /*display: flex;  */
        width: 92px;
    height: 31px;
    border-radius: 5px;
    /* box-shadow: 0px 0px 60px var(--color-shade); */
    overflow: hidden;
    background-image: linear-gradient(to right top, #ff882a, #ffa21a, #ffbc02, #ffd700, #fff200);
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 4px 1px #847557;
    -webkit-box-shadow: 1px 1px 4px 1px #847557;
    -moz-box-shadow: 1px 1px 4px 1px #847557;
    padding: 0px;
    margin: 0px;
    padding: 0;
    margin: 0px;
}

.badge-icon{
    /*background: url('https://upload.wikimedia.org/wikipedia/commons/9/93/European_stars.svg') var(--color-primary) no-repeat center center;*/
  background-size: contain;
  max-width: 45px;
  color: #000;
  font-size: 14px;
    font-weight: 800;
}

.badge-text{
  
    background: #000;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  font-family: Pyidaungsu;
  text-align: center;
}

 

.quiz footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    display: flex;
    z-index: 9999;
}
.quiz_icon{
  position: relative;
  padding:0 5%;
  width: 25%;
}
.quiz_icon img{
    width: 50px;
    border-radius: 50%;
    padding: 6px;
    /*border: 0.5px solid #fff;*/
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.quiz_icon_50{
  background: #e9510e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.quiz_icon_timefreeze{
  background: #00a3a8;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.quiz_icon_swap{
  background: #fcc513;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.quiz_icon_double{
  background: #0c9811;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.quiz_icon_qty{
   color: #fff;
    font-size: 15px;
    background: red;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    z-index: 1;
    text-align: center;
    position: absolute;
    /* display: flex; */
    margin-top: -8px;
    margin-left: 31px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

.edit_custom_frame{
    display: inline-block;
    padding: 7px 0px;
    cursor: pointer;
    /* background: #fff; */
    color: #fff;
    height: 90px;
    width: 90px;
   border: 3px solid #fff !important;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    /* float: left; */
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
}
.edit_custom_frame i.fa{
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    padding-top: 28%;
    padding-left: 0;
}

/*Point Winner*/
.luckydraw_frame{
    position: relative;
    width: 100%;
    background-image: linear-gradient(to right top, #ff882a, #ffa21a, #ffbc02, #ffd700, #fff200);
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 4px 1px #966f21;
    -webkit-box-shadow: 1px 1px 4px 1px #966f21;
    -moz-box-shadow: 1px 1px 4px 1px #966f21;
    border-radius: 10px;
    display: table;
    /* float: right; */
    overflow: scroll;
     
  }

.luckydraw_name{
  display: table;
    line-height: 1em;
    /* margin: 0 0 1.4em 0; */
    /* font-size: 16px; */
    color: #fff;
    width: 100%;
    /*background: #084392;
    border-bottom: 2px solid #ffe600;*/
    /* border-radius: 0 0 11px 11px; */
    padding: 0 10px;
    padding-left: 10%;
    /* margin-top: 13px; */
    border-top: 1px dashed #fff;
    margin-bottom: 0;
}

.luckydraw_date{
  color: #0c5eca;
    position: relative;
    text-align: left;
    font-size: 14px;
    background: #fff;
    padding: 4px;
    margin: 7px;
    border-radius: 5px;
    float: right;
    font-weight: bold;
}

.luckydraw_topup{
    right: 0;
    /* width: 98px; */
    position: absolute;
    float: right;
    text-align: right;
    margin-top: 15px;
    margin-right: 10px;
    color: #0c5eca;
    font-weight: 800;
    font-size: 18px;
}
.point_frame{
    position: relative;
    width: 100%;
    background-image: linear-gradient(to right top, #ff882a, #ffa21a, #ffbc02, #ffd700, #fff200);
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 4px 1px #966f21;
    -webkit-box-shadow: 1px 1px 4px 1px #966f21;
    -moz-box-shadow: 1px 1px 4px 1px #966f21;
    border-radius: 10px;
    display: table;
    /* float: right; */
    height: 189px;
  }
.point_pic{
  border-radius: 50%;
    /*border: 3px solid #fff !important;*/
    width: 65px;
}
.point_username{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    font-family: Pyidaungsu;
}
.point_winner_name{
  display: table;
    line-height: 1em;
    /* margin: 0 0 1.4em 0; */
    /* font-size: 16px; */
    color: #fff;
    width: 100%;
    /*background: #084392;
    border-bottom: 2px solid #ffe600;*/
    /* border-radius: 0 0 11px 11px; */
    padding: 10px 50px;
    /* margin-top: 13px; */
}
.point_prize_name{
    color: #dc0d0d;
    position: relative;
    text-align: left;
    font-size: 23px;
    padding: 20px;
    float: left;
    font-weight: bold;
}
.point_frame_img{
    right: 0;
    width: 120px;
    position: absolute;
    float: right;
    text-align: right;
    margin-top: -33px;
}

.ranks_pic img{
    position: absolute;
    width: 65px;
    height: 65px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4);
}


.rank_username{
    font-size: 14px !important;
    color: #084392 !important;
    font-weight: bold !important;
    font-weight: bold;
    font-family: Pyidaungsu !important;
}
.rank_ph{
  font-weight: bold;
    font-size: 14px;
    display: table;
}
.ranklistno{
    /*background-image: linear-gradient(to right top, #ff882a, #ffa21a, #ffbc02, #ffd700, #fff200);
    box-shadow: 1px 1px 4px 1px #966f21;
    -webkit-box-shadow: 1px 1px 4px 1px #966f21;
    -moz-box-shadow: 1px 1px 4px 1px #966f2;
    height: 50px;*/
    position: absolute;
    text-align: center;
    padding: 23px;
    font-size: 27px;
    margin-top: -7px;
    color: #000;
}
.ranks_1{
    background: url(../images/rank1.png);
    width: 60px;
    position: relative;
    height: 82px;
    top: -2px;
}

.ranks_2{
    background: url(../images/rank2.png);
    width: 60px;
    position: relative;
    height: 82px;
    top: -2px;
}
.ranks_3{
    background: url(../images/rank3.png);
    width: 60px;
    position: relative;
    height: 82px;
    top: -2px;
}
.ranklist_no{
    background: url(../images/ranklist_bg.png) !important;
    width: 60px;
    position: relative;
    height: 82px;
    top: -2px;
}
.myrankbg{
    background: url(../images/myrankbg.png) !important;
    width: 60px;
    position: relative;
    height: 82px;
    top: 0;
}
.myranklistno{
    position: absolute;
  text-align: center;
  padding: 13px 20px;
  font-size: 27px;
  left: -10px;
  color:#000;
 
}
.list-panel-fixed {
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  right: 1%;
  top: 2vh;
  height: 70vh;
  text-align: right;
}
.list-panel-fixed:before {
  /*content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 3%;
  height: 100%;
  background-color: #29B6F6;
  border-radius: 8px 0 0 8px;*/
}
.list-panel-fixed .inner-list-panel {
  text-align: left;
    border-radius: 0px 8px 8px 0px;
    width: 100%;
    display: inline-block;
    height: 100%;
    /* background-color: #F4F4F4; */
    overflow: hidden;
}
.list-panel-fixed .inner-list-panel footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   padding: 15px;
   text-align: center;
}
.list-panel-fixed .inner-list-panel footer ul {
   
  overflow: hidden;
    border-top: 3px solid #ffe500;
    border-radius: 10px 10px 0 0;
  }
.list-panel-fixed .inner-list-panel header {
  width: 100%;
    /* background-color: #DDDDDD; */
    /*background: #084392;
    border-bottom: 2px solid #ffe600;*/
    padding: 15px 10px;
    box-sizing: border-box;
    z-index: 1;
    font-weight: bold;
    /*border-radius: 0 8px 0 0;*/
    text-align: center;
}
.list-panel-fixed .inner-list-panel ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 99%;
  height: 80%;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
}
.list-panel-fixed .inner-list-panel ul li {
  /*border-radius: 4px;*/
  position: relative;
  width: 100%;
  border-radius: 8px;
  /*display: flex;*/
  align-items: center;
  justify-content: space-around;
  /*margin: 10px;*/
  background-color: #F4F4F4;
  margin-bottom: 10px;
  transition: all 385ms cubic-bezier(0.86, 0, 0.07, 1);
  backface-visibility: hidden ;
  cursor: pointer;
  height: 85px;
}
.list-panel-fixed .inner-list-panel ul li:before {
  /*width: 25px;
  left: 0px;
  top: 0px;
  height: 119px;
  content: "";
  display: inline-block;
  z-index: 10;
  background-color: white;
  position: absolute;
  border-radius: 4px 0 0 4px;
  transform: translateX(0px);
  opacity: 0;
  transition: all 385ms cubic-bezier(0.86, 0, 0.07, 1);
  backface-visibility: hidden ;*/
}
.list-panel-fixed .inner-list-panel ul li:after {
    /*transition: all 385ms cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: 0px;
    bottom: -7px;
    right: 0px;
    height: 6px;
    border-radius: 0px 0px 2px 2px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
    background-color: #f4f4f4;*/
}
.list-panel-fixed .inner-list-panel ul li.active {
  background-color: white;
}
.list-panel-fixed .inner-list-panel ul li.active:before {
  opacity: 1;
  transform: translateX(-16px);
}
.list-panel-fixed .inner-list-panel ul li.active:after {
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0);
  background-color: white;
  bottom: -8px;
}
.list-panel-fixed .inner-list-panel ul li.active .ranks_pic {
  transform: translateY(-4px);
  box-shadow: 0px 3px 5px rgba(1, 1, 1, 0.4);
}
.list-panel-fixed .inner-list-panel ul li .ranks_pic {
  /*background-color: white;*/
  position: relative;
  z-index: 0;
  max-width: 50px;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  vertical-align: middle;
  transition: all 385ms cubic-bezier(0.86, 0, 0.07, 1);
  backface-visibility: hidden ;
  transform: translateY(0px);
}
.list-panel-fixed .inner-list-panel ul li .ranks_pic span {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background-color: #FCA459;
  border-radius: 4px 4px 0 0;
  color: white;
  margin-bottom: 9px;
}
.list-panel-fixed .inner-list-panel ul li .ranks_pic p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 2px;
  vertical-align: top;
}
.list-panel-fixed .inner-list-panel ul li .ranks_name {
  position: relative;
    z-index: 0;
    /*border-right: 1px solid silver;*/
    display: inline-block;
    /*max-width: 120px;*/
    text-align: left;
    /* vertical-align: middle; */
    padding-bottom: 10px;
    /* font-size: 32px; */
    color: #000;
}
.list-panel-fixed .inner-list-panel ul li .list-total-enviados span {
  width: 100%;
  font-size: 14px;
}
.list-panel-fixed .inner-list-panel ul li .list-detalle-enviados {
  position: relative;
  z-index: 0;
  border-right: 1px solid silver;
  display: inline-block;
  max-width: 120px;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 0px;
  font-size: 32px;
}
.list-panel-fixed .inner-list-panel ul li .list-detalle-enviados span {
  display: inline-block;
  text-align: right;
  white-space: nowrap;
  width: 65%;
  font-size: 18px;
}
.list-panel-fixed .inner-list-panel ul li .list-detalle-enviados span i {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  text-align: center;
}
.list-panel-fixed .inner-list-panel ul li .list-detalle-enviados span i svg {
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
}
.list-panel-fixed .inner-list-panel ul li .ranks_name {
    position: relative;
    z-index: 0;
    display: inline-block;
    max-width: 120px;
    text-align: left;
    vertical-align: middle;
    padding-bottom: 0px;
}

.luckydraw_topup{
    right: 0;
    position: relative;
    float: right;
    text-align: right;
    color: #0c5eca;
    font-weight: 800;
    font-size: 17px;
}


