.header-content-box {
    display: flex;
}

.header-search-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 501.9px;
    height: 41px;
    left: 227.46px;
    top: 1.25px;
    background: #E5E5E5;
    border: 0.5px solid #848484;
    border-right: 0px transparent;
    box-sizing: border-box;
    border-radius: 20px;
}

.bp-transparent {
    background: transparent;
}

.header-search-box input {
    flex-direction: row;
    align-items: flex-start;
    margin-left: 20px;
    margin-bottom: auto;
    margin-top: auto;
    width: 501.9px;
    height: 30px;
    left: 227.46px;
    top: 1.25px;
    background: transparent;
    border: transparent;
}

.header-search-box img {
    margin: auto;
    width: 45px;
    height: 40px;
    left: 687px;
    top: 1.75px;
    cursor: pointer;
}

.header-exchange-currency {
    display: grid;
}