.global-nav{width:25%;min-width:200px;max-width:300px;height:100vh;padding:1rem;box-sizing:border-box;background-color:#f8f9fa;display:flex;flex-direction:column;box-shadow:2px 0 5px #0000000d;position:sticky;top:0;left:0;transition:width .18s ease,min-width .18s ease,max-width .18s ease}.global-nav__header{display:flex;justify-content:flex-end;margin-bottom:1rem}.global-nav__footer{margin-top:auto}.global-nav__toggle{transition:transform .18s ease}.global-nav--collapsed{width:64px;min-width:64px;max-width:64px;padding:1rem .5rem}.global-nav--collapsed .global-nav__toggle{transform:rotate(180deg)}.global-nav--collapsed .nav-item{justify-content:center}.global-nav--collapsed .nav-item-label{opacity:0;width:0;overflow:hidden;pointer-events:none}.nav-item-label{transition:opacity .14s ease}.app{display:flex;flex-direction:row;height:100vh}.app .container{width:100%;padding:2rem;overflow-y:auto}.inbox-page .d-inline{display:inline}.attachmentTile{display:flex;width:11.875rem;padding:var(8, .5rem) var(12, .75rem) var(8, .5rem) var(8, .5rem);justify-content:center;align-items:center;gap:var(8, .5rem)}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-bubble{background-color:#f2f2f2}.isSelf .chat-bubble{background-color:#638bad}.category:has(+.category-active){border-bottom:none!important}.category-active{color:#292929;background-color:#fff!important;border-radius:.5rem!important;padding-bottom:.6rem!important;border:none}.category-badge{border-radius:6.1875rem!important;background-color:#545454!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:1.5rem}.category-secondary .btn h5{color:#8a8a8a!important}.w-0{width:0%}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.d-inline{display:inline}.d-block{display:block}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-grid{display:grid}.d-none{display:none}
