
body { margin: 0; font-family: 'Overpass', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5; color: #334151; text-align: left; background-color: #fff; }
a {text-decoration: none !important;}
.row-xs { margin-left: -5px; margin-right: -5px; }
.row-xs > div { padding-left: 5px; padding-right: 5px; }

.pd-x-0 { padding-left: 0px; padding-right: 0px; }
.bd-b-0 { border-bottom: 0; }
.pd-b-0 { padding-bottom: 0px; }
.pd-t-20 { padding-top: 20px; }
.pd-y-30 { padding-top: 30px; padding-bottom: 30px; }
.mg-t-10 { margin-top: 10px; }
.mg-b-0 { margin-bottom: 0px; }
.mg-b-10 { margin-bottom: 10px; }
.mg-b-20 { margin-bottom: 20px; }
.mg-l-5 { margin-left: 5px; }
.mg-r-5 { margin-right: 5px; }
.mg-t-25 { margin-top: 25px; }
.mg-t-60 { margin-top: 60px; }

.btn-group-vertical>.btn, .btn-group>.btn { font-size: 12px; }
.btn-white { background-color: #d63031; border: hidden; color: #fff; font-size: 12px;}
.btn-white:active,
.btn-white.active { background-color: green; }
.btn-uppercase { text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: .5px; line-height: 1.75; }

.custom-switch { padding-left: 54px;  }
.custom-switch.custom-control { min-height: 24px; line-height: 24px; margin-bottom: 15px;cursor: pointer; }
.custom-switch .custom-control-label::before { 
    height: 24px;
    width: 48px; 
    border-radius: 20px; 
    top: 0; 
    left: -54px; 
    background: #e8e8e8; 
    border:1px solid #dbdbdb; 
}
.custom-switch .custom-control-label::after { width: 20px; height: 20px; left: -52px; top: 2px; cursor: pointer; border-radius: 50%; background: #fff; -webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,.05),0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05)!important; box-shadow: 0 0 3px 1px rgba(0,0,0,.05),0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05)!important; }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: #fff; -webkit-transform: translateX(24px); transform: translateX(24px); }

.form-group { margin-bottom: 10px; }
.form-group label {font-size: 13px;margin-bottom: 5px; font-weight: 500 }
.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    transition: all 0.3s ease;
}
.custom-select { height: 35px; padding: 5px 10px; font-size: 13px;}
textarea.form-control { height: auto; padding: 5px 10px;font-size: 13px; line-height: 1.4; }

/* Checkbox label styling - Force normal weight and proper alignment */
.form-check-label,
label.form-check-label,
div.form-check label {
    font-weight: normal !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    display: inline-block !important;
}

.form-check,
div.form-check {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 8px !important;
    padding-left: 0 !important;
    flex-wrap: nowrap !important;
}

.form-check-input,
input.form-check-input,
input[type="checkbox"] {
    margin-top: 2px !important;
    margin-right: 8px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    width: 16px !important;
    height: 16px !important;
    vertical-align: top !important;
    position: relative !important;
    top: 0 !important;
}

/* Avatar dosya input özel stili */
.avatar-file-input {
    font-size: 12px !important;
}

/* Kullanıcı Puan Sistemi */
.user-points-system {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #bbf7d0;
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.1);
}

.points-display {
    display: flex;
    align-items: center;
    gap: 12px;
}

.achievement-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
    flex-shrink: 0;
}

.points-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.points-info strong {
    font-size: 14px;
    color: #15803d;
    font-weight: 600;
}

.achievement-text {
    font-size: 11px;
    color: #16a34a;
    font-weight: 500;
    font-style: italic;
}





h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.25; color: #7952B3; }
h1, .h1 { font-size: 2.1875rem; }
h2, .h2 { font-size: 1.75rem; }
h3, .h3 { font-size: 1.53125rem; }
h4, .h4 { font-size: 1.3125rem; }
h5, .h5 { font-size: 1.09375rem; }
h6, .h6 { font-size: 0.875rem; }

input[type=checkbox] { border-style: solid; border-width: 1px; border-color: #DADADA; background: #fff; display: inline-block; line-height: 0; outline: 0; text-align: center; padding: 1px !important; vertical-align: middle; height: 20px; width: 20px; min-width: 20px; border-radius: 0; -webkit-appearance: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; box-shadow: none; }
input[type=checkbox]:checked:before { display: inline-block; font-family: 'Ionicons'; content: '\f2bc'; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; font-size: 16px; color: #007bff}

input[type=radio] { border-style: solid; border-width: 1px; border-color: #DADADA;background: #fff; display: inline-block; line-height: 0; outline: 0; text-align: center; padding: 1px !important;  border-radius:24px; vertical-align: middle; height: 20px;  width: 20px; min-width: 20px; -webkit-appearance: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; box-shadow: none; }
input[type=radio]:checked:before { display: inline-block;  font-family: 'Ionicons'; content: '\f1f7';line-height: 16px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin: 0; font-size: 16px; color: #007bff;}

.color-navy { font-size:22px;padding-left:5px;color: #596882;font-weight:600; }
.color-gray1 { color: #8392a5;}

.card {font-size:12px;border:hidden;border-radius:10px;box-shadow:rgba(0, 0, 0, 0.10) 1px 1px 5px;}
.card-header {background:#fff !important;padding: 0.75rem 1rem !important;}
.card-footer { background-color: #0000; border-color: #485e9029; }
.card-header h6 { margin-bottom: 5px;}
.card-header p { font-size: 13px; }
.pagination {--bs-pagination-font-size:12px !important;}
.page-item.active .page-link {background-color: #0A3376 !important;border-color: #0A3376 !important;}
.table-responsive {padding-bottom:10px;}
.seo-inf {font-size: 10px;margin-top: -8px;color: #636e72;}
.page-header-card {background: #fff;padding: 20px;border-radius: 12px;margin-bottom:10px;}
.bread1 {margin-bottom: 5px;flex: 1 1 auto;padding: 10px 0px 4px 20px;background-color: #fff;background-clip: border-box;border: 1px solid rgba(0, 0, 0, 0.05);border-radius: 12px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);}
.page-title {color: #636e72;font-weight: 600;margin: 0;font-size: 20px;}
.page-title-icn {color:#8760fb;font-size: 22px;margin-right: 5px;}
.la-home {font-size: 20px;margin-right: 5px;color: #8760fb;}
.new-add-btn {background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);border: none;border-radius: 8px;padding: 11px 35px;font-weight: 500;box-shadow: 0 2px 10px rgba(0,123,255,0.3);transition: all 0.3s ease;color: #fff;text-decoration: none;}
.new-add-btn:hover {transform: translateY(-2px);box-shadow: 0 4px 15px rgba(0,123,255,0.4);}
.table-container {background: #fff;padding: 20px;margin-top:8px;border-radius: 12px;}

/* DataTable satır çizgilerini kaldır */
.table-striped tbody tr {
    border-bottom: none !important;
}

.table-striped tbody tr td {
    border-bottom: none !important;
}

.table tbody tr {
    border-bottom: none !important;
}

.table tbody tr td {
    border-bottom: none !important;
}

/* Tablo başlık stilleri */
.table thead th {
    font-size: 12px !important;
    font-weight: 400 !important;
    background-color: #f0f2f4 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-top: 10px !important;
}

/* İşlemler başlığını ortala (son sütun) */
.table thead th:last-child {
    text-align: center !important;
}

/* DataTable alt bilgi yazısı */
.dataTables_info {
    font-size: 11px !important;
}

/* DataTable alt bilgi yazısı - daha spesifik */
div.dt-container div.dt-info {
    font-size: 11px !important;
}

/* DataTable alt bilgi yazısı - en spesifik */
div.dt-container div.dt-info[aria-live="polite"] {
    font-size: 11px !important;
}

/* DataTable arama input'u */
div.dt-container div.dt-search input {
    width: 300px !important;
}


/* Tablo veri stilleri */
.table tbody td {
    font-size: 12px !important;
    text-align: center !important;
}

/* İşlemler sütununu sağa yasla */
.table tbody tr td:last-child {
    text-align: right !important;
}

/* Üst Menü sütununu ortala (2. sütun) */
.table tbody tr td:nth-child(2) {
    text-align: center !important;
}

/* Düzenle ve Sil butonları için stil */
.btn-edit, .btn-delete {
    display: inline-block !important;
    margin-left: 1px !important;
    text-decoration: none !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.btn-edit {
    background: deepskyblue !important;
    color: #fff !important;
    padding: 4px 15px !important;
    border-radius: 5px 0px 0px 5px !important;
    font-size: 12px !important;
    border: 1px solid deepskyblue !important;
    margin-right: 1px !important;
}

.btn-edit:hover {
    background: #00bfff !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
}

.btn-delete {
    background: red !important;
    color: #fff !important;
    padding: 4px 15px !important;
    border-radius: 0px 5px 5px 0px !important;
    font-size: 12px !important;
    border: 1px solid red !important;
}

.btn-delete:hover {
    background: #ff4444 !important;
    color: white !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
}

.aside { display: block; width: 240px; height: 100%; transform: translateX(-100%);box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
.aside-header {display: flex; align-items: center; justify-content: space-between; height: 54px; padding: 0 18px; border-right: 1px solid #485e9029; background-color: transparent; transform: translateX(54px); }
.aside-logo { font-size: 22px; width: 90px; font-weight: 700; letter-spacing: -1px; margin-top: 0; }
.aside-logo img { width: 140px; }
.aside-menu-link { font-size: 24px; color: #334151; }
.aside-menu-link:hover,
.aside-menu-link:focus { color: #1c2b33; text-decoration: none; }

.aside-body { border-top-color: #0000; background-color: #052fac; }
.aside-body { position: relative; padding: 20px 5px; height: calc(100% - 59px); border-top: 1px solid #485e9029; border-right: 1px solid #485e9029; background-color: #fff; }
.logo {width: 150px;}

.nav-aside { flex-direction: column; line-height: 1.6; font-size: 13px; white-space: nowrap; }
.nav-aside .nav-label { color: #fff; font-weight: 500; font-size: 10px; font-weight: 700; font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif; letter-spacing: .5px; text-transform: uppercase; color: #001737; margin-bottom: 5px; display: block; transition: all 0.25s; }
.nav-aside .nav-item { position: relative;}
.nav-aside .nav-link { 
    position: relative; 
    display: flex;
    font-size: 14px; 
    align-items: center; 
    height: 35px; 
    color: #334151; 
    transition: all 0.25s;
    margin-bottom: 0px;
    padding-top: 11px; 
    width: 99%;
}
.nav-aside .nav-link i { 
    font-size: 20px; 
    margin-right: 5px;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}
.nav-aside .nav-link:before { 
    content: ''; 
    position: absolute; 
    top: 2px; 
    left: -14px; 
    bottom: 2px; 
    right: -25px;
    opacity: 0; 
}

.nav-aside .nav-item + .nav-item { margin-top: 1px; }
.nav-aside .nav-item.active .nav-link { 
    opacity: 1; 
    color: #fff;
    background: #0A3376;
    border-radius: 5px;
    height: 35px;
    font-weight: 500;
    padding-right: 10px;
    padding-top: 10px; 
}
.nav-aside .nav-item ul { 
    margin: 0; 
    padding-left: 25px; 
    list-style: none; 
}

.nav-aside .with-sub .nav-link::after { 
    content: '\f3d1'; 
    font-family: 'Ionicons'; 
    font-size: 12px; 
    display: inline-block; 
    position: relative; 
    margin-left: auto; 
    opacity: .5; 
}

.nav-aside .nav-item.active .nav-link::before { 
    bottom: 0; 
    top: 0;
    opacity: 1; 
    visibility: visible;
}

.nav-social {
    padding: 5px 5px 5px 20px;
    color: red;
}
.nav-social:hover {
    color: #45aaf2;
}


.active-nav-item {
    color: #fff !important;
    background: #7952B3;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


.aside-fixed { position: fixed; top: 0; left: 0; bottom: 0; z-index: 1000; }

.content {height: 100vh;}
.content-header { background-color: #fff; height: 55px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #485e9029; padding-left: 65px; }

.content-header .content-search { width: 300px; display: flex; align-items: center; }
.content-header .content-search i { font-size: 24px; margin-right: 10px; color: #8392a5; }
.content-header .content-search .form-control { padding: 0; border-width: 0; background-color: #0000; }
.content-header .content-search .form-control:focus { box-shadow: none; color: #1b2e4b; }


.content-header ul.nav li a.nav-link { color: #1b2e4bbf; padding: 16px 15px;font-size:13px;font-weight:500;}
.content-header ul.nav li a.nav-link i {  font-size: 24px; }
.content-header ul.nav li a.nav-link.btn-link { color: #636e72; position: relative;border-right: 1px solid #485e9029;padding: 19px 30px 19px 15px; }
.content-header ul.nav li a.nav-link.btn-link:hover { color: #45aaf2; }

.content-header ul.nav li a.nav-link.btn-link i { font-size: 18px; top:20px; right: 8px; }
.content-header ul.nav li.dropdown-user {}
.content-header ul.nav li.dropdown > .dropdown-menu { top: -2px !important;  border-radius: 0; border-top: 0; }
.content-header ul.nav li.dropdown > .dropdown-menu a { font-size:13px; padding: .25rem 1rem; }
.content-header ul.nav li a.dropdown-user-link { padding: 10px 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.content-header ul.nav li.dropdown-user .dropdown-menu-right { top: -2px !important;  border-radius: 0; border-top: 0; }
.content-header ul.nav li.dropdown-user .dropdown-menu-right > a { font-size:13px; padding: .25rem 1rem;}
.content-header ul.nav li.dropdown-user .dropdown-menu-right > a > i { font-size:16px; }
.content-header ul.nav li a.dropdown-user-link .user-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; float: left; margin-right: .8rem; }
.content-header ul.nav li a.dropdown-user-link .user-name { display: inline-block; margin-left: .2rem; line-height: 1.2; }
.content-header ul.nav li a.dropdown-user-link .user-status { font-size: smaller; }
.content-header ul.nav li a.dropdown-user-link img {box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;; border-radius: 5px;padding:3px;width: 100%;}
.content-header ul.nav li.lnkTicket .dropdown-menu { left: inherit !important; right:0; }
.content-header ul.nav li.lnkHelp .dropdown-menu { left: inherit !important; right: -1px; }

.content-body { position: relative; padding: 15px; height: calc(100% - 54px); overflow-y: auto;background:#eaf1f7; }

.aside.minimize { width: auto; }
.aside.minimize .aside-header { width: 60px; padding: 0; justify-content: center; }
.aside.minimize .aside-logo,
.aside.minimize .aside-loggedin-user { display: none; }
.aside.minimize .aside-body { width: 60px; padding: 20px 10px; transition: none; }
.aside.minimize + .content { margin-left: 60px; }
.aside.minimize .nav-aside { width: 100%; flex-wrap: nowrap; }
.aside.minimize .nav-aside .nav-label,
.aside.minimize .nav-aside .nav-item ul,
.aside.minimize .nav-aside .with-sub .nav-link::after { display: none; }
.aside.minimize .nav-aside .nav-label + .nav-item { position: relative; }
.aside.minimize .nav-aside .nav-label + .nav-item::before { content: ''; display: block; border-top: 1px solid #485e9029; margin: 8px 0; }
.aside.minimize .nav-aside .nav-link::before { right: auto; left: -20px; }
.aside.minimize .nav-aside .nav-link span { position: fixed; opacity: 0; visibility: hidden; margin-left: 31px; }

.aside.maximize .aside-body { width: 240px; padding: 20px; display: block; }
.aside.maximize .nav-aside { width: auto; flex-wrap: wrap; align-items: stretch; }
.aside.maximize .nav-aside .nav-link span { opacity: 1; visibility: visible; position: relative; margin-left: 0; }
.aside.maximize .nav-aside .nav-item ul,
.aside.maximize .nav-aside .with-sub .nav-link::after { display: block; }

.backdrop { visibility: hidden; opacity: 0; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: #0f1520b3; z-index: 40; transition: all 0.4s; }
.aside-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #1c273cb3; opacity: 0; z-index: 900; visibility: hidden; }

.show-aside { overflow: hidden; }
.show-aside .aside-backdrop { opacity: 1; visibility: visible; }
.show-aside .aside { transform: translateX(0); }
.show-aside .aside-header { transform: none; border-right-color: #0000; }
.show-aside .aside-body { border-right-color: #0000; }

.breadcrumb-style1,
.breadcrumb-style2,
.breadcrumb-style3 { 
    border-radius: 0; 
    background-color: #0000; 
    padding: 8px 0 0 0; 
}
.breadcrumb-style1 .breadcrumb-item,
.breadcrumb-style2 .breadcrumb-item,
.breadcrumb-style3 .breadcrumb-item { font-size: 13px; font-weight: 500; }
.breadcrumb-style1 .breadcrumb-item a,
.breadcrumb-style2 .breadcrumb-item a,
.breadcrumb-style3 .breadcrumb-item a { color: #334151; }
.breadcrumb-style1 .breadcrumb-item.active,
.breadcrumb-style2 .breadcrumb-item.active,
.breadcrumb-style3 .breadcrumb-item.active { color: #0A3376; }
.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #334151 !important; content: ">>"; }
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-style3 .breadcrumb-item + .breadcrumb-item::before { color: #97a3b9; }
.bread {background: #fff;padding: 20px;border-radius: 12px;margin-bottom: 10px;}

.la-home {font-size: 15px;margin-right: 5px;color:#334151}


.custom-nav {  border-bottom: 2px solid #485e9029; }
.custom-nav .nav-link { position: relative; color: #596882;}
/*.custom-nav .nav-link.active { color: #0168fa;background-color: #7952B3;  } */
/*.custom-nav .nav-link.active::after { content: ''; position: absolute; bottom: -2px; left: 0; right: 0; height: 2px; background-color: #7952B3; } */

.profile { position: relative; }
.profile .profile-avatar{ float: left; width: 120px; }
.profile .profile-avatar > img { box-shadow: 0 4px 8px 0 rgba(0,0,0,.12), 0 2px 4px 0 rgba(0,0,0,.08); width:100%; border-radius: 4px; }
.profile .profile-text { float: left; width: calc(100% - 120px); padding-left: 15px; }
.profile .profile-text h1 { font-size: 16px; margin: 40px 0 0; }
.profile .profile-text span { font-size: 13px; margin: 0; }

.profile-service { list-style: none; padding: 0; margin: 0; display: -webkit-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; padding-left: 0; margin: 0 -5px;}
.profile-service > li { padding: 0 20px; width: auto; font-size: 14px; text-align: center; }
.profile-service > li:not(:first-child) { border-left: solid 1px #d9d9d9; }
.profile-service > li > .title { display: block; color: #262626; font-size: 14px; font-weight: 500; display: block; }
.profile-service > li > .meta { font-size: 12px; line-height: 1.5; display: block; }

.filtre { background: transparent; border: 0; padding: 0 0 10px; }
.filtre .card-body{ padding: 0; }
.filtre .form-group { margin-bottom: 0;}
.filtre select { height: 28px; padding: 4px 10px; font-size: 13px; border-radius: 3px; border: 1px solid #DCDCDC; box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);}

@media (max-width: 575px){
    .content-header .content-search { width: 120px; }
    .content-header ul.nav li a.nav-link { padding: 14px 5px; }
    .content-header ul.nav li a.dropdown-user-link { padding: 8px 0px 8px 10px;}
    .content-header ul.nav li a.nav-link.btn-link { display: none; }
    .dashboard-box a { right: 5px; bottom: 2px; }
    .card-header .btn-group { margin-bottom: 15px;}

}

@media (min-width: 576px){
    .content-body { padding: 20px; }
    .mg-sm-t-0 { margin-top: 0px; }
    .content-header ul.nav li a.nav-link.btn-link { }

}


@media (min-width: 992px){
    .aside { transform: translateX(0); box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
    .aside-header { padding: 0 15px; transform: none; height: 59px; }
    .aside-fixed + .content { margin-left: 60px; }
    .content-header { height: 60px; padding: 0 25px; }
    .content-body { padding: 5px 5px; height: calc(100% - 62px); overflow-y: scroll;}
    .mg-lg-t-0 { margin-top: 0px; }
    .mg-lg-b-25 { margin-bottom: 25px; }
    .aside-backdrop { display: none; }

}


@media (min-width: 1200px){
    .aside-fixed + .content { margin-left: 240px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
    .mg-xl-b-30 { margin-bottom: 30px; }
}


.dashboard-box h6 {line-height: 1.1;font-weight: 500; font-size: 14px; }
.dashboard-box h3 {line-height: 1.1;font-weight: 400; margin: 0 5px 0 0;}
.dashboard-box a { font-size: 13px;margin-bottom: 0px; right: 20px;}
.dashboard-box p { font-size: 11px;margin-bottom: 0px;}
.dashboard-box p > span { font-weight: 500; }
.dashboard-box .chart-three img { width: 100%; }
.dashboard-box .chart-three .flot-chart { margin-left: -7px; margin-right: -8px; margin-bottom: -5px; }


.productPackage ul { list-style: none; padding: 0; margin: 0; }
.productPackage ul li { padding: 2px 0; }
.productPackage ul li:last-child { border-top: 1px solid #dee2e6; margin-top: 10px; padding: 10px 0 0; }
.productPackage .btn { font-weight: 700; padding: 8px 10px; font-size: 16px; min-width: 160px; }
.productPackage.bestseller {border: 2px solid #0068d9; }

.price2{position:relative;text-align:center; margin-bottom: 10px;}
.price2 .old{position:relative;font-size:20px;font-weight:500;color:rgba(3,27,78,.5);line-height:1}
.price2 .old span{position:relative;display:inline-block}
.price2 .old span:after{display:block;content:'';position:absolute;height:1px;width:100%;right:0;top:8px;background:red;-webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg);transform:rotate(-5deg)}
.price2 .price-tag{color:#031b4e;font-size:56px;line-height:1;margin-bottom:5px;font-weight:800;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;justify-content:center}
.price2 .price-tag sub{color:rgba(3,27,78,.5);font-size:14px;font-weight:600;bottom:0;top:14px;left:5px;height:-webkit-max-content;height:-moz-max-content;height:max-content}
.price2 .price-tag sup{color:#031b4e;font-size:28px;top:-8px;left:-20px;height:-webkit-max-content;height:-moz-max-content;height:max-content}


.ribbon-wrapper{position:absolute;overflow:hidden;width:85px;height:88px;top:-6px;left:-4px;z-index:1}
.ribbon{position:relative;display:block;text-align:center;font-size:13px;letter-spacing:-.5px;font-weight:700;color:#fff;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);padding:3px 0;right:24px;top:22px;width:110px;line-height:16px;background-color:#555;box-shadow:0 0 3px rgba(0,0,0,.3)}
.ribbon:before{left:0;bottom:-1px}
.ribbon:after{right:0}
.ribbon:after,
.ribbon:before{position:absolute;content:" ";line-height:0;border-top:2px solid #555;border-left:2px solid transparent;border-right:2px solid transparent;bottom:-2px}
.ribbon-primary{background-color:#0069d9;color:#fff}
.ribbon-success{background-color:#00b545}
.ribbon-info{background-color:#1abc9c}
.ribbon-warning{background-color:#ffc107;color:#212529}
.ribbon-danger{background-color:#e51c23}
.ribon-ssl{position:absolute;width:55px;height:55px;top:140px;right:12px;z-index:1;display:inline-block;background-color:#ffeeba;color:#a78a34;font-size:13px;line-height:1;letter-spacing:-.5px;font-weight:700;text-align:center}
.ribon-ssl:after,
.ribon-ssl:before{content:"";position:absolute;top:0;left:0;height:55px;width:55px;background:#ffeeba;z-index:0}
.ribon-ssl:before{transform:rotate(30deg)}
.ribon-ssl:after{transform:rotate(60deg)}
.ribon-ssl span{display:inline-block;position:relative;z-index:1;padding:6px 0}
.ribon-ssl span>i{display:block;font-size:16px}

.table-responsive { overflow-x: inherit; }

/******************************* Setting *******************************/

.ry-settings { position: fixed; top: 0; right: 0; bottom: 0; z-index: 1200; transition: all 0.2s; }
.ry-settings:hover { text-decoration: none; }
@media (prefers-reduced-motion: reduce) {
    .   ry-settings { transition: none; }
}

.ry-settings.show { right: 200px; }
.ry-settings.show .ry-settings-link { position: relative; }
.ry-settings.show .ry-settings-link, .ry-settings.show .ry-settings-link:hover,
.ry-settings.show .ry-settings-link:focus { background-color: #fff; border-color: #c0ccda; color: #1c273c; box-shadow: -5px 0 10px rgba(28, 39, 60, 0.1); font-size: 27px;}
.ry-settings-link { position: absolute; font-size: 27px; top: 98px; left: -44px; width: 45px; height: 45px; background-color: #1c273c; border: 1px solid transparent; border-right-width: 0; color: #fff; display: flex; align-items: center; justify-content: center; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; transition: all 0.2s ease-in-out; z-index: 1; }
.ry-settings-link:hover { text-decoration: none; }

@media (prefers-reduced-motion: reduce) {
    .ry-settings-link { transition: none; }
}

.ry-settings-link:hover, .ry-settings-link:focus { color: #fff; background-color: #3b4863; box-shadow: 0 0 10px 2px rgba(28, 39, 60, 0.1); }

@-webkit-keyframes rotating { from { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes rotating { from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }

.ry-settings-link svg { width: 20px; height: 20px; -webkit-animation: rotating 3s linear infinite; -moz-animation: rotating 3s linear infinite; -ms-animation: rotating 3s linear infinite; -o-animation: rotating 3s linear infinite; animation: rotating 3s linear infinite; }
.ry-settings-body { position: absolute; top: 0; left: 0; width: 250px; height: 100%; background-color: #fff; border-left: 1px solid #c0ccda; box-shadow: 0 0 15px rgba(28, 39, 60, 0.1); padding: 0 20px; overflow-y: auto; }
.ry-settings-body label { display: block; line-height: 1; }
.ry-skin,
.ry-mode { height: 20px; border: 1px solid rgba(72, 94, 144, 0.16); display: flex; margin-bottom: 5px; padding: 2px; }
.ry-skin:hover,
.ry-skin:focus,
.ry-mode:hover,
.ry-mode:focus { border-color: #8392a5; box-shadow: 0 0 0 1px #8392a5; }
.ry-skin.active,
.ry-mode.active { border-color: #0168fa; box-shadow: 0 0 0 1px #0168fa; position: relative; }
.ry-skin.active::before,
.ry-mode.active::before { content: '\f3ff'; font-family: 'Ionicons'; font-size: 26px; position: absolute; top: 50%; left: 50%; line-height: 0; margin-left: -5px; margin-top: -1px; color: #0168fa; }
.ry-skin.active ~ span,
.ry-mode.active ~ span { color: #0168fa; }
.ry-skin.disabled,
.ry-mode.disabled { cursor: default; border-color: rgba(72, 94, 144, 0.16); box-shadow: none; opacity: .75; }
.ry-skin > span,
.ry-mode > span { display: block; flex: 1; }
.ry-skin-deepblue span:first-child { background-color: #4994fe; }
.ry-skin-deepblue span:last-child { background-color: #0536c5; }
.ry-skin-charcoal span:first-child { background-color: #e5e9f2; }
.ry-skin-charcoal span:last-child { background-color: #2d353e; }
.ry-skin-gradient1 span:first-child { background-color: #5b47fb; }
.ry-skin-gradient1 span:last-child { background-color: #0168fa; }
.ry-skin-name { font-size: 9px; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif; text-transform: uppercase; display: block; text-align: center; color: #8392a5; }


.chosen-container-single .chosen-single { height: 35px; line-height: 33px;border: 1px solid #ced4da !important; background: #fff; box-shadow: none; }
.chosen-container-single .chosen-single div b { background-position: 2px 7px; }
.chosen-container-active.chosen-with-drop .chosen-single div b{background-position: -16px 7px}
.chosen-container-multi .chosen-choices { padding: 2px 5px; border-radius: 3px; border: 1px solid #ced4da !important; background: #fff; }
.chosen-container.chosen-with-drop .chosen-drop { border: 1px solid #ced4da !important; border-top:0!important;}

.datetimepicker { padding: 0 !important; }
.datetimepicker-days th { font-size: 13px; padding: 5px; }
.datetimepicker-days td { font-size: 13px; padding: 5px; }
.datetimepicker-days td span { font-size: 13px; }


.pnl-title {background:#7952B3;color:#fff;padding: 10px;font-size: 14px;width:100%;font-weight: 500;border-radius: 5px;border: 1px solid #ccc;margin-bottom: 15px !important;}
.pnl-head {background:#f5f5f5;color:#1c2b33;font-size: 14px !important;width:100%;font-weight: 500;border-radius: 5px;margin-bottom:0;padding:10px 15px;}
.onec {width: 100%;margin-bottom: 5px;border-radius: 9px;border: 1px solid #ced4da;padding: 2px;}

.rwpanel {padding:20px; background-color: #fff;background-clip: border-box;border: 1px solid rgba(0, 0, 0, 0.125);border-radius: 5px;box-shadow: 0 8px 16px 0 rgb(162 169 204 / 24%);}
.rwpanel2 {margin-right:0 !important;padding:20px 5px; background-color: #fff;background-clip: border-box;border: 1px solid rgba(0, 0, 0, 0.125);border-radius: 5px;box-shadow: 0 8px 16px 0 rgb(162 169 204 / 24%);}
.rwpanel3 {margin-top:5px;margin-right:0 !important;padding:20px 5px; background-color: #fff;background-clip: border-box;border: 1px solid rgba(0, 0, 0, 0.125);border-radius: 5px;box-shadow: 0 8px 16px 0 rgb(162 169 204 / 24%);}
.rwpanel4 {margin-left:0 !important;margin-right:0 !important;padding:20px 5px; background-color: #fff;background-clip: border-box;border: 1px solid rgba(0, 0, 0, 0.125);border-radius: 5px;box-shadow: 0 8px 16px 0 rgb(162 169 204 / 24%);}

.goz {position:absolute;top:50%;left:90%;color:#495057;}


.home-nbr {font-size:25px !important;margin-bottom:-5px !important; font-weight: 600;color: #8e44ad;}
.home-icn {color:#1abc9c;font-size:30px;}
.home-btn {display:block;width:100%;text-align:center;margin-top:10px;color: #fff;background: #95afc0;padding: 4px 25px;border-radius: 25px;font-size: 13px;text-decoration:none;}
.home-btn:hover {background:#0abde3;color:#fff;text-decoration:none;}

.cont-icn {background: #8e44ad;width: 25px;height: 25px;border-radius: 3px;padding: 5px;font-size: 15px;color:#fff;}
.cont-icn2 {background: #8e44ad;width: 33px;height: 33px;border-radius: 3px;padding: 7px;font-size: 19px;color:#fff;}

.cont-icn3 {background: #8e44ad;width: 25px;height: 25px;border-radius: 3px;padding: 5px;font-size: 15px;color:#fff;}
.fill {width: 100%;height:100%;border-radius:10px;background-position: inherit;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;overflow: hidden;}

.detay-list-t1 {font-size: 13px !important;padding: 10px 0 5px 0;background:#f5f5f5;padding:8px 15px;border-radius:10px;margin-bottom: 5px !important;}
.detay-list-ov {    max-height: 180px;min-height: 180px;overflow: scroll;}

.new-btn {display: block;text-align: center;background: #7952B3;color: #fff;font-size: 14px;font-weight: 400;padding: 10px 25px;border-radius: 5px;transition:0.5s;}
.new-btn:hover {color:#fff;background:#5b3e8a;transition:0.5s;}

div.dt-container div.dt-length label {font-size:12px !important;}
div.dt-container div.dt-length select {font-size:12px !important;}
div.dt-container div.dt-search label {font-size:12px;}
div.dt-container div.dt-search input {font-size:12px !important;}
.dt-length {    margin-top: 10px;margin-bottom: -5px;}

.btn-delete {background: red !important;color: #fff !important;padding: 5px 15px;border-radius: 0px 5px 5px 0px !important;font-size: 12px !important;border: 1px solid red !important;}
.btn-edit {background: deepskyblue !important;color: #fff !important;padding: 5px 15px;border-radius: 5px 0px 0px 5px !important;font-size: 12px !important;border: 1px solid deepskyblue !important;margin-right:1px;}
.save-btn {    width: 100%;border: hidden;background: deepskyblue;color: #fff;font-size: 14px;font-weight: 500;padding: 8px 15px;border-radius: 5px;transition:0.5s;}
.save-btn:hover {background:red;transition:0.5s;}

/*--------------------------------------------------------------
# Global Select Dropdown Styling
--------------------------------------------------------------*/
select.form-control,
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23666" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: right 6px center !important;
    background-size: 8px !important;
    padding-right: 20px !important;
}

/* ========================================
   DURUM BADGE RENKLERİ - TÜM LİSTELEME SAYFALARI
   ======================================== */

/* Aktif Durumu - Belirgin Yeşil */
.badge-success {
    background-color: #28a745 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 4px rgba(40, 167, 69, 0.3) !important;
}

/* Pasif Durumu - Belirgin Kırmızı */
.badge-danger {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3) !important;
}

/* Taslak Durumu - Sarı */
.badge-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3) !important;
}

/* Badge Hover Efekti */
.badge-success:hover,
.badge-danger:hover,
.badge-warning:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.2s ease !important;
}

/* ========================================
   LOGİN SAYFASI MODERN TASARIM
   ======================================== */

/* Login Body - Modern Gradient Background */
.login-body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Animated Background Pattern */
.login-body::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: backgroundMove 20s linear infinite;
}

@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

/* Login Container */
.login-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    padding: 15px;
    box-sizing: border-box;
    max-height: 100vh;
    overflow-y: auto;
}

/* Login Card - Glassmorphism Effect */
.login-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 35px 25px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease-out;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Logo Area */
.login-logo {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-logo img {
    max-width: 160px;
    height: auto;
    margin: 0 auto;
    display: block;
    animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* Login Title */
.login-title {
    text-align: center;
    margin-bottom: 25px;
}

.login-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 6px;
}

.login-title h3 .highlight {
    color: #667eea;
    font-weight: 800;
}

.login-title p {
    font-size: 13px;
    color: #636e72;
    margin: 0;
}

/* Form Groups */
.login-form-group {
    margin-bottom: 18px;
    position: relative;
}

.login-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2d3436;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.login-form-group .login-input {
    width: 100%;
    height: 50px;
    padding: 12px 15px;
    font-size: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: #f8f9fa;
    color: #2d3436;
    transition: all 0.3s ease;
    outline: none;
    box-sizing: border-box;
}

.login-form-group .login-input:focus {
    border-color: #667eea;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.login-form-group .login-input::placeholder {
    color: #b2bec3;
}

/* Password Toggle Switch */
.password-toggle {
    display: flex;
    align-items: center;
    margin-top: 12px;
    gap: 10px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dfe6e9;
    transition: 0.4s;
    border-radius: 24px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toggle-switch input:checked + .toggle-slider {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.toggle-switch input:checked + .toggle-slider:before {
    transform: translateX(20px);
}

.toggle-label {
    font-size: 13px;
    color: #636e72;
    font-weight: 500;
    user-select: none;
}

/* Login Options */
.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.remember-me {
    display: flex;
    align-items: center;
}

.remember-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #636e72;
    user-select: none;
}

.remember-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 4px;
    margin-right: 8px;
    position: relative;
    transition: all 0.3s ease;
    background: #fff;
}

.remember-checkbox input[type="checkbox"]:checked + .checkmark {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
}

.remember-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.remember-text {
    font-weight: 500;
    transition: color 0.3s ease;
}

.remember-checkbox:hover .remember-text {
    color: #667eea;
}

.forgot-password {
    text-align: right;
}

.forgot-link {
    color: #667eea;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.forgot-link:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* Login Button */
.login-btn {
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    margin-top: 0;
}

.login-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
}

.login-btn:active {
    transform: translateY(-1px);
}

/* Alert Messages */
.login-alert {
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-alert.alert-danger {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

/* Footer Info */
.login-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

.login-footer p {
    font-size: 12px;
    color: #636e72;
    margin: 0;
}

.login-footer a {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.login-footer a:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 576px) {
    .login-body {
        padding: 0;
    }
    
    .login-container {
        padding: 10px;
        max-height: 100vh;
    }
    
    .login-card {
        padding: 25px 20px;
    }
    
    .login-title h3 {
        font-size: 22px;
    }
    
    .login-form-group .login-input {
        height: 45px;
        font-size: 14px;
        padding: 10px 12px;
    }
    
    .login-options {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .forgot-password {
        text-align: left;
        width: 100%;
    }
    
    .login-btn {
        height: 45px;
        font-size: 14px;
    }
}

/* Extra small screens */
@media (max-width: 480px) {
    .login-container {
        padding: 5px;
    }
    
    .login-card {
        padding: 20px 15px;
    }
    
    .login-title h3 {
        font-size: 20px;
    }
    
    .login-form-group .login-input {
        padding: 8px 10px;
        height: 42px;
    }
    
    .login-btn {
        height: 42px;
        font-size: 14px;
    }
}

/* Loading Animation */
.login-btn.loading {
    pointer-events: none;
    position: relative;
    color: transparent;
}

.login-btn.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #667eea;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Headset Sayfası Stilleri */
.headset-container {
    background: linear-gradient(135deg, #e8eef5 0%, #d4dce6 100%);
    min-height: 100vh;
    padding: 20px;
}

.headset-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.headset-header {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    color: white;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.headset-title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.headset-title i {
    font-size: 1.5rem;
    opacity: 0.9;
}

.headset-content {
    padding: 25px;
}

.section-title {
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
    color: white;
    padding: 12px 16px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
}

.section-title i {
    font-size: 1.2rem;
    opacity: 0.9;
}

.modern-form-group {
    margin-bottom: 15px;
}

.modern-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.modern-label i {
    color: #667eea;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.modern-input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    height: 36px;
}

.modern-input:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    transform: translateY(-1px);
}

.modern-textarea {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    resize: vertical;
    min-height: 60px;
}

.modern-textarea:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    transform: translateY(-1px);
}

.file-upload-section {
    background: #f8fafc;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.file-upload-section:hover {
    border-color: #4299e1;
    background: #ebf8ff;
}

.file-upload-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.file-upload-label i {
    color: #667eea;
    font-size: 1.1rem;
}

.file-upload-input {
    display: none;
}

.file-upload-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.file-upload-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.file-upload-info {
    margin-top: 8px;
    font-size: 0.75rem;
    color: #718096;
}

.file-preview {
    margin-top: 10px;
    padding: 8px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.file-preview img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-save-btn {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
}

.modern-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.modern-save-btn:active {
    transform: translateY(0);
}

.breadcrumb-modern {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb-modern a {
    color: #4299e1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.breadcrumb-modern a:hover {
    color: #2b6cb0;
}

/* Headset Sayfası Stilleri */
.headset-container {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    padding: 20px;
}

.headset-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.headset-header {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    color: white;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.headset-title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.headset-title i {
    font-size: 1.5rem;
    opacity: 0.9;
}

.headset-content {
    padding: 25px;
}

.section-title {
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
    color: white;
    padding: 12px 16px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
}

.section-title i {
    font-size: 1.2rem;
    opacity: 0.9;
}

.modern-form-group {
    margin-bottom: 15px;
}

.modern-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.modern-label i {
    color: #667eea;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.modern-input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    height: 36px;
}

.modern-input:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    transform: translateY(-1px);
}

.modern-textarea {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    resize: vertical;
    min-height: 60px;
}

.modern-textarea:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    transform: translateY(-1px);
}

.file-upload-section {
    background: #f8fafc;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.file-upload-section:hover {
    border-color: #4299e1;
    background: #ebf8ff;
}

.file-upload-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.file-upload-label i {
    color: #4299e1;
    font-size: 1rem;
}

.file-upload-input {
    display: none;
}

.file-upload-button {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.file-upload-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.3);
}

.file-upload-info {
    font-size: 0.75rem;
    color: #718096;
    margin-bottom: 10px;
}

.file-preview {
    margin-top: 10px;
}

.file-preview img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.modern-save-btn {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
}

.modern-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.modern-save-btn:active {
    transform: translateY(0);
}

.breadcrumb-modern {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.breadcrumb-modern a {
    color: #4299e1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.breadcrumb-modern a:hover {
    color: #2b6cb0;
}

/* Popup Settings Stilleri */
.popup-container {
    background: linear-gradient(135deg, #e8eef5 0%, #d4dce6 100%);
    min-height: 100vh;
    padding: 20px;
}

.popup-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.popup-header {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    color: white;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.popup-title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.popup-title i {
    font-size: 1.5rem;
    opacity: 0.9;
}

.popup-content {
    padding: 30px;
}

.popup-section-title {
    background: linear-gradient(135deg, #4299e1 0%, #3182ce 100%);
    color: white;
    padding: 12px 16px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(66, 153, 225, 0.3);
}

.popup-section-title i {
    font-size: 1.2rem;
    opacity: 0.9;
}

.popup-form-group {
    margin-bottom: 15px;
}

.popup-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.popup-label i {
    color: #667eea;
    font-size: 1rem;
    width: 16px;
    text-align: center;
}

.popup-input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    height: 36px;
}

.popup-input:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    transform: translateY(-1px);
}

.popup-textarea {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    resize: vertical;
    min-height: 60px;
}

.popup-textarea:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    transform: translateY(-1px);
}

.popup-file-upload {
    background: #f8fafc;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.popup-file-upload:hover {
    border-color: #4299e1;
    background: #ebf8ff;
}

.popup-file-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.popup-file-label i {
    color: #667eea;
    font-size: 1.1rem;
}

.popup-file-input {
    display: none;
}

.popup-file-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.popup-file-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.popup-file-info {
    margin-top: 8px;
    font-size: 0.75rem;
    color: #718096;
}

.popup-file-preview {
    margin-top: 10px;
    padding: 8px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.popup-file-preview img {
    max-width: 200px;
    max-height: 150px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.popup-save-btn {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
}

.popup-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.popup-save-btn:active {
    transform: translateY(0);
}

.popup-breadcrumb {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popup-breadcrumb a {
    color: #4299e1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.popup-breadcrumb a:hover {
    color: #2b6cb0;
}

.popup-language-selector {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2d3748;
    transition: all 0.3s ease;
    width: 100%;
}

.popup-language-selector:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.popup-status-select {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #2d3748;
    transition: all 0.3s ease;
    width: 100%;
}

.popup-status-select:focus {
    outline: none;
    border-color: #4299e1;
    background: white;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

/* Headset Responsive */
@media (max-width: 768px) {
    .headset-container {
        padding: 10px;
    }
    
    .headset-content {
        padding: 20px;
    }
    
    .section-title {
        font-size: 1rem;
        padding: 12px 15px;
    }
    
    .modern-input, .modern-textarea {
        font-size: 16px; /* iOS zoom önleme */
    }
    
    .popup-container {
        padding: 10px;
    }
    
    .popup-content {
        padding: 20px;
    }
    
    .popup-section-title {
        font-size: 1rem;
        padding: 12px 15px;
    }
    
    .popup-input, .popup-textarea {
        font-size: 16px; /* iOS zoom önleme */
    }
}

/* ========================================
   LİSTE SAYFALARI ORTAK CSS CLASS'LARI
   Tüm listeleme sayfalarında kullanılacak ortak stiller
   Kullanım: user-list.php, log-list.php, product-list.php vb.
   Prefix: list- (list-container, list-card, list-table vb.)
   ======================================== */
.list-container {
    /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    min-height: 100vh;
    padding: 20px;
}

.list-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.list-header {
    background: #0A3376;
    color: white;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.list-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.list-title i {
    font-size: 1.5rem;
    opacity: 0.9;
}

.list-content {
    padding: 20px 15px;
}

.list-page-header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 10px 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.list-page-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0A3376;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-page-title i {
    color: #667eea;
    font-size: 1.3rem;
}

.list-new-btn {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    /* gap: 8px; */
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
    border: hidden;
    width: 100%;
    justify-content: center;
}

.list-new-btn:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.list-add-btn {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    text-decoration: none;
    padding: 9px 50px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
    border: hidden;
}

.list-add-btn:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.list-breadcrumb {
    background: #f5f5f5;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 12px 20px 6px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.01);
}

.list-breadcrumb a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.list-breadcrumb a:hover {
    color: #764ba2;
}

.list-table-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.list-table {
    width: 100% !important;
    border-collapse: collapse;
    font-size: 0.9rem;
    table-layout: fixed; /* Sabit genişlikler için */
}

.list-table thead th {
    background: #f8fafc;
    color: #2d3748;
    font-weight: 600;
    padding: 15px 10px;
    text-align: left !important;
    border: none;
    font-size: 13px;
}

.list-table thead th div {
    text-align: left !important;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-bottom: 1px solid #eee;
}

.list-table tbody td {
    padding: 12px 10px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
    color: #2d3748;
    font-size: 12px;
}

/* Zebra desen - Çift satırlar */
.list-table tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

/* Tek satırlar */
.list-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.list-table tbody tr:hover {
    background-color: #f0f4f8 !important;
}

/* Tablo sütun genişlikleri - arama inputlarıyla hizalı */
.list-table th:nth-child(1),
.list-table td:nth-child(1) {
    width: 69px !important;
    min-width: 69px !important;
    max-width: 69px !important;
}

.list-table th:nth-child(2),
.list-table td:nth-child(2) {
    width: 115px !important;
    min-width: 115px !important;
    max-width: 115px !important;
}

.list-table th:nth-child(3),
.list-table td:nth-child(3) {
    width: 350px !important;
    min-width: 350px !important;
    max-width: 350px !important;
}

.list-table th:nth-child(4),
.list-table td:nth-child(4) {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
}

.list-table th:nth-child(5),
.list-table td:nth-child(5) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.list-table th:nth-child(6),
.list-table td:nth-child(6) {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

/* User List için ek sütun genişlikleri */
.list-table th:nth-child(7),
.list-table td:nth-child(7) {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
}

.list-table th:nth-child(8),
.list-table td:nth-child(8) {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
}

.list-table th:nth-child(9),
.list-table td:nth-child(9) {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
}

.list-table th:nth-child(10),
.list-table td:nth-child(10) {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}

.list-btn-edit {
    background: #143EE6;
    color: white;
    text-decoration: none;
    padding: 4px 20px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    /* gap: 4px; */
}

.list-btn-edit:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.list-btn-delete {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    color: white;
    text-decoration: none;
    padding: 4px 20px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    /* gap: 4px; */
    border: none;
    cursor: pointer;
}

.list-btn-delete:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(229, 62, 62, 0.4);
}

.list-status-active {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

.list-status-inactive {
    background: linear-gradient(135deg, #e53e3e 0%, #c53030 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

.list-mail-yes {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

.list-mail-no {
    background: linear-gradient(135deg, #a0aec0 0%, #718096 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

/* Form Stilleri */
.form-section {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-title {
    background: #8A4309;
    color: #fff;
    padding: 12px 11px 8px 10px !important;
    margin: 0 0 16px 0;
    border-radius: 8px;
    font-size: 14px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 5px rgba(66, 153, 225, 0.05);
}

.form-label-bold {
    font-weight: 600 !important;
    color: #2d3748 !important;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
}

.form-label-bold i {
    color: #0A3376;
    font-size: 0.9rem;
    width: 16px;
}

.form-control:focus {
    border-color: #0A3376;
    box-shadow: 0 0 0 3px rgba(10, 51, 118, 0.1);
    outline: none;
}


select.form-control {
    cursor: pointer;
}

textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

/* ========================================
   DÜZENLEME SAYFALARI ORTAK CSS CLASS'LARI
   Tüm düzenleme/kaydetme sayfalarında kullanılacak ortak stiller
   Kullanım: action/company.php, action/user.php, action/log.php vb.
   Prefix: edit- (edit-container, edit-card, edit-form-container vb.)
   ======================================== */
.edit-container {
    min-height: 100vh;
    padding: 20px;
}

.edit-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.edit-header {
    background: #0A3376;
    color: white;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.edit-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.edit-title i {
    font-size: 1.5rem;
    opacity: 0.9;
}

.edit-content {
    padding: 20px 15px;
}

.edit-form-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.edit-sidebar-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.edit-save-btn {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
    border: hidden;
    width: 100%;
    justify-content: center;
}

.edit-save-btn:hover {
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

/* Arama Filtreleri Stilleri */
.search-filters-container {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.search-filters-header {
    background: #0A3376;
    color: white;
    padding: 12px 20px;
    margin: 0;
}

.search-filters-header h5 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
}

.search-filters-header i {
    font-size: 16px;
    opacity: 0.9;
}

.search-filters-body {
    padding: 20px;
}

.search-filters-row {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.search-filter-item {
    display: flex;
    flex-direction: column;
}

.search-filter-item .form-group {
    margin-bottom: 0;
}

.search-filter-item label {
    font-size: 12px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 5px;
    display: block;
    white-space: nowrap;
}

.search-filter-item .search-input {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    height: 38px;
    width: 100%;
}

.search-filter-item .search-input:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Her sütun için özel genişlikler - tablo sütunlarıyla hizalı */
.search-filter-id {
    width: 69px; /* ID sütunu için %15 artırıldı (60px * 1.15 = 69px) */
    flex: 0 0 69px;
}

.search-filter-code {
    width: 115px; /* Firma Kodu için %15 artırıldı (100px * 1.15 = 115px) */
    flex: 0 0 115px;
}

.search-filter-title {
    width: 437px; /* Firma Ünvanı için %20 daha artırıldı (364px * 1.2 = 437px) */
    flex: 0 0 437px;
}

.search-filter-manager {
    width: 120px; /* Yetkili İsmi için orta */
    flex: 0 0 120px;
}

.search-filter-email {
    width: 150px; /* Yetkili Email için orta-geniş */
    flex: 0 0 150px;
}

.search-filter-name {
    width: 120px; /* Adı için orta */
    flex: 0 0 120px;
}

.search-filter-surname {
    width: 120px; /* Soyadı için orta */
    flex: 0 0 120px;
}

.search-filter-status {
    width: 100px; /* Durum için orta */
    flex: 0 0 100px;
}

.search-filter-clear {
    width: 100px; /* Temizle butonu için daha geniş */
    flex: 0 0 100px;
}

.search-clear-btn {
    background: linear-gradient(135deg, #718096 0%, #4a5568 100%);
    border: none;
    color: white;
    border-radius: 6px;
    transition: all 0.3s ease;
    height: 38px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    gap: 5px;
}

.search-clear-btn:hover {
    background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 85, 104, 0.3);
    color: white;
}

/* DataTable satır yüksekliklerini azalt */
.list-table tbody td {
    padding: 10px 10px !important; /* 8px'den 10px'e çıkardım */
    vertical-align: middle !important;
    line-height: 1.4 !important;
}

.list-table thead th {
    padding: 14px 10px !important; /* 12px'den 14px'e çıkardım */
    vertical-align: middle !important;
    line-height: 1.4 !important;
}

/* Butonların da daha kompakt olması için */
.list-btn-edit,
.list-btn-delete {
    padding: 4px 15px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
}

/* Liste Sayfaları Responsive */
@media (max-width: 768px) {
    .list-container {
        padding: 10px;
    }
    
    .list-content {
        padding: 20px;
    }
    
    .list-page-header {
        padding: 15px 20px;
    }
    
    .list-page-title {
        font-size: 1.2rem;
    }
    
    .search-filters-container {
        margin-bottom: 15px;
    }
    
    .search-filters-body {
        padding: 15px;
    }
    
    .search-filters-row {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .search-filter-item {
        margin-bottom: 10px;
    }
    
    .search-filter-item label {
        font-size: 11px;
        margin-bottom: 3px;
    }
    
    .search-filter-item .search-input {
        font-size: 14px; /* iOS zoom önleme */
        height: 35px;
        padding: 6px 10px;
    }
    
    /* Mobilde daha esnek genişlikler */
    .search-filter-id,
    .search-filter-code,
    .search-filter-title,
    .search-filter-manager,
    .search-filter-email {
        width: auto !important;
        flex: 1 1 auto !important;
        min-width: 80px;
    }
    
    .search-filter-title {
        flex: 2 1 auto !important; /* Firma Ünvanı daha geniş */
    }
    
    .search-filter-clear {
        width: auto !important;
        flex: 0 0 120px !important; /* Mobilde de yeterli genişlik */
        min-width: 120px;
    }
    
    .list-table-container {
        padding: 15px;
        overflow-x: auto;
    }
    
    .list-table {
        font-size: 0.8rem;
    }
    
    .list-table thead th {
        padding: 10px 5px !important; /* Mobilde biraz daha geniş */
        font-size: 0.8rem;
    }
    
    .list-table tbody td {
        padding: 8px 5px !important; /* Mobilde biraz daha geniş */
        font-size: 0.8rem;
    }
    
    .list-btn-edit,
    .list-btn-delete {
        padding: 3px 10px !important; /* Mobilde biraz daha geniş */
        font-size: 10px !important;
    }
}

/* User Form Stilleri */
.userform-container {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    padding: 20px;
}

.userform-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.userform-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.userform-title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.userform-title i {
    font-size: 1.5rem;
    opacity: 0.9;
}

.userform-content {
    padding: 30px;
}

.userform-section-title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 16px;
    margin: 0 0 20px 0;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.userform-section-title i {
    font-size: 1.2rem;
    opacity: 0.9;
}

.userform-form-group {
    margin-bottom: 15px;
}

.userform-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
}

.userform-input {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    height: 36px;
}

.userform-input:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.userform-select {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #2d3748;
    height: 36px;
}

.userform-select:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.userform-password-container {
    position: relative;
}

.userform-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #718096;
    cursor: pointer;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.userform-password-toggle:hover {
    color: #667eea;
}

.userform-avatar-section {
    background: #f8fafc;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.userform-avatar-section:hover {
    border-color: #667eea;
    background: #f0f4ff;
}

.userform-avatar-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.85rem;
}

.userform-avatar-preview {
    margin-top: 10px;
    padding: 8px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.userform-avatar-preview img {
    max-width: 100px;
    max-height: 100px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.userform-checkbox-group {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.userform-checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.85rem;
}

.userform-checkbox-item:last-child {
    margin-bottom: 0;
}

.userform-checkbox-item input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

.userform-checkbox-item label {
    margin: 0;
    font-weight: 500;
    color: #2d3748;
    cursor: pointer;
}

.userform-language-selector {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #2d3748;
    transition: all 0.3s ease;
    width: 100%;
}

.userform-language-selector:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.userform-save-btn {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
}

.userform-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
}

.userform-save-btn:active {
    transform: translateY(0);
}

.userform-breadcrumb {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.userform-breadcrumb a {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.userform-breadcrumb a:hover {
    color: #764ba2;
}

/* User Form Responsive */
@media (max-width: 768px) {
    .userform-container {
        padding: 10px;
    }
    
    .userform-content {
        padding: 20px;
    }
    
    .userform-section-title {
        font-size: 1rem;
        padding: 12px 15px;
    }
    
    .userform-input, .userform-select {
        font-size: 16px; /* iOS zoom önleme */
    }
}

/* Required alanlar için kırmızı asterisk */
.required-asterisk {
    color: #dc3545;
    font-weight: bold;
    margin-left: 2px;
}

/* Yetkili Olduğu Firmalar tablosu - Firma Ünvanı sola yasla */
.edit-form-container .table td:nth-child(3),
.edit-sidebar-container .table td:nth-child(3),
.table td:nth-child(3) {
    text-align: left !important;
}

/* Trello Tarzı Kanban Board CSS */
.kanban-board {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 15px 0;
    min-height: 500px;
}

.kanban-column {
    min-width: 280px;
    max-width: 280px;
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.kanban-column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid red;
}

.kanban-column-title {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.kanban-column-count {
    background: #1a428a;
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 50%;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
    height: 23px;
    width: 23px;
}

.kanban-cards {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    max-height: 500px;
}

.kanban-card {
    background: white;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.kanban-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    border-color: #3b82f6;
}

.kanban-card-company {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
    line-height: 1.3;
}

.kanban-card-process {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 8px;
    line-height: 1.3;
}

.kanban-card-progress {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #64748b;
}

.kanban-card-progress-bar {
    flex: 1;
    height: 4px;
    background: #389108;
    border-radius: 2px;
    overflow: hidden;
}

.kanban-card-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #1a428a 0%, #3b82f6 100%);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.kanban-card-progress-text {
    font-weight: 600;
    color: #1a428a;
    min-width: 35px;
    text-align: right;
    font-size: 10px;
}

.kanban-empty {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
    font-size: 13px;
}

.kanban-column.completed {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.kanban-column.completed .kanban-column-title {
    color: #16a34a;
}

.kanban-column.completed .kanban-card {
    border-left: 4px solid #22c55e;
}

/* Header Tasarımı - Koyu Mavi */
.list-header {
    background: linear-gradient(135deg, #1a428a 0%, #1e3a8a 100%);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 15px 20px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(26, 66, 138, 0.2);
}

.list-title {
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-title i {
    font-size: 20px;
    color: #93c5fd;
}

/* Modal İyileştirmeleri */
.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    overflow: hidden;
}

.modal-header {
    background: linear-gradient(135deg, #1a428a 0%, #1e3a8a 100%);
    color: white;
    border: none;
    padding: 15px 20px;
    position: relative;
}

.modal-header .modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.modal-header .btn-close {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
    top: 17px;
    right: 17px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-header .btn-close:hover {
    background: rgba(255,255,255,1);
    transform: scale(1.1);
    border-color: rgba(255,255,255,0.5);
}

.modal-header .btn-close::before {
    content: "×";
    font-size: 23px;
    color: red;
    line-height: 1;
    padding-top: 5px;
}

.modal-body {
    padding: 25px;
    background: #f8fafc;
}

/* İş Emri Bilgi Paneli */
.isemri-info-panel {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
}

.isemri-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.isemri-info-left {
    flex: 1;
}

.isemri-info-right {
    text-align: right;
}

.isemri-progress-number {
    font-size: 32px;
    font-weight: 700;
    color: #1a428a;
    line-height: 1;
    margin-bottom: 5px;
}

.isemri-progress-text {
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.isemri-user-info {
    font-size: 14px;
    color: #374151;
    margin-bottom: 8px;
}

.isemri-user-info strong {
    color: #1f2937;
    font-weight: 600;
}

/* Adım Kartları */
.adim-card {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.adim-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.adim-card.completed {
    border-left: 4px solid #22c55e;
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.adim-card.current {
    border-left: 4px solid #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.adim-header {
    padding: 7px 20px;
    border-bottom: 1px solid #e2e8f0;
    background: #EAF2FA;
}

.adim-card.completed .adim-header {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
}

.adim-card.current .adim-header {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.adim-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    /* gap: 10px; */
    color: red;
}

.adim-title.completed {
    color: #16a34a;
}

.adim-title.current {
    color: #2563eb;
}

.adim-title i {
    font-size: 18px;
}

.adim-description {
    font-size: 12px;
    color: #64748b;
    margin-top: 1px;
    font-style: italic;
}

.adim-body {
    padding: 5px 15px;
}

/* Görev Listesi */
.gorev-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gorev-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
    padding: 7px 15px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.gorev-item:hover {
    background: #f1f5f9;
}

.gorev-item.completed {
    background: #f0fdf4;
}

.gorev-checkbox {
    margin-right: 12px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    accent-color: #3b82f6;
    cursor: pointer;
}

.gorev-label {
    flex: 1;
    font-size: 12px;
    color: #374151;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
}

.gorev-item.completed .gorev-label {
    text-decoration: line-through;
    color: #9ca3af;
}

/* Toggle Switch Stili */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-right: 12px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e1;
    transition: .4s;
    border-radius: 24px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

input:checked + .toggle-slider {
    background-color: #3b82f6;
}

input:checked + .toggle-slider:before {
    transform: translateX(26px);
}

/* İş Emri Kartları */
.isemri-cards-container {
    padding: 20px 0;
}

.isemri-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 0;
}

.isemri-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

.isemri-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    border-color: #1a428a;
}

.isemri-card-header {
    background: linear-gradient(135deg, #1a428a 0%, #1e3a8a 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.isemri-card-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: white;
}

.isemri-card-status {
    background: crimson;
    color: white;
    padding: 4px 9px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.isemri-card-body {
    padding: 20px;
}

.isemri-card-process {
    font-size: 14px;
    font-weight: 600;
    color: #1a428a;
    margin-bottom: 10px;
}

.isemri-card-user {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 15px;
}

.isemri-card-progress {
    display: flex;
    align-items: center;
    gap: 10px;
}

.isemri-card-progress-bar {
    flex: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.isemri-card-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #1a428a 0%, #3b82f6 100%);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.isemri-card-progress-text {
    font-size: 12px;
    font-weight: 600;
    color: red;
    min-width: 40px;
    text-align: right;
}

/* Seçilen İş Emri Detayları */
.selected-isemri-details {
    padding: 20px 0;
}

.selected-isemri-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px 20px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.selected-isemri-header h3 {
    margin: 0;
    color: #1a428a;
    font-size: 18px;
    font-weight: 600;
}

/* Trello Tarzı Board */
.trello-board {
    background: #f4f5f7;
    border-radius: 8px;
    padding: 20px;
    min-height: 400px;
}

.trello-columns {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
}

.trello-column {
    background: #e2e4e6;
    border-radius: 8px;
    min-width: 340px;
    max-width: 340px;
    padding: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.trello-column-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #d1d5da;
}

.trello-column-title {
    font-weight: 600;
    font-size: 14px;
    color: #172b4d;
    margin: 0;
}

.trello-column-count {
    background: red;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

.trello-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100px;
}

.trello-card {
    background: white;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.2s ease;
    border-top: 6px solid #dfe1e6;
}

.trello-card:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transform: translateY(-1px);
}

.trello-card.completed {
    border-top-color: #172b4d;
    background: #f8f9fa;
}

.trello-card-title {
    font-weight: 600;
    font-size: 14px;
    color: #172b4d;
    margin-bottom: 8px;
}

.trello-card-description {
    font-size: 12px;
    color: #5e6c84;
    margin-bottom: 10px;
    line-height: 1.4;
}

.trello-card-tasks {
    margin-top: 8px;
}

.trello-task {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    padding: 4px 0;
}

.trello-task-checkbox {
    margin-right: 8px;
    transform: scale(0.9);
}

.trello-task-label {
    font-size: 12px;
    color: #5e6c84;
    flex: 1;
    cursor: pointer;
    user-select: none;
}

.trello-task.completed .trello-task-label {
    text-decoration: line-through;
    color: #8c8c8c;
}

.trello-progress {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e2e4e6;
}

.trello-progress-bar {
    height: 4px;
    background: #e2e4e6;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 4px;
}

.trello-progress-fill {
    height: 100%;
    background: #61bd4f;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.trello-progress-text {
    font-size: 12px;
    font-weight: 600;
    color: #5e6c84;
    text-align: center;
}

/* Checkbox Stilleri */
input[type=checkbox] {
    border-style: solid;
    border-width: 1px;
    border-color: #DADADA;
    background: #fff;
    display: inline-block;
    line-height: 0;
    outline: 0;
    text-align: center;
    padding: 1px !important;
    vertical-align: middle;
    height: 21px !important;
    min-width: 21px;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type=checkbox]:checked:before {
    display: inline-block;
    font-family: 'Ionicons';
    content: '\f2bc';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    font-size: 15px;
    color: crimson;
    padding-top: 1px;
}

/* Kompakt Tasarım */
.list-container {
    /* margin: 10px; */
}

.list-card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
}

.list-content {
    padding: 15px 20px;
}

.list-page-header {
    margin-bottom: 15px;
}

.breadcrumb-custom {
    margin-bottom: 10px !important;
}

/* Responsive */
@media (max-width: 768px) {
    .kanban-board {
        gap: 10px;
        padding: 10px 0;
    }
    
    .kanban-column {
        min-width: 250px;
        max-width: 250px;
        padding: 10px;
    }
    
    .isemri-info-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .isemri-info-right {
        text-align: center;
    }
    
    .modal-body {
        padding: 20px 15px;
    }
    
    .adim-header {
        padding: 15px;
    }
    
    .adim-body {
        padding: 15px;
    }
    
    .list-container {
        margin: 5px;
    }
    
    .list-content {
        padding: 10px 15px;
    }
}

/* Nav-sub menü stilleri - Genel Ayarlar altındaki menüler için */
.nav-sub {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    position: relative;
    left: 0;
    right: auto;
}

.nav-sub li {
    position: relative;
    margin: 0;
    left: 0;
    right: auto;
}

.nav-sub li a {
    position: relative;
    display: flex;
    font-size: 14px !important;
    align-items: center;
    height: 31px;
    color: #334151;
    transition: none;
    margin-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    padding-left: 25px;
    left: 0;
    right: auto;
    transform: none;
}

.nav-sub li a:hover {
    color: #0A3376;
    background: #f8f9fa;
    border-radius: 5px;
    padding-right: 10px;
    transition: all 0.2s ease; /* Sadece hover için animasyon */
}

.nav-sub li a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 8px;
    padding: 0px 5px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

/* Collapse içindeki nav-sub için özel stil - Alt menü görünümü */
.collapse .nav-sub {
    position: relative;
    left: 0;
    right: auto;
    background: #f8f9fa;
    border-radius: 5px;
    margin: 5px 0;
    padding: 8px 0;
}

.collapse .nav-sub li {
    position: relative;
    left: 0;
    right: auto;
}

.collapse .nav-sub li a {
    padding-left: 25px;
    font-size: 13px !important; /* Alt menü için biraz küçük font */
    color: #6b7280 !important; /* Daha açık gri ton */
    position: relative;
    left: 0;
    right: auto;
    transform: none;
    font-weight: 400; /* Normal font ağırlığı */
}

.collapse .nav-sub li a:hover {
    color: #0A3376;
    background: #e5e7eb;
    border-radius: 3px;
}

.collapse .nav-sub li a i {
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    padding: 0px 5px;
    width: 18px;
    text-align: center;
    vertical-align: middle;
}

/* İç içe nav-sub için (İş Süreci Tanımlamaları altındaki menüler) - 2. seviye alt menü */
.nav-sub .nav-sub {
    position: relative;
    left: 0;
    right: auto;
    background: #f1f3f4;
    border-radius: 4px;
    margin: 3px 0;
    padding: 6px 0;
    border-left: 3px solid #0A3376;
}

.nav-sub .nav-sub li {
    position: relative;
    left: 0;
    right: auto;
}

.nav-sub .nav-sub li a {
    padding-left: 25px; /* 35px'den 25px'e düşürüldü (daha fazla sola kaydırıldı) */
    font-size: 12px !important; /* 2. seviye için daha küçük font */
    color: #6b7280 !important; /* Açık gri ton */
    position: relative;
    left: 0;
    right: auto;
    transform: none;
    font-weight: 400; /* Normal font ağırlığı */
}

.nav-sub .nav-sub li a:hover {
    color: #0A3376;
    background: #e5e7eb;
    border-radius: 3px;
}

.nav-sub .nav-sub li a i {
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
    padding: 0px 5px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
}

/* Bootstrap collapse animasyonunu devre dışı bırak */
.collapse {
    transition: none !important;
}

.collapse.show {
    transition: none !important;
}

/* Active nav item stili */
.active-nav-item {
    color: #fff !important;
    background: #0A3376;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}


