html, body, .bg-dark, #logged-in div.col.py-3, .dropdown-menu {
    background-color: #F5F5F5 !important;
}

h1.logo-title {
    display: block;
    width: 250px;
    height: 143px;
    background-image: url(../images/assistant/logo_nommy.png);
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto 10px;
}

@media all and (display-mode: standalone) {
    margin: -20px auto 10px;
}

#logged-in #menu-wrapper ul.nav li .nav-link, #logged-in #menu-wrapper div.dropdown a {
    color: #737f8a !important;
}
#logged-in #menu-wrapper ul.nav li .nav-link.active {
    color: #f8d570 !important;
    background-color: transparent !important;
}
.tab-content {
    padding-top: 15px;
}
img#get-started-nommy, img#get-started-nommy-chef {
    width: 60%;
    margin: 0 auto;
    display: block;
}

/* landing pages */
.landing-page div:has(.card), section.landing-page div.nommy-introduction {
    display: block;
}
section#ai-assistant-features div.nommy-introduction {
    flex-direction: row-reverse;
}
.landing-page .card {
    margin: 10px;
}
.testimony .card {
    width: inherit;
}
section.landing-page div.nommy-introduction img {
    max-width: 48%;
}
.card-price p.price {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 0;
}
.card-price p.sub-price {
    text-align: center;
    font-size: 0.8em;
    color: #4e595f;
}
.card-price a {
    text-align: center;
    display: block;
    margin-top: 10px;
    padding: 10px;
    background-color: #f8d570;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
}
.landing-page form input[type="text"],.landing-page form input[type="password"], form input[type="text"], form input[type="password"], form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.landing-page form button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
}
iframe {
    border: 0;
    width: 100%;
    height: 500px;
}
#footer, .copyright {
    background-color: #F5F5F5;
    color: #737f8a;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    display: block;
    overflow-x: auto;
    #overflow: scroll;
}
table tbody {
    display: block;
    min-width: 480px;
}
table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
table tr td, table tr th {
    padding: 10px;
    /* text-align: center; */
}
table tr td:nth-child(2), table tr th:nth-child(2) {
    background: #f8d57085;
}

@media (min-width: 768px) {
    .landing-page div:has(.card), section.landing-page div.nommy-introduction {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .card-price {
        width: 18rem;
    }
    .testimony .card {
        width: 50%;
    }
    section#ai-assistant-features div.nommy-introduction {
        flex-direction: row-reverse;
    }
    #logged-in div.col.py-3 {
        position: relative;
    }
    iframe {
        border: 0;
        width: 100%;
        height: 600px;
    }
    table {
        width: 80%;
        display: table;
    }
}