.white-btn{cursor:pointer;border:none;align-items:center;gap:8px;width:fit-content;font-size:16px;font-weight:500;transition:all .3s;display:flex}.white-btn.default{color:#000;background-color:#fff}.white-btn.default:hover{background-color:#f3f4f6}.white-btn.light{color:#000;background-color:#f9fafb;border:1px solid #e5e7eb}.white-btn.light:hover{background-color:#fff}.white-btn.dark{color:#fff;background-color:#000}.white-btn.dark:hover{background-color:#111827}.white-btn .btn-arrow{background-color:#222;border-radius:50%;justify-content:center;align-items:center;height:auto;padding:10px;display:flex}.white-btn.dark .btn-arrow{background-color:#fff}.white-btn.light .btn-arrow,.white-btn.default .btn-arrow{background-color:#222}
