@font-face {
    font-family: 'IRANSansX';
    src: url('../fonts/IRANSansXVF.ttf') format('truetype');
    font-weight: 100 900;
    font-stretch: 75% 125%;
}

.search-box {
    width: 458px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #E7FAF6;
    border-radius: 12px;
    padding: 4px;
    background-color: white;
}

.search-box input {
    font-family: 'IRANSansX', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border: none;
    outline: none;
    border-radius: 15px;
}

.search-box button {
    background-color: #E7FAF6;
    border: none;
    padding: 8px 21px 8px 21px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
}

.search-box button svg {
    color: #0CC7A1;;
}