.box_method.disabled {
    filter: grayscale(1) !important;
    cursor: auto !important;
}

.bg-over-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/galoading.gif) 50% 50% no-repeat rgb(0,0,0,0.8);
}

.ct_bell .list_bell li.readed{
    background: #f5f5f5 !important;
}

.ct_bell .list_bell li{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    overflow: hidden;
}

.sidebar{
    z-index:2;
}

.ct_bell .list_bell li:nth-child(even) {
    background: none;
}

.listpack .tabs li{
    padding: 0;
}

.listpack .tabs li a.active::after{
    width: 100%;
}

.listpack .tabs li{
    margin-bottom: 10px;
}

.listpack .tabs li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #139afe;
    bottom: 0;
    left: 0;
    transition: all ease 0.1s;
}

.popuppay .listpay .mainlist li .boximg img {
    width: 58px;
}

.popuppay .listpay .mainlist li .boxinfo .notepro {
    display: block;
    font-size: 10px;
    color: red;
    font-style: italic;
}


.chossegame {
  position: absolute;
  max-width: 500px;
  width: 300px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .chossegame .closecode {
    position: absolute;
    right: 5px;
    top: 9px;
    color: #139afe;
    cursor: pointer;
    font-size: 20px; }
  .chossegame p {
    padding: 5px;
    background: #e5e5e5;
    color: #139afe;
    font-weight: bold;
    font-size: 18px; }

.modeselect {
  position: relative;
  font-family: Arial; }

.modeselect select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1); }

.ricepay .title h3 a {
  color: red;
  font-size: 14px;
  font-style: italic; }

.popguide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .popguide .black {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .popguide .boxguide {
    position: absolute;
    padding: 10px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%; }
    .popguide .boxguide .closecode {
      right: 0;
      margin-bottom: 10px;
      font-size: 20px;
      color: #139afe;
      position: absolute;
      top: -25px;
      background: #fff;
      padding: 5px;
      border-radius: 10px 10px 0 0; }
    .popguide .boxguide img {
      display: block; }

.thuongco {
  padding: 2px;
  border: 1px solid red;
  background: #f90; }
  .thuongco img {
    width: 100%;
    display: block; }


.homebtn {
  color: white;
  font-size: 30px;
  margin-right: 10px; }
/*# sourceMappingURL=chossegame.css.map */

