.btn-primary {
    color: white !important;
    background-color: #1d70ba !important;
    border-color: #1d70ba !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: white !important;
    background-color: #2490ef !important;
    border-color: #2490ef !important;
}

.form-control:focus {
    border: 1px solid #3870ba !important;
    box-shadow: none !important;
}

.form-control {
    border: 1px solid #d1d8dd !important;
}

/* Container width for large screens */
@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1600px;
    }
}

/* Default body styles */
body {
    font-size: 14px;
    color: #4c5a67;
    line-height: 1.4;
    padding: 10px;
}

/* Responsive adjustments for tablets and mobiles */
@media (max-width: 768px) {
    body {
        font-size: 13px;
        line-height: 1.3;
        padding: 8px;
    }

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        padding: 0 12px;
        max-width: 100% !important;
    }

    .form-control {
        font-size: 14px;
        padding: 8px 10px;
    }

    .btn-primary {
        font-size: 14px;
        padding: 6px 12px;
    }
}
