.sidebar,.entry-title,.author-info,.hidden{display:none!important}#bbpress-forums,.entry-content{margin:0 auto;width:850px;min-height:70vh}.bbp-breadcrumb,#subscription-toggle,#favorite-toggle,.bbp-reply-author,.bbp-topic-tags{display:none}div.bbp-submit-wrapper{text-align:center;width:100%}#bbp_reply_submit,.bbp-login-form .button.submit{width:150px;height:40px;font-size:16px;font-weight:bold;color:#000}#bbp-cancel-reply-to-link{width:150px;height:40px;font-size:16px;font-weight:bold;color:#000;display:inline-block;position:relative}.bbp-reply-to-link,.bbp-reply-header .bbp-topic-reply-link{font-size:14px!important;background-color:#fff;display:inline-block;width:100px;border-radius:5px;border:1px solid #000!important;text-align:center}.bbp-login-form{margin:0 auto;width:300px}.bbp-emp-name-wrap .f-red{color:red}.bbp-emp-name-cust{height:20px!important;width:150px;padding:5px;min-height:unset;border:1px solid #dcdcde}div.bbp-reply-content{margin-left:50px!important}.bbp-template-notice.info .bbp-author-link,.bbp-form p.form-allowed-tags,.bbp-form p.form-allowed-tags+p{display:none!important}.ct-h2{margin:50px 0 30px 0;font-weight:bolder}#spinner-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(200,196,198,.27);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity 1s ease , visibility 1s ease;opacity:1;visibility:visible}.spinner{width:60px;height:60px;border:6px solid #ccc;border-top:6px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}#spinner-wrapper.hidden{opacity:0;visibility:hidden;pointer-events:none}