/**
 * crisp-relay-site-helpdesk - Helpdesk site. Serves user helpdesks
 * @version v2.0.0
 * @author Crisp IM SARL https://crisp.chat/
 * @date 8/16/2021
 */
.csh-category{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.csh-category aside{width:180px;margin-right:50px;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.csh-category aside .csh-aside{border-right:1px solid #D9E1E8;padding-bottom:80px}.csh-category section{overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-moz-flex:1;-ms-flex:1;flex:1}.csh-category section .csh-category-empty{color:#5B6F83;text-align:center;font-style:italic;padding:12px 0}.csh-category section .csh-category-list{padding:4px 0}html[dir=rtl] .csh-category aside{margin-left:50px;margin-right:0}html[dir=rtl] .csh-category aside .csh-aside{border-left:1px solid #D9E1E8;border-right:0 none}@media screen and (max-width:860px){.csh-category aside{width:140px;margin-right:32px}html[dir=rtl] .csh-category aside{margin-left:32px;margin-right:0}}@media screen and (max-width:780px){.csh-category{display:block}.csh-category aside{display:none}}