/* Bootstrap Success Alert Özelleştirmeleri */
.alert-success {
    background-color: #6f42c1 !important;
    color: white !important;
    border-color: #6f42c1 !important;
}

.alert-success .alert-heading {
    color: white !important;
}

.alert-success hr {
    border-top-color: rgba(255, 255, 255, 0.3) !important;
}

.alert-success .alert-link {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Success Icon Renkleri */
.alert-success .fas,
.alert-success .far,
.alert-success .fab,
.alert-success .fa,
.alert-success i {
    color: #6f42c1 !important;
}

/* Success Badge Renkleri */
.badge.bg-success {
    background-color: #6f42c1 !important;
    color: white !important;
}

/* Success Button Renkleri */
.btn-success {
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
    color: white !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #5a32a3 !important;
    border-color: #5a32a3 !important;
    color: white !important;
}

/* Success Text Renkleri */
.text-success {
    color: #6f42c1 !important;
}

/* Success Border Renkleri */
.border-success {
    border-color: #6f42c1 !important;
}

/* Success Background Renkleri */
.bg-success {
    background-color: #6f42c1 !important;
}

/* Success Progress Bar */
.progress-bar.bg-success {
    background-color: #6f42c1 !important;
}

/* Success List Group */
.list-group-item-success {
    background-color: #6f42c1 !important;
    color: white !important;
    border-color: #6f42c1 !important;
}

/* Success Table */
.table-success {
    background-color: #6f42c1 !important;
    color: white !important;
}

.table-success th,
.table-success td {
    border-color: #6f42c1 !important;
}

/* Success Card */
.card.border-success {
    border-color: #6f42c1 !important;
}

.card-header.bg-success {
    background-color: #6f42c1 !important;
    color: white !important;
}

/* Success Nav */
.nav-pills .nav-link.active {
    background-color: #6f42c1 !important;
}

/* Success Form */
.form-control:focus {
    border-color: #6f42c1 !important;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25) !important;
}

.form-select:focus {
    border-color: #6f42c1 !important;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25) !important;
}

/* Success Checkbox/Radio */
.form-check-input:checked {
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
}

.form-check-input:focus {
    border-color: #6f42c1 !important;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25) !important;
}

/* Success Switch */
.form-switch .form-check-input:checked {
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
}

/* Success Range */
.form-range::-webkit-slider-thumb {
    background-color: #6f42c1 !important;
}

.form-range::-moz-range-thumb {
    background-color: #6f42c1 !important;
}

.form-range::-ms-thumb {
    background-color: #6f42c1 !important;
}

/* Success Dropdown */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #6f42c1 !important;
}

/* Success Modal */
.modal-header.bg-success {
    background-color: #6f42c1 !important;
    color: white !important;
}

.modal-footer.bg-success {
    background-color: #6f42c1 !important;
    color: white !important;
}

/* Success Toast */
.toast.bg-success {
    background-color: #6f42c1 !important;
    color: white !important;
}

/* Success Tooltip */
.tooltip-inner.bg-success {
    background-color: #6f42c1 !important;
}

/* Success Popover */
.popover-header.bg-success {
    background-color: #6f42c1 !important;
    color: white !important;
}

/* Success Spinner */
.spinner-border.text-success {
    color: #6f42c1 !important;
}

.spinner-grow.text-success {
    color: #6f42c1 !important;
}

/* Success Link */
a.text-success:hover,
a.text-success:focus {
    color: #5a32a3 !important;
}

/* Success Outline Button */
.btn-outline-success {
    color: #6f42c1 !important;
    border-color: #6f42c1 !important;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
    color: white !important;
}

/* Success Link Button */
.btn-link.text-success {
    color: #6f42c1 !important;
}

.btn-link.text-success:hover,
.btn-link.text-success:focus {
    color: #5a32a3 !important;
}
