.search_panel {
    box-shadow: 0px -15px 20px 0px #0000009e;
    margin: 0 auto;
    position: relative;
    top: -25px;
    background: var(--colorBlack_01);
    max-width: 700px;
    width: 85%;
    height: 50px;
    gap: 10px;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    backdrop-filter: blur(24px);
    border: 1px solid #ffffff2b !important;
    align-items: center;
}


textarea#input_search {
    width: 100%;
    outline: none;
    background: none;
    border: none;
    color: white;
    font-size: 15px;
    font-family: 'Proxima Nova Regular';
    letter-spacing: 1.19px;
    resize: none;
    line-height: 16.5px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    height: 100%;
    align-items: center;
    align-content: center;
}
textarea::placeholder{
 color: #e8a234
}
button[type="button"] {
    background: none;
    outline: none;
    border: none;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}
svg.cxz {
    margin-top: 4px;
    cursor: pointer;
    background: #181818;
    border-radius: 4px;
    padding: 5px;
    width: 30px;
    height: 30px;
}
.button_start_search {
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    font-size: 14px;
    font-family: 'Proxima Nova Regular';
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}