:root {
    --bs-primary: #000080 !important;
}
.btn-primary:hover {
    background-color: #000066;
    border-color: #000066;
}
.custom-toggler {
    position: absolute;
    left: 10px; 
    top: 10px;  
}
.navbar, .card-header, .btn-primary {
    background-color: #000080 !important;
    border-color: #000080 !important;
}
.text-primary  {
    color: #FF9933!important;
}
.body{
background-color: #f8f9fa;
}

.navbar {
margin-bottom: 20px;
}

.card {
border-radius: 10px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.card-header {
background-color: #000080;
color: #fff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding: 1.5rem;
}

.card-header h2 {
margin: 0;
font-size: 1.75rem;
font-weight: 700;
}

.card-body {
padding: 2rem;
}

.card-body h4 {
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 1.5rem;
}

.form-group label {
font-weight: 600;
}

.form-group input, .form-group select {
border-radius: 0.25rem;
}

.btn-primary {
background-color: #000080;
border-color: #000080;
font-size: 1.25rem;
padding: 0.75rem 1.5rem;
border-radius: 0.5rem;
}

.btn-primary:hover {
background-color: #0056b3;
border-color: #0056b3;
}