a#feed-tab {
    background-color: black !important;
}

.create-btn {
    border: 2px solid #000 !important;
    background-color: #000 !important;
}

.user-avatar-img img {
    border: 2px solid #000 !important;
}

.verify-badge {
    color: #000 !important;
}

.profile-social-link>.social-links>.social-link:hover {
    color: #fff !important;
    border: 2px solid #000 !important;
    background-color: #000 !important;
}

.profile-social-link>a.social-link:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.social-links>.social-link {
    border: 2px solid #000 !important;
    color: #000 !important;
}

.social-link svg {
    fill: #000 !important;
}

.social-link:hover svg {
    fill: #fff !important;
}

.card-icon i {
    color: #000 !important;
}

.card-dt-text span {
    color: #000 !important;
}

.event-month {
    background: #000 !important;
}

.event-dt-right-icon i {
    color: #000 !important;
}

.main-btn {
    background: #000 !important;
}

#buy-btn {
    color: #fff !important;
}

body .border-primary {
    border-color: #000 !important;
}

body .bg-primary {
    background-color: #000 !important;
}

body .bg-warning {
    background: #000 !important;
    color: #fff !important;
}

body .btn-primary {
    --bs-btn-bg: #000 !important;
    --bs-btn-border-color: #000 !important;
    color: #fff !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #000 !important;
    border-color: #000 !important;
}

body .form-control:focus {
    border-color: #000 !important;
}

.btn:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #000!important;
}

body .form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
    outline: #000 !important;
    box-shadow: none !important;
}