.help-page-container{width:100%;min-height:100vh;padding:20px;background-color:#000000;color:white;box-sizing:border-box;display:flex;flex-direction:column}.help-page-header{display:flex;align-items:center;gap:15px;margin-top:20px;margin-bottom:20px;flex-shrink:0}.help-page-header h1{font-size:1.5rem;margin:0}.back-arrow-icon{color:white;cursor:pointer;font-size:28px!important}.help-page-loader{display:flex;justify-content:center;align-items:center;height:100%;font-size:1.2rem;color:#a0a0a0}.contact-section{text-align:center;margin-top:2rem}.contact-section h2{margin-bottom:1rem}.contact-button{background-color:#149595;color:white;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.contact-button:hover{background-color:#107c7c}.help-chat-page-container{display:flex;flex-direction:column;height:100vh;margin-top:60px;background-color:#000000;color:white}.chat-full-page-wrapper{flex-grow:1;overflow:hidden;display:flex;padding:0 10px 10px}.chat-full-page-wrapper .support-chat-wrapper,.chat-full-page-wrapper .user-chat-view{height:100%;width:100%;max-width:100%}