.ikp-ac-button-bsk {
    border-radius: 5px;
    margin: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .ikp-ac-button-bsk input:checked~.ikp-ac-label i {
    transform: rotate(180deg);
    color: var(--icon-updown-down);
  }
  
  
  .ikp-ac-button-bsk .ikp-ac-label i {
    color: var(--icon-updown-up);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    transition: transform 0.3s linear;
  }
  
  
  .ikp-ac-button-bsk .ikp-ac-label {
    display: flex;
    justify-content: space-between;
    width: 98%;
    border-radius: 3px;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    margin: 13px 5px 0px 5px;
    height: 32px;
    font-size: 24px;
    color: rgb(155, 101, 2);
  
  }
  
  .ikp-ac-button-bsk .ikp-ac-input {
    display: none;
  }
  
  .ikp-ac-button-bsk .ikp-low-content {
    display: block;
    max-height: 0;
    border-radius: 5px;
    color: #0c0c0c;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.6s ease-out;
  
    margin: 10px 5px 5px 10px;
    box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
      -2px -2px 3px 0 rgba(116, 125, 136, .2),
      inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
      inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
  }
  
  .ikp-ac-button-bsk input:checked~.ikp-low-content {
    max-height: 50vh;
  }
  
  
  
  
  .ikp-ac-button-bsk .ikp-low-content-90vh {
    display: block;
    max-height: 0;
    border-radius: 5px;
    color: #0c0c0c;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.6s ease-out;
  
    margin: 10px 5px 5px 10px;
    box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
      -2px -2px 3px 0 rgba(116, 125, 136, .2),
      inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
      inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
  }
  
  .ikp-ac-button-bsk input:checked~.ikp-low-content-90vh {
    max-height: 80vh;
  }





  .bsk-border {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    box-shadow:
      -7px -7px 20px 0px #fff9,
      -4px -4px 5px 0px #fff9,
      7px 7px 20px 0px #0002,
      4px 4px 5px 0px #0001;
    transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81);
    font-size: 14px;
    color: #666;
    text-decoration: none;
  }
  
  .bsk-border:hover {
    background: radial-gradient(circle, #0ff 0%, var(--bm-background) 60%);
    color: rgba(102, 102, 102, .5);
    animation: colorchange 3s linear infinite;
  }
  
  .bsk-border:active {
    box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
      -2px -2px 3px 0 rgba(116, 125, 136, .2),
      inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
      inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
  }


  /* .ikp-ac-button-bsk .ikp-ac-label .bsk-1 {
    display: flex;
    justify-content: center;
    align-items: center;
} */


.bsk-1 {
    display: flex;
    position: relative;
    align-items: center;
}

.bsk-2 {
    display: flex;
    position: relative;
    align-items: center;
}

.bsk-2 img {
    margin: 0 15px 0 15px;
    /* border: #04991d 1px solid; */
    max-height: 30px;
    border-radius: 5px;
 }


  .baslik-bsk{
    margin: 12px 5px -9px 36px;
    height: 32px;
    font-size: 24px;
    color: rgb(155, 101, 2);
  }
  /* .bsk-border input:checked~.hesap-islemleri-content {
    box-shadow: 2px 2px 3px 0 rgba(255, 255, 255, .5),
      -2px -2px 3px 0 rgba(116, 125, 136, .2),
      inset -2px -2px 3px 0 rgba(255, 255, 255, .5),
      inset 2px 2px 3px 0 rgba(116, 125, 136, .3);
  } */

.header-lig-dizisi{
  font-size: 15px;
  font-weight: 700; 
}
 

.tms-spordallari{
  /* position: absolute;
    right: 0px; */
  /* margin-right: 10px; */
  font-size: 10px;
  color: rgb(227, 39, 11);
}

.badge-categori-item-count-c1{
  position: relative;
  display: grid;
  place-content: center;
  color: red;
  bottom: -3px;
  top: -11px;
  left: -2px;
  transform: rotate(30deg);
  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;
  font-weight:bold; 
 
  /* transition: all 150ms ease;
  animation: badge_pulsate-red-titre-categori 1.2s ease-in-out .1s infinite alternate; */
}


.badge-categori-item-count-c2{
  position: relative;
  display: grid;
  place-content: center;
  color: red;
  bottom: -3px;
  top: -10px;
  left: -2px;
  transform: rotate(20deg);
  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;
  font-weight:bold; 
  
  /* transition: all 150ms ease;
  animation: badge_pulsate-red-titre-categori 1.2s ease-in-out .1s infinite alternate; */
}


.badge-categori-item-count-end{
    display: grid;
    place-content: center;
    color: red;
    bottom: -3px;
    left: 15px;
    width: 20px;
    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: 13px;
    font-weight:bold; 
 
    /* transition: all 150ms ease;
    animation: badge_pulsate-red-titre-categori 1.2s ease-in-out .1s infinite alternate; */

  
}

@keyframes badge_pulsate-red-titre-categori
{
    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; }
}


.selected-category-kf {
  display: block;
}

.selected-category-ms {
  display:flex;
  flex-wrap: wrap;
  
}


.selected-category-ms ul, .selected-category-kf ul {
  display: flex;
  margin:  3px 5px 3px 10px;
  justify-content: space-between;
  align-items: center;
  height: 21px;
  font-size: 9px;
  line-height: 95%;
  background: linear-gradient(rgb(213, 241, 134),rgb(237, 239, 206),rgb(150, 231, 28));
  border-radius: 5px;
}

.selected-category-ms img, .selected-category-kf img {
  height: 20px;
}

.selected-category-kf ul div, .selected-category-ms ul div{
  display: flex;
  
  justify-content: start;
  align-items: center;
}

.txt-root{
  color: red;
}

.sc-button-del {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  color: red;
  font-size: 19px;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(silver,white,gray);
  margin-left: 1px;
}