.btn-primary{
    background-color: #36460A !important;
    color: #fff !important;
}

.aside-menu .menu>.menu-item.show>.menu-link .menu-icon,
.aside-menu .menu>.menu-item.show>.menu-link .menu-icon .svg-icon,
.aside-menu .menu>.menu-item.show>.menu-link .menu-icon i, .ki-duotone,
.ki-outline,
.ki-solid, .header .header-menu .menu>.menu-item.here>.menu-link .menu-title, .btn-active-color-primary{
    color: #36460A !important;
}

.btn-primary:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show>.btn.btn-primary {
    background-color: #000000 !important;
}

.text-primary, a{
    color: #36460A !important;
}

.tabIconNavChat{
    font-size: 40px;
}

.truncate {
    white-space: nowrap;
    /* Prevents the text from wrapping to the next line */
    overflow: hidden;
    /* Hides the overflow content */
    text-overflow: ellipsis;
    /* Adds an ellipsis ("...") to the truncated text */
    width: 200px;
    /* Set a specific width for the container */
}