i.bc-i-FTN {
    display: none !important;
}
a.crypto-currency-info {
    display: none !important;
}
.bc-i-FTN:before {
    display: none !important;
}
img.verify-logo {
    height: 67px!important;
    padding-right: 20px!important;
}
#root {
  width: 90% !important;
  margin: auto !important;
}

.btn{
      color: #fff !important;
    text-decoration:none;
  background: #152a3b !important;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgb(90 197 142);
  transition: all 0.3s ease-in-out;
}
.btn.s-small.sign-in {
  position: relative;
  display: inline-block;
  padding: 6px 15px; 
  font-weight: 600;
  color: #fff;
    text-decoration:none;
  background: #152a3b;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.5);
  transition: all 0.3s ease-in-out;
}

/* Işıklı border animasyonu */
.btn.s-small.sign-in::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 2px;
  background: linear-gradient(120deg, #e6a03b, #34c38f, #e6a03b, #34c38f);
  background-size: 300% 300%;
  animation: borderGlow 3s linear infinite;
  z-index: -1;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* Parlama animasyonu */
@keyframes borderGlow {
  0% {
    background-position: 0% 50%;
    box-shadow: 0 0 8px rgba(241, 196, 15, 0.3);
  }
  50% {
    background-position: 100% 50%;
    box-shadow: 0 0 20px rgba(52, 195, 143, 0.6);
  }
  100% {
    background-position: 0% 50%;
    box-shadow: 0 0 8px rgba(241, 196, 15, 0.3);
  }
}

/* Hover efekti — parlamayı artır */
 

/* Yazı hep önde kalır */
.btn.s-small.sign-in span {
  position: relative;
  z-index: 2;
}
#root > div.layout-header-holder-bc > div > div:nth-child(1) > div > div > div > div.swiper-wrapper > div > div > a > p > span > h3 > span > strong > em > a:nth-child(3) > span{


  padding: 3px 10px; 
  font-weight: 600;
  color: #fff;
    text-decoration:none;
  background: #152a3b;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.5);
  transition: all 0.3s ease-in-out;
}
#root > div.layout-header-holder-bc > div > div:nth-child(1) > div > div > div > div.swiper-wrapper > div > div > a > p > span > h3 > span > strong > em > a:nth-child(1) > span{
     padding: 3px 10px; 
  font-weight: 600;
  color: #fff;
    text-decoration:none;
  background: #152a3b;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(241, 196, 15, 0.5);
  transition: all 0.3s ease-in-out;
}


 #root > div.layout-content-holder-bc > div:nth-child(4) > div > div > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px; /* kenarları yumuşak dursun */
}

#root > div.layout-content-holder-bc > div:nth-child(4) > div > div > a > img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

/* Hover'da hafif büyütme */
#root > div.layout-content-holder-bc > div:nth-child(4) > div > div > a:hover > img {
  transform: scale(1.05);
  
}


/* Şimşek çizgisi overlay */
#root > div.layout-content-holder-bc > div:nth-child(4) > div > div > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -85%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.8) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  z-index: 2; /* img’nin üstünde */
  pointer-events: none;
}

/* Hover'da aktifleşsin */
#root > div.layout-content-holder-bc > div:nth-child(4) > div > div > a:hover::after {
  animation: shine-flash 0.75s ease;
  
}
#root > div.layout-content-holder-bc > div:nth-child(4) > div > div > a:hover {
   
  box-shadow: 0 5px 15px rgb(93 180 135 / 59%);
}

/* Şimşek animasyonu */
@keyframes shine-flash {
  0% {
    left: -75%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 125%;
    opacity: 0;
  }
}
 
.footerLinkCols{
justify-content: space-between !important;
}
[class*=is-web] .horizontalSliderElem .horizontalSliderImg{
opacity: 1 !important;
    filter: none !important;
}

.promotionsList-bc{
grid-gap: 25px !important;
}
.promotions-article-title {
display:none !important;
}
 
[dir=ltr] .hdr-message-icon-bc .count-odd-animation:after, [dir=ltr] .header-icon-text.bc-i-message .count-odd-animation:after {
    right: 4px;
    top: 3px;
}
.header-icon{
  width:110px !important;
  margin-left:25px !important;
  height:40px !important;
}
.status-popup-content-w-bc{
width:100% !important;
}
.popup-holder-bc.windowed:not(.user-profile-container):not(.promotion-details-popup) 
    > .popup-inner-bc {
    width: 750px !important;
}