#form-tcf input,.header-tcf{font-size:1.2rem;font-weight:600}#form-tcf input{border:0;padding:1rem;width:100%;text-transform:uppercase;background:rgba(255,255,255,.21);color:#fff}.header-tcf{text-align:center;color:#000;background:#fff;width:fit-content;padding:0 1rem;margin:0 auto}.btn-reset-tcf,.btn-submit-tcf{cursor:pointer;width:55px;height:55px;border:0}#form-tcf input::placeholder{text-transform:capitalize;color:#fff;font-weight:300}#wrap-tcf{background:#d21123;padding:1rem;max-width:900px;margin:0 auto}#form-tcf{display:flex;justify-content:center;gap:.6rem}#form-tcf.loading-tcf .btn-submit-tcf .fa-search{display:none}#form-tcf.loading-tcf .btn-submit-tcf .fa-spin{display:block;margin:0 auto}#list-tcf{list-style:none;margin-top:1rem}.item-tcf{padding:1rem;background:#fff;margin-bottom:.4rem;cursor:pointer;display:flex;justify-content:space-between}.item-tcf:hover{background:#ececec}.item-tcf .name{font-weight:700;color:#333}.item-tcf .distance{font-weight:700;color:#d21123;text-align:right}.btn-submit-tcf{background:#000}.btn-reset-tcf{color:#000;background:#edf2f7}#response-tcf.loading-tcf #list-tcf{position:relative}#response-tcf.loading-tcf #list-tcf::before{content:"\f3f4";font-family:"Font Awesome 5 Pro";z-index:3;color:#000;font-size:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:2s linear infinite fa-spin}#response-tcf.loading-tcf #list-tcf::after{background:#fff;width:100%;height:100%;opacity:.6;display:block;z-index:1;content:"";position:absolute;top:0;left:0}