.ksb-container {
    display: flex;
    width: 99%;
}

.container-sports {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #f9f9f9;
    height: 100%;
    width: 100%;
}

.horizontal-scroll-sports {
    width: 100%;
    height: 70px;
    margin: 2px 3px 0 2px;
    background: var(--mainColor);
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.horizontal-scroll-sports button {
    background-color: transparent;
    color: rgb(100, 190, 27);
    cursor: pointer;
}
.horizontal-scroll-sports button:hover { 
    z-index: 20;
}

.horizontal-scroll-sports button:disabled {
    color: var(--mainColor);
}


.scroll-ana-kategori-spor {
    position: relative; 
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}


.sport-circle {
    width: 45px;
    height: 45px;
    margin: 0px 10px 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transform: rotateZ(20deg);
    transition: 0.5s linear;
    cursor: pointer;
}

.sport-circle img {
    width: 40px;
    height: 40px;
    transform: rotateZ(-20deg);
}

.sport-circle:hover {
    transform: rotate(395deg) scale(1.3);
}

.badge-ikp {
    display: grid;
    place-content: center;
    position: absolute;
    color: var(--white);
    bottom: -2px;
    left: 2px;
    width: 30px;
    aspect-ratio: 3/2;
    background: var(--primaryColor);
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-size: 10px;
    z-index: 20;
}

.badge-ikp::after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: var(--primaryColor);
    border-bottom-style: double;
    border-radius: inherit;

    bottom: -10px;
    left: 50%;
    translate: -50% 0;
    
    width: 40px;
    height: 40px;
    opacity: 0;
    animation: badge_ikp_pulse 1.5s infinite linear both;

}

@keyframes badge_ikp_pulse {
    45% {
        opacity: 0.6;
    }

    80%,
    100% {
        opacity: 0;
        scale: 1.6;
    }
}

#ktgr_spor_ana::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}



.badge-mac-sayisi-ktg-sd {
  display: grid;
  place-content: center;
  position: absolute;
  color: rgb(21, 233, 38);
  bottom: 3px;
  left: 25px;
  width: auto;
  min-width: 30px;
  aspect-ratio: 9 / 2;
  border-radius: 42%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  z-index: 20;
  transform: rotateZ(-35deg);
  transition: all 150ms ease;
  animation: badge_pulsate-green-ktgr 1.2s linear infinite;
}

@keyframes badge_pulsate-green-ktgr
{
	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; }
}


.badge-ikp-2 {
    display: grid;
    place-content: center;
    position: absolute;
    color: rgb(21, 233, 38);
    bottom: 30px;
    left: 1px;
    width: auto;
    min-width: 27px;
    aspect-ratio: 4 / 2;
    border-radius: 42%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    z-index: 20;
    transform: rotateZ(-35deg);
    transition: all 150ms ease;
    /* animation: badge_pulsate-green-ktgr 1.2s linear infinite both; */
}


.badge-ikp-2::after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: var(--primaryColor);
    border-bottom-style: double;
    bottom: -10px;
    left: 50%;
    translate: -50% 0;
    border-radius: inherit;
    width: 40px;
    height: 40px;
    opacity: 0;
    /* animation: badge_ikp_pulse 1.5s infinite linear both; */
}


@keyframes badge_ikp_pulse-2 {
    45% {
        opacity: 0.6;
    }

    80%,
    100% {
        opacity: 0;
        scale: 1.6;
    }
}


.badge-ikp-2-red {
        display: grid;
        place-content: center;
        position: absolute;
        color: red;
        bottom: 25px;
        left: -8px;
        width: auto;
        min-width: 30px;
        aspect-ratio: 3 / 2;
        border-radius: 42%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
        font-size: 13px;
        z-index: 20;
        transform: rotateZ(-35deg);
        transition: all 150ms ease;
        /* animation: badge_pulsate-red-ktgr 1.2s linear infinite both; */
}


.badge-ikp-2-red::after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: red;
    border-bottom-style: double;
    bottom: -10px;
    left: 50%;
    translate: -50% 0;
    border-radius: inherit;
    width: 40px;
    height: 40px;
    opacity: 0;
    /* animation: badge_ikp_pulse-2-red 1.5s infinite linear; */
}


@keyframes badge_pulsate-red-ktgr
{
    0%   { color: #e70505; text-shadow: 0 -1px 0 #310909;  }
    50%  { color: #e70505; text-shadow: 0 -1px 0 #310909;  }
	60%  { 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;  
        bottom: 20px;        
    }
}

@keyframes badge_ikp_pulse-2-red {
    45% {
        opacity: 0.6;
    }
    80%,
    100% {
        opacity: 0;
        scale: 1.6;
    }
}


