@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=DM+Sans:wght@400;500&display=swap";
::-webkit-scrollbar{width:3px}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.chat-item{cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;transition:all .15s;display:flex}.chat-item-active{background:#c8f13514}.chat-item:hover:not(.chat-item-active){background:#ffffff0a}.chat-item-active .chat-title{color:#c8f135}.menu-btn{opacity:0;cursor:pointer;color:#ffffff80;background:0 0;border:none;border-radius:6px;padding:6px;transition:opacity .15s}.chat-item:hover .menu-btn{opacity:1}.menu-btn:hover{color:#fff;background:#ffffff14}.profile-btn{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:12px;transition:all .2s;display:flex}.profile-btn:hover{background:#ffffff0f;border-color:#c8f13540;box-shadow:0 4px 12px #0003}.signin-btn{color:#c8f135;cursor:pointer;background:#c8f1350f;border:1px solid #c8f13526;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.signin-btn:hover{background:#c8f1351f;border-color:#c8f135;box-shadow:0 0 12px #c8f13526}.dropdown-menu{z-index:100;background:#131c2b;border:1px solid #ffffff14;border-radius:14px;position:absolute;overflow:hidden;box-shadow:0 8px 32px #00000080}.dropdown-item{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:11px 16px;font-size:14px;transition:all .15s;display:flex}.dropdown-item:hover{color:#fff;background:#ffffff0d}.dropdown-item-danger{color:#ef4444!important}.dropdown-item-danger:hover{background:#ef444414!important}.section-label{color:#fff3;text-transform:uppercase;letter-spacing:.1em;margin-top:16px;margin-bottom:6px;padding:0 6px;font-size:11px}.new-chat-btn{color:#c8f135;cursor:pointer;background:#c8f13514;border:1px solid #c8f13526;border-radius:12px;align-items:center;gap:10px;width:100%;padding:11px 14px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.new-chat-btn:hover{background:#c8f13524}
