﻿.order-title {
    color: #1a4f9f;
}

.order-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-box-header {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
}

.order-box-title {
    text-align: left;
}

.remove-order-button {
    padding: 8px;
    font-size: 1.2rem;
    color: var(--color-text-light);


}
.remove-order-button:hover {
    color: var(--color-bright-blue);
}

#order-box-code {
    display: inline;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
    color: #266cd6;
    margin-right: 0.5rem;
}

.order-box-client {
    font-size: 0.95rem;
    color: #223263;
    font-weight: 600;
    text-align: left;
    display: inline;
}

.order-box {
    //background-color: #f9fcf9;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 8px;

    border: 1px #e9ece9 solid;
    border-radius: 12px;
}

.order-box-address {
    text-align: left;
    font-style: italic;
    font-size: 0.9rem;
}