@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.login {
    display: flex;
    flex-direction: column;
    width: 50%;

}

.login-element{
    height:2rem;
    margin:0.3rem;
}
.td-p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.order-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-height:50px;
}
.orderline {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #aec000;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    margin: 1rem 0;
}

    .orderline.delivery {
        background-color: black !important;
        color: #aec000 !important;
        border-color: #aec000 !important;
    }

.done-button {
    align-self: center;
    margin-right: 1rem;
    background-color: black;
    color: #aec000;
    border-color: #aec000;
    height: 50px;
}

    .done-button.delivery {
        background-color: #aec000 !important;
        color: black !important;
        border-color: black !important;
    }

.build-dialog {
    position: relative;
    z-index: 102;
    width: 90%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    height: 60%;
}

.blazored-modal-content {
    height: 85% !important;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup-button {
    width: 10rem;
    margin: 0.5rem;
    font-size: 14px;
    border: none;
}

.build-dialog-main {
    position: relative;
    height: 100%;
    margin: 0 1rem;
    overflow-y:auto;
}

.products-cart {
    margin: 0 0.5rem;
}
.popup-footer {
    display: flex;
    align-content: center;
    justify-content: center;
}

.product-cart-text {
    margin: 0 0.5rem;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: 50%;
    bottom: 50%;
}

.product-cart-description {
    font-size: 12px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (min-width: 768px) {

    .login{
        width:30%;
    }
}

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

        #blazor-error-ui .dismiss {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }
