.library-container{display:flex;flex-direction:row;width:100%;height:100%;background:#000;padding:40px;color:#fff}@media only screen and (max-width:767px){.library-container{padding:0}}.library-container .flex-center{display:flex;justify-content:center;align-items:center}.library-sidebar{flex-shrink:0}@media only screen and (max-width:767px){.library-sidebar{display:none}}.library-content{overflow-y:auto;width:700px;padding:20px 30px;margin-left:25px}@media only screen and (max-width:767px){.library-content{padding:81px 24px 20px}}@media(min-width:1920px){.library-content{width:860px}}.library-content .library-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.library-content .library-header .folder-name-heading{color:#fff;font-family:ABC Diatype Light;font-size:24px;font-weight:300;line-height:26px;letter-spacing:-1px;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;display:flex;align-items:center}.library-content .library-header .folder-new-chat-button{padding:8px 16px;background:#0e0e0e;border:.5px solid #313233;font-size:11px;font-weight:400;line-height:16px;letter-spacing:.3px;text-transform:uppercase}.library-content .chat-list{display:flex;flex-direction:column}.library-content .chat-list a:first-of-type .chat-row:first-of-type{border-top:.5px solid transparent}.library-content .chat-list a:first-of-type .chat-row:first-of-type:hover{border-top:.5px solid #313233}.library-content .chat-list .chat-row{border:.5px solid transparent;border-top-color:#313233;padding:20px;cursor:pointer;word-wrap:break-word}.library-content .chat-list .chat-row .relative .chat-menu{display:none}.library-content .chat-list .chat-row:hover{background:#0e0e0e;border:.5px solid #313233}.library-content .chat-list .chat-row:hover .chat-menu{display:block}.library-content .chat-list .chat-row:hover .chat-menu-button{visibility:visible!important;opacity:1!important}.library-content .chat-list .chat-row:hover .link-arrow{visibility:visible!important}.library-content .chat-list .chat-row.dragging{cursor:grabbing!important;opacity:.2;border:1px dashed #313233}.library-content .chat-list .chat-row .chat-title{font-family:ABC Diatype Light;font-weight:300;font-size:16px;color:#fff;display:flex;justify-content:space-between;align-items:center;text-transform:capitalize}.library-content .chat-list .chat-row .chat-title span{width:100%;word-wrap:break-word}.library-content .chat-list .chat-row .chat-title .link-arrow{visibility:hidden;color:#b398ff;display:inline-block}.library-content .chat-list .chat-row .chat-title .chat-menu-button{background:none;border:none;color:#868c91;cursor:pointer;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.library-content .chat-list .chat-row .chat-title .chat-menu-button:hover{color:#fff}.library-content .chat-list .chat-row .chat-description{font-weight:300;font-size:13px;color:#868c91;margin:5px 0}.library-content .chat-list .chat-row .chat-meta{font-size:12px;color:#868c91}.library-content .chat-list .chat-row .chat-folder{display:flex;padding-top:12px;color:#868c91;font-size:12px}.drag-ghost{pointer-events:none;cursor:grabbing!important;background:#0e0e0e;border:1px solid #313233}.empty-state{text-align:center}.empty-state button{width:111px;margin-top:40px}.empty-state p{font-family:Geist Mono;font-size:13px;font-weight:300;line-height:20px;letter-spacing:-.3000000119px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#868c91}