.custom-btn{background-color:#228b22;color:#fff;font-size:1.2rem;font-weight:700;padding:10px;width:100px;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.custom-btn:hover{background-color:#1e7e1e;transform:scale(1.05)}.custom-btn:active{background-color:#196619;transform:scale(.98)}.mobileRes{display:flex;flex-direction:column;margin-right:10px}.mobileRes button{border:none;color:#fff;font-size:medium;border-radius:3px}@media (max-width:992px){.mobileRes{flex-direction:row;justify-content:space-between;width:100%}.mobileRes button{width:140px}.complainHeaderResponse{display:none}.complainHeaderResponseShow .mobileRes{display:flex;gap:5px}.complainHeaderResponseShow .mobileRes button{margin:5px 0!important}.LoginBtnShow .user-profile-part{display:block!important}.LoginBtnShow .user-profile-part .login-btn-text{justify-content:center!important}}