.dropdown-toggle:after {
    border-top: 0 !important;
    border-right: 0;
}

.dropdown-item {
    cursor: pointer;
}

.btn i {
    margin-right: 0.5rem;
    font-size: 1.2rem;
}

.btn-close {
    background: none;
}

.btn.btn-floating[aria-label="Theme Settings"]:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--tblr-primary);
    background-color: var(--tblr-primary);
    border-color: var(--tblr-primary);
}

.remove-item:hover {
    background-color: #dc3545 !important; 
    cursor: pointer;
}

.remove-item:hover i {
    color: white !important;
}