.search-form-right form {
    position: relative;
    margin-bottom: 10px;
}

.search-form-right {
    width: 100%;
}

.search-form-right form {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.search-form-right input.text {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    padding: 1.25em 2.5em 0.5em 0.75em;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.4;
    color: #222;
    background: #fff;
    transition: border-color 0.3s ease;
    position: relative;
    z-index: 1;
}

.search-form-right input.text:focus {
    border-color: #0078d4;
    box-shadow: 0 0 6px #0078d4aa;
    outline: none;
}

.search-form-right input.bt_button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23007bff" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M10 2a8 8 0 105.293 14.293l5.207 5.207 1.414-1.414-5.207-5.207A8 8 0 0010 2zm0 2a6 6 0 110 12A6 6 0 0110 4z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    opacity: 0.8;
    font-size: 0;
    color: transparent;
    z-index: 2;
}

.search-form-right input.bt_button:hover {
    opacity: 1;
}

.search-form-right form {
    position: relative;
}

.search-form-right label.search_note {
    position: absolute;
    left: 0.75em;
    top: 1em;
    color: #888;
    font-size: 1rem;
    line-height: 1.4;
    pointer-events: none;
    transition: 0.2s ease all;
    background: white;
    padding: 0 0.25em;
    z-index: 20;
    transform-origin: top left;
    float: none;
    text-transform: uppercase;
    text-align: left !important;
    width: 70%;
}

.search-form-right form:focus-within label.search_note,
.search-form-right input.text:not(:placeholder-shown) ~ input.bt_button ~ label.search_note {
    top: 0.2em;
    font-size: 0.75rem;
    color: #007bff;
}
