.icon-bar a {
    font-size: 25px;
}
table{
  width: 100%;
}
.footer-bank-list {
  padding: 0 0px !important;
}
.footer-mobile {
  margin-bottom: 30px;
}
/* Loader */

.br-loader {
  border-radius: 8px;
}
.w80-loader {
  width: 80%;
}
.card-loader {
  border: 2px solid #fff;
  box-shadow:0px 0px 10px 0 #a9a9a9;
  padding: 30px 40px;
  width: 80%;
  margin: 50px auto;
}
.wrapper-loader {
  width: 0px;
  animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
.comment-loader {
  height: 10px;
  background: #777;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}


.animate-loader {
  animation : shimmer 2s infinite linear;
  background: linear-gradient(to right, #a0a0a0 4%, #616161 25%, #a0a0a0 36%) !important;
  background-size: 1000px 100% !important;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/* End loader */
.count-bonus-mobile{
  /* height: 23px; */
  height: 15px;
  width: 15px;
  background-color: #dc3545;
  position: absolute;
  /* right: 15px; */
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  /* font-size: 12px; */
  /* line-height: 23px; */
  line-height: 15px;
  margin: 6px 3px;
}
.count-memo{
  height: 20px;
  width: 20px;
  font-size: 11px;
  line-height: 20px;
  margin: 1px 5px;
    }
    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #000;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }
    .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #55036f!important;
        border-color: #55036f!important;
    }
    .sidebar .count-bonus-mobile{
      height: 20px;
      width: 20px;
      font-size: 11px;
      line-height: 20px;
      margin: 1px 5px;
      right: 15px;
    }

    .head-desktop{
      text-align: center;
      margin-right: -3px;
      margin-left: 0px;
      background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
      background: linear-gradient(to bottom, #19ade9 0%, #0d5a7a 100%);
      width: 85px;
    }
    .checkbox-desktop{
      -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(1.5);
        margin-right: 5px;
    }
    .marquee-wrapper{
      float: right;
      margin: 0;
      padding: 0;
      display: block;
      padding: 3px 0;
      width: -moz-calc(100% - 47px);
      width: -webkit-calc(100% - 47px);
      width: calc(100% - 47px);
      overflow: hidden;
      color: #fff;
      font-weight: 200;
      font-size: 12px;
    }
    .marquee{
      color: black;
      width: calc(100% - 108px);
    }
    .banner-sports {
        overflow: hidden;
    }
.tag-promo {
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 95px;
    height: 15px;
    background: red;
    text-align: center;
    margin: 0;
    top: 13px;
    left: -24px;
    transform: rotate(-41deg);
    -webkit-box-shadow: 0px 1px 12px 1px red;
    -moz-box-shadow: 0px 1px 12px 1px red;
    box-shadow: 0px 1px 12px 1px red;
    z-index: 0;
}
.promo {
    font-size: 9px;
    color: white;
    width: 51px;
    height: 16px;
    background-color: red;
    border-radius: 2px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* position: absolute; */
    /* top: 25%; */
    /* right: 5%; */
    margin-top: 4px;
    float: right;
    z-index: 1;
}
.promo span {
 margin-right: 3%;
}
.promo img {
    height: 9px;
    margin-right: 5%;
}
.new{
  font-size: 9px;
  color: black;
  width: 51px;
  height: 16px;
  background-color: #fdf84d;
  border-radius: 2px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4px;
  float: right;
  z-index: 1;
  padding: 0 15px;
}
.tag-new {
    position: absolute;
    color: #000;
    font-size: 11px;
    width: 80px;
    height: 16px;
    background: #fdf84d;
    text-align: center;
    margin: 0;
    top: 12px;
    right: -17px;
    font-weight: bold;
    transform: rotate(41deg);
    -webkit-box-shadow: 0px 1px 12px 1px #fdf84d;
    -moz-box-shadow: 0px 1px 12px 1px #fdf84d;
    box-shadow: 0px 1px 12px 1px #fdf84d;
    z-index: 0;
}
.modal-close {
  position: absolute;
  background: url(../../../general/img/icon/close.png) no-repeat;
  height: 30px;
  width: 30px;
  right: -12px;
  top: -12px;
  cursor: pointer;
}
.play-btn-desktop{
  border-radius: 5px;
  margin: 2px;
  padding: 7px 0;
  color: beige;
  font-size: 1.3vh;
  height: 28px !important;
  width: 17vh !important;
  /* font-family: 'open_sansregular'; */
  font-weight: bold;
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  opacity: 1 !important;
  background: linear-gradient(to bottom, rgba(25, 174, 235, 1) 0%, rgb(14, 86, 115) 100%);
}
.play-btn-desktop img{
  width: 1.9vh;
  margin-top: -2px
}
.play-btn-mobile{
  border-radius: 5px;
  margin: 2px 17.5vh 2px 2px;
  padding: 7px 0;
  color: beige;
  font-size: 1.3vh;
  height: 28px !important;
  width: 17vh !important;
  /* font-family: 'open_sansregular'; */
  font-weight: bold;
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  opacity: 1 !important;
  background: linear-gradient(to bottom, rgb(149, 214, 2) 0%,rgb(96, 138, 1) 100%);
}
.play-btn-mobile img{
  width: 1.9vh;
  margin-top: -2px
}

.tag-button.sport {
    max-width: 28%;
}
.notifyjs-corner {
  margin: 0 !important;
  right: unset !important;
  top: 18.5% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.notifyjs-bootstrap-base {
  font-size: 12px;
}
