﻿.menu-setting-space {
    margin-left:20px;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.avatar-menu-icon {
    font-size:1.3em;
    color:black;
}

.login-errors ul {
    list-style-type: none;
    padding: 0;
}

.optionRowControl
{
    font-size: 25px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}


.on {
    color:green;
}

.hand
{
    cursor: pointer;
}

.suggestion-reply {
    border-left: 3px solid grey;
    padding-left: 10px;
    margin-left:20px;
    margin-top:10px;
}

.toast {
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0px);
    z-index: 9999;
    min-width:300px;
}

pre {
    font-family: var(--bs-font-sans-serif);
}

/* AI Features Purple Accent */
.ai-accent {
    color: #6b5eae !important;
}

.bg-ai {
    background-color: #6b5eae !important;
}