body {
    font-family: 'Roboto', sans-serif;
    font-size: 13pt;
    margin-bottom: 100px;
    /* background-image: url('/images/background.jpg'); */
}

/* h1, h2 {
    text-transform: uppercase;
    font-family: 'OPTIBernHard', sans-serif;
    font-weight: 500;
    margin: 1em 0;
} */

/* h1, h2, h3, h4, h5, h6 {
    color: #000;
} */

/* footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 0.5em 1em;
    font-size: 80%;
    text-align: center;
    color: #888;
    z-index: 2;
} */


.table-container {
    overflow-x: auto;
}

/* .header {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 2em;
} */

.footer {
    /* background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #ccc;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); */
    margin-top: 2em;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

/* .title {
    font-family: 'Alegreya SC', sans-serif;
    font-weight: 500;
    font-size: 3rem;
    padding: 0.5em 0;
}

.title a {
    color: unset;
    text-decoration: none;
}

.menu {
    text-align: right;
    border-top: 1px solid #ddd;
} */


.api_messages {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border: 1px solid #ddd;
}

/* form {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 1em;
    padding: 1em;
}

a.nav-link {
    margin-left: 1em;
}

.btn {
    white-space: nowrap;
}

.input-group {
    flex-wrap: nowrap;
}

.table td, .table th {
    white-space: nowrap;
} */

@media (max-width: 768px) {
    .title {
        font-size: 2rem;
    }
    .hide-on-mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    a.nav-link {
        margin-left: 0.5em;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .nav-link.active {
        background-color: #e20000;
        border-radius: 0.5em;
        padding-left: 1em!important;
        padding-right: 1em!important;
        box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
        outline: 1px solid #ccc;
    }
}

/* .navbar {
    backdrop-filter: blur(5px);
}

.navbar-nav > a > .fa {
    display: inline-block;
    width: 1.2em;
    text-align: center;
} */

/* .header {
    background-color: #e20000;
} */

/* Support Chat Styles */
.chat-container {
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    background-color: #f8f9fa;
}

.chat-message {
    margin-bottom: 1rem;
    display: flex;
}

.chat-message.user-message {
    justify-content: flex-end;
}

.chat-message.admin-message {
    justify-content: flex-start;
}

.chat-bubble {
    max-width: 70%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    position: relative;
}

.user-message .chat-bubble {
    background-color: #0d6efd;
    color: white;
    border-bottom-right-radius: 0.25rem;
}

.admin-message .chat-bubble {
    background-color: #6c757d;
    color: white;
    border-bottom-left-radius: 0.25rem;
}

.chat-sender {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.chat-timestamp {
    font-size: 0.5rem;
    opacity: 0.8;
    margin-top: 0.25rem;
}

.status-open {
    background-color: #0d6efd;
    color: white;
}

.status-in_progress {
    background-color: #ffc107;
    color: black;
}

.status-resolved {
    background-color: #28a745;
    color: white;
}

.status-closed {
    background-color: #6c757d;
    color: white;
}
