PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB`/* * custom-bootstrap.css * Bootstrap geçişi sırasında projeye özel stil düzenlemeleri */ /* Global helpers */ body { background-color: #f5f5f5; } #yukleniyor { background: #fff url(images/loaders/ajax-loader.gif) no-repeat center center; height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 1000; } /* Top navbar */ .top-navbar { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); z-index: 1030; } .top-navbar .navbar-brand img { height: 36px; } .top-navbar .menu-toggle { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.35); color: rgba(255, 255, 255, 0.85); transition: all 0.2s ease; text-decoration: none; } .top-navbar .menu-toggle:hover { color: #fff; border-color: #fff; } /* Search autocomplete */ .header-search { position: relative; min-width: 220px; } .header-search .form-control { border-radius: 999px; padding-left: 2.5rem; } .header-search .search-icon { position: absolute; top: 50%; left: 0.9rem; transform: translateY(-50%); color: #6c757d; } .auto-suggest { width: 100%; max-height: 260px; overflow-y: auto; position: absolute; top: calc(100% + 6px); left: 0; background-color: #212529; border-radius: 10px; padding: 8px 0; z-index: 1100; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35); } .auto-suggest-item { padding: 6px 16px; display: block; color: #f8f9fa; text-decoration: none; font-size: 13px; } .auto-suggest-item:hover, .auto-suggest-item:focus { background-color: #000; color: #f8f9fa; } /* Header button groups */ .header-actions { display: flex; align-items: center; gap: 0.75rem; } .header-actions .btn-icon { border-radius: 999px; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; color: #0d6efd; background-color: rgba(255, 255, 255, 0.9); border: none; position: relative; } .header-actions .btn-icon .badge { position: absolute; top: 4px; right: -4px; font-size: 11px; } .header-actions .dropdown-menu { min-width: 320px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); } .header-actions .dropdown-header { font-size: 14px; font-weight: 600; } .header-actions .dropdown-item { white-space: normal; font-size: 13px; } .header-actions .profile-dropdown img { width: 60px; height: 60px; object-fit: cover; } /* Left panel adjustments (temporary) */ .leftpanel { background-color: #1f1f1f; } .leftpanel .nav > li > a { color: #dee2e6; } .leftpanel .nav > li > a:hover, .leftpanel .nav > li.active > a { background-color: #343a40; color: #fff; } /* Utility classes */ .fs-12 { font-size: 12px; } .fs-13 { font-size: 13px; }