/* Test Kategorileri Sayfası Özel Stilleri */
.border-dashed {
    border-style: dashed;
    border-width: 0 0 1px 0;
    border-color: rgba(0,0,0,0.1);
}
.border-dashed:last-child {
    border-bottom: none;
}
.test-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
/* Tüm metinleri sola yaslamak için eklenen özel stil */
.text-start {
    text-align: left !important;
}
.test-header h3, 
.card-body h5, 
.card-body h6, 
.card-body p {
    text-align: left !important;
}

/* Yeni eklenen test kategorileri için renk stilleri */
.bg-brown-subtle {
    background-color: rgba(165, 42, 42, 0.1) !important;
}
.text-brown {
    color: #8B4513 !important;
}

.bg-purple-subtle {
    background-color: rgba(128, 0, 128, 0.1) !important;
}
.text-purple {
    color: #800080 !important;
}

.bg-indigo-subtle {
    background-color: rgba(75, 0, 130, 0.1) !important;
}
.text-indigo {
    color: #4B0082 !important;
}