﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

@media (max-width: 991.98px) {
    .headerBaslik {
        max-height: 140px !important;
    }
}

#tabledata {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

#tabledata thead {
    background: #ffffff; /* TH beyaz */
    color: #000;
    border-bottom: 2px solid #ddd;
}

    #tabledata thead th {
        padding: 12px 15px;
        font-weight: 600;
        text-align: left;
    }

#tabledata tbody tr {
    border-bottom: 1px solid #eee;
    transition: 0.2s;
}

    #tabledata tbody tr:hover {
        background: #f7f7f7;
    }

#tabledata tbody td {
    padding: 12px 15px;
    color: #333;
}

/* Düzenle butonu */
.btn-edit {
    background: #ff9800;
    color: white !important;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

    .btn-edit:hover {
        background: #e08900;
    }

/* Aktif/Pasif Badge */
.badge-active {
    background: #27ae60;
    padding: 4px 10px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
}

.badge-passive {
    background: #c0392b;
    padding: 4px 10px;
    border-radius: 20px;
    color: white;
    font-size: 12px;
}
a.btnSistem {
    display: inline-block;
    background: #1e1e2d;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: 0.25s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    a.btnSistem:hover {
        background: #2d2d3f;
        color: #fff !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.20);
    }

    a.btnSistem:active {
        transform: translateY(0px);
        box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    }

/* Telefon Dropdown Menü Stilleri */
.bt-support-now-wrapper {
    position: relative;
    display: inline-block;
}

.bt-support-now-wrapper .dropdown-menu {
    min-width: auto;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: none;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background-color: transparent;
    background: transparent;
}

.bt-support-now-wrapper .phone-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bt-support-now-wrapper .phone-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.bt-support-now-wrapper .phone-dropdown-menu .phone-box {
    display: inline-block;
    background-color: #dc3545;
    color: #ffffff !important;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    transition: all 0.2s ease;
    border: none;
    min-width: 120px;
    white-space: nowrap;
}

.bt-support-now-wrapper .phone-dropdown-menu .phone-box:hover {
    background-color: #c82333;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

.bt-support-now-wrapper .phone-dropdown-menu .phone-box:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.2);
}

.bt-support-now-wrapper .bt-support-now.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.bt-support-now-wrapper .bt-support-now.dropdown-toggle i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bt-support-now-wrapper .bt-support-now.dropdown-toggle span {
    display: inline-flex;
    align-items: center;
}

.bt-support-now-wrapper .bt-support-now.dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: baseline;
    display: inline-block;
    position: relative;
    top: 0;
    line-height: inherit;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}