.options-help-card{box-shadow:0 0 12px 6px rgba(0,0,0,.0705882353);background:#fff;width:330px;height:341px;display:flex;flex-direction:column;align-items:center;position:relative;padding:30px 16px;border-radius:16px;margin-bottom:10px;gap:20px;display:none}.options-help-card.active{display:flex}.options-help-card .options-help-header>.title{font-size:14px;color:#46475d}.options-help-card .options-help-header>.close{position:absolute;top:14px;right:16px;cursor:pointer}.options-help-card .options-help-body{display:flex;flex-direction:column;gap:12px;width:100%}.options-help-card .options-help-body>.item{width:100%}.options-help-card .options-help-body>.item>button{width:100%;color:#fff;font-size:14px;background:#505ab3;height:50px;border:none;border-radius:25px;cursor:pointer}.help-float-content{display:flex;flex-direction:column;align-items:end;position:absolute;bottom:24px;right:24px}.help-float-content .button-help{width:50px;height:50px;border:none;border-radius:50%;cursor:pointer;background:#505ab3}.help-float-content .button-help,.loading-container{display:flex;align-items:center;justify-content:center}.loading-container{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;opacity:.8;z-index:9999}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem;animation:fadeIn .5s ease-in-out}.logo-container{animation:pulse 1.5s ease-in-out infinite}.loading-indicator{display:flex;flex-direction:column;align-items:center;gap:1rem}.message-loading{font-size:1.125rem;font-weight:500;color:#4b5563}.spinner{width:2rem;height:2rem;border-radius:50%;border-color:#505ab3 #7f87cf;border-style:solid;border-width:4px;animation:spin 1.5s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}