.search-box-header {
    position: relative;
    width: 100%;
    height: 41px;
    line-height: 41px;
}
.search-error {
    position: absolute;
    top: 100%;
    left: 15px;
    white-space: nowrap;
    background: #ffeded;
    border: 1px solid #ffe0e0;
    color: #ff0000;
    padding: 0px 15px;
    border-radius: 15px;
}

.search-box-input {
    height: 41px;
    line-height: 41px;
    width: 100%;
    border: solid 1.5px var(--color-primary);
    padding: 0 30px;
    border-radius: 35px;
}
.btn-search {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    height: calc(100% - 10px);
    border-radius: var(--radius);
    background: none;
    display: flex;
    align-items: center;
}
.btn-search svg circle {
    stroke: var(--color-primary);
    stroke-width: 1.5;
}
.btn-search svg path {
    stroke: var(--color-primary);
}