.login-brand-logo {
    max-height: 65px;
}
.order-card {
    color: {{session('colorMode') == 'dark' ? '':'#000 !important' }};
    border-radius: 10px;
    box-shadow: rgb(100 100 111 / 29%) 0px 7px 29px 0px;
    padding: 10px;
    margin-bottom: 10px;
}
