.all-bets {
    background-color: var(--mainColor);
    min-width: 510px;
}

.match-main {
    width: 99%;
}

.bet-list-item-baslik {
    display: flex;
    width: 33px;
    height: 30px;
    color: #fff;
    border-style: solid;
    border-color: var(--mainColor);
    border-width: 2px 0.5px;
    font-size: 17px;
    background-color: var(--hoverColor);
    justify-content: center;
    align-items: center;
}

.bet-list-item-baslik-handikap {
    min-width: 29px;
    height: 30px;
    color: var(--white);
    border-style: solid;
    border-color: var(--mainColor);
    border-width: 2px 0.5px;
    font-size: 20px;
    background-color: var(--hoverColor);
    display: flex;
    justify-content: center;
    align-items: center;
}


.bet-list-item-handikap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--white);
    border-style: solid;
    border-color: var(--mainColor);
    border-width: 2px 0.5px;
    font-size: 13px;
    background-color: var(--hoverColor);
}







.match-main .football-header-container{
    position: sticky;
    background-color: var(--mainColor);
    border-radius: 10px 10px 0 0;
    width: 1070px;
    display: flex;
    top: 0;
    z-index: 8;
  }
  

  .header-match {
    display: flex; 
    justify-content: center;
    align-items: center;
    /* width: 50%; */
    min-width: 587px;
    margin: 0px;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    background-color: var(--hoverColor);
  }
  
  .header-odds {
    display: flex;
    /* width: 50%; */
    justify-content: left;
    margin: 0px;
    padding: 0px;
    background-color: var(--mainColor);
  }
  
  @media (max-width:768px) {
    .match-main .football-header-container {
      width: 100%;
    }

    .header-match{
      display: none;
    }

  }

 

  .row-match {
    display: flex;
    width: 586px;
    /* min-width: 483px; */
    justify-content: left;
    margin: 0px;
    padding: 0px;
  }
  
  .row-odds {
    display: flex;
    width: 508px;
    justify-content: left;
    margin: 0px;
    padding: 0px;
    height: 31px;
  }

  
  .header-odds {
    background-color: var(--mainColor);
  }
  
  .header-match,
  .header-odds {
    height: 48px;
  
  }
  
  .header-odds div {
    text-align: center;
    border-color: var(--hoverColor);
    border-radius: 10px;
    border-width: 2px 0px;
  }
  
  
  
  
  .header-match ul {
    display: flex;
    justify-content: start;
    background-color: var(--hoverColor);
    width: 100%;
    margin: 0px;
    padding: 0px;
  
  }
  
  .header-odds ul {
    display: flex;
    justify-content: start;
    background-color: var(--mainColor);
    width: 100%;
    margin: 0px;
    padding: 0px;
  
  }
  
  .header-odds ul>div {
    background-color: var(--hoverColor);
  }
  

  
  .row-match ul {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 31px;
    margin: 0px;
    padding: 0px;
  }
  
  .row-odds ul {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 31px;
    margin: 0px;
    padding: 0px;
  }


/*   
  .match-main div.flex div.row-odds.flex ul li.bet-list-item a {
    text-decoration: none;
    color: red;
  } 

 */


.bet-list-item-baslik-all-odds {
    min-width: 51px;
    height: 30px;
    color: #fff;
    border-style: solid;
    border-color: var(--mainColor);
    border-width: 2px 0.5px;
    font-size: 23px;
    background-color: #426902 ;

}




 .mac-lig-takim-adi{
  display: flex ;
  justify-content: flex-start;
  margin-left: 40px;
 }
 .mac-ligad {
  display: flex;
  width: 150px;
 }
 .lig-adi {
  width: 250px;
 }
 .mac-takimad {
  display: flex;
  margin-left: 196px;
 }

 .mac-sd-logo{
  margin-left: 5px;
  width: 28px;
  justify-content: center;
  display: flex;
 }

 @media screen and (max-width: 768px) {
  all-bets {
    width: 508px;
  }
  .match-main .row-match {
    display: grid;
    width: auto;
   }
   .match-main .row-odds {
    height: 81px;
    }

   .teams-container {
    justify-content: left;
    margin-left: 200px;

   }
   .mac-takimad {
    margin-left: 40px;
   }

 }





.football-match-container{
    display: block;
    width: 1094px;
}

.d-mac-zaman {
  display: none;
}


@media screen and (max-width: 768px) { 
    .match-main {
      width: 508px;
    }
    .football-match-container {
      width: auto;
    }
    .football-match-container > div {
        display: block;
        margin-bottom: 10px;
        width: 508px;
        height: 175px;
    }
    .match-main .football-header-container{
        display: block;
        
    }
    .teams-container {
      margin-left: 228px;
    }

    .teams-container .team-1, .teams-container .team-2 {
      min-width: 234px;
    }

    .d-mac-zaman{
      position: relative;
      display: block;
      min-width: 400px;
    }
    .mac-zaman-bilgisi-gun{
      display: flex;
      color: red;
    }
    .mac-zaman-bilgisi{
      display: flex;
      color: #08ee14;
    }
}




.football-match-container > div:nth-child(2n) {
    background-color: #09263b;
}

.football-match-container > div:nth-child(2n+1) {
    background-color: #081f31;
}



.blinkarrowgreen{
    color: #206b03;
    animation: blinkarrow 3s linear ;
}
.blinkarrowred{
    color: red;
    animation: blinkarrow 3s linear ;
}
@keyframes blinkarrow{
0%{opacity: 1;}
10%{opacity: .5;}
20%{opacity: 0;}
30%{opacity: .5;}
40%{opacity: 1;}
50%{opacity: .5;}
60%{opacity: 0;}
70%{opacity: .5;}
80%{opacity: 1;}
90%{opacity: .5;}
100%{opacity: 1;} 
}

.blinktextgreen{
    animation: blink_text_green 3s linear ;
}
.blinktextred{
    animation: blink_text_red 3s linear ;
}
@keyframes blink_text_green{
    0%{opacity: 1; color: rgb(77, 126, 4);}
    10%{opacity: .5; color: rgb(77, 126, 4);}
    20%{opacity: 0; color: rgb(77, 126, 4);}
    30%{opacity: .5; color: rgb(77, 126, 4);}
    40%{opacity: 1; color: rgb(77, 126, 4);}
    50%{opacity: .5; color: rgb(77, 126, 4);}
    60%{opacity: 0; color: rgb(77, 126, 4);}
    70%{opacity: .5; color: rgb(77, 126, 4);}
    80%{opacity: 1; color: rgb(77, 126, 4);}
    90%{opacity: .5; color: rgb(77, 126, 4);}
    100%{opacity: 1; color: rgb(77, 126, 4);} 
}
@keyframes blink_text_red{
    0%{opacity: 1; color: rgb(134, 3, 3);}
    10%{opacity: .5; color: rgb(134, 3, 3);}
    20%{opacity: 0; color: rgb(134, 3, 3);}
    30%{opacity: .5; color: rgb(134, 3, 3);}
    40%{opacity: 1; color: rgb(134, 3, 3);}
    50%{opacity: .5; color: rgb(134, 3, 3);}
    60%{opacity: 0; color: rgb(134, 3, 3);}
    70%{opacity: .5; color: rgb(134, 3, 3);}
    80%{opacity: 1; color: rgb(134, 3, 3);}
    90%{opacity: .5; color: rgb(134, 3, 3);}
    100%{opacity: 1; color: rgb(134, 3, 3);
        } 
}



.add_coupon_btn_container {
    display: block;
    width: 31px;
    height: 27px;
    /* background-color: #fff; */
    border-style: solid;
    border-radius: 20%;
    font-size: 11px;
    margin: 1px;
}
/* .add_coupon_btn_container:hover {
    background-color: #c0b407;
    transition: all 0.5s linear;
} */

.add_coupon_btn_container div{
    display: flex;
    justify-content: center;
}
.add_coupon_btn_container div:nth-of-type(1) {
    height: 10px;
}
.add_coupon_btn_container div:nth-of-type(2) {
    height: 17px;
    color: black;
}
.add_coupon_btn_container .arrowup{
    color: greenyellow;
}
.add_coupon_btn_container .arrowdown{
    color: red;
}

.cursor-open {
    cursor: pointer;
}
.cursor-close {
    cursor: not-allowed;
}

.teams-container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.teams-container .team-1,
.teams-container .team-2 {
    color: #00010e;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 27px;
    cursor: pointer;
    border-radius: 15px;

    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    
}

.teams-container .stats-logo {
    font-size: 20px;
    cursor: pointer;
    margin: 0px 5px;
    border-radius: 6px;
    background-color: white;
}

.matchtime {
   display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
   font-family: 'Times New Roman',serif;
   letter-spacing: 1px;
   font-size: 20px;
   font-weight: bold;
   background-image: linear-gradient(
	to right,
	#462523 0,
  #cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%
	);
  background-clip: text;
   -webkit-background-clip: text;
   color:transparent;
}

.platinum {
    width: 210px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 11px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    box-shadow:
      2px 2px 0.5em rgba(122, 122, 122, 0.55),
      inset 1px 1px 0 rgba(255, 255, 255, 0.9),
      inset -1px -1px 0 rgba(0, 0, 0, 0.5)
    ;
    border: 1px solid #cacade;
    background:
      -moz-linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
    background:
    -webkit-linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
    background:
    -o-linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
    background:
    linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
  }
  

  .platinum-lig-adi {
    padding-left: 7px;
    min-width: 231px;
  
    
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 11px;
    font-size: 14px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    box-shadow:
      2px 2px 0.5em rgba(122, 122, 122, 0.55),
      inset 1px 1px 0 rgba(255, 255, 255, 0.9),
      inset -1px -1px 0 rgba(0, 0, 0, 0.5)
    ;
    border: 1px solid #cacade;
    background:
      -moz-linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
    background:
    -webkit-linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
    background:
    -o-linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
    background:
    linear-gradient(
      -72deg,
      #dedeff,
      #ffffff 16%,
      #dedeff 21%,
      #ffffff 24%,
      #555564 27%,
      #dedeff 36%,
      #ffffff 45%,
      #ffffff 60%,
      #dedeff 72%,
      #ffffff 80%,
      #dedeff 84%,
      #555564
    );
  }

@media screen and (max-width: 768px) {
    .platinum-lig-adi {
        min-width: 362px;
    }
}



.match-main .row-match .li-star {
    display: flex;
    width: 28px;
    height: 31px;
    align-items: center;
    justify-content: center;
  }
  
  .match-main .row-match .li-star i {
    font-size: 1.2rem;
  }
  
  .match-main .row-match .li-flag {
    display: flex;
    min-width: 48px;
    align-items: center;
    justify-content: center;
  }
  
  .match-main .row-match .li-flag img {
    align-items: flex-start;
    max-height: 26px;
    border-radius: 5px;
  }
  
  .match-main .row-match .li-ligname {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: start;
    padding: 3px;
  }
  
  .match-main .row-match .li-teams {
    display: flex;
    width: 200px;
    align-items: center;
    justify-content: center;
  }
  


.button-xl:hover{
  /* transform: scale(2, 2) translate(-50%, -50%) !important; */
   transform: scale(1.15) translateY(-2px) !important; 
}

.button-xl:active {
  transform: scale(1) translateY(0px) !important; 
}



.button-1:link,
.button-1:visited {
     transition: all .2s;
 
}
.button-1:hover {
    transform: translateY(-3px);
}
.button-1:active {
    transform: translateY(-1px);
}



.button-2:link,
.button-2:visited {
     transition: all .2s;
 
}
.button-2:hover {
    transform: translateY(-2px);
}
.button-2:active {
    transform: translateY(0px);
}
.b-bg-0 {
    background: linear-gradient(silver,white,gray); 
    
}

.b-bg-0-add {
  background: linear-gradient(#5ead04,#dbe9db,#254e02);
}




/* ALIŞVERİŞ SEPETİ BURADA BAŞLIYOR */

.betcoupon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  right: 130px;
  width: 40px;
  z-index: 99;
}

.button-coupon {
  display: flex;
  width: 50px;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  font-family: 'Times New Roman',serif;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  font-size: 40px;
  background-image: linear-gradient(
    to right,
    #462523 0,
    #cb9b51 22%, 
    #f6e27a 45%,
    #f6f2c0 50%,
    #f6e27a 55%,
    #cb9b51 78%,
    #462523 100%
    );
    background-clip: text;
-webkit-background-clip: text;
color: transparent;
}


.betcoupon .betcoupon-list {
  position: absolute;
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 300px;
  right: -82px;
  top: 41px;
  background-color: #eefce1;
  border-radius: 5px;
  color: black;
  z-index: 12;
  padding: 5px;
  background-image: linear-gradient(
    to right,
  #462523 0,
  #f6f2c0 22%, 
  #f6e27a 45%,
  #cb9b51 50%,
  #cb9b51 55%,
  #f6e27a 78%,
  #462523 100%
);
}
.display-none {
  display: none;
}

.betcoupon .betcoupon-list-item {
  width: 100%;
  display: block;
  color: #0c0c0c;
  margin: 2px;
}

.betcoupon .betcoupon-list-item .betcoupon_list_row {
  display: flex;
  height: 40px;
  /* background-color: #e6f1df; */
  /* border: 2px var(--white) solid; */
  border-radius: 5px;
  left: 0;
  padding: 1px;
  margin-bottom: 1px;
}

.betcoupon .betcoupon-list-item .betcoupon_list_row .betcoupon-list-sport-img {
  width: 32px;
  align-items: center;
  border-radius: 5px;
}

.betcoupon .betcoupon-list-item .betcoupon_list_row .betcoupon-list-takimlar {
  width: 150px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(silver,white,gray);
  margin-left: 1px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* text-transform: capitalize; */
}

.betcoupon .betcoupon-list-item .betcoupon_list_row .betcoupon-list-oran-adi {
  width: 80px;
  display: block;
  border-radius: 5px;
  background: linear-gradient(silver,white,gray);
  margin-left: 1px;
}

.betcoupon .betcoupon-list-item .betcoupon_list_row .betcoupon-list-mac-oran {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(silver,white,gray);
  margin-left: 1px;
}

.betcoupon .betcoupon-list-item .betcoupon_list_row .betcoupon-list-button-del {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  color: red;
  font-size: 20px;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(silver,white,gray);
  margin-left: 1px;
}
.betcoupon-list-button-del:hover {
  transform: translateY(-1px);
}
.betcoupon-list-button-del:active {
  transform: translateY(1px);
}



.badge-item-count-avs {
  display: grid;
  place-content: center;
  position: absolute;
  color: red;
  bottom: -3px;
  left: 18px;
  width: 30px;
  aspect-ratio: 3/2;
  background: linear-gradient(silver,white,gray);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  z-index: 20;

  transition: all 150ms ease;
  animation: badge_pulsate-red-titre 1.2s ease-in-out .1s infinite alternate;
 
}

@keyframes badge_pulsate-red-titre
{
    from{
        transform: rotate(15deg);
    }
    to{
        transform: rotate(-15deg);
        transform-origin: center center;
    }

    0%   { color: #e70505; text-shadow: 0 -1px 0 #310909; }
    50%  { color: #f50707; text-shadow: 0 -1px 0 #ee0808, 0 0 5px rgb(90, 6, 4), 0 0 8px #f04f4f;   }
    100% { color: #e70505; text-shadow: 0 -1px 0 #380808; }
}


@keyframes badge_pulsate-red
{
	0%   { color: #e70505; text-shadow: 0 -1px 0 #310909; }
  50%  { color: #f50707; text-shadow: 0 -1px 0 #ee0808, 0 0 5px rgb(90, 6, 4), 0 0 8px #f04f4f;   }
	100% { color: #e70505; text-shadow: 0 -1px 0 #380808; }
}
.badge-oran-text-avs {
    display: grid;
    place-content: center;
    position: absolute;
    color: red;
    bottom: 32px;
    left: 29px;
    width: 60px;
    aspect-ratio: 10 / 2;
   
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    z-index: 20;
    transition: all 150ms ease;
    animation: badge_pulsate-red-titre 1.2s ease-in-out .1s infinite alternate;
}
.badge-oran-avs {
  display: grid;
  place-content: center;
  position: absolute;
  color: rgb(21, 233, 38);
  bottom: 17px;
  left: 25px;
  width: 75px;
  aspect-ratio: 9/2;
  background: linear-gradient(silver,white,gray);
  border-radius: 0 50% 0 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  z-index: 20;
  transition: all 150ms ease;
  animation: badge_pulsate-green-titre 1.2s ease-in-out .1s infinite alternate;
}
@keyframes badge_pulsate-green-titre
{
  from{
    transform: rotate(15deg);
  }
  to{
      transform: rotate(-15deg);
      transform-origin: center center;
  }

	0%   { color: #3ae705; text-shadow: 0 -1px 0 #0c3109; }
	50%  { color: #3ff507; text-shadow: 0 -1px 0 #08ee14, 0 0 5px rgb(4, 90, 4), 0 0 8px #4ff05c; }
	100% { color: #18e705; text-shadow: 0 -1px 0 #083814; }
}

@keyframes badge_pulsate-green
{
	0%   { color: #3ae705; text-shadow: 0 -1px 0 #0c3109; }
	50%  { color: #3ff507; text-shadow: 0 -1px 0 #08ee14, 0 0 5px rgb(4, 90, 4), 0 0 8px #4ff05c; }
	100% { color: #18e705; text-shadow: 0 -1px 0 #083814; }
}



.span-kupon-mac-sayisi {
  color: red;
  margin-left: 20px;
}
.span-kupon-toplam-oran {
  color: red;
  margin-left: 10px;
}



.kbt{
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-s-hpm-kupon {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #462523 0, #cb9b51 47%, #f6e27a 57%, #462523 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #000; 
  font-size: 19px; 
  text-wrap: wrap; 
  text-align: center; 
}
.i-s-hpm-kupon_baslik{
  display: flex;
  justify-content: center;
}
#bahis_tutari_id {
  color: rgb(8, 238, 8);
  width: 95%;
  height: 46px;
  font-size: 27px;
  background: rgb(77 126 4 / 18%);
  border-radius: 5px;
}
.kupon-kazanc-baslik{
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(124, 12, 105);
  font-weight:bold;
  margin-top: 5px; 
}
.kupon-kazanci,
.kupon-kazanci-bpb{
  margin: 0 5px;
  font-size: 25px;
  color: rgb(197, 23, 168);
  font-weight:bold;
  transition: all 150ms ease;
  animation: txt_pulse_pink 1.2s linear infinite;
}

@keyframes txt_pulse_pink
{
	0%   { color: #790473; text-shadow: 0 -1px 0 #000; }
	50%  { color: #f51aea; text-shadow: 0 -1px 0 #42033f, 0 0 5px #a813a1, 0 0 8px #f554ed; }
	100% { color: #790473; text-shadow: 0 -1px 0 #000; }
}


.hesaplariniz_kupon_container {
  display: block;
  width: 46%;
  height: 50px;
  border-radius: 10px;
}
.hesaplariniz_kupon_container label {
  margin-left: 25px;
}
#select_hesaplariniz_kupon_id {
  height: 27px;
  width: max-content;
  border-radius: 10px;
  margin-left: 5px;
  font-size: 18px;
}
#bahsi_oyna_id {
  width: 73%;
  height: 48px;
  border-radius: 5px;
  margin: 10px 2px;
  font-size: 25px;
  box-shadow: 0px 15px 20px rgba(37, 34, 5, 1.4);
}

.jsbk-button {
  height: 48px;
  width: 100%; 
  font-size: 20px;
}

/* #bahsi_oyna_id:hover {
  transform: translateY(-2px);
} */
#bahsi_oyna_id:active {
  transform: translateY(2px);
}

#kuponu_sil_id {
  width: 27%;
  height: 48px;
  color: rgb(224, 215, 215);
  border-radius: 5px;
  margin: 10px 0px;
  font-size: 21px;
  box-shadow: 0px 15px 20px rgba(37, 34, 5, 1.4);
  
}
/* #kuponu_sil_id:hover {
  transform: translateY(-2px);
} */
#kuponu_sil_id:active {
  transform: translateY(2px);
}


.bahis-adi-avs{
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bahis-oran-adi-avs{
  /* font-size: 10px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ALIŞVERİŞ SEPETİ BURADA BİTİYOR */









.btxt-button-1
{
	font-weight: bold;
	text-transform: uppercase;

	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);

	transition: all 150ms ease;
  animation: btxt_pulse_green 1.2s linear infinite;
}

@keyframes btxt_pulse_green
{
	0%   { color: #048d0b; text-shadow: 0 -1px 0 #000; }
	50%  { color: #4af805; text-shadow: 0 -1px 0 #0d4902, 0 0 5px #4af805, 0 0 8px #c9f7b7; }
	100% { color: #048d0b; text-shadow: 0 -1px 0 #000; }
}

.btxt-button-1:active {
	color: #fff;
	text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
	box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
	transform: translateY(3px);
	animation: none;
}


.btxt-button-2
{
	font-weight: bold;
	text-transform: uppercase;

	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);

	transition: all 150ms ease;
  
}



@keyframes btxt_pulse_red
{
	0%   { color: #6e0202; text-shadow: 0 -1px 0 #000; }
	50%  { color: #f80505; text-shadow: 0 -1px 0 #490202, 0 0 5px #f80505, 0 0 8px #f7b7b7; }
	100% { color: #8d0404; text-shadow: 0 -1px 0 #000; }
}

.btxt-button-2:hover {
  animation: btxt_pulse_red 1.2s linear infinite;
}
.btxt-button-2:active {
	color: #9b0404;
	text-shadow: 0 -1px 0 #a30707, 0 0 5px rgb(241, 120, 120), 0 0 8px #fff;
	box-shadow: 0 1px 0 #942525, 0 2px 0 #f03030, 0 2px 2px rgba(59, 13, 13, 0.9);
	transform: translateY(3px);
	animation: none;
}



















































































.buttonx
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 15px;
	margin: 20px auto;
	color: #ccc;
	background-color: #555;
	background: -webkit-linear-gradient(#888, #555);
	background: linear-gradient(#888, #555);
	border: 0 none;
	border-radius: 3px;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}

.buttonx:hover, .buttonx:focus
{
	-webkit-animation: pulsatex 1.2s linear infinite;
	animation: pulsatex 1.2s linear infinite;
}
	
@-webkit-keyframes pulsatex
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}
		
@keyframes pulsatex
{
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}

.buttonx:active
{
	color: #fff;
	text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
	box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-animation: none;
	animation: none;
}






















.b-bg-20 {
    background: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%); 
    }


.b-bg-1{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(180deg,#fea 0%,#dc8 49%,#a95 51%,#dc8 100%);
    border-radius: 5px;
  }
  
  /* 2 */
  .b-bg-2{
    background: linear-gradient(top, #a95, #f2f2f2 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, #a95);
    background: -webkit-linear-gradient(top, #a95, #fea 25%, #ffffff 38%, #dc8  63%, #fea 87%, #a95);
  }
  
  /* 3 */
  .b-bg-3{
    background: -webkit-gradient(linear, left top, left bottom, from(#a95), to(#fea));
  }
  
  /* 4 */
  .b-bg-4{
     color: #fff;
   background-image: -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) 3%, rgba(255, 238, 170, .1) 3.75%),
      -webkit-repeating-linear-gradient(left, rgba(170, 153, 85, 0) 0%, rgba(170, 153, 85, 0) 2%, rgba(170, 153, 85, .03) 2.25%),
      -webkit-repeating-linear-gradient(left, rgba(255, 238, 170, 0) 0%, rgba(255, 238, 170, 0) .6%, rgba(255, 238, 170, .15) 1.2%),
      
      linear-gradient(180deg, #a95 0%, 
      #fea 47%, 
      #dc8 53%,
      #fea 100%);
    
  }
  
  /* 5 */
  .b-bg-5{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-color: #7c7c7c;
    background: linear-gradient(180deg,#e6e6e6 0%,rgba(0, 0, 0, 0.25) 49%, rgba(38, 38, 38, 0.6) 51%,rgba(0, 0, 0, 0.25) 100%);
    border-radius: 5px;
  }
  
  /* 6 */
  .b-bg-6{
    border-color: #7c7c7c;
    background: linear-gradient(top, rgba(38, 38, 38, 0.8), #e6e6e6 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, rgba(38, 38, 38, 0.8));
    background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0.5), #e6e6e6 25%, #ffffff 38%, rgba(0, 0, 0, 0.25)  63%, #e6e6e6 87%, rgba(38, 38, 38, 0.4));
  }
  
  /* 7 */
  .b-bg-7{
    border-color: #7c7c7c;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(#e6e6e6));
  }
  
  /* 8 */
  .b-bg-8{
   border-color: #7c7c7c;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
      
      linear-gradient(180deg, hsl(0,0%,78%)  0%, 
      hsl(0,0%,90%) 47%, 
      hsl(0,0%,78%) 53%,
      hsl(0,0%,70%)100%);
  }
  
  /* 9 */
  .b-bg-9{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-color: #D9A3A9;
    background: linear-gradient(180deg,#FFE6E9 0%,#DDA6AE 49%, #B76E79 51%,#DDA6AE 100%);
    border-radius: 5px;
  }
  
  /* 10 */
  .b-bg-10{
    border-color: #D9A3A9;
    background: linear-gradient(top, #DDA6AE, #FFE6E9 25%, #ffffff 38%, #FFE6E9 63%, #f7f7f7 87%, rgba(38, 38, 38, 0.8));
    background: -webkit-linear-gradient(top,  #DDA6AE, #FFE6E9 25%, #ffefef 38%, #D9A3A9  63%, #FFE6E9 87%, #DDA6AE);
  }
  
  /* 11 */
  .b-bg-11{
    border-color: #D9A3A9;
    background: -webkit-gradient(linear, left top, left bottom, from(#D9A3A9), to(#FFE6E9));
  }
  
  /* 12 */
  .b-bg-12{
   border-color: #D9A3A9;
  background-image: -webkit-repeating-linear-gradient(left, rgba(255, 230, 233,0) 0%, rgba(255, 230, 233,0)  3%, rgba(255, 230, 233,.1) 3.75%),
      -webkit-repeating-linear-gradient(left, rgba(183, 110, 121,0) 0%, rgba(183, 110, 121,0)   2%, rgba(183, 110, 121, .2) 2.25%),
      -webkit-repeating-linear-gradient(left, rgba(255, 230, 233,0) 0%, rgba(255, 230, 233,0) .6%, rgba(255, 230, 233,.3) 1.1%),
      
      linear-gradient(180deg, #D9A3A9  0%, 
      rgba(255, 230, 233,1) 47%, 
      #D9A3A9 53%,
      rgba(255, 230, 233,.7)100%);
  }
  
  
  /* 13 */
  .b-bg-13{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    border-color: #111;
    color: #555;
    background: linear-gradient(180deg,#555 0%,#222 49%, #000 51%,#222 100%);
    border-radius: 5px;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.5),0px 1px 3px rgba(0,0,0,0.3);
  }
  
  /* 14 */
  .b-bg-14{
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.5),0px 1px 3px rgba(0,0,0,0.3);
    border-color: #111;
    color: #555;
    background: -webkit-linear-gradient(top,  #000, #222 15%, #333 28%, #000  63%, #2f2f2f 87%, #000);
  }
  
  /* 15 */
  .b-bg-15{
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.8),0px 1px 3px rgba(0,0,0,0.3);
    border-color: #111;
    color: #555;
    text-shadow: -1px -1px 1px rgba(0,0,0,1);
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  }
  
  /* 16 */
  .b-bg-16{
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.5),0px 1px 3px rgba(0,0,0,0.3);
   border-color: #111;
    color: #555;
  background-image: -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),
      -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
      
      linear-gradient(180deg, hsl(0,0%,0%)  0%, 
      hsl(0,0%,10%) 47%, 
      hsl(0,0%,0%) 53%,
      hsl(0,0%,10%)100%);
  }


  .s-hesap-miktarlari{
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #000;
    font-size: 19px;
    text-wrap: wrap;
    text-align: center;

    width: 100%;
    padding: 0 0 0 10px;
    height: 37px;
    font-size: 27px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #462523 0, #cb9b51 47%, #f6e27a 57%, #462523 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin: 5px 10px; 

    background: linear-gradient(silver, white, gray);
  }