html {
    scroll-behavior: smooth;
  }
  

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #A5A5A5;
    border-radius: 6px;
    background-color: inherit;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  .custom-checkbox:checked {
    background-color: black;
    border-color: #A5A5A5;
  }

  .tab-menu2 a {
    flex: 1 1 auto; /* Esnek genişlik */
    min-width: 100px; /* Minimum genişlik */
  }
  
  
  