.search-box-header{position: relative; width: 100%; height: 50px; line-height: 50px;}
.search-box-input{height: 40px; line-height: 38px; width: 100%; background: transparent; border: solid 1px #fff; padding: 0 30px; border-radius: 20px; color: #fff;}
.btn-search{position: absolute; right:5px; top: 5px; background: transparent; border: none; height: calc(100% - 10px); border-radius: var(--radius); display: flex; align-items: center;}
.search-box-input::placeholder{color: #fff; opacity: 0.4}