html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Custom Blue Theme */
.bg-primary {
    background-color: #2c5aa0 !important;
}

.btn-primary {
    background-color: #2c5aa0;
    border-color: #2c5aa0;
}

    .btn-primary:hover {
        background-color: #1e3f73;
        border-color: #1e3f73;
    }

.page-header {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #2c5aa0;
}

.page-title {
    color: #2c5aa0;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    color: #6c757d;
    margin-bottom: 0;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
    }

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
