/* This CSS Code is to increase the gap between the Header Navigation Links */
.nav-menu-container.header-navigation:first-child .nav-menu-other>.nav-menu-item, .nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item {
    padding: 0 35px !important;
    color: rgba(var(--menu-sc), 1);
    letter-spacing: .1px;
    transition: all .24s;
}


/* This CSS Code is to hide the lost ticket Links and My Wallets on the site */
 .user-profile-nav-item:nth-child(5) {
display:none !important;
}

.u-i-p-l-head-bc:nth-child(5){
display:none !important;
}


.expandable-info-body {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: transparent !important;
    overflow: hidden;
}

/* This CSS Code is to change the Bonus Amount Color to yellow */
.bonus-available .ext-2{
color:#ffcc00 !important;
}

/* This CSS Code is to change the the second transaction ID on the Transaction History Page to white */
.historyListEl-list-item:nth-child(1) .historyListEl-info:nth-child(3){
color:white;
}

/* This CSS Code is to adjust the Chat Icon */
body .siq_bR{
bottom:45px !important;
}

.zsiq_floatmain {
    bottom: 150px !important;
    right: 150px !important;
    transform: scale(0.7);-webkit-transform: scale(0.7);-moz-transform: scale(0.7);-ms-transform: scale(0.7);-o-transform: scale(0.7);
    transform-origin: center;-webkit-transform-origin: center;-moz-transform-origin: center;-ms-transform-origin: center;-o-transform-origin: center;
}

.u-i-profile-page-content .user-profile-nav:nth-child(2){
display:none !important;
}

.nav-menu-sub li:nth-child(5){
display:none !important;
}

/* This CSS Code is to adjust the NLRC Permit */
 .ftr-copy-rights-bc{
font-size:12px !important;
color:#fff !important;
} 


/* This CSS Code is to hide Paystack withdrawal from Users */
.m-block-nav-items-bc .m-nav-items-list-item-bc:nth-child(1){
display:block !important;
}

/* CSS Code to Add Animation to Aviator Link */
.nav-menu-container.header-navigation:first-child .nav-menu{
  background-color: :#000 !important;
}

/* CSS Code to add a margin the badges */
.loyalty-program-level-card.active .loyalty-program-level-card-img{
        margin-top: 0.1rem !important;
}

.loyalty-program-level-card .loyalty-program-level-card-img{
        margin-top: 0.1rem !important;
}

/* CSS Code to hide Bonus Column figures on Loyalty Bonus */
  .levelUp-bonus-table-row.current-bonus-row .levelUp-bonus-table-cell:nth-of-type(3){
      display: none !important;
  }

.levelUp-bonus-table-row .levelUp-bonus-table-cell:nth-of-type(3){
      display: none !important;
  }

/* CSS Code to Animate CashOut Button */
.bet-history-cashout-btn{
  animation: glow 1s infinite !important;
}

/* CSS Code to Animate Aviator */
.header-navigation .nav-menu.nav-menu-hide-items li:nth-of-type(4){
  animation: glow-link 1s infinite;
  
}

/* CSS Code to hide Betconstruct Chat Bot  */
#comm100-float-button-136b853b-e7bc-4e66-bd82-7647ccc5b157-2 div{
  display: none;
}


@keyframes glow{
0% {
    box-shadow: 5px 5px 20px #197cd8, -5px -5px 20px #197cd8;
    border: 2px solid #197cd8;
}

  50% {
    box-shadow: 5px 5px 20px #fff, -5px -5px 20px #fff;
    border: 2px solid #fff;
}
  100% {
    box-shadow: 5px 5px 20px #197cd8, -5px -5px 20px #197cd8;
    border: 2px solid #197cd8;
}
}

@keyframes glow-link{
0% {
    box-shadow: 5px 5px 20px #3B95E8, -5px -5px 20px #3B95E8;
    border: 2px solid #3B95E8;
    /* border-radius: 25px; */
}

  50% {
    box-shadow: 5px 5px 20px #37B44A, -5px -5px 20px #37B44A;
    border: 2px solid #37B44A;
    /* border-radius: 25px; */
}
  100% {
    box-shadow: 5px 5px 20px #3B95E8, -5px -5px 20px #3B95E8;
    border: 2px solid #3B95E8;
    /* border-radius: 25px; */
}
}






