/*
Theme Name: OKKA FORUM - P3
Theme URI: https://
Author: Ahmet Coşkun
Author URI: https://
Description: Modern Form Teması
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: okka-form
Tags: Okka Form
*/
/*
 Ahmet COŞKUN
*/
/* 404.PAGE */
:root { --primary: #004a99; }

/* ORTAK BUTONLAR */
/* Ana Buton ve Ortak Yapı */
.btn-konu-ac { position: relative !important; background: #fff; color: #334155 !important; padding: 0 20px 0 0 !important; border-radius: 6px; font-weight: 700; border: 1px solid #e2e8f0; cursor: pointer; display: inline-flex !important; align-items: center; font-size: 13px; transition: all 0.3s ease; overflow: hidden !important; z-index: 1; text-decoration: none; vertical-align: middle; }
/* Sol Bölme (İkon Kutusu) */	

.btn-konu-ac i { background: #3b82f6; color: #fff !important; padding: 12px 15px; margin-right: 15px; display: flex; align-items: center; justify-content: center; z-index: 4; position: relative; }
/* Dolma Efekti Katmanı */
	
.btn-konu-ac::before { content: ""; position: absolute; top: 0; left: -101%; width: 100%; height: 100%; background: #3b82f6; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); z-index: 2; }

/* Yazı (Span) ve Hover Aksiyonları */
.btn-konu-ac .giris-yazi { position: relative; z-index: 3; display: inline-block; }
.btn-konu-ac:hover { color: #fff !important; border-color: #3b82f6; }
.btn-konu-ac:hover::before { left: 0; }

/* --- GİRİŞ YAP BUTONU (GRİ) FARKI --- */
.btn-login i, .btn-login::before { background: #55bd16 !important; }
.btn-login:hover { border-color: #55bd16; }

.btn-kayt i, .btn-kayt::before { background: #3574cd !important; }
.btn-kayt:hover { border-color: #3574cd; }
/* SİNGLE ORTAK BUTONLAR */
