












.theme-icon {
    color: #ffc107;
    margin-right: 5px;
}

html[data-bs-theme="dark"] .theme-icon{
    color: #e4f4ff;
}

.btn:active {
    transform: scale(.96);
    transition: scale .1s ease;

}

