#share-sidebar .header{padding-bottom:0}#share-sidebar .generic-tabs-container{margin-left:-16px;margin-right:-16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background-image:-webkit-gradient(linear,left top,left bottom,from(var(--primary-2)),to(var(--primary-1)));background-image:linear-gradient(var(--primary-2),var(--primary-1))}#share-sidebar .generic-tabs-container .generic-tab{height:48px}#share-sidebar .generic-tabs-container .generic-tab:first-child.active{border-top-right-radius:4px}#share-sidebar .generic-tabs-container .generic-tab:first-child:not(.active){border-bottom-right-radius:4px}#share-sidebar .generic-tabs-container .generic-tab:last-child.active{border-top-left-radius:4px}#share-sidebar .generic-tabs-container .generic-tab:last-child:not(.active){border-bottom-left-radius:4px}#share-sidebar .generic-tabs-container .generic-tab.active{background-color:var(--primary-1)}#share-sidebar .generic-tabs-container .generic-tab:not(.active){cursor:pointer;background-color:var(--primary-2)}#share-sidebar .generic-tabs-container .generic-tab:not(.active):hover p.text-16{color:var(--secondary-3)!important}#share-sidebar .content{background-color:var(--primary-1);overflow-y:auto}#share-sidebar .content .link{height:32px;border-radius:4px;background-color:var(--primary-3);margin-bottom:8px;padding:0 8px;display:grid;grid-template-columns:minmax(0,1fr) repeat(2,-webkit-max-content);grid-template-columns:minmax(0,1fr) repeat(2,max-content);-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}#share-sidebar .content .link:hover{background-color:var(--primary-2)}#share-sidebar .content .link svg{cursor:pointer}#share-sidebar .content .viewer{border-radius:4px;background-color:var(--primary-3);margin-bottom:8px;padding:8px}#share-sidebar .content .viewer .viewer-header{display:grid;grid-template-columns:-webkit-max-content minmax(0,1fr) -webkit-max-content;grid-template-columns:max-content minmax(0,1fr) max-content;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}#share-sidebar .content .viewer .viewer-header .avatar-container{margin:0}#share-sidebar .content .viewer:hover{background-color:var(--primary-2)}#share-sidebar .content .viewer svg{cursor:pointer}#share-sidebar .content .no-content-message-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}#share-sidebar .content .no-content-message-container p{color:var(--secondary-3)}