#searchBtn{color:#fff;cursor:pointer;background:#c8a63f;border:none;border-radius:8px;justify-content:center;align-items:center;width:48px;height:42px;font-size:18px;transition:all .2s;display:flex}#searchBtn.loading{cursor:not-allowed;opacity:.7}#searchBtn.loading:after{content:"";border:3px solid #ffffff80;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}#searchBtn.loading i{display:none}@keyframes spin{to{transform:rotate(360deg)}}.search-row.third input{min-width:0}#searchYear{flex:.7}#searchRating{text-align:right;flex:.9}#searchBtn{flex:0 0 44px}