/*
 * Quotify Client Theme CSS
 * Inherits from Perfex theme
 */

/* Import base perfex theme styles */
@import url('../../perfex/css/style.css');

/* Add your custom styles below this line */

/* Example: Custom color overrides
.navbar {
    background-color: #your-custom-color;
}
*/
.navbar-default .navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav > li.customers-nav-item-wordpress-login > a {
    line-height: 2 !important;
}

/* Notification bell wrapper */
.customers-notification-icon-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customers-notification-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 14px;
    height: 14px;
    padding: 0 4px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb 0%, #4338ca 100%);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.25);
}

.customers-notification-badge:empty {
    display: none;
}

.customers-notification-badge::-moz-selection,
.customers-notification-badge::selection {
    background: transparent;
}

/* Notification dropdown styling */
.customers-nav-item-notifications .dropdown-menu.notifications {
    padding: 0;
    border: none;
    border-radius: 16px;
    min-width: 360px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.18);
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, #f7f9ff 100%);
}

.customers-nav-item-notifications .dropdown-menu.notifications .dropdown-header {
    padding: 18px 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 13px;
    color: #757b8a;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
}

.customers-nav-item-notifications .dropdown-menu.notifications .customers-notifications-mark {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9fa6b2;
    transition: color .2s ease;
}

.customers-nav-item-notifications .dropdown-menu.notifications .customers-notifications-mark:hover {
    color: #4338ca;
    text-decoration: none;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-wrapper a {
    display: block;
    padding: 0 10px;
    color: #111827;
    transition: transform .2s ease, background .2s ease;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-wrapper a:hover {
    background: rgba(79, 70, 229, 0.08);
    transform: translateY(-2px);
    text-decoration: none;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions .btn {
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions .btn-outline-danger,
.profile-invite-actions .btn.btn-outline-danger {
    border: 1px solid rgba(239, 68, 68, 0.35);
    color: #dc2626;
    background: rgba(239, 68, 68, 0.05);
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions .btn-outline-danger:hover,
.profile-invite-actions .btn.btn-outline-danger:hover {
    background: rgba(239, 68, 68, 0.12);
    color: #b91c1c;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions .btn-primary {
    background: linear-gradient(90deg, #2563eb 0%, #4338ca 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(67, 56, 202, 0.25);
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions .btn-primary:hover {
    background: linear-gradient(90deg, #1d4ed8 0%, #3730a3 100%);
    color: #ffffff;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions .btn-outline-danger {
    border: 1px solid rgba(239, 68, 68, 0.45);
    color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.12);
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-actions .btn-outline-danger:hover {
    background: rgba(239, 68, 68, 0.16);
    color: #b91c1c;
    border-color: rgba(239, 68, 68, 0.55);
}

.profile-invite-actions .btn {
    min-width: 120px;
    border-radius: 999px;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-title {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111827;
    font-size: 15px;
}

.customers-nav-item-notifications .dropdown-menu.notifications .notification-date {
    font-size: 13px;
    color: #9ca3af;
}

.customers-nav-item-notifications .dropdown-menu.notifications .divider {
    margin: 0;
    border-color: rgba(226, 232, 240, 0.8);
}

.customers-nav-item-notifications .dropdown-menu.notifications .tw-text-center {
    background: rgba(248, 250, 252, 0.8);
    padding: 18px 22px;
}

.customers-nav-item-notifications .dropdown-menu.notifications .btn.btn-default.btn-sm {
    width: 100%;
    border-radius: 12px;
    padding: 12px 0;
    border: none;
    background: rgba(99, 102, 241, 0.12);
    color: #4338ca;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.25);
}

.customers-nav-item-notifications .dropdown-menu.notifications .btn.btn-default.btn-sm:hover {
    background: rgba(99, 102, 241, 0.22);
}