@media (min-width: 1001px) {
form.svelte-1xc0ev8.svelte-1xc0ev8 {
    width: 50%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 2em 0;
}
.orderstatus-body{
         width: 50%;
         line-height: 18pt;
    }
}



button.svelte-1mse5el, a.svelte-1mse5el {
    padding: 1rem 2rem;
    box-shadow: 0px 2px 2px #323c4626;
    border-radius: 31px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
#order-status-submit{
    margin-top: 25px;
}
label.svelte-m3tu11 {
    font-weight: 600;
}
input.svelte-m3tu11:invalid {
    box-shadow: none;
}
.form-group.svelte-m3tu11>* + * {
    margin-top: 0.5em;
}
.form-group input {
    padding: 1em;
    width: 100%;
}
input.svelte-m3tu11 {
    border-radius: 2px;
    border: 1px solid var(--c-gray-800);
    padding: 1em;
}
input.svelte-m3tu11 {
    display: block;
    line-height: normal;
    height: 50px;
}

@media (max-width: 1000px) {
    .searchBox{
        display: block; width: 100%;
    }
    .errorMessage{
    font-size: 16px;
    }
    form.svelte-1xc0ev8.svelte-1xc0ev8{
        width: 80%;
        font-size: 18px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 2em 0;
    }
    .orderstatus-body{
         width: 80%;
         line-height: 18pt;
    }
}