:host {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
    margin-top: 50px;
}

.order-container {
    border: 1px solid #c5c5c5;
    margin-top: 25px;
    padding: 25px 50px 50px 50px;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.order-lookup-input {
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 150px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff !important;
    height: 35px;
    margin-left: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
    transition: border linear .2s, -webkit-box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
}

.heading {
    font-size: 24px;
    line-height: 22px;
    color: #6a6a6a;
}

.required {
    color: #ff0101;
}

.m-10 {
    margin: 10px;
}

.get-order-button {
    background: #47d147;
    width: 150px;
    border-radius: 10px;
}

input:focus {
    border: 1px solid #e20074;
}