/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+TC:wght@300;400;500;900&display=swap');

body {
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  background: #fff;
}
main {
  margin-top: 86px;
  background:url(../images/background.jpg) #ffffff no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:hover {
  color: #383838;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans TC', sans-serif;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 900;
}
h2 span.en-title{ 
  color: #666; 
  font-size: 50%; 
  font-weight: normal;
}
.text-right{
  text-align: right;
}
.small, small {
  font-size: 50%;
}
.button{
  color: #fff !important;
  text-transform: uppercase;
  background: #DC5D10;
  padding: 6px 20px;
  border: 2px solid #DC5D10;
  min-width: 100px;
}
.button:hover {
  color: #240037;
}
@media screen and (max-width: 768px) {
  h2 span.min-title{
    display: none;
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #7f242f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #FCEDD9;
  line-height: 0;
}

.back-to-top:hover {
  background: #997600;
  color: #FCEDD9;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .back-to-top{
    bottom: 100px;
  }
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: .4s !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 85px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(191, 191, 191, 0.5);
}

#header .logo a span{
  font-size: 28px;
  margin-left: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b2201c;
  font-family: "cwTeXYen", sans-serif;
}
#header .logo{
  text-align: center;
}
#header .logo img {
  padding: 0;
  max-height: 60px;
}
.heard-top{
  padding: 0.5rem;
}
.heard-top h2{
  /* font-size: 24px; */
  font-weight: 900;
  padding: 8px;
  text-align: center;
  color: transparent;
}
.scrolled-offset {
  margin-top: 90px;
}
@media (max-width: 1410px) {
  #header .logo a span{
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #header {
    height: 70px;}
  #header .logo img {
    margin: auto;
    padding-top: 6px;
  }
  #header .logo{
    flex: none;
    height: 70px;
  }
}
@media (max-width: 767px) {
  main{
    margin-top: 70px;
    padding-bottom: 70px;
  }
  #header {
    height: 70px;
  }
  #header .logo img {
    margin: 5px 0;
    height: 50px;
    text-align: center;
  }
  .scrolled-offset {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-bg {
  padding: 0;
  background: #122030;
  background: linear-gradient(180deg, #650009 80%, #460006 100%);
  color: #fff;
  display: flex;
  align-items: center;
}
.navbar {
  padding: 0;
  margin: auto;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
  height: 85px;
}

.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #f6cf50;
}
.navbar a span{
  color: #FFF;
  font-size: 12px;
  display: none;
}

.btn-login span, .btn-register span{
  font-size: .8em !important;
  color: #21252994;
  display: none !important;
}
.btn-login {
  color: #fff !important;
  background: #da2d42;
  background: radial-gradient(100% 100% at 50% 0, #dc3545 0, #da2d42 44%, #7f242f 100%);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.49);
  padding: 6px 20px;
  border-right: 0;
  width: 100px;
  height: 85px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-register {
  background: #ffc107;
  background: radial-gradient(100% 100% at 50% 0, #ffe081 0, #ffc107 44%, #c19100 100%);
  box-shadow: 0 5px 20px 0 rgba(0,0,0,.49);
  color: #fff !important;
  padding: 6px 20px;
  width: 100px;
  height: 85px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-login:hover{
  color: #fff !important;
  background: #da2d42;
  background: radial-gradient(100% 100% at 50% 0, #dc3545 0, #da2d42 44%, #7f242f 100%);
  transform: scale(1.025);
}
.btn-register:hover {
  color: #ffffff !important;
  background: #ffc107;
  background: radial-gradient(100% 100% at 50% 0, #ffe081 0, #ffc107 44%, #c19100 100%);
  transform: scale(1.025);
  /* box-shadow: 0 5px 20px 0 rgb(255 193 7 / 50%); */
}
.btn-icon {
  max-width: 40px;
  max-height: 40px;
  padding: 4px;
}
/* Header登入資訊----------------- */
.u-login{
    padding: 6px 12px;
    width: 250px;
    height: 85px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.u-login .u-info{
  padding: 0 6px;
  display: flex; 
  flex-direction: column;
}
.uuid, .uucash{
  width: 128px;
  margin: 2px 0px;
  display: flex;
  overflow: hidden;
}
.u-login .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.u-login .btn-tsfr, .u-login .btn-dpst,
.u-login .btn-tsfr:hover, .u-login .btn-dpst:hover, 
.u-login .btn-tsfr:focus, .u-login .btn-dpst:focus{
    font-size: 14px !important;
    height: 32px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    border-radius: 24px;
    margin: 2px;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 990px) {
  .btn-login, .btn-register{
    width: 200px;
    font-size: 2rem !important;
    display: flex !important;
    flex-direction: row !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .btn-sm {
    width: 80px;
    height: 30px;
    padding: 6px 15px;
    font-size: 10px !important;
    border-radius: 20px;
    margin: 0;
  }
  .btn-login{ border-radius: 20px 0 0 20px; }
  .btn-register{ border-radius: 0 20px 20px 0; }
  .btn-icon {
    max-width: 30px;
    max-height: 28px;
    padding: 2px 5px;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: #ffc107;
  padding: 20px;
  margin: -12px;
}

.mobile-nav-toggle.bi-x {
  color: #e1cd9b;
  background: transparent;
}

@media (max-width: 991px) {
  .navbar {
    padding: 12px 0;
    margin: 0;
  }
  .navbar-bg{
    padding: 0 !important;
  }
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    flex-direction: row;
    justify-content:center;
  }
  .navbar a span{ margin-left: .8rem;}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(81 67 56 / 90%);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile::before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 30%);
  opacity: 0.6;
  margin-top: -25px;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: 'Bebas Neue';
  color: #fff;
}

.navbar-mobile a:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  opacity: .4;
}

header nav.mainNav .border-link:after {
  width: 20px;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  left: 50%;
  top: -14px;
  margin-left: -10px;
}
.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #f44336;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #000
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  color:  #333;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  color: #333;
}
@media (max-width: 768px) {
  .section-title {
    padding-bottom: 20px;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 0;
}
.testimonials .swiper-container{
  overflow:hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  border-radius: 45px;
  overflow: hidden;
  margin: 12px 0px;
}

.testimonials .testimonial-title {
  position: absolute;
  left: 25%;
  top: 25%;
  transform: rotate(-4deg);
  -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
  display:none;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 7rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.testimonials .testimonial-item h4 {
  font-size: 4rem;
  color: #ddd;
  margin: 0 0 15px 0;
  background-image: linear-gradient(180deg,#ffffff 20%,#f3efb3 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 600;
}

.testimonials .swiper-pagination {
  margin-top: 0;
  position: absolute;
  bottom: 5%;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  background: hwb(0deg 100% 0% / 70%);
  width: 12px;
  height: 12px;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: hwb(0deg 100% 0% / 100%);
  box-shadow: 0px 0px 4px 3px #fdb548;
}

@media (max-width: 768px) {
  .testimonials {
    background: transparent;
  }
  .testimonials .testimonial-item .testimonial-img {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    border-radius: 25px;
    overflow: hidden;
    margin: 5px 0px;
  }
  .testimonials .testimonial-item p {
    width: 80%;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/*--------------------------------------------------------------
# m-side-menu
--------------------------------------------------------------*/
.testimonials-game {
  padding: 0;
  margin-bottom: 16px;
}
.testimonials-game .container-fluid{
  padding: 0;
}
.testimonials-game img{
  width: 100%;
}
.GameNav {
  padding: 12px;
  width: 100%;
}
.GameNav .nav {
  max-width: 80%;
  margin: auto;
  background: linear-gradient(180deg, rgb(255 255 255 / 50%) 0%, rgb(192 170 155 / 20%) 100%);
  border-radius: 60px;
  box-shadow: 0px 0px 7px rgb(255 144 70 / 45%);
  overflow: hidden;
}
.GameNav li.nav-item.col{
  text-align: center;
}
.GameNav .color .img{
  width: 105px;
  overflow: hidden;
  margin: auto;
  margin-bottom: -4px;
  margin-top: 10px;
}
.GameNav picture{
  display: block;
  margin: 10px auto 2px auto;
}
.GameNav img{
  max-width: 100%;
  height: 38px;
}
.nav-pills .nav-link {
  border-radius: 0;
  color: #d07a45;
  padding: 20px 0px 0px 0px
}
.GameNav .nav-link {
  color: #d07a45;
  padding: 0;
  padding-bottom: 6px;
  text-align: center;
  filter: grayscale(50%) brightness(100%);
  transition: filter .2s ease;
  -webkit-filter: grayscale(50%) brightness(100%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
}
.GameNav .nav-link.color.active{
  color: #ff9046;
  display: block;
  filter: none;
}
@media (max-width: 1024px) {
  .GameNav .color .img{
    width: 77px;
    height: 50px;
  }
}
@media (max-width: 660px) {
    .tab-content {
      min-height: 60vh;
    }
    .GameNav {
      width: 20%;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex-wrap: nowrap;
      float: left;
      padding: 12px 0;
    }
    .GameNav .container{ padding-right: 0; }
    .GameNav .nav {
      max-width: 100%;
      background: transparent;
      box-shadow: none;
      border-radius: 0;
      display: flow;
    }
    .GameNav picture, .GameNav img{
      max-width: 90%;
      height: auto;
    }
    .GameNav .color .img {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .GameNav .nav-link{
      width: 100%;
      height: 80px;
      border-radius: 15px;
      padding: 0;
      font-size: .9rem;
      background: linear-gradient(180deg, rgb(255 255 255 / 50%) 0%, rgb(192 170 155 / 20%) 100%);
      border: 1px solid #7f242f5c;
      margin-bottom: 6px;
      display: flex;
      align-items: center;
      flex-direction:column;
      filter: grayscale(84%) brightness(100%);
      -webkit-filter: grayscale(90%) brightness(100%);
  }
  .GameNav .nav-link.color.active {
    color: #8f6a25;
    display: flex;
    filter: none;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(233 221 185) 100%);
    border: 1px solid #e9ddb9;
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
  }
}

/*--------------------------------------------------------------
# featured
--------------------------------------------------------------*/
.featured.slotPage {
  padding-bottom: 60px;
  padding-top: 60px;
}
.featured .games {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured .games .gamesBox {
  width: 22%;
  background: #fff;;
  margin: 5px 6px;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 30px -20px #222;
}
.featured .games .game-name {
  padding: 4px 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}
.featured .games .gamesBox--image img {
  display: block;
  width: 96%;
  margin: 0 auto;
}
.featured .games .gamesBox, .featured .games .gamesBox--image img{
  border-radius: 25px;}
.featured .games .gamesBox--image {
  margin: 5px 0;
}
.featured .games .gamesBox__content {
  height: 175px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), to(rgba(53, 53, 53, 0.85)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(53, 53, 53, 0.85) 100%);
  position: relative;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  overflow: hidden;
  font-size: 15px;
  padding: 6px;
}

.featured .games .gamesBox--button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.featured .games .gamesBox--button a {
  width: 100%;
  height: 50px;
  color: #333;
  text-align: center;
  line-height: 55px;
}
.featured .games .gamesBox--button a.play {
  background: #ff9046;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.featured .games .gamesBox:hover a.play{
  background: #ffb381;
  color: #fff;
  filter: grayscale(20%) brightness(100%);
  -webkit-filter: grayscale(20%) brightness(100%);
  transition: filter .2s ease;
}
@media (max-width: 767px) {
  .featured .games .gamesBox {width: 45%;}
  .featured .games .gamesBox--title, .featured .games .game-name{font-size: medium;}
  .featured .games .gamesBox--button a,  .featured .games .gamesBox__content {font-size: small;}
}
@media (max-width: 660px) {
  .featured.slotPage {
    padding-left: 0;
    padding-bottom: 120px;
    min-height: 90vh;
  }
  .featured .games .gamesBox {
    width: 30%;
  }
  .featured .games .game-name {
    display: none;
  }
  .featured .games .gamesBox, .featured .games .gamesBox--image img{
    border-radius: 16px;}

}
/*--------------------------------------------------------------
# Casino
--------------------------------------------------------------*/
.casino-btn-grop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.casino-btn-grop .casino-btn{
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0px;
}
.casino-btn-grop .casino-btn h3 {
  font-size: 20px;
  color:  #333;
  margin-top: 12px;
  margin-bottom: 0;
  display: none;
}
.casino-btn-grop .casino-btn div{
  width: 400px;
  height: 56px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 0;
  text-align: center;
  color: #7f242f;
  border: 4px solid #7f242f;
  border-radius: 40px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.casino-btn-grop .casino-btn div:hover, 
.casino-btn-grop .casino-btn div:active{
  color: #fff;
  background: #7f242f;
  border: 4px solid #7f242f;
  box-shadow: 0px 0 3px 3px #ffede3;
}
.casino-btn-grop .casino-btn img{
  height: 100px;
  margin: 0px 5px;
}
.g-grop-body.g-grop-m {
  padding-top: 1rem;
}
/*--------------------------------------------------------------
# Sport
--------------------------------------------------------------*/
.casino-btn-grop .sport-btn img{
  height: 150px;
}
/*--------------------------------------------------------------
  game-grop  
--------------------------------------------------------------*/
.featured.slot {
  padding: 1rem 0 0rem 0;
}
.game-grop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.game-grop .game-body {
    width: 30.33%;
    padding: 0px 4px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}
.game-grop .game-body img {
  max-width: 100%;
}

@media (max-width: 767px) {
    .game-grop .game-body{
      padding: 0;
      width: 100%;
      min-height: 125px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      margin: 8px 0;
      background: transparent;
      filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    }

    .sport .game-body{
      padding:0;
      overflow: visible;
    }
    .keno .game-body{
      overflow: visible;
    }
}
/*--------------------------------------------------------------
# btn
--------------------------------------------------------------*/
.btn {
  position: relative;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25;
  min-width: 180px;
  border-radius: 6.25rem;
  text-align: center;
  padding: 0.75rem 1.875rem;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color .3s ease,background-color .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.btn--white {
  color: #fff;
  border: 4px solid #fff;
  margin-top: 12px;
}

.btn--white:hover {
  color: #000;
  background: #fff;
}

.btn--secondary {
  color: #fff;
  background: linear-gradient(357deg, #B39973 0%, #9B774C 100%);
}
.btn--secondary:hover {
  color: #fff;
  background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}
@media (min-width: 48em){
  .btn {
    padding: 0.75rem 2.5rem;
    font-size: 1rem;
    letter-spacing: 2px;
  }
}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
  .btn{
    border-width: 2px;
    margin-top: 12px;
    max-width: 80%;
  }
}

@media (max-width: 425px) {
  .btn {
    min-width: 180px;
  }
}


/*========== external css: flickity.css ==========*/
.carousel {
  /* background: #FAFAFA; */
}

.carousel-cell {
  width: 22%;
  height: 480px;
  padding: 50px 20px;
  margin-right: 10px;
  text-align: center;
  counter-increment: carousel-cell;
}

.carousel-cell img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 200px;
}

.carousel-cell:hover img {
  transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  transition-duration: 2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  -moz-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  -ms-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  -o-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
}
.carousel-title{
  font-weight: 600;
}
/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}
.flickity-page-dots .dot{
  background: #7f242f !important;
}
/* external Games */
.game_main_spec_group{
  position: relative;
  margin-top: 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;

}
.game_main_spec_group .game_main_spec{
  width: 50%;
}
.game_main_spec_group .game_main_spec b {
  display: block;
  margin-bottom: 5px;
  opacity: 0.7;
  font-size: 13px;
  line-height: 15px;
}
.game-list-block .game-content .game_main_spec_group .game_main_spec span {
  font-size: 25px;
  line-height: 35px;
}
.game-list-block .game-content .game_main_spec_group {
  padding: 25px 50px 30px;
}
.game_main_spec_group .game_main_spec .val {
  font-family: 'Bebas Neue', "微軟正黑體";
  font-weight: normal;
}
.g-btn {
  padding: 10px 0;
  width: 100%;
}
.block-btn{
  color: #fff !important;
  width: 100%;
  height: 40px;
  background: #DC5D10;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

@media (max-width: 768px) {
  .carousel-cell {
    width: 75%;
    height: 500px;
  }
}
@media (max-width: 450px) {
  .carousel-cell {
    width: 75%;
    height: 450px;
  }
}

/*--------------------------------------------------------------
# index-about
--------------------------------------------------------------*/
section.index-about {
  padding: 100px 0 0 0;
  overflow: hidden;
}
section.featured.about-live {
  padding: 100px 0 0 0;
  border-bottom: 1px solid #333;
}
.info-body {
  padding: 80px 30px;
  color: #333;
}
.index-about .section-title h2, .about-live .section-title h2 {
  color:  #7f242f;
  font-size: xxx-large;
  text-align: left;
}
.index-about .leading-loose, .about-live .leading-loose{
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 50px;
  opacity: .7;
}
.index-about2 {
  padding: 10rem 0px !important;
  background: rgb(197 191 175 / 12%) no-repeat;
}
.index-about2 .j-list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}
.index-about2 .j-list-group .list {
  width: 30%;
  text-align: center;
} 
.index-about2 .j-list-group img {
  max-width: 120px;
  margin: auto;
  display: flex;
  padding: 10px;
}
.casino-btn img{
  transform: scale(1,1);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}
.casino-btn-grop .casino-btn:hover img{
  transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  transition-duration: 2s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  -moz-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  -ms-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
  -o-transform: translate3d(0px, -4px, 14px) rotate(0deg) scale(1.1, 1.1);
}

@media (max-width: 768px) {
  section.index-about {
    padding: 3rem 1.6rem;
  }
  .index-about .leading-loose{
    font-size: 1rem;
  }
  .index-about .section-title h2 {
    text-align: center;
  }
  .index-about3 {
    padding: 8em 2em !important;
  }
  .img.Mermaid {
    position: absolute;
    right: 3em;
}
  .index-about3 .info-body {
    left: 8em;
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
section#faq {
  padding: 60px 20px;
}
.faq .container{
  max-width: 960px;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
  color: #333;
}

.faq .faq-list li {
  padding: 10px;
  background: #f8f9fa;
  border: 4px solid #7f242f;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.faq .faq-list a {
  display: contents;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}
.faq .faq-list .btn {
  display: initial;
  padding: 6px 24px;
  font-size: .8em;
}
.faq .faq-list img{
  position: relative;
  border-radius: 20px;
}
.faq .faq-list i {
  font-size: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
  background: #7f242f;
  color: #FFF;
  padding: 6px;
  border-radius: 12px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 1rem 3rem;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #7f242f;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 768px) {
  section#faq {
    padding: 30px 0;
  }
  .faq .faq-list p {
    font-size: .8em;
    padding: 1rem 1rem;
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

section.featured.faq {
  padding-top: 40px;
  text-align: center;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: url("../images/footer-bg.png") #000 repeat;
  color: #fff;
  font-size: 1em;
  position: relative;
}

#footer ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-left: 0;
}
#footer ul li{
    list-style: none;
    margin: 4px 2px;
    padding: 0;
}
#footer a {
  color: #ffffff;
  font-size: 1em;
}
#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 20px;
}

#footer .footer-top .footer-logo img {
  height: 60px;
  margin-bottom: 24px;
}

#footer .footer-top h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffc600;
  position: relative;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  text-align: left;
}

#footer .footer-top p {
  font-size: 1em;
  line-height: 1.8;
  padding: 0;
  text-align: left;
}
.ft-about{
    margin-bottom: 20px;
}
#footer .footer-top .social-links {
  margin-top: 30px;
  display: flex;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #fcba01;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top .social-links img{
    width: 24px;
    height: auto;
    margin: auto;
}
#footer .footer-bottom {
  border-top: 1px solid #222222;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}
.brand-logo{
  border-bottom: 1px solid #6c757d4a;
}
.brand-logo .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    opacity: 0.6;
}
.brand-logo {
  padding: 20px;
  margin: auto;
}
.brand-logo img {
    max-width: 70px;
    max-height: 50px;
    margin: 13px 10px;
}

@media (max-width: 768px) {
  #footer { font-size: 14px;}
  #footer .footer-top p { font-size: 14px;}
  #footer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #footer ul li {
    padding: 4px;
  }
  .brand-logo img {
    max-width: 50px;
    max-height: 40px;}
}
/*--------------------------------------------------------------
# SEO
--------------------------------------------------------------*/
.product-item h3{
  font-size: 1.2rem;
  font-weight: 600;
}
.seo {
  border-top: 1px solid #c6c6c6;
  background: #ebebeb;
  padding-top: 60px;
  color: rgb(0 0 0 / 60%);
}
.seo .container{
  padding-bottom: 0;
}
.seo-faq-list i {
  font-size: 18px;
  position: absolute;
  right: 4px;
  top: 4px;
  background: rgb(144 144 144 / 30%);
  color: #737373;
  padding: 6px;
  border-radius: 12px;
  font-weight: 900;
}
.seo-faq-list .icon-show {
  display: none;
}

.seo-faq-list a.collapsed {
  color: #333;
}

.seo-faq-list a.collapsed:hover {
  color: #000;
}

.seo-faq-list a.collapsed .icon-show {
  display: inline-block;
}
.seo-faq-list a.collapsed .icon-close {
  display: none;
}
.seo-faq-list li {
  list-style: none;
  color: #575757;
  border-bottom: 1px solid rgb(144 144 144 / 30%);
  margin: 1rem 0px;
}
.seo-faq-list li h5{
  color: #333;
  font-size: 2rem;
}
/*--------------------------------------------------------------
# userwallet
--------------------------------------------------------------*/
    section.Wbody {
      padding-top: 20px;
      font-size: 14px;
    }
    .Wbody_box{
        width: calc(80% - 1.75rem);
        max-width: 100%;
        outline: none;
        border: none;
        border-radius: .5rem;
        position: relative;
        z-index: 1;
        overflow: hidden;
        box-shadow: 0 2px 6px #0513303f, inset 0 -3px #c2c2c2;
        background: #ffffff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom left;
        display: flex;
        flex-direction: row;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px 30px;
        margin: auto;
    }
    .Wbody_box img{width: 24px; height: 24px;}
    .Wbody_box .userwallet{
      width: 100%;
      display: flex;    
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
  }
  .u-cone, .u-conWbtn {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
  }
  .u-cone { width: 80%; }
  .u-conWbtn{ width: 20%; }
  .usname {
    width: 100%;
    font-weight: bold;
    padding: 6px 0;
  }
  .Wbtn{
      width: 50% !important;
      display: flex;
      width: 80px;
      height: 32px;
      border-radius: 10px;
      padding: 4px;
      text-align: center;
      font-size: .8em;
      color: #fff;
      align-items: center;
      justify-content: center;
      margin: 2px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
}
.Wbtn:hover{
  color: #fff !important;
}
  .btn-dpst {
      background: #380076;
      background: linear-gradient(180deg, #9349e5,#380076);
      border: solid #9349e5;
      margin-top: -4px;
      height: 38px;
  }
  .btn-tsfr{
      background: #9a3200;
      background: linear-gradient(180deg, #ff8107, #9a3200);
      border: 1px solid #ff9407;
      margin-top: -4px;
      height: 38px;
  }
  .Wbtn img{
    width: 20px; height: 20px;
    margin-right: 4px;
  }
  .Wbtn.btn-luckycash {
    width: 100% !important;
    background: #a500b3;
    background: linear-gradient(180deg, #ea5ef9, #a500b3);
    border: 1px solid #d946e7;
  }

  .Wbody_box{
    width: calc(100% - 1.75rem);
    max-width: 100%;
    outline: none;
    border: none;
    border-radius: .5rem;
    padding: .375rem .625rem .5rem;
    margin: 0 .875rem .5rem;
  }
  section.Wbody {
      padding-top: 10px;
  }
  .u-cone, .u-conWbtn {
    width: 50%;
  }
/*--------------------------------------------------------------
# modal
--------------------------------------------------------------*/
.modal{
  top: 10%;
}
.modal-header {
  background: #7f242f;
  color: #fff;
  font-weight: 900;
  border-bottom: 0;
}
.modal-header .close {
  color: #fff;
  font-size: 2rem;
  padding: 1rem 1rem;
  margin: -1rem -0.2rem -1rem auto;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #ffc107;
  opacity: 1;
}
.modal-footer{
  border: 0;
}
h4.modal-title{
  color:#fff;
}
.modal-content {
    background: #fff;
    color: #242424;
    border: 1px solid #7f242f;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 0 4px 2px rgb(0 0 0 / 30%);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.modal-body {
  max-height: 70vh;
  overflow-y: scroll;
}
.login_form .form-control {
  font-size: 18px;
  color: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid;
  background: 0 0;
}
.login_form label {
  margin: 10px 6px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.login_form .button-red {
  /* min-width: 120px;
  height: 40px; */
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400 !important;
  text-shadow: none;
  margin: 0 -15px;
  background: #dc3545;
  border-radius: 40px;
  border: solid 1px #dc3545;
}
.login_form .button-red:hover {
  background :#99000f;
  transition: all 0.4s;
}
#notice .nav-tabs {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #7f242f;
}
#notice .nav-tabs .nav-item{
  width: 23%;
}
#notice .tab-content li{
  margin-bottom: 12px;
  border-bottom: 1px dotted #7f242f;
}
#notice .nav-link{
  background: #bfbfbf;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: .8em;
  padding: 10px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border: 0 !important;
  border-bottom: 4px solid #7f242f !important; 
}
#notice .nav-link.active{
  background: #7f242f;
  border: 0;
  border-bottom: 4px solid #7f242f !important; 
}
#notice .nav-link img{ max-height: 20px;}
#notice .tab-content .date {
    font-size: .8em;
    color: #7f242f;
}
/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
section#register {
  min-height: 60vh;
  padding: 60px 40px 120px 40px;
}

/*-----------------------------------
    ft_menu
------------------------------------*/
.ft-navbar {
  background: #390007;
  padding: 8px 0 24px 0;
  box-shadow: 0px -2px 10px -3px #7f242f;;
}

.ft-navbar ul {
  margin: auto;
  height: 40px;
  color: #d3def9;
}
.ft-navbar ul li {
  list-style: none;
  padding: 6px 0px;
  text-align: center;
  min-width: 46px;
}
.ft-link-home {
  position: relative;
  bottom: 17px;
  width: 120px;
  height: 54px;
  z-index: 10;
  text-align: center;
}
.ft-link-home .home {
  text-align: center;
  margin: 18px 0;
}
.ft-link-home .home img {
  margin: -8px 0px;
  max-width: 100%;
}
.ft-link-home .home div{
  font-size: .6em;
  line-height: 2.4;
  width: 50px;
  margin: -26px 14px;
}
a.ft-link {
  line-height: 0;
  font-size: .8em;
  color: #fff;
  font-family: 'Noto Sans TC', sans-serif; 
}
.ft-link img {
  margin-bottom: 10px;
  width: 24px;
  height: 24px;
}
a.ft-link div{
  margin: 4px auto;
    text-align: center;
}

/* login-els */
.login-else, .register_else{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-else h4, .register h4{
  color: #000;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.login-else .hr ,.register_else .hr{
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background: #8f8f8f;
}
.register_else .hr{
  margin: 40px 0;
}
.else-btn {
  display: flex;
    width: 275px !important;
    height: 50px;
    background: -webkit-linear-gradient(90deg,#5BC2E7 20%, #ffe97d,#5BC2E7 90% );
    border-radius: 40px;
    padding: 6px 20px;
    margin: 5px 0;
    align-items: center;
    justify-content: space-between;
}
.else-btn.google{
  background: #db4437;
  color: #fff;
}
.else-btn.line{
  background: #06c755;
  color: #fff;
}
.else-btn span {
  width: 80%;
  text-align: left;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  border-left: 1px solid;
  padding-left: 16px;
}
.else-btn img{
  max-width: 40px;
  padding: 5px;
}


/* --=========.authModal============-- */
.auth-btn {
  cursor: pointer;
}

.authModal{
  display: none;
  position: fixed;
  z-index: 1040;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.authModal .modal-box{
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  color: #fff;
  background: #7f242f;
  background: linear-gradient(135deg, #7f242f, #390007, #2c0005);
  /* border-radius: 20px 20px 0 0; */
  padding: 0px 0px 16px 0px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
  animation: slideUp 0.4s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/* 桌機版：置中顯示 */
@media (min-width: 768px) {
  .modal-box {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: fadeInUp 0.3s ease;
  }
}

/* 手機版：底部滑出 */
@media (max-width: 767px) {
  .modal-box {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
    animation: slideUp 0.4s ease;
  }
}

/* 動畫效果 */
@keyframes slideUp {
  from {
    transform: translateX(-50%) translateY(100%);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    transform: translate(-50%, 60%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.6);
  }
}

.authModal .close_m {
  position: absolute;
  right: 10px;
  top: -51px;
  font-size: 2em;
  line-height: 1.1;
  background: #77202b;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.authModal .tab-header{
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

.authModal .tab-btn{
  flex: 1;
  padding: 10px;
  background: #353535;
  border: none;
  color: #fff;
  cursor: pointer;
}

.authModal .tab-btn.active{
  background: #751e29;
  color: #fff;
  font-weight: bold;
}
.authModal .tab-content{
  padding: 20px;
  text-align: center;
}
.authModal .tab-content input ,.authModal .tab-content select
{
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background: #323232;
  border: 1px solid #555;
  border-radius: 5px;
  color: #fff;
}

.authModal .login, .authModal .register,
.authModal .transfer, .authModal .history{
  width: 100%;
  padding: 20px;
  background: #ffcc00;
  background: radial-gradient(100% 100% at 50% 0, #efff00 0, #ffbc00 44%, #df9a00 100%);
  color: #000;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 20px;
  cursor: pointer;
}
.authModal h5{
  color: #ffcc00;
  font-weight: 400;
}
.authModal .login-else-box{
    margin-top: 13px;
    border-top: 1px solid #ffc107;
    padding: 12px 0px;
}
.login-else-box .log-img img{
  width: 50px;
  margin-right: 4px;
}
.authModal img#regImg {
    position: absolute;
    right: 9px;
    margin: 20px;
}
.authModal a{ color: #ffbc00;}
/* 快速轉點------------------------------------- */
#authModalTransfer .modal-box .content{
  padding: 40px 30px 85px 30px;
  text-align: center;
}
#transferFrom, #transferTo, #transferAmount{
    width: 100%;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: #fff;
}
#transferAmount{
  width: 70%;
}
.transfer-group, #transferFrom{
  width: 100%; 
}
.transfer-group-box{
  display: flex;
}
#authModalTransfer .transfer-group.Amount, #transferFrom, #transferTo {
    padding: 10px 6px;
    margin: 10px 0;
    background: #323232;
    border: 1px solid #555;
    border-radius: 5px;
    color: #fff;
    margin: 2px;
}
#authModalTransfer .transfer-group label{
    width: 100%;
    padding: 0 10px;
}
#authModalTransfer .transfer-group option{
  position: relative;
}
.transfer-group.Amount {
    width: 100% !important;
}
#authModalTransfer button {
    width: 49%;
    padding: 9px 10px;
    margin: 1px;
    background: #ffcc00;
    background: radial-gradient(100% 100% at 50% 0, #efff00 0, #ffbc00 44%, #df9a00 100%);
    color: #000;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
    font-weight: normal;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
.transfer-actions{
  width: 100%;
  display: flex;
}
#authModalTransfer button.transfer-all{
    width: 28%;
    margin-top: 0px;
    padding: 6px;
    font-size: .9em;
}
#authModalTransfer .transferToIcon{ 
    color: #fff;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 4px 12px 4px;
}
.transfer-actions .btn-confirm {
    background: transparent !important;
    border: 1px solid #ffc107 !important;
    color: #ffc107 !important;
}
