td {
    padding: 0px;
}

/************** Tool Tip Styles ********************************/
.tool-tip2 {
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
}
.tool-tip2 .tool-tip__icon {
    background: #5e6673;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
    line-height: 1.49em;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight:bold;
    color: #fff;
}
.tool-tip2 .tool-tip__info {
    display: none;
    background: #5e6673;
    border: 1px solid #5e6673;
    border-radius: 4px;
    padding: 0.5em;
    font-size: 12px;
    position: absolute;
    left: 30px;
    width: 295px;
    z-index: 2;
    color: #fff;
}
.tool-tip2 .tool-tip__info:before, .tool-tip2 .tool-tip__info:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 7px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #5e6673;
}
.tool-tip2 .tool-tip__info:after {
  left: -8px;
  border-right-color: #5e6673;
}
.tool-tip2 .tool-tip__info .info {
  display: block;
}
.tool-tip2:hover .tool-tip__info, .tool-tip2:focus .tool-tip__info {
  display: inline-block;
}

a:focus + .tool-tip2 .tool-tip__info {
  display: inline-block;
}

/******* Styles just to make it look a little better *******/


.btn-donate {
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(43, 100%, 50%, 1);
  --btn-bg-2: hsla(48, 97%, 60%, 1);
  --btn-bg-color: hsla(360, 0%, 12%, 1);
  --radii: 0.5em;
  cursor: pointer;
  padding: 0.6em ;
  
  min-height: 44px;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 500;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: linear-gradient(325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90%);
  border: none;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
}

.btn-donate:hover {
  background-position: right top;
}


.btn-donate:is(:focus, :focus-visible, :active) {
  outline: none;
  box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
  .btn-donate {
    transition: linear;
  }
}


.button2 {
 --color: #00A97F;
 padding: 0.18em 1.7em;
 background-color: transparent;
 border-radius: .3em;
 position: relative;
 overflow: hidden;
 cursor: pointer;
 transition: .5s;
 font-weight: 400;
 font-size: 17px;
 border: 1px solid;
 font-family: inherit;
 text-transform: uppercase;
 color: var(--color);
 z-index: 1;
}

.button2::before, .button2::after {
 content: '';
 display: block;
 width: 50px;
 height: 50px;
 transform: translate(-50%, -50%);
 position: absolute;
 border-radius: 50%;
 z-index: -1;
 background-color: var(--color);
 transition: 1s ease;
}

.button2::before {
 top: -1em;
 left: -1em;
}

.button2::after {
 left: calc(100% + 1em);
 top: calc(100% + 1em);
}

.button2:hover::before, .button2:hover::after {
 height: 410px;
 width: 410px;
}

.button2:hover {
 color: rgb(10, 25, 30);
}

.button2:active {
 filter: brightness(.8);
}

.renk{
    color: #3b3b3b;
    display: flex;
  align-items: center;
} 

@media screen and (max-width: 430px) {
    /* Belirli bir ID'ye sahip <table> için Parite sütununu gizle */
    #borsa td:nth-child(2), #borsa th:nth-child(2) {
        display: none;
    }

    /* Belirli bir ID'ye sahip <table> için Hacim sütununu gizle */
    #borsa td:nth-child(4), #borsa th:nth-child(4) {
        display: none;
    }
    #piyasabilgi table {
        width: 100%;
    }

    #piyasabilgi table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #piyasabilgi table td:nth-child(even) {
        background-color: #f2f2f2; /* Arka plan rengini belirleyebilirsiniz */
    }
   .mt-site-dark-mode #piyasabilgi table td:nth-child(even) {
        background-color: #1c1c1c; /* Arka plan rengini belirleyebilirsiniz */
    }
    
    #kactl table {
        width: 100%;
    }

    #kactl table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
#ekranc {
        display: block;
        font-size: 1.3em; /* İhtiyaca göre font boyutunu ayarlayabilirsiniz */
        /* Diğer stil özelliklerini burada da tanımlayabilirsiniz */
    }

   
    
  .button2 {
 --color: #00A97F;
 padding: 0.18em ;
}



#deneme2 td a {
    pointer-events: none;
    text-decoration: none; /* İsteğe bağlı: üzerine gelindiğinde altı çizgiyi kaldırır */
}
