.App{margin:0 auto;max-width:720px;min-width:320px;height:100vh;position:relative}@media(max-width:720px){.App{max-width:98%}}.App .top{padding-top:20px}.App .search-result{width:95%;margin:0 auto}.App .search-result #result-number{font-size:.8rem;color:grey}.App .search-loader{width:95%;margin:60px auto;display:flex;justify-content:center}.App .search-loader .spinner{width:28px;height:28px;border:3px solid #e0e0e0;border-top-color:#1a0dab;border-radius:50%;animation:spin .8s linear infinite}.App .initial-home p{margin-top:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:150%;color:rgba(0,0,0,.7)}@media(max-width:680px){.App .initial-home p{font-size:12px}}.App .initial-home p.footerNote{margin-top:20px;font-size:12px;width:100%;text-align:center}@media(max-width:680px){.App .initial-home p.footerNote{font-size:10px}}.App .initial-home p.footerNote a{text-decoration:none;color:rgba(26,13,171,.8470588235);cursor:pointer}.App .initial-home p.footerNote a:hover{text-decoration:underline}.App .initial-home p.InspireNote{position:absolute;text-align:center;bottom:15px;width:100%;margin:0 auto;font-size:11px}@media(max-width:680px){.App .initial-home p.InspireNote{font-size:10px}}.App .initial-home p.InspireNote a{text-decoration:none;color:rgba(26,13,171,.8470588235);cursor:pointer}.App .initial-home p.InspireNote a:hover{text-decoration:underline}@keyframes spin{to{transform:rotate(1turn)}}.search-item{width:95%;display:flex;justify-content:space-between;align-items:flex-start;grid-gap:16px;gap:16px}.search-item .search-item-text{flex:1 1;min-width:0}.search-item .search-item-favicon{width:16px;height:16px;margin-right:8px;flex-shrink:0;border-radius:4px}.search-item .search-item-thumb{display:block;flex-shrink:0;width:92px;height:92px;margin-top:25px;margin-bottom:0;overflow:hidden;border-radius:8px}.search-item .search-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:720px){.search-item .search-item-thumb{width:72px;height:72px}}@media(max-width:340px){.search-item{grid-gap:10px;gap:10px}.search-item .search-item-thumb{width:64px;height:64px}}.search-item .href-link{display:block;margin-top:25px!important;cursor:pointer}.search-item .href-link:hover h2{text-decoration:underline!important}.search-item .link-url{display:flex!important;font-size:12px!important;line-height:1.3!important;align-items:center!important;color:#5f6368!important}.search-item .link-url div{max-width:150px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.search-item .link-url.url-0{max-width:none!important;color:#202124!important}.search-item h2{font-size:19px;line-height:18px;display:block;font-weight:400;color:#1a0dab;margin-top:0;margin-bottom:5px}.search-item p{width:100%;font-size:13px;margin-top:7px;line-height:1.4;color:#4d5156}.search-item a{font-size:14px;line-height:14px;display:flex;align-items:center;text-decoration:none;color:#202124;cursor:pointer;margin-bottom:5px}.search-item button{font-size:10px;line-height:14px;color:green;margin-bottom:0;padding:0;border-width:0;background-color:#fff}.sr-search-bar{position:relative;padding:10px 16px;background:#fff;border:1px solid rgba(0,0,0,.12);box-sizing:border-box;display:flex;align-items:center;width:100%;border-radius:4px}.sr-search-bar span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:24px}.sr-search-bar .country{cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:flex;align-items:center}.sr-search-bar .textBox{padding-left:5px;width:100%}.sr-search-bar input{font-style:normal;font-weight:400;line-height:24px;color:rgba(0,0,0,.8);font-size:16px}.sr-search-bar #searchBox{width:100%;outline:none;border:none;display:flex;margin-right:8px;align-items:center}.sr-search-bar .vLine{width:1px;background:#f0f0f0;margin:0 8px;height:24px}.sr-search-bar .cancelBtn,.sr-search-bar .searchBtn{cursor:pointer}.sr-search-bar .cancelBtn svg path,.sr-search-bar .searchBtn svg path{fill:rgba(26,13,171,.6941176471)}.sr-search-bar .cancelBtn:hover svg path,.sr-search-bar .searchBtn:hover svg path{fill:#1a0dab}.sr-search-bar .box{display:flex;align-items:center}.sr-search-bar .clickable{cursor:pointer}.page-bar{margin-top:60px;margin-bottom:80px;padding-bottom:24px}.page-bar,.page-bar .page-list{display:flex;justify-content:center}.page-bar .page-list{list-style:none;flex-direction:row;flex-wrap:wrap;align-items:center;grid-gap:8px;gap:8px;padding:0;margin:0}.page-bar .page-list li{display:flex}.page-bar .page-list button{background:none;border:none;cursor:pointer;color:#1d87ff;font-size:14px;font-family:inherit;padding:6px 10px;border-radius:6px}.page-bar .page-list button:hover:not(:disabled){background-color:rgba(29,135,255,.1)}.page-bar .page-list button:disabled{cursor:default}.page-bar .page-list .page-list-number{min-width:34px;text-align:center}.page-bar .page-list .page-list-number.active{color:#202124;font-weight:600;background-color:rgba(0,0,0,.06)}.page-bar .page-list .page-list-next:disabled,.page-bar .page-list .page-list-previous:disabled{color:rgba(0,0,0,.3)}.page-bar .page-list .page-list-previous:before{content:"< "}.page-bar .page-list .page-list-next:after{content:" >"}@media(max-width:510px){.page-bar{margin-top:40px;margin-bottom:56px}.page-bar .page-list{grid-gap:4px;gap:4px}.page-bar .page-list button{font-size:13px;padding:5px 7px}.page-bar .page-list .page-list-number{min-width:28px}}.home-component{width:95%;display:flex;align-items:center;margin:100px auto 18px}@media(max-width:720px){.home-component{max-width:97%}}@media(max-width:340px){.home-component{flex-direction:column;text-align:center}}.home-component img{width:100px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:30px}@media(max-width:720px){.home-component img{min-width:90px;max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content;margin-right:10px}}.home-component .home-body{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home-component .home-body h1{color:rgba(0,0,0,.75);margin-bottom:10px}@media(max-width:680px){.home-component .home-body h1{font-size:18px}}.home-component .home-body p{margin-top:0;line-height:150%;color:rgba(0,0,0,.6)}@media(max-width:680px){.home-component .home-body p{font-size:12px}}.home-component .home-body p.footerNote{font-size:12px}@media(max-width:680px){.home-component .home-body p.footerNote{font-size:10px}}.home-component .home-body p.footerNote a{text-decoration:none;color:#1a0dab;cursor:pointer}.home-component .home-body p.footerNote a:hover{text-decoration:underline}.search-noResult{padding-top:10px;display:flex;align-items:center;justify-content:space-around}@media(max-width:510px){.search-noResult{flex-direction:column;text-align:center}}.search-noResult img{width:120px;height:120px;margin-right:30px}@media(max-width:510px){.search-noResult{flex-direction:column-reverse;text-align:center}}.search-noResult h2{color:#202124;margin-bottom:0}.search-noResult p{color:#202124;font-weight:400;font-size:14px}.search-noResult p span{font-weight:500;color:rgba(0,0,0,.9)}.search-noResult ul li{font-weight:400;color:#202124;font-size:14px}.error-page{margin-top:30px;display:flex;align-items:center;justify-content:space-around}@media(max-width:510px){.error-page{flex-direction:column-reverse;text-align:center}}.error-page h1{color:#202124;margin-bottom:0}.error-page p{margin-top:5px;font-size:14px}.error-page p.body{color:rgba(32,33,36,.6745098039)}.error-page p.footerNote{color:rgba(0,0,0,.7);font-size:10px}.error-page img{display:block;width:100px;height:100px}.dropdown{display:inline-block}.dropdown .dropbtn{display:inline-flex;align-items:center;grid-gap:4px;gap:4px}.dropdown .dropbtn .flag{display:block;border-radius:2px}.dropdown .dropbtn .chevron{transition:transform .15s ease}.dropdown .dropbtn.open .chevron{transform:rotate(180deg)}.dropdown .dropdown-content{display:none;position:absolute;top:100%;left:0;margin-top:6px;background:#fff;min-width:240px;max-width:280px;padding:10px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.12);border-radius:4px;z-index:1}.dropdown .dropdown-content .filter-wrap{position:relative;margin-bottom:8px}.dropdown .dropdown-content .filter-wrap .search-icon{position:absolute;left:9px;top:50%;transform:translateY(-50%);pointer-events:none}.dropdown .dropdown-content .filter-wrap .country-filter{width:100%;box-sizing:border-box;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;font-size:14px;padding:7px 9px 7px 30px;transition:border-color .15s ease,box-shadow .15s ease}.dropdown .dropdown-content .filter-wrap .country-filter:focus{border-color:rgba(26,13,171,.5);box-shadow:0 0 0 2px rgba(26,13,171,.12)}.dropdown .dropdown-content .list-items{max-height:300px;overflow:hidden;overflow-y:auto}.dropdown .dropdown-content .list-items::-webkit-scrollbar{width:5px}.dropdown .dropdown-content .list-items::-webkit-scrollbar-track{background:#fff}.dropdown .dropdown-content .list-items::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.dropdown .dropdown-content .list-items::-webkit-scrollbar-thumb:hover{background:#555}.dropdown .dropdown-content .list-items .no-results{margin:0;padding:16px 8px;text-align:center;font-size:14px;color:rgba(0,0,0,.45)}.dropdown .country-option{display:flex;align-items:center;grid-gap:8px;gap:8px;width:100%;box-sizing:border-box;padding:6px 8px;border:none;background:transparent;border-radius:4px;cursor:pointer;text-align:left;color:rgba(0,0,0,.8);font-size:14px}.dropdown .country-option .flag{flex-shrink:0;border-radius:2px}.dropdown .country-option .name{flex:1 1;min-width:0;width:auto;height:auto;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown .country-option .check{flex-shrink:0;color:#1a0dab}.dropdown .country-option.is-active{background:rgba(0,0,0,.05)}.dropdown .country-option.is-selected{color:#000;font-weight:600}input{outline:none}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.f582ed03.chunk.css.map */