@charset "UTF-8";
body {
  font-family: Inter, Helvetica, sans-serif;
  color: var(--bs-text-gray-900);
  font-size: 13px;
  background: var(--bs-app-bg-color);
}

.app-main {
  margin-left: var(--bs-app-sidebar-width);
  margin-top: var(--bs-app-header-height);
  padding-top: calc(var(--bs-app-header-height) + 30px);
}

/*giriş ekranı*/
.form-login {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .form-login {
    width: 500px;
  }
}
.form-login .title {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 500;
}
.form-login #error-message {
  display: none;
}
.form-login .login-footer {
  text-align: center;
}
.form-login .login-footer a {
  display: inline-block;
  text-decoration: none;
}
.form-login .login-footer a:hover {
  text-decoration: underline;
}

/*header*/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  height: var(--bs-app-header-height);
  left: var(--bs-app-sidebar-width);
  width: calc(100vw - var(--bs-app-sidebar-width));
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  padding-left: 30px;
  background-color: var(--bs-app-header-bg);
}
header .user-menu {
  cursor: pointer;
}
header .user-menu .user-drop {
  display: flex;
  align-items: center;
}
header .user-menu .user-drop .user-name {
  font-size: 15px;
  padding-right: 10px;
  font-weight: 500;
}
header .user-menu .user-drop .user-image img {
  max-width: 50px;
}
header .user-menu .dropdown-menu {
  padding: 20px;
}
header .user-menu .dropdown-menu .user-area {
  display: flex;
  align-items: center;
}
header .user-menu .dropdown-menu .user-area .user-img {
  margin-right: 10px;
}
header .user-menu .dropdown-menu .user-area .user-img img {
  max-width: 50px;
}
header .user-menu .dropdown-menu .user-area .user-text .user-name {
  font-weight: 600;
}
header .user-menu .dropdown-menu .user-area .user-text .user-mail {
  font-size: 12px;
}
header .user-menu .dropdown-menu .user-links {
  margin-top: 10px;
}
header .user-menu .dropdown-menu .user-links .link-list .link {
  color: var(--bs-gray-800);
  display: block;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 10px 10px;
  border-radius: 10px;
}
header .user-menu .dropdown-menu .user-links .link-list .link:hover {
  color: var(--bs-menu-link-color-hover);
  background-color: var(--bs-menu-link-bg-color-hover);
}

/*home sidebar*/
.left-side-bar {
  background-color: #0d0e12;
  border-right: 0;
  width: var(--bs-app-sidebar-width);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.left-side-bar .ls-header {
  height: var(--bs-app-header-height);
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #1f212a;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.left-side-bar .ls-header a {
  text-decoration: none;
  display: inline-block;
}
.left-side-bar .ls-header a .text {
  color: #ffffff;
  font-size: 20px;
}
.left-side-bar .side-menu {
  padding: 1.5rem;
}
.left-side-bar .side-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-side-bar .side-menu > ul > li > a:not(.collapsed) {
  color: #ffffff;
}
.left-side-bar .side-menu > ul > li:hover > a {
  color: #ffffff;
}
.left-side-bar .side-menu ul li a {
  display: flex;
  align-items: center;
  color: #9a9cae;
  text-decoration: none;
  padding: 7px 0;
}
.left-side-bar .side-menu ul li a.single-link {
  color: #9a9cae;
}
.left-side-bar .side-menu ul li a .menu-icon {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.left-side-bar .side-menu ul li a .menu-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.left-side-bar .side-menu ul li:hover .single-link {
  color: #ffffff;
}
.left-side-bar .side-menu ul li .sub-menu li a {
  color: #9a9cae;
}
.left-side-bar .side-menu ul li .sub-menu li a .menu-title {
  font-size: 14px;
}
.left-side-bar .side-menu ul li .sub-menu li:hover a {
  color: #ffffff;
}

.card {
  --bs-card-box-shadow: var(--bs-root-card-box-shadow);
  --bs-card-border-color: var(--bs-root-card-border-color);
  border: 1px solid var(--bs-card-border-color);
}
.card .card-body {
  padding: 25px;
}

.app-container {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

#listKermen_wrapper .dt-search {
  position: relative;
}
#listKermen_wrapper .dt-search input {
  background-color: var(--bs-gray-100);
  border-color: var(--bs-gray-100);
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
  padding-left: 3rem !important;
  width: 250px !important;
  display: block;
  padding: 0.775rem 1rem;
  font-weight: 500;
  line-height: 1.5;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid var(--bs-gray-300);
  border-radius: 0.475rem;
  box-shadow: unset;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#listKermen_wrapper .dt-search input:focus {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
  color: var(--bs-gray-700);
  transition: color 0.2s ease;
  outline: 0;
}
#listKermen_wrapper .dt-search label {
  position: absolute;
  display: inline-block;
  text-indent: -9999px; /* "Ara:" yazısını gizle */
  width: 20px; /* ikon için yer bırak */
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
#listKermen_wrapper .dt-search label::before {
  content: "\f002"; /* 🔍 search ikonu */
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 14px;
  color: #888;
}

select.form-control {
  appearance: auto; /* Chrome, Safari, Edge */
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

:root {
  --bs-app-bg-color: #f2f3f8;
  --bs-app-sidebar-width: 265px;
  --bs-app-header-height: 74px;
  --bs-app-header-bg: #ffffff;
  --bs-menu-link-color-hover: #1B84FF;
  --bs-menu-link-bg-color-hover: #F9F9F9;
  --bs-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --bs-root-card-border-color: #F1F1F4;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.me-5 {
  margin-right: 1.25rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.me-8 {
  margin-right: 2rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

.me-12 {
  margin-right: 3rem !important;
}

.me-13 {
  margin-right: 3.25rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.me-15 {
  margin-right: 3.75rem !important;
}

.me-16 {
  margin-right: 4rem !important;
}

.me-17 {
  margin-right: 4.25rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

.me-19 {
  margin-right: 4.75rem !important;
}

.me-20 {
  margin-right: 5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.ms-5 {
  margin-left: 1.25rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

.ms-8 {
  margin-left: 2rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.ms-13 {
  margin-left: 3.25rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.ms-15 {
  margin-left: 3.75rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.ms-17 {
  margin-left: 4.25rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.ms-19 {
  margin-left: 4.75rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

.btn {
  padding: 10px 15px;
  border-radius: 0.475rem;
}
.btn.btn-lg {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn .btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-group {
  margin-bottom: 30px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 9px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #e2e5ec;
  background: var(--bs-gray-100);
}
.form-control:focus {
  box-shadow: none;
  background: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-400);
}

.lb-input label {
  font-size: 13px;
  margin-bottom: 7px;
}
.lb-input .form-control {
  font-size: 14px;
}

.mk-check-btn {
  display: flex;
  align-items: center;
}
.mk-check-btn .text {
  font-size: 14px;
  margin-right: 5px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #e2e5ec;
  background: var(--bs-gray-100);
  height: auto;
  font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

.mk-check-btn input {
  width: 1.25rem;
  height: 1.25rem;
}

/* Form alanını referans almak için */
form.formPost {
  position: relative;
}

/* Overlay — sadece formun üzerinde görünür */
.fp-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(1px);
  z-index: 10;
  pointer-events: all; /* tıklamayı formda engelle */
}

.fp-box {
  min-width: 240px;
  max-width: 320px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  text-align: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial;
}

.fp-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.fp-circle {
  --pct: 0; /* JS ile güncellenecek */
  width: 64px;
  height: 64px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: conic-gradient(#0d6efd calc(var(--pct) * 1%), #e9ecef 0);
  display: grid;
  place-items: center;
}

.fp-circle span {
  font-size: 12px;
  background: #fff;
  border-radius: 999px;
  padding: 2px 6px;
  border: 1px solid #e9ecef;
}

.fp-bar {
  height: 8px;
  border-radius: 999px;
  background: #e9ecef;
  overflow: hidden;
  margin-top: 6px;
}

.fp-bar-inner {
  height: 100%;
  width: 0%;
  background: #0d6efd;
  transition: width 0.12s linear;
}

.fp-note {
  font-size: 12px;
  color: #6c757d;
  margin-top: 6px;
}

.btn-small {
  padding: 3px 12px;
  font-size: 14px;
}

/*mobile*/
@media (min-width: 992px) {
  .app-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #closeBtn, #menuBtn {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .d-mobile-none {
    display: none;
  }
  .app-container {
    max-width: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .app-main {
    margin-left: 0;
    margin-top: 0;
  }
  .left-side-bar {
    position: fixed;
    top: 0;
    left: -260px; /* başlangıçta ekran dışında */
    width: 250px;
    height: 100%;
    background: #222;
    color: #fff;
    transition: left 0.3s ease;
    padding: 1rem;
    z-index: 1000;
  }
  /* aktif olduğunda görünür */
  .left-side-bar.active {
    left: 0;
  }
  .left-side-bar button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
  }
  header {
    width: 100%;
    left: 0;
  }
  #menuBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #4f46e5, #6366f1); /* mor-mavi degrade */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
  }
}

/*# sourceMappingURL=style.css.map */
