* {
    margin: 0;
}
html {
  height: 100%;
}

body {
   
    /* background-color: #232323 !important; */


    height: 100vh;
    font-size: .875rem;
    color: white;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;

    background: #000 url(./../img/bg_spggoal168.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
    display: inline-block;
    background-attachment: fixed;
    width: 100%;
}

/* .bg-dark {
  padding-right: 0px !important;
  padding-left: 0px !important;
  background: #000000 url(./../img/bg-game.jpg) 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
} */
#content {
    /* margin: 15px 0; */
    margin-top:15px;
    margin-bottom:15px;
}
.bg-free.link-freecredit {
  border-radius: 10px;
}
.bg-free {
    padding: 10px;
    margin-right: -19px;
    margin-left: -19px;
    background-color: #7d1414;
    display: block;
    height: -webkit-fill-available;
}
.c-bay {
  background: -webkit-linear-gradient(right, #443a3a, #6f5f5f) !important;
}
nav#desktop {
  background: transparent !important;
}
.main-balance .wallet-credit {
  font-size: 22px;
  line-height: 28px;
  color: white;
  font-weight: 700;
}
.form-control {
    color: #611405;
    border: 1px solid #717171;
}
.form-control::placeholder {
  color: #523412;
}
.form-control:disabled, .form-control[readonly] {
 background-color: #353535;
    color: #d4d4d4;
    opacity: 1;
}
.card {
  background: #610103;
}
.text-secondary {
  color: #611819 !important;
}
select#bonus {
    color: #523412;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.input-group-text {
  color: #3c2701;
  background-image: linear-gradient(to bottom, #e8e8e8, #cecece, #fbfbfb);
  border-color: #000000;
}
.card {
box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 5px;
    border: none;
    background: -webkit-linear-gradient(right, #232323, #3a3a3a);
    border: 1px solid #393939;
}
.badge.badge-warning {
box-shadow: 0 3px 6px rgba(121, 88, 255, 0.8);
    -webkit-box-shadow: 0 3px 6px rgba(121, 88, 255, 0.8);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 15px
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}


/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */



/*
 * Navbar
 */

.navbar {
    background-color: rgb(51, 51, 51) !important;
    color: #939393 !important;
    border-bottom: 1px solid #545454;
}
.badge-warning {
    background: -webkit-linear-gradient(right, #ff29bd, #964ce6) !important;
    color: #FFF;
    font-family: sans-serif;
}
.member-type {
  padding:2px 5px;
  font-size: .75rem;
  margin-left: 5px;
}
.member-type span {
  font-size: .7rem;
}
/* .member-type span {
  font-size: .65rem;
} */
.user-display {
  font-size: .85rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.slot-info img {
  width: 100%;
}

.event small {
  line-height: 30px;
  margin-right: 8px;
}

.event .badge {
  font-size: 11px;
}

#bank #v-pills-tab img {
  width: 32px;
  margin-right: 5px;
  border-radius: 5px;
}

#bank h3 small {
  font-size: 12px;
}

.bank {
  padding:15px;
  border-radius: 10px;
}

.bank-detail {
  border-radius: 10px;
}

.bank-detail input.amount {
  font-size: 13px;
}

.bank-detail small {
  font-size: 13px;
}
.bank-detail small:last-child {
  /* margin-left: 10px; */
}
.bank-number {
  /* width:210px; */
    /* padding: 5px 10px; */
    margin-left: 0px;
    /* background: red; */
    /* border-radius: 10px; */
    /* background: #3d3d3d; */
    color:white;
    border-bottom:1px dotted;
}

#logo img {
  width:300px;
}

.amount a {
  padding-right:0 !important;
}

.kbank-color {
  background:forestgreen;
}

.scb-color {
  background: purple;
}

.bay-color {
  background:#ffbe00;
}

.truewallet-color {
  background:#fc8104;
}

nav#mobile {
  padding-top:10px;
  padding-bottom:10px;
}

nav#mobile .nav-link {
  color:#e6e6e6;
  font-size: 10px;
}

nav#mobile .nav-link i {
  font-size: 18px;
}

nav#mobile.fixed-top i {
  font-size: 12px;
}
nav#mobile.fixed-top .nav-link {
  font-size: 13px;
}

.slot-info img {
  margin-bottom: 10px;
}

#member-detail .list-group-item {
  padding: .4rem 0;
  border:0;
}

#member-detail .list-group-item input {
  font-size: .8rem;
}

#event-list span.badge{
  font-size: 80%;
}

.main-wallet {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
}

#menu {
  text-align:center;
}
#menu a {
  color:white;
}
#menu i {
  font-size: 2em;
  margin-bottom:10px;
}

#menu .menu-item {
  padding:20px 0;
}
#home-menu {
    border: none;
    /* box-shadow: 0px 7px 15px 0px #0000005e; */
    color: #000;
    /* background-image: linear-gradient(#1b1b1b, #545454, #1b1b1b); */
    margin-top: 8px;
}
  #home-menu .home-menu-link {
    text-align: center;
    padding: 20px 0px;
    color:#ffffff;
    /* transition: ease-in .5s; */
}
#home-menu .home-menu-link:hover {
  text-decoration: none;
}
#home-menu i {
  font-size: 16px;
  margin-bottom: 7px;
}
#home-menu .container {
 
}
.btmanage {
 
    /* background-color: #8c5206; */
  transition: .5s none;
}
.btmanage:nth-child(1),.btmanage:nth-child(2),.btmanage:nth-child(3),.btmanage:nth-child(4) {
  border-bottom: 1px solid  #222222; 
}
.btmanage:nth-child(1),.btmanage:nth-child(2), .btmanage:nth-child(3),.btmanage:nth-child(5),.btmanage:nth-child(6),.btmanage:nth-child(7) {
  border-right: 1px solid  #222222;
}
.btmanage:hover {
  background-color: #00000033;
  transition: ease-out .5s;
}
.btingame {
padding: 0;
    margin-top: 5px;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
    background: -webkit-linear-gradient(top, #d1a949, #ffe590);
    background: -moz-linear-gradient(top, #d1a949, #ffe590);
    background: -o-linear-gradient(top, #d1a949, #ffe590);
    text-align: center;
    /* margin-bottom: 10px; */
    border-bottom: 3px solid #9c6f00;
}
#wallet .card-body {
  padding: 1rem .3rem;
}
#wallet .card-body .logo {
  height: 100px;
  padding:20px;
}
.btingame div {
      padding: 9px;
    border-radius: 30px;
    background-color: #b90f0f;
    border-bottom: 2px solid #8e1307;
    /* background-color: #ff7600;
    border-bottom: 2px solid #d03a0d; */
}
#social-start.container {
  /* width:310px; */
}
.modal {
      background: rgb(0,0, 0, .6);
}
.modal .modal-content {
    box-shadow: 0px 0px 23px black;
    border: 2px solid #ffbc00;
}

.txtwar {
  color: #582704 !important;
    text-shadow: 1px 1px 1px #ffdc7b;
}
#register-btnx {
  font-weight: 400;
  color: #000;
  display: table;
  border-radius: 5px;
  background: linear-gradient(#e01212, #fb7c7c, #d21515) !important;
  padding: 5px 15px;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid #a90a0a;
  background-color: #ff2c2c;
}

#login-btnx{
  font-weight: 400;
  color: #000;
  display: table;
  border-radius: 5px;
  background: linear-gradient(#34740e, #4ba614, #008c00) !important;
  padding: 5px 15px;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid #4ba614;
  background-color: #008c00;
}

#transferModal .modal-content {
    color: #130d00;
    text-shadow: 1px 0px #fdde79;
    background: -webkit-linear-gradient(right, #ffe17c, #d4a537);
    font-weight: 500;
}
#transferModal .modal-content p {
  font-size:13px;
}
.btfreecredit {
padding: 0;
    margin-top: 5px;
    text-align: center;
    padding: 5px;
    border-radius: 30px;
    background: -webkit-linear-gradient(top, #d1a949, #ffe590);
    background: -moz-linear-gradient(top, #d1a949, #ffe590);
    background: -o-linear-gradient(top, #d1a949, #ffe590);
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 3px solid #9c6f00;
}
.btfreecredit div {
        padding: 9px;
    border-radius: 30px;
    background-color: #2ebf0a;
    border-bottom: 2px solid #447d10;
}
#mobile {
  box-shadow: 0px -3px 13px -2px rgba(0, 0, 0, 0.74);
    border: none;
    box-shadow: 0px 7px 15px 0px #0000005e;
    color: #000;
    background-image: linear-gradient(#f1f1f1, #d8d8d8, #ffffff);
    color: #000000 !important;
}
#mobile a {
      color: #040404!important;
}
#mobile .container {

}
#mobile.nav a {
    padding: 10px 0;
    border-left: 1px solid #cccccc;
    transition: ease-in .5s;
}
#mobile.nav a:hover {
  background:#0000006e;
}
#mobile.nav a:nth-child(1),#mobile.nav a:nth-child(2),#mobile.nav a:nth-child(3),#mobile.nav a:nth-child(4) {
   /* border-right: 1px solid #212121;*/
}
#mobile.nav a:last-child {
  border-right: 1px solid #b5b5b5;
}
.bg-free {
    padding: 10px;
    background: white;
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
    border-radius: 4px;
    margin-top: 8px;
}
.topname {
  padding: 0px;
    margin-top: 15px;
}
.logout {

}

#topup .card {
  color:white;
  background-color: #343335;
  margin-bottom: 0 !important;
}
#topup .card {
  border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#topup .bank {
    width: 38px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 2px 4px 6px -2px rgba(0, 0, 0, 0.47);
    border: 1px solid #ffd063;
}
#topup .card-body {
  padding: 1rem;
}

nav#top-mobile {
  padding: .5rem 0;
}
nav#top-mobile .nav a {
  color:#e6e6e6;
}
nav#top-mobile .nav.mr-auto a {
  padding: .5rem 0;
}

#member-detail .list-group-item {
  background:transparent;
}

.text-debug {
  background-color: #10a2ea;
    padding: 3px 15px;
    border-radius: 13px;
    color: #000000 !important;
    font-size: 12px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.25);
}

.xo-panel {
background: #3a3a3a;
    padding: 25px 20px;
    padding-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0px 8px 15px 0px #00000047;
}
.xo-panel h5 {
  color:#FFFFFF;
}
.xo-panel .heading h5 {
    
    padding-right: 10px;
    padding-top: 3px;
    margin-bottom: 15px;
}
.main-menu {
  box-shadow: 0px 8px 13px -2px black;
  margin-right: -30px; 
  margin-left: -30px;
}
#login-container {
  /* position: relative;
  top:-150px; */
}
.table thead th {
    font-size: 12px;
}
#login {
background: white;
    padding: 15px;
    box-shadow: 0px 5px 15px 0px #0000003d;
    border-radius: 7px;
}
.download .card {
  background: #333a41;
}

.modal {
  color: black;
}

#download .modal-content {
  background-color: #000000d1;
}
#bonus .card-body {
  padding: 1rem;
}

#bonus .bonus-submit {
  margin: 4px 0;
}
.bonus-link , .play-link {
  color:white;
}
.bonus-link:hover , .play-link:hover {
  color:white;
  text-decoration: none;
}
#mobile.nav a:hover {
  color:white !important;
  text-decoration: none;
}
#history {
  color:black;
}
#history td.deposit {
  color:green;
}
#history td.withdraw {
  color:red;
}
#history td.transfer {
  color:blue;
}

#topup table {
  color:black;
  margin:0;
}

#topup table td {
  padding:5px;
  border: 1px solid #cda64e;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.49019607843137253);
}

#topup .end-card {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #343335;
    margin-bottom: 15px;
    padding: 10px 15px;
}

#banklist .tab-content {
  color:black;
}
#banklist .tab-content h5 {
  /* color:white; */
  margin-bottom: 10px;
}
#banklist .nav-link {
  padding:0;
  margin-bottom: 20px;
}
#banklist .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background:transparent;
}
#banklist {
  background: #333a41;
    padding: 15px 15px 15px 0px;
    margin:0;
    border-radius: 10px;
}
#banklist a > img {
  border-radius: 10px;
}
#banklist .nav-link:last-child {
  margin-bottom: 0;
}

#banklist .bank-tab-content {
  background:white;
  border-radius: 10px;
  padding: 10px 20px;
}
#banklist .bank-tab-content p {
  line-height: 15px;
  margin-top:10px;
}
#banklist .bank-tab-content code.number {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .container {
    width: 720px;
  }
  /* #wallet {
    margin-top:45px;
  } */
  main#home {
    /* margin-top:45px; */
  }
  .bg-free {
    /* margin-top:-25px; */
  }
  .xo-panel {
       border-radius: 3px;
    position: relative;
    /* top: 15px; */
    border: 1px solid #5a5a5a;
  }
  #social-start {
    margin-bottom: 90px !important;
  }
}
#loading {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  color:white;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
#loading .loading-content {
  position: relative;
  top: 30%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
}
#loading .loading-content img {
  width: 200px;
}
@media only screen and (max-width: 599px) {
  #wallet {
    margin-top:15px;
  }
  #home-menu .home-menu-link {
      font-size: 12px;
    /* border: 1px solid #222222; */
    /* margin: 4px; */
    background-color: #3a3a3a;
  }
  #menu .menu-item {
    padding: 20px 0;
    font-size: 12px;
  }
  #logo img {
    width:200px;
  }
}
@media only screen and (max-width: 400px) {
  main#home {
    margin-bottom:90px !important;
  }
  #topup .end-card {
    font-size: 14px;
  }
  #topup table td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 350px) {
  nav#mobile .nav-link {
    padding: 8px 10px;
  }
  #mobile.nav a {
    font-size: 11px;
  }
  #mobile.nav a i {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .text-debug {
    font-size: 10px;
  }
  #topup table td {
    font-size: 10px;
  }
  #topup .end-card {
    font-size: 12px;
  }
  .event-submit {
    font-size: 12px;
  }
  .card-body .media small{
    font-size: 10px;
  }
  #home-menu .home-menu-link {
    padding:16px 0;
  }
}

.jackpot-div {
  border-radius: 8px;
    background: -webkit-linear-gradient(right, #ff0106, #841016);
    padding: 7px;
    color: #fffb82;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ff000a;
    margin-top: 5px;
}
 .bg-secondary {
       background-image: linear-gradient(#ffd671, #a78132, #ae8e3f) !important ;
 }
 .notice-topup {
    border-radius: 4px;
    padding: 10px;
    font-family: tahoma;
    font-size: 12px;
    box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.45);
    background: -webkit-linear-gradient(right, #b31e22, #ff7264);
 }
 .media-body {
    color: white ;
 }
 .addline {
  background-color: #87c114;
    padding: 3px;
    border-radius: 7px;
 }
 .notice-topup a {
   color: #fff5c5 !important;
 }
 .card-dis {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 15px;
    border: none;
    background: -webkit-linear-gradient(right, #505050, #d4d4d4);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
 }
 #history .nav-pills .nav-link.active
 {
    font-size: 14px;
    padding: 0.25rem 1.5rem;
    background: -moz-linear-gradient(top, #fffda7 0%, #c2821b 100%);
    background: -webkit-linear-gradient(top, #582a09 0%, #61410f 100%);
    background: linear-gradient(to bottom, #6f499b 0%, #a972ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffda7', endColorstr='#c2821b', GradientType=0);
    color: #ffffff;
    /* text-shadow: 1px 0 #dc95ff; */
 }
 #history .nav-pills .nav-link {
font-size: 14px;
    padding: .25rem 1.7rem;
    color: #fff2c1;
    text-shadow: 1px 0px #4e1d0e;
 }
 #history thead tr {
   color: #442d0b;
   background-image: linear-gradient(to bottom, #dbb358, #fefca6, #c38620);
   border-color: #79693c;
   text-shadow: 1px 0px #f7ed96;
 }
 #history .table thead th{
   padding: 5px;
   vertical-align: bottom;
   border-bottom: 2px solid #e0bf1f;
   font-size: 14px;
 }

 #history .table-bordered td,
 #history .table-bordered th {
   border: 1px solid #865f25;
 }
 .media-bodydis {
    color: #464646 !important;
    /* text-shadow: 1px 1px 1px #ffd064; */
}
.c-scb {
  background: -webkit-linear-gradient(right, #4e2f88, #915fef) !important;
}
.c-wallr {
  background: -webkit-linear-gradient(right, #d36224, #ffce42) !important;
  border: 1px solid #eb9d34;
}
.txt-wartop {
  border-left: 5px solid #ffeb00;
    padding-left: 6px;
    color: #ffeb00;
}
.noticemodel h5 {
      border-left: 5px solid #fcdc76;
    padding-left: 5px;
}

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.free-div {
  background-color: #FFF;
    color: #fff;
    text-align: center;
    padding: 21px;
    border-radius: 10px;
    font-size: 20px;
    background: -webkit-linear-gradient(right, #ffa029, #ff4700) !important;
    box-shadow: 0px 0px 8px #ff7919;
    border: 1px solid #ff8100;
}
.manage-txt {
    text-align: center;
    font-size: 12px;
    color: #DDD;
    margin-bottom: -7px !important;
     text-shadow: 0px 0px 4px #5113a4;
}
.intro-manage {
  margin-top: -40px !important;
}

.item img {
  border-radius: 5px !important;
}
.m-wallet {
padding: 15px;
    text-align: center;
    border: 1px solid #ffdd00;
    margin: 0px 0px 10px 0px;
    border-radius: 6px;
    font-size: 17px;
    background: -webkit-linear-gradient(right, #ffb900, #f36805) !important;
    box-shadow: 0px 0px 5px #ff7600;
    color: #fff;
    text-shadow: 0px 0px 5px #f57305;
}
.m-credit {
    padding: 15px;
    text-align: center;
    border: 1px solid #59d3ff;
    margin: 0px 0px 0px 0px;
    border-radius: 6px;
    font-size: 17px;
    background: -webkit-linear-gradient(right, #40d5f4, #2942b9) !important;
    box-shadow: 0px 0px 5px #3fcac3;
    text-shadow: 0px 0px 5px #3ec8ef;
}
.all-wall {
       padding: 6px !important;
    background-color: #555555;
    border-radius: 5px;
    margin-bottom: 8px;
    
   
}
.breadcrumb-item a {
  
  color: #631313 !important;
}
#transfer-form {
      padding: 8px;
    background-color: #555;
    border-radius: 5px;
}
.bg-top {
background: url(./../img/bg-intro.jpg) center top no-repeat;
    padding: 10px 0px 15px 0px;
    margin-left: -15px;
    margin-right: -15px;
   
}
.bg-top h4 {
  background: -webkit-linear-gradient(top, #ffffeb 0%, #fffe54 31%, #fffe64 31%, #ffd500 56%, #ffad00 82%, #ab7e1e 82%, #f1d64a 100%);
    background: linear-gradient(top, #ffffeb 0%, #fffe54 31%, #fffe64 31%, #ffd500 56%, #ffad00 82%, #ab7e1e 82%, #f1d64a 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.intro-pic {
    background: url(./../img/bg-intro.jpg) center top no-repeat;
    padding: 10px 0px 55px 0px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0px 0px 5px 5px;
    
}
.intro-pic h4 {
  background: -webkit-linear-gradient(top, #ffffeb 0%, #fffe54 31%, #fffe64 31%, #ffd500 56%, #ffad00 82%, #ab7e1e 82%, #f1d64a 100%);
    background: linear-gradient(top, #ffffeb 0%, #fffe54 31%, #fffe64 31%, #ffd500 56%, #ffad00 82%, #ab7e1e 82%, #f1d64a 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.card-event {
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 5px;
    border: none;
    background: -webkit-linear-gradient(right, #ff9900, #f77200);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.btn-event {
  border: 1px solid #ffc36d;
    background-color: #DDD;
    color: #3e3e3e;
    box-shadow: 1px 3px 5px #00000059;
}
.card-event-dis {
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 5px;
    border: none;
    background: -webkit-linear-gradient(right, #565656, #d0d0d0);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* color: #FFF; */
}
.btn-event-dis {
    border: 1px solid #777777;
    background-color: #bfbfbf;
    color: #585858;

}
#history .table-bordered td {
  color: #FFF2B3;
}
104.18.37.199