/* Mail Arşivi Custom WHMCS Theme Integration CSS */
.btn-primary {
    background-color: #0078d4 !important;
    border-color: #0078d4 !important;
    color: #fff !important;
}
.btn-primary:hover {
    background-color: #005a9e !important;
    border-color: #005a9e !important;
}
.btn-success, .btn-checkout {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
}
.btn-success:hover, .btn-checkout:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}
.text-primary {
    color: #0078d4 !important;
}
.bg-primary {
    background-color: #0078d4 !important;
}

/* Adjust WHMCS standard cart specific margins */
.primary-content {
    padding-top: 30px;
    padding-bottom: 50px;
}
/* Ensure the body has the right background */
body.primary-bg-color {
    background-color: #f4f6f8;
}

/* Fix dropdown menu for Mail Arşivi header in WHMCS */
.header-container .dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.header-container .nav-item .dropdown-menu {
    border-top: 3px solid #0078d4;
}
