    
  .gf-button-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px;
    flex-wrap: wrap;
}

.tab-button {
    padding: 10px 20px;
    font-family: Vazirmatn, Arial, sans-serif;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #f0f0f0;
    cursor: pointer;
    transition: background 0.3s;
}

.tab-button.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}  
    

.tab-button.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
