﻿@import "grid.css";
@import "forms.css";

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7fa;
}

/* Sidebar Styles */
.sidebar {
    background: #2c3e50;
    color: #fff;
}

@media (min-width: 768px) {
    .sidebar {
        min-height: 100vh;
    }
}

.sidebar .nav {
    width: 90%;
}

.sidebar .nav li {
    width: 100%;
}

.sidebar-header, .sidebar-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Sidebar Footer */
.sidebar-hedaer, .sidebar-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-header .logo {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #3498db;
    max-width: 100% !important;
}

.sidebar-footer {
    font-size: .8em;
}

.nav-pills .nav-link {
    color: white;
}

.main-content {
    padding: 10px;
}

.main-header header {
    text-align: center;
    padding: 10px 0;
    background: #2c3e50;
    color: #fff;
}

.main-header header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    position: relative;
    z-index: 1;
    color: #fff;
}

.main-header header p {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0.85;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    color: #fff;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.text-muted {
    color: #909fad !important;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-top: 0.25rem;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
