body{font-family:roboto,sans-serif}.center{display:flex;justify-content:center}.mobile-search-container{padding:2px;border-radius:8px}.mobile-search-input-container{display:flex;position:relative}.mobile-search-input{flex-grow:1;padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;padding-left:10px;width:100%}.reset-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:20px;padding:0 3px;color:#000}.reset-btn:hover{border-radius:50%;background-color:red;color:#fff}.mobile-search-button{padding:12px 15px;background:#f06508;color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer}.mobile-search-button:hover{background-color:#f4b400;color:#000}.suggestions-list{background:#fff;border-radius:8px;margin-top:15px;max-height:420px;max-width:100%;overflow-y:scroll}.content,.suggestion-item{padding:12px 15px;border-bottom:1px solid #f0f0f0;cursor:pointer;font-size:16px;max-height:50px;overflow:hidden;color:#000;transition:background-color .3s ease}.suggestion-item:hover{background-color:#f4f4f4;color:green}.suggestion-item a{text-decoration:none;color:inherit}.hidden{display:none;font-size:3px}.mobile-submit{background:#fff;border-radius:5px;width:100%;color:#080303;padding:10px 50px;margin-top:15px;cursor:pointer;font-size:16px}.mobile-submit:hover{background-color:#f4b400;color:#000}::-webkit-scrollbar{width:0}#loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}#loader div{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#content{display:none}