* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.bg-orange {
    background-color: #fd7e14 !important; /* Bootstrap orange */
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: none;
}


.bg-darkblue {
    background-color: #0c3857 !important;
}
.text-darkblue {
    color: #0c3857 !important;
}

.sidebar-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #495057;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-weight: 500;
    margin-bottom: 4px;
}

.sidebar-link:hover {
    background-color: #f8f9fa;
    color: #003366;
}

.sidebar-link i {
    width: 25px;
    font-size: 1.1rem;
    color: #6c757d;
}

.sidebar-link:hover i {
    color: #007bff;
}

.sidebar-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #adb5bd;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    padding-left: 1rem;
}

.sidebar-sub-menu {
    border-left: 2px solid #e9ecef;
    margin-left: 1.25rem;
    padding-left: 0.5rem;
}

html {
    position: relative;
    min-height: 100%;
}

body {
  margin-bottom: 60px;
}
