.custom-search{border:1px solid #ccc;display:flex;margin-bottom:32px;width:100%}.custom-search__icon{height:40px;position:relative;width:40px}.custom-search__icon i{left:50%;position:absolute;top:50%;transform:translateY(-50%)}.custom-search__field{border:none;height:40px;line-height:40px;padding:0 16px;width:80%}.loading-spinner{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#d3272a;height:28px;width:28px}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
