﻿/* Custom styles to complement Material Design */

/*body {
    font-family: 'Roboto', sans-serif;
}*/

/* Navigation styles */
/*.nav-wrapper {
    background-color: #b71c1c;*/ /* Adjusted to match your red darken-4 color */
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/ /* Added shadow for depth */
    /*position: relative;*/ /* Required for absolute positioning of the button */
/*}

.container {
    max-width: 1200px;*/ /* Adjust max-width as needed */
    /*margin: 0 auto;*/ /* Centers the container */
/*}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

/* Centered brand logo */
/*.brand-logo {
    font-size: 2rem;*/ /* Adjust font size as needed */
    /*color: white;*/ /* Adjust color as needed */
    /*text-decoration: none;
    text-align: center;*/ /* Center text in mobile view */
    /*flex-grow: 1;*/ /* Allow logo to take available space */
/*}*/

/* Button styles */
/*.btn-primary {
    border-radius: 4px;
    background-color: #007bff;*/ /* Adjust to match your theme */
    /*color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

    .btn-primary:hover {
        background-color: #0056b3;*/ /* Darker shade on hover */
    /*}*/

/* Navbar styles */
/*.nav-wrapper .btn-primary {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav-wrapper .sidenav-trigger {
    position: absolute;
    right: 10px;
    top: 0px;
    margin-left: 10px;*/ /* Space between menu icon and button */
/*}

.sidenav {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;*/ /* Ensure items stack vertically */
    /*align-items: center;*/ /* Center items horizontally */
    /*padding: 10px;*/ /* Add padding if needed */
    /*margin: 0;*/ /* Remove default margin */
    /*width: 100%;*/ /* Ensure full width for the sidenav */
/*}*/

/* Align close button to the right in side navigation */
/*.sidenav-close {
    display: block;
    align-self: flex-end;*/ /* Aligns the close button to the right */
    /*padding: 0 10px;*/ /* Adjust padding from right edge as needed */
/*}*/

/* Ensure menu items are centered and stacked */
/*.sidenav li {*/
    /*width: 100%;*/ /* Full width for each item */
    /*text-align: center;*/ /* Center align text */
/*}

.sidenav a {
    display: block;*/ /* Make links block-level for vertical stacking */
    /*padding: 10px;*/ /* Add padding for better spacing */
    /*text-decoration: none;*/ /* Remove underline from links */
    /*color: #000;*/ /* Set text color */
/*}*/

/* Responsive design for mobile and tablets */
/*@media screen and (max-width: 600px) {
    .nav-wrapper .btn-primary {
        position: relative;
        display: block;
        margin: 10px auto;
        width: 80%;
        text-align: center;*/ /* Center text in mobile view */
    /*}

    .nav-wrapper .sidenav-trigger {
        display: block;*/ /* Ensure menu icon is displayed */
    /*}

    .brand-logo {
        margin: 0 auto;
        font-size: 1.5rem;*/ /* Adjust font size as needed */
    /*}

    .sidenav {
        padding: 10px;*/ /* Ensure padding is consistent on mobile */
    /*}
}

@media screen and (min-width: 601px) and (max-width: 992px) {*/
    /* Adjust styles for tablets */
    /*.sidenav {*/
        /* Ensure items stack vertically */
        /*flex-direction: column;
        align-items: stretch;*/ /* Stretch items to full width */
    /*}
}*/



.content-wrapper {
    margin-top: 60px !important; /* Adjust the value based on your navbar height */
}


