:root{ --theme-color: #0ea5e9; --theme-color-dark: #0284c7; --theme-accent: #f97316; --muted: #6c757d; --text-primary: #0f172a; --text-secondary: #64748b; --bg-light: #f5f7fb; --panel: #ffffff; --panel-shadow: 0 12px 40px rgba(15, 23, 42, 0.08); --bs-body-bg: transparent !important; } * { font-family: 'Inter', 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Poppins', 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-weight: 700; color: var(--text-primary); } body { background: radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.08), transparent 30%), radial-gradient(circle at 80% 0%, rgba(249, 115, 22, 0.08), transparent 30%), var(--bg-light); font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--text-primary); letter-spacing: 0.3px; } /* Ensure footer is just below the bottom screen line on short pages */ main.container { min-height: calc(100vh - 120px); /* fine-tuned so footer sits just below fold */ padding-bottom: 24px; /* comfortable breathing room above footer */ } /* Modern Navbar */ .navbar-custom { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08); padding: 0.75rem 0; } .navbar-custom .navbar-brand { color: var(--theme-color) !important; font-weight: 800; font-family: 'Poppins', system-ui; font-size: 1.6rem; letter-spacing: -0.5px; margin-right: 2rem; } .navbar-custom .nav-link { color: var(--text-primary) !important; font-weight: 500; font-size: 0.95rem; margin: 0 0.5rem; transition: all 0.3s ease; position: relative; } .navbar-custom .nav-link:after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background: var(--theme-color); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; } .navbar-custom .nav-link:hover { color: var(--theme-color) !important; } .navbar-custom .nav-link:hover:after { transform: scaleX(1); } .navbar-custom .user-greeting { background: rgba(14, 165, 233, 0.12); color: var(--theme-color) !important; padding: 0.5rem 1rem !important; border-radius: 999px; font-weight: 600; margin: 0 0.5rem; } .navbar-custom .nav-auth { background: var(--theme-color); color: white !important; padding: 0.5rem 1.5rem !important; border-radius: 8px; font-weight: 600; transition: all 0.3s ease; } .navbar-custom .nav-auth:hover { background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(14, 165, 233, 0.35); } .navbar-custom .nav-logout { color: #dc2626 !important; font-weight: 600; transition: all 0.3s ease; } .navbar-custom .nav-logout:hover { color: #991b1b !important; } /* Typography */ .navbar-brand { color: var(--theme-color) !important; font-weight: 800; } .btn-primary { background-color: var(--theme-color) !important; border-color: var(--theme-color) !important; font-weight: 600; } .btn-primary:hover { background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)) !important; border-color: var(--theme-color-dark) !important; transform: translateY(-2px); } /* Unified button system */ .btn-main { background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)); color: #fff !important; border: none; border-radius: 12px; padding: 0.9rem 2.2rem; font-weight: 700; box-shadow: 0 14px 30px rgba(14, 165, 233, 0.25); transition: transform 0.2s ease, box-shadow 0.2s ease; } .btn-main:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(14, 165, 233, 0.35); } .btn-ghost { background: rgba(15, 23, 42, 0.02); border: 1px solid rgba(15, 23, 42, 0.08); color: var(--text-primary) !important; border-radius: 12px; padding: 0.9rem 2.2rem; font-weight: 700; transition: all 0.2s ease; } .btn-ghost:hover { border-color: rgba(14, 165, 233, 0.35); color: var(--theme-color) !important; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(14, 165, 233, 0.16); } .btn-soft { background: rgba(14, 165, 233, 0.08); color: var(--theme-color) !important; border: none; border-radius: 10px; padding: 0.55rem 1.25rem; font-weight: 600; transition: all 0.2s ease; } .btn-soft:hover { background: rgba(14, 165, 233, 0.16); transform: translateY(-2px); } .btn-compact { padding: 0.55rem 1.1rem; border-radius: 10px; font-weight: 600; } .card { border: none; border-radius: 14px; box-shadow: var(--panel-shadow); transition: all 0.3s ease; background: var(--panel); } .card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14); } .hero { background: linear-gradient(135deg, rgba(13, 148, 136, 0.08), rgba(13, 148, 136, 0.04)); padding: 3rem 2rem; border-radius: 16px; margin-bottom: 2rem; border: 1px solid rgba(13, 148, 136, 0.1); } .hero h1 { font-family: 'Poppins', system-ui; font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 1rem; } .hero p { font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 1.5rem; } .job-badge { background: rgba(13, 148, 136, 0.12); color: var(--theme-color); padding: 6px 12px; border-radius: 999px; font-weight: 600; font-size: 0.85rem; } .jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; } /* Home job box styling */ .jobs-grid .card { background: white; padding: 1.5rem; border-radius: 12px; border-left: 4px solid rgba(13, 148, 136, 0.2); transition: all 0.3s ease; } /* Footer */ .site-footer { background: #ffffff; border-top: 1px solid rgba(15,23,42,0.08); margin-top: 24px; /* subtle separation from content */ } .site-footer h6 { font-weight: 700; color: var(--text-primary); } .site-footer a { color: var(--text-secondary); text-decoration: none; } .site-footer a:hover { color: var(--theme-color); text-decoration: underline; } /* footer list spacing */ .site-footer ul li { margin-bottom: 6px; } @media (min-width: 992px) { .site-footer .row { column-gap: 0.5rem; } } font-family: 'Poppins', system-ui; font-weight: 700; margin-bottom: 0.5rem; color: var(--text-primary); } .chip { display: inline-flex; align-items: center; gap: 6px; padding: 0.35rem 0.8rem; border-radius: 999px; background: rgba(15, 23, 42, 0.05); color: var(--text-secondary); font-weight: 600; font-size: 0.85rem; } .chip--primary { background: rgba(14, 165, 233, 0.12); color: var(--theme-color); } .chip--accent { background: rgba(249, 115, 22, 0.12); color: var(--theme-accent); } footer { margin-top: 40px; color: var(--muted); font-size: 0.9rem; } /* Navbar icons & unread badge */ .nav-icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(14, 165, 233, 0.08); position: relative; transition: all 0.2s ease; } .nav-icon:hover { background: rgba(14, 165, 233, 0.16); color: var(--theme-color); transform: translateY(-1px); } .badge-unread { position: absolute; top: 4px; right: 2px; background: var(--theme-accent); color: #fff; font-size: 0.72rem; padding: 2px 7px; border-radius: 999px; box-shadow: 0 6px 12px rgba(249, 115, 22, 0.35); } /* Dashboard stats */ .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.1rem; margin-bottom: 2rem; } .stat-box { background: white; padding: 1.25rem; border-radius: 12px; box-shadow: 0 8px 20px rgba(13, 20, 20, 0.06); border: 1px solid rgba(13, 148, 136, 0.1); transition: all 0.3s ease; } .stat-box:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(13, 148, 136, 0.12); } .stat-number { font-family: 'Poppins', system-ui; font-size: 1.15rem; font-weight: 800; color: var(--theme-color); display: flex; align-items: center; gap: 6px; margin: 0.15rem 0; } .stat-icon { width: 14px; height: 14px; display: inline-block; vertical-align: middle; } .stat-box h5 { margin-top: 0; margin-bottom: 0.5rem; font-family: 'Poppins', system-ui; font-size: 1.1rem; } .stat-label { color: var(--muted); font-size: 0.85rem; font-weight: 500; } .recent-list .card { padding: 1rem; margin-bottom: 1rem; } @media (max-width: 576px) { .hero { padding: 1.5rem; } .hero h1 { font-size: 1.8rem; } } /* Hide main container when showing chat */ main { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; } /* Override Bootstrap container for chat pages */ .chat-shell { position: absolute !important; top: 80px !important; left: 0 !important; right: 0 !important; bottom: 0 !important; display: grid !important; grid-template-columns: 300px 1fr !important; gap: 1.5rem !important; padding: 1.5rem !important; background: transparent !important; box-sizing: border-box !important; z-index: 999 !important; width: 100vw !important; } .chat-sidebar { background: white !important; border-radius: 16px !important; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12) !important; display: flex !important; flex-direction: column !important; overflow: hidden !important; border: 1px solid rgba(14, 165, 233, 0.12) !important; } .chat-sidebar-header { padding: 1.2rem !important; background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)) !important; color: white !important; border-bottom: 3px solid var(--theme-accent) !important; font-weight: 800 !important; font-family: 'Poppins', system-ui !important; font-size: 1.1rem !important; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important; } .chat-thread-list { overflow-y: auto !important; padding: 1rem 0.75rem !important; flex: 1 !important; background: #fafbfc !important; border-right: 1px solid rgba(14, 165, 233, 0.08) !important; } .chat-thread { display: block !important; padding: 12px 14px !important; border-radius: 12px !important; color: inherit !important; text-decoration: none !important; transition: all 0.25s ease !important; border: 2px solid transparent !important; margin-bottom: 10px !important; background: white !important; box-shadow: 0 4px 12px rgba(14, 165, 233, 0.1) !important; cursor: pointer !important; } .chat-thread-top { display: grid !important; grid-template-columns: auto 1fr auto !important; align-items: center !important; gap: 10px !important; } .chat-thread-title { font-weight: 600 !important; color: inherit !important; } .chat-thread-time { font-size: 0.75rem !important; color: #94a3b8 !important; white-space: nowrap !important; } .chat-thread-meta { display: flex !important; font-size: 0.8rem !important; color: #64748b !important; gap: 8px !important; margin-top: 4px !important; } .chat-thread-preview { overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; } .chat-thread:hover { background: linear-gradient(135deg, #f0f9ff, #fffbeb) !important; border: 2px solid var(--theme-color) !important; transform: translateX(4px) !important; box-shadow: 0 8px 20px rgba(14, 165, 233, 0.15) !important; color: var(--theme-color) !important; } .chat-thread:hover .chat-thread-title { color: var(--theme-color) !important; } .chat-thread.active { background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)) !important; color: white !important; border: 2px solid var(--theme-accent) !important; box-shadow: 0 10px 28px rgba(14, 165, 233, 0.3) !important; } .chat-thread.active .chat-thread-title { color: white !important; } .chat-thread.active .chat-thread-time { color: rgba(255, 255, 255, 0.8) !important; } .chat-thread.active .chat-thread-meta { color: rgba(255, 255, 255, 0.8) !important; } .chat-thread-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; } .chat-thread-title { font-weight: 700; margin-bottom: 0; } .chat-thread.active .chat-thread-title { color: white; } .chat-thread-meta { display: flex; font-size: 0.8rem; color: var(--text-secondary); gap: 8px; margin-top: 4px; } .chat-thread.active .chat-thread-meta { color: rgba(255, 255, 255, 0.8); } .chat-thread-preview { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .chat-thread-time { color: var(--muted); white-space: nowrap; font-size: 0.7rem; } .chat-thread.active .chat-thread-time { color: rgba(255, 255, 255, 0.7); } .chat-main { background: linear-gradient(135deg, rgba(14, 165, 233, 0.06), rgba(249, 115, 22, 0.04)); border-radius: 16px; box-shadow: var(--panel-shadow); display: flex; flex-direction: column; overflow: hidden; border: 2px solid rgba(14, 165, 233, 0.15); } .chat-frame { display: flex; flex-direction: column; height: 100%; padding: 0; background: white; border-radius: 14px; box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04); } .chat-main-header { padding: 1.5rem; border-bottom: 3px solid rgba(14, 165, 233, 0.15); display: flex; align-items: center; justify-content: space-between; background: linear-gradient(135deg, rgba(14, 165, 233, 0.04), transparent); } .chat-main-name { font-weight: 800; font-size: 1.15rem; color: var(--text-primary); } .chat-main-sub { color: var(--text-secondary); font-size: 0.85rem; margin-top: 2px; } .chat-window { padding: 1.5rem; overflow-y: auto; flex: 1; background: linear-gradient(180deg, #fafbfc 0%, rgba(14, 165, 233, 0.04) 100%); } .chat-line { display: flex; margin-bottom: 12px; gap: 10px; } .chat-line.self { justify-content: flex-end; } .chat-line.other { justify-content: flex-start; } .chat-bubble { background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); border-radius: 16px; padding: 12px 14px; max-width: 72%; box-shadow: 0 8px 20px rgba(14, 165, 233, 0.15); border: 2px solid rgba(14, 165, 233, 0.3); } .chat-line.self .chat-bubble { background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)); color: white; border: 2px solid var(--theme-accent); box-shadow: 0 8px 24px rgba(14, 165, 233, 0.3); } .chat-bubble-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; } .chat-bubble-name { font-weight: 700; letter-spacing: 0.1px; font-size: 0.95rem; } .chat-bubble-time { font-size: 0.65rem; color: #cbd5e1; text-transform: uppercase; letter-spacing: 0.3px; } .chat-line.self .chat-bubble-time { color: rgba(255, 255, 255, 0.7); } .chat-bubble-box { background: rgba(255, 255, 255, 0.5); border-radius: 10px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, 0.6); backdrop-filter: blur(4px); } .chat-line.self .chat-bubble-box { background: rgba(255, 255, 255, 0.15); border: 1px solid rgba(255, 255, 255, 0.3); } .chat-bubble-text { line-height: 1.6; word-break: break-word; } .chat-line.self .chat-bubble { background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)); color: white; border: none; } .chat-bubble-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 6px; } .chat-bubble-name { font-weight: 700; letter-spacing: 0.1px; } .chat-bubble-time { font-size: 0.78rem; color: #94a3b8; } .chat-line.self .chat-bubble-time { color: rgba(255, 255, 255, 0.8); } .chat-bubble-text { line-height: 1.5; } .chat-input-row { display: flex; gap: 0.75rem; padding: 1.2rem; border-top: 2px solid rgba(14, 165, 233, 0.15); background: linear-gradient(135deg, rgba(14, 165, 233, 0.04), transparent); } .chat-input-row input { flex: 1; padding: 11px 14px; border: 2px solid rgba(14, 165, 233, 0.2); border-radius: 10px; font-size: 0.95rem; transition: all 0.2s ease; } .chat-input-row input:focus { outline: none; border-color: var(--theme-color); box-shadow: 0 4px 12px rgba(14, 165, 233, 0.15); } .chat-input-row button { padding: 10px 24px !important; border-radius: 10px !important; font-weight: 600; box-shadow: 0 6px 16px rgba(14, 165, 233, 0.25) !important; } .chat-input-row button:hover { transform: translateY(-2px); } .chat-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--theme-color), var(--theme-accent)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; letter-spacing: 0.2px; box-shadow: 0 6px 18px rgba(14, 165, 233, 0.3); } .chat-window { position: relative; background: linear-gradient(180deg, rgba(14,165,233,0.05), rgba(249,115,22,0.04)), #f9fafb; } .chat-date-sep { text-align: center; margin: 20px 0 16px; font-size: 0.85rem; color: var(--text-secondary); font-weight: 600; position: relative; } .chat-date-sep::before, .chat-date-sep::after { content: ''; position: absolute; top: 50%; width: 30%; height: 1px; background: linear-gradient(90deg, transparent, #cbd5e1, transparent); } .chat-date-sep::before { left: 0; } .chat-date-sep::after { right: 0; } .chat-line.hover .chat-bubble { box-shadow: 0 12px 28px rgba(14, 165, 233, 0.18); } .chat-bubble-actions { display: flex; gap: 6px; margin-top: 8px; opacity: 0; transition: opacity 0.2s ease; } .chat-line.hover .chat-bubble-actions { opacity: 1; } .chat-action-btn { background: none; border: none; cursor: pointer; font-size: 0.9rem; padding: 2px 6px; border-radius: 4px; transition: all 0.2s ease; } .chat-action-btn:hover { background: rgba(0, 0, 0, 0.1); } .chat-line.self .chat-action-btn:hover { background: rgba(255, 255, 255, 0.3); } @media (max-width: 900px) { .chat-shell { grid-template-columns: 1fr; height: auto; } .chat-sidebar { max-height: 260px; } } /* Inbox/Messages Overview */ .inbox-container { max-width: 700px !important; margin: 1.5rem auto !important; background: linear-gradient(135deg, rgba(14, 165, 233, 0.06), rgba(249, 115, 22, 0.04)) !important; border-radius: 20px !important; box-shadow: var(--panel-shadow) !important; overflow: hidden !important; border: 2px solid rgba(14, 165, 233, 0.15) !important; } .inbox-header { padding: 2rem; background: linear-gradient(135deg, var(--theme-color), var(--theme-color-dark)); color: white; border-bottom: 3px solid var(--theme-accent); } .inbox-header h1 { margin: 0 0 1.2rem; font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; } .inbox-search { width: 100%; padding: 12px 16px; border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 12px; font-size: 0.95rem; background: rgba(255, 255, 255, 0.12); color: white; backdrop-filter: blur(4px); transition: all 0.3s ease; } .inbox-search::placeholder { color: rgba(255, 255, 255, 0.7); } .inbox-search:focus { outline: none; border-color: var(--theme-accent); background: rgba(255, 255, 255, 0.2); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2); } .inbox-list { max-height: 700px; overflow-y: auto; padding: 0.5rem; } .inbox-item { display: flex; align-items: center; padding: 14px 1rem; margin: 0.5rem 0; border-radius: 14px; color: inherit; text-decoration: none; transition: all 0.2s ease; position: relative; gap: 14px; background: white; border: 2px solid transparent; box-shadow: 0 4px 12px rgba(14, 165, 233, 0.08); } .inbox-item:hover { background: linear-gradient(135deg, #f0f9ff, #fffbeb); border: 2px solid var(--theme-color); transform: translateX(4px); box-shadow: 0 8px 24px rgba(14, 165, 233, 0.15); } .inbox-item-avatar { width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(135deg, var(--theme-color), var(--theme-accent)); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.2rem; flex-shrink: 0; box-shadow: 0 8px 24px rgba(14, 165, 233, 0.3); } .inbox-item-content { flex: 1; min-width: 0; } .inbox-item-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 6px; } .inbox-item-name { font-weight: 700; color: var(--text-primary); font-size: 0.95rem; } .inbox-item-time { font-size: 0.75rem; color: var(--text-secondary); white-space: nowrap; background: rgba(14, 165, 233, 0.1); padding: 2px 8px; border-radius: 6px; } .inbox-item-preview { font-size: 0.85rem; color: var(--text-secondary); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .inbox-item-badge { background: linear-gradient(135deg, var(--theme-accent), #ff6b35); color: white; font-size: 0.75rem; padding: 6px 10px; border-radius: 10px; font-weight: 700; flex-shrink: 0; box-shadow: 0 6px 16px rgba(249, 115, 22, 0.35); } .inbox-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4rem 2rem; text-align: center; color: var(--text-secondary); } .inbox-empty-icon { font-size: 4rem; margin-bottom: 1.5rem; } .inbox-empty-title { font-weight: 700; font-size: 1.3rem; color: var(--text-primary); margin-bottom: 0.5rem; } .inbox-empty-text { font-size: 0.95rem; } /* Custom scrollbar styling for chat window */ .chat-window::-webkit-scrollbar { width: 10px; } .chat-window::-webkit-scrollbar-track { background: rgba(14, 165, 233, 0.08); border-radius: 10px; margin: 1.5rem 0; } .chat-window::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #0ea5e9 0%, #f97316 100%); border-radius: 10px; border: 2px solid rgba(255, 255, 255, 0.3); } .chat-window::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #0284c7 0%, #ea580c 100%); box-shadow: 0 0 12px rgba(14, 165, 233, 0.4); } /* Firefox scrollbar */ .chat-window { scrollbar-color: #0ea5e9 rgba(14, 165, 233, 0.08); scrollbar-width: thin; }