body {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body:not(.index) {
  background-color: #f4f6f9 !important;
}

.panel_page_number {
  color: #ccc;
  font: 2em;
  float: right;
  margin-top: 3%;
  margin-right: 1%;
  width: auto;
  padding-bottom: 10%;
}

#popup_div {
  display: none;
  position: fixed;
  height: 100vh;
  width: 50%;
  right: 0px;
  top: 0px;
  z-index: 99992;
  border: solid 0px #4b2d5b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  background: #f4f6f9;
}

body.dark-mode #popup_div {
  background-color: #1f2d3d;
  color: #f8f9fa;
}

#popup_div_main {
  background: #f4f6f9;
  color: #333;
}

body.dark-mode #popup_div_main {
  background-color: #454d55;
  color: #f8f9fa;
}

#popup_div_large {
  display: none;
  position: fixed;
  height: 100vh;
  width: 93%;
  right: 0px;
  top: 0px;
  z-index: 99991;
  border: solid 0px #4b2d5b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  background: #f4f6f9;
}

body.dark-mode #popup_div_large {
  background-color: #1f2d3d;
  color: #f8f9fa;
}

#popup_div_main_large {
  background: #f4f6f9;
  color: #333;
}

body.dark-mode #popup_div_main_large {
  background-color: #454d55;
  color: #f8f9fa;
}

#popup_div_mini {
  display: none;
  position: fixed;
  height: 100vh;
  width: 50%;
  right: 0px;
  top: 0px;
  z-index: 999991;
  border: solid 0px #4b2d5b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  background: #f4f6f9;
}

body.dark-mode #popup_div_mini {
  background-color: #1f2d3d;
  color: #f8f9fa;
}

#popup_div_main_mini {
  background: #f4f6f9;
  color: #333;
}

body.dark-mode #popup_div_main_mini {
  background-color: #454d55;
  color: #f8f9fa;
}

#popup_div_desc {
  display: none;
  position: fixed;
  height: 100vh;
  width: 37%;
  right: 0px;
  top: 0px;
  z-index: 999991;
  border: solid 0px #4b2d5b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  background: #f4f6f9;
}

body.dark-mode #popup_div_desc {
  background-color: #1f2d3d;
  color: #f8f9fa;
}

#popup_div_main_desc {
  background: #f4f6f9;
  color: #333;
}

body.dark-mode #popup_div_main_desc {
  background-color: #454d55;
  color: #f8f9fa;
}

#popup_div_chat {
  display: none;
  position: fixed;
  height: 100vh;
  width: 30%;
  right: 0px;
  top: 0px;
  z-index: 999992;
  border: solid 0px #4b2d5b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  background: #f4f6f9;
}

body.dark-mode #popup_div_chat {
  background-color: #1f2d3d;
  color: #f8f9fa;
}

#popup_div_main_chat {
  background: #f4f6f9;
  color: #333;
}

body.dark-mode #popup_div_main_chat {
  background-color: #454d55;
  color: #f8f9fa;
}

#popup_div_assistant {
  display: none;
  position: fixed;
  height: 100vh;
  width: 40%;
  right: 0px;
  top: 0px;
  z-index: 999993;
  border: solid 0px #4b2d5b;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  background: #f4f6f9;
}

body.dark-mode #popup_div_assistant {
  background-color: #1f2d3d;
  color: #f8f9fa;
}

#popup_div_main_assistant {
  background: #f4f6f9;
  color: #333;
}

body.dark-mode #popup_div_main_assistant {
  background-color: #454d55;
  color: #f8f9fa;
}

/* === POPUP GENEL YAPI (MODERN) === */
.popup_div_notice {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(16, 44, 87, 0.2);
  z-index: 99999999;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(121, 193, 66, 0.2);
  font-family: 'Montserrat', sans-serif;
  flex-direction: column;
}

/* === HEADER === */
.modal-header-notice {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #ddd;
  position: relative;
}

.notice-logo-container {
  flex: 1;
  text-align: center;
}

.notice-logo-container img {
  height: 40px;
  object-fit: contain;
}

.modal-header-notice .close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #102c57;
  opacity: 0.7;
  transition: all 0.2s;
  background: none;
  border: none;
  cursor: pointer;
}

.modal-header-notice .close:hover {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
  color: #79c142;
}

/* === İÇERİK === */
.popup_div_main_notice {
  padding: 25px;
  color: #444;
  overflow-y: auto;
  flex: 1;
}

.notice-header-info {
  background: #f1f8ed;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.notice-header-info div {
  font-size: 14px;
}

.notice-header-info strong {
  color: #102c57;
}

/* === AÇIKLAMA BAŞLIĞI === */
.notice-title-general {
  font-size: 18px;
  font-weight: 700;
  color: #102c57;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.notice-title-general i {
  color: #79c142;
  font-size: 22px;
}

.notice-content-body {
  line-height: 1.6;
  font-size: 15px;
  color: #555;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Scrollbar Güzelleştirme */
.notice-content-body::-webkit-scrollbar {
  width: 5px;
}
.notice-content-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.notice-content-body::-webkit-scrollbar-thumb {
  background: #79c142;
  border-radius: 5px;
}

/* === FOOTER === */
.modal-footer-notice {
  padding: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  background: #f8f9fa;
  border-top: 1px solid #ddd;
}

#karart {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
  display: none;
  background-color: #000;
}

#karart2 {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
  display: none;
  background-color: #000;
}
#karart3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 44, 87, 0.6);
  backdrop-filter: blur(4px);
  z-index: 99999998;
  display: block;
}

#karart_mini {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0.8;
  filter: alpha(opacity=80);
  overflow: hidden;
  display: none;
  background-color: #000;
}

.animation_1 {
  opacity: 0;
}

.info_box_yes {
  float: left;
  padding: 20px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.75);
  border-top: solid 1px #1baa0b;
  border-left: solid 1px #1baa0b;
  color: #1baa0b;
  font: 14px Montserrat;
  text-align: center;
  cursor: pointer;
  background: #fff;
  z-index: 99;
}

.info_box_no {
  float: left;
  padding: 20px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.75);
  border-top: solid 1px #f00;
  border-left: solid 1px #f00;
  color: #f00;
  font: 14px Montserrat;
  text-align: center;
  cursor: pointer;
  background: #fff;
  z-index: 99;
}

.info_box_yes img,
.info_box_no img {
  width: 40px;
}

.buton_icon_set {
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 1);
  display: block;
  width: 18px;
  height: 18px;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  margin: 5px;
  margin-top: 8px;
}

.buton_icon_set img {
  width: 18px;
}

.buton_icon_set:hover {
  background: #eaeaea;
}

/* ------------------ Bootstrap İnput İcon ----------- */
.floating-label-group {
  position: relative;
  margin-bottom: 1rem; /* Daha sıkı alan */
  font-weight: 500;
}

.floating-label-group input,
.floating-label-group select {
  height: 32px; /* Yüksekliği biraz daralt */
  padding: 0.3rem 2rem 0.3rem 2rem; /* Sağ-sol paddingi azalt */
  font-size: 12px; /* Daha küçük font */
  color: #555; /* Bir tık koyu ton */
}

.floating-label-group label {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  color: #6c757d;
  padding: 0 2px;
  transition: 0.2s ease all;
  pointer-events: none;
  font-weight: 500;
  font-size: 12px; /* Label fontunu da küçült */
}

.floating-label-group input:focus + label,
.floating-label-group input:not(:placeholder-shown) + label,
.floating-label-group select:focus + label,
.floating-label-group select:valid + label {
  top: -1px; /* Label yukarı daha net çıksın */
  font-size: 11px; /* Daha küçük font */
  color: #4a789d; /* Başlıkla uyumlu renk */
  font-weight: 600;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 68%
  );
  padding: 0 4px; /* Kenarlardan boşluk */
}

.floating-label-group .form-icon {
  position: absolute;
  top: 50%;
  left: 0.5rem; /* İkona biraz daha yaklaş */
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 0.9rem; /* İkonu da küçült */
  color: #555; /* Daha soft */
}
/* ------------------ Bootstrap İnput İcon ----------- */

/*-----------Kapsayıcı Dış Div CSS Başlangıç-----------*/
.outer_container {
  float: left;
  width: 98%;
  margin: 1%;
  padding: 0px;
}
/*-----------Kapsayıcı Div CSS Bitiş-----------*/

/*-----------Header CSS Başlangıç-----------*/
.header_container {
  width: 99%;
  padding: 1.5%;
  margin: 0.5% 0.5% 0.5% 0.5%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
  background: #fff;
  display: block;
  box-sizing: border-box;
}

.header_container .button_td {
  width: 20%;
  text-align: right;
}

.header_container .title {
  text-align: left;
  font: bold 18px "Montserrat";
}

.header_container .text {
  text-align: left;
  color: #666;
  font: 14px "Montserrat";
  padding-top: 0.2rem;
}
/*-----------Header CSS Bitiş-----------*/

/*-----------Sayfa İçerik Kapsayıcı Div CSS Başlangıç-----------*/
.content_container {
  width: 99%;
  padding: 3%;
  margin: 0% 0.5% 2% 0.5%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px -4px rgba(0, 0, 0, 0.75);
  background: #fff;
  /* overflow-x: auto; Yatay taşmaları çözmek için */
  display: block;
  box-sizing: border-box;
}
/*-----------Sayfa İçerik Kapsayıcı Div CSS Bitiş-----------*/

/* Dark mode aktifse */
body.dark-mode .header_container {
  background-color: #1f2d3d;
  color: #f8f9fa;
}
body.dark-mode .header_container .title {
  color: #fff;
}
body.dark-mode .header_container .text {
  color: #ccc;
}
body.dark-mode .content_container {
  background-color: #1f2d3d;
}

.fixedHeader-floating {
  background-color: #1f2d3d !important; /* koyu zemin */
  color: #fff !important; /* beyaz yazı */
}

.fixedHeader-floating th {
  background-color: #1f2d3d !important;
  color: #fff !important;
  border-color: #4b545c !important;
}

/*==============================
    Yan Sidebar DÃ¼zenlemesi
  ==============================*/
.control-sidebar {
  width: 30% !important;
  overflow-y: auto; /* Scroll aktif */
  max-height: 100vh; /* Tam ekran yüksekliği */
  padding: 15px; /* İç boşluk */
  box-sizing: border-box;
  background: #fff !important;
  box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.8);
}

.control-sidebar .form-group label {
  color: #324b60; /* Label yazÄ± rengi beyaz */
  font-weight: bold;
}

.control-sidebar .form-group input,
.control-sidebar .form-group select {
  background-color: #fff; /* Koyu input rengi */
  color: #324b60; /* Yazı rengi beyaz */
  border: 1px solid #ccc;
}

.control-sidebar h5 {
  color: #324b60 !important;
  margin-top: 10px;
  border-bottom: 1px solid #324b60 !important;
  padding-bottom: 5px;
  font-size: 0.9rem;
}

/*------Popup Ana Kapsayıcı (Sayfa Yapısı)-------*/
.popup_container {
  width: 99%;
  padding: 0%;
  margin: 0.5%; /* ~0.5px */
  display: block;
  background: none;
  box-sizing: border-box;
}

/*==============================
    Popup Kart Yapıları
  ==============================*/
.popup-card {
  border: 0.0625rem solid #dee2e6; /* 1px */
  border-radius: 0.25rem; /* 4px */
  background-color: #fff;
  width: 100%;
}

.popup-card-body {
  padding: 0.625rem; /* 10px */
}

/*--- BaÅŸlÄ±klar ---*/
.popup-card-header {
  padding: 0.75rem 1.25rem; /* 12px 20px */
  border-bottom: 0.0625rem solid #dee2e6; /* 1px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.popup-card-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem; /* 4px */
  width: 100%;
  background-color: #324b60;
  border-top-left-radius: 0.25rem; /* 4px */
  border-top-right-radius: 0.25rem; /* 4px */
}

.popup-card-header-yellow {
  padding: 0.75rem 1.25rem; /* 12px 20px */
  border-bottom: 0.0625rem solid #dee2e6; /* 1px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.popup-card-header-yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem; /* 4px */
  width: 100%;
  background-color: #eca400;
  border-top-left-radius: 0.25rem; /* 4px */
  border-top-right-radius: 0.25rem; /* 4px */
}

.popup-card-header-blue {
  padding: 0.75rem 1.25rem; /* 12px 20px */
  border-bottom: 0.0625rem solid #dee2e6; /* 1px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.popup-card-header-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem; /* 4px */
  width: 100%;
  background-color: #3066be;
  border-top-left-radius: 0.25rem; /* 4px */
  border-top-right-radius: 0.25rem; /* 4px */
}

.popup-card-header-green {
  padding: 0.75rem 1.25rem; /* 12px 20px */
  border-bottom: 0.0625rem solid #dee2e6; /* 1px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.popup-card-header-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem; /* 4px */
  width: 100%;
  background-color: #5fad56;
  border-top-left-radius: 0.25rem; /* 4px */
  border-top-right-radius: 0.25rem; /* 4px */
}

.popup-card-header-red {
  padding: 0.75rem 1.25rem; /* 12px 20px */
  border-bottom: 0.0625rem solid #dee2e6; /* 1px */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
}

.popup-card-header-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem; /* 4px */
  width: 100%;
  background-color: #ce132e;
  border-top-left-radius: 0.25rem; /* 4px */
  border-top-right-radius: 0.25rem; /* 4px */
}

.popup-card-header-2 {
  --header-color: #324b60;
  color: var(--header-color);
  background-color: #fff;
  position: relative;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  min-height: 3.5rem;
}

.popup-card-header-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-color: var(--header-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.popup-card-header-2-yellow {
  --header-color: #eca400;
  color: var(--header-color);
  background-color: #fff;
  position: relative;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  min-height: 3.5rem;
}

.popup-card-header-2-yellow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-color: var(--header-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.popup-card-header-2-blue {
  --header-color: #3066be;
  color: var(--header-color);
  display: flex;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  position: relative;
  min-height: 3.5rem;
}

.popup-card-header-2-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-color: var(--header-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.popup-card-header-2-green {
  --header-color: #5fad56;
  color: var(--header-color);
  display: flex;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  position: relative;
  min-height: 3.5rem;
}

.popup-card-header-2-green::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-color: var(--header-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.popup-card-header-2-red {
  --header-color: #ce132e;
  color: var(--header-color);
  display: flex;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  position: relative;
  min-height: 3.5rem;
}

.popup-card-header-2-red::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-color: var(--header-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.popup-card-header-2-orange {
  --header-color: #f58a4b;
  color: var(--header-color);
  display: flex;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  background-color: #fff;
  position: relative;
  min-height: 3.5rem;
}

.popup-card-header-2-orange::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-color: var(--header-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/**Ekle Card Yapısı **/
.card-custom-header-blue-green {
  background-color: #324b60 !important;
}

.card-custom-header-blue-green * {
  color: #aaf683 !important;
}

/*==============================
  Input Satır Yapıları (Label + Input)
  ==============================*/

/*--- Genel Input Genişlik Ayarı ---*/
.popup-input {
  width: 100%;
}

.custom-field-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem; /* 10px */
}

/*--- Label Stilleri ---*/
.custom-label {
  min-width: 140px;
  background: #f1f1f1;
  font-weight: 500;
  padding: 0 0.5rem; /* 8px sağ sol */
  width: 8.125rem; /* 130px */
  height: 1.75rem; /* 28px */
  display: flex;
  align-items: center;
  justify-content: right;
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  font-size: 0.75rem; /* 12px */
  overflow-wrap: break-word;
}

.custom-label-required {
  min-width: 140px;
  background: #ccc;
  font-weight: 500;
  padding: 0 0.5rem; /* 8px sağ sol */
  width: 8.125rem; /* 130px */
  height: 1.75rem; /* 28px */
  display: flex;
  align-items: center;
  justify-content: right;
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  font-size: 0.75rem; /* 12px */
  overflow-wrap: break-word;
}

.custom-label-disabled {
  min-width: 140px;
  background: #fff;
  font-weight: 500;
  padding: 0 0.5rem; /* 8px sağ sol */
  width: 8.125rem; /* 130px */
  height: 1.75rem; /* 28px */
  display: flex;
  align-items: center;
  justify-content: right;
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  font-size: 0.75rem; /* 12px */
  overflow-wrap: break-word;
}

.custom-label-yellow {
  background: #f9f9e5;
  font-weight: 500;
  padding: 0 0.5rem; /* 8px sağ sol */
  width: 8.125rem; /* 130px */
  height: 1.75rem; /* 28px */
  display: flex;
  align-items: center;
  justify-content: right;
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  font-size: 0.75rem; /* 12px */
  overflow-wrap: break-word;
}

.custom-label-blue {
  background: #ebf5ff;
  font-weight: 500;
  padding: 0 0.5rem; /* 8px sağ sol */
  width: 8.125rem; /* 130px */
  height: 1.75rem; /* 28px */
  display: flex;
  align-items: center;
  justify-content: right;
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  font-size: 0.75rem; /* 12px */
  overflow-wrap: break-word;
}

.custom-label-red {
  background: #ffeaea;
  font-weight: 500;
  padding: 0 0.5rem; /* 8px sağ sol */
  width: 8.125rem; /* 130px */
  height: 1.75rem; /* 28px */
  display: flex;
  align-items: center;
  justify-content: right;
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  font-size: 0.75rem; /* 12px */
  overflow-wrap: break-word;
}

.custom-label-wide {
  min-width: 220px;
  background: #f1f1f1;
  font-weight: 500;
  padding: 0 0.5rem; /* 8px sağ sol */
  width: 200px; /* 130px */
  height: 1.75rem; /* 28px */
  display: flex;
  align-items: center;
  justify-content: right;
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  font-size: 0.75rem; /* 12px */
  overflow-wrap: break-word;
}

/*--- Input Stilleri ---*/
.custom-input {
  flex: 1;
  margin-left: 0.625rem; /* 10px */
}

.custom-input input {
  width: 100%;
  height: 1.75rem; /* 28px */
  padding: 0.375rem 0.75rem; /* 6px 12px */
  border: 0rem solid #ced4da;
  border-bottom: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0rem;
  transition: border-color 0.3s;
  font-size: 0.75rem; /* 12px */
}

.custom-input-2 input {
  width: 100%;
  height: 1.75rem; /* 28px */
  padding: 0.375rem 0.75rem; /* 6px 12px */
  border: 0.0625rem solid #ced4da; /* 1px */
  border-radius: 0.25rem; /* 4px */
  transition: border-color 0.3s;
  font-size: 0.75rem; /* 12px */
}

.custom-input input:disabled {
  background: none !important;
  color: #000 !important;
  border-bottom: 0.0625rem solid #fff !important; /* 1px */
}

.custom-input input:focus {
  border-color: #66afe9;
  outline: none;
  box-shadow: none;
}

/*--- Yanları Çizgili Başlık ---*/
.custom-section-line {
  border-top: 1px solid #324b60; /* istediğin renk */
}

.custom-section-title {
  color: #324b60; /* örnek mavi */
  font-weight: 500;
}

/*--- 3 Sütunlu Veri Kartı ---*/
.column-duty {
  width: 30%;
  padding: 0.25rem;
  font-weight: 500;
}

.column-name {
  width: 40%;
  padding: 0.25rem;
}

.column-phone {
  width: 30%;
  padding: 0.25rem;
  text-align: right;
}
/* Raporların köşesindeki filtre butonu */
.btn-report-filters {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1000;
  color: #000 !important;
  padding: 0.5rem 0.5rem;
  border: none !important;
  background-color: transparent !important;
  font-size: 2rem !important;
}

/*
	Siyah				#0d1321
	Koyu Mavi			#1d2d44
	Koyu Turkuaz		#3e5c76
	Uçuk Mavi			#748cab
	Krem/Bej			#f0ebd8
	Mavi Buton			#3066be
	Canlı Mavi Buton	#2667ff
	Standart Yeşil Buton#5fad56
	Yeşil Buton			#119da4 
	Koyu Yeşil Buton	#007a78
	Parlak Sarı Buton	#eca400
	Mat Sarı Buton		#f5cb5c
	Pembe Buton			#da627d
	Canlı Kırmızı Buton	#ce132e
	Mat Koyu Mor		#5e548e
	Açık Mor			#858ae3
	-------------------------------------
	Yeşil Buton Hover	#60d394
	Yeşil Buton			#aaf683
*/

/*YAZI BOYUTU*/
.rdny-text-small {
  font-size: 0.625rem !important; /* 10px */
}

.rdny-text-medium {
  font-size: 0.75rem !important; /* 12px */
}

.rdny-text-base {
  font-size: 1rem !important; /* 16px */
}

.rdny-text-large {
  font-size: 1.25rem !important; /* 20px */
}

.rdny-text-xl {
  font-size: 1.5rem !important; /* 24px */
}

.rdny-text-xxl {
  font-size: 2rem !important; /* 32px */
}
/*Yazı Rengi*/
.rdny-text-green {
  color: #aaf683 !important;
}
.rdny-text-black {
  color: #000 !important;
}

/*BUTONLAR*/
/* Genel buton yapısı */
.rdny-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem; /*14px*/
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.rdny-btn i {
  font-size: 1rem;
  vertical-align: middle;
}

/* RED */
.rdny-btn-red {
  background-color: #dc3545;
  color: #ffffff;
}
.rdny-btn-red:hover {
  background-color: #bd2130;
  color: #ffffff;
}

/* GREEN */
.rdny-btn-green {
  background-color: #aaf683;
  color: #2d3e2e;
}
.rdny-btn-green:hover {
  background-color: #94db6e;
  color: #2d3e2e;
}

/* BLUE */
.rdny-btn-blue {
  background-color: #3066be;
  color: #fff;
}
.rdny-btn-blue:hover {
  background-color: #2667ff;
  color: #ffffff;
}

/* YELLOW */
.rdny-btn-yellow {
  background-color: #ffc107;
  color: #3a2e00;
}
.rdny-btn-yellow:hover {
  background-color: #e0a800;
  color: #3a2e00;
}

/* GREY */
.rdny-btn-grey {
  background-color: #6c757d;
  color: #ffffff;
}
.rdny-btn-grey:hover {
  background-color: #5a6268;
  color: #ffffff;
}

/* DARK BLUE */
.rdny-btn-dark-blue {
  background-color: #1d2d44;
  color: #ffffff;
}
.rdny-btn-dark-blue:hover {
  background-color: #0d1321;
  color: #ffffff;
}

/* OUTLINE BASE */
.rdny-btn-outline {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
}

/* OUTLINE RED */
.rdny-btn-outline-red {
  border-color: #dc3545;
  color: #dc3545;
}
.rdny-btn-outline-red:hover {
  background-color: #dc3545;
  color: #ffffff;
}

/* OUTLINE GREEN */
.rdny-btn-outline-green {
  border-color: #94db6e;
  color: #94db6e;
}
.rdny-btn-outline-green:hover {
  background-color: #94db6e;
  color: #2d3e2e;
}

/* OUTLINE YELLOW */
.rdny-btn-outline-yellow {
  border-color: #ffc107;
  color: #ffc107;
}
.rdny-btn-outline-yellow:hover {
  background-color: #ffc107;
  color: #3a2e00;
}

/* OUTLINE GREY */
.rdny-btn-outline-grey {
  border-color: #6c757d;
  color: #6c757d;
}
.rdny-btn-outline-grey:hover {
  background-color: #6c757d;
  color: #ffffff;
}

/* Outline*/
.rdny-btn-outline-dark-blue {
  background-color: transparent;
  border: 1px solid #1d2d44;
  color: #1d2d44;
}
.rdny-btn-outline-dark-blue:hover {
  background-color: #1d2d44;
  color: #ffffff;
}

/* ICON-ONLY */
.btn-icon-only {
  padding: 0.25rem;
  width: 30px;
  height: 30px;
  justify-content: center;
}

/* DISABLED */
.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/* LOADING */
.btn-spinner {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Spinner renk uyumu: yeşil buton için özel */
.rdny-btn-green .btn-spinner {
  border: 2px solid rgba(45, 62, 46, 0.4);
  border-top-color: #2d3e2e;
}

/* Spinner sarı buton için */
.rdny-btn-yellow .btn-spinner {
  border: 2px solid rgba(58, 46, 0, 0.4);
  border-top-color: #3a2e00;
}

/* Spinner gri buton için */
.rdny-btn-grey .btn-spinner {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
}

/* Spinner koyu mavi buton için */
.rdny-btn-dark-blue .btn-spinner {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
}


.rdny-oni-btn {
  background: linear-gradient(90deg, hsla(280, 84%, 41%, 1) 0%, hsla(218, 97%, 56%, 1) 100%);
  color: #ffffff !important;
  border-radius: 12px;
  padding-left: 24px !important;
  overflow: visible;
  font-size: 0.8rem;
  height: 32px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  /* Sadece küçük bir hareket için scale 1.025 kullanılacak */
  transform: scale(1);
  transition: 
    background-color 0.2s ease-in-out, 
    box-shadow 0.2s ease-in-out, 
    transform 0.16s cubic-bezier(.4,0,.2,1);
}

.rdny-oni-btn:hover {
  background: linear-gradient(90deg, hsla(280, 84%, 41%, 1) 0%, hsla(218, 97%, 56%, 1) 100%);
  color: #ffffff;
  transform: scale(1.025); /* Çok hafif bir büyüme */
}
.rdny-oni-btn i {
  font-size: 0.8rem;
  color: #ffffff !important;
}


.code-snippet {
  font-family: monospace;
  background: #f8f9fa;
  border: 1px solid #ced4da;
  padding: 0.5rem;
  border-radius: 4px;
  resize: none;
  color: #212529;
}

/*TABLOLAR*/
.rdny-table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.rdny-table {
  width: 100%;
  border-collapse: collapse;
  /* table-layout: auto olmalı */
}

.rdny-table thead tr th {
  position: sticky;
  top: 0;
  background: #324b60;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  z-index: 2;
  border-bottom: 1px solid #333;
  white-space: nowrap; /* Başlık satırını tek satırda tutar */
  font-size: 0.875rem; /* 14px */
}

.rdny-table tbody td {
  padding: 5px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  white-space: nowrap; /* Hücreler satır atlamasın */
  font-size: 0.875rem; /* 14px */
}

.rdny-table tbody tr:hover {
  background-color: #f1f1f1;
  transition: 0.2s;
}

.rdny-input-mini {
  font-size: 0.75rem;
  padding: 2px 6px;
  height: 24px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  background-color: #fff;
  color: #495057;
  outline: none;
  width: 100%; /* inputu hücreye yay */
}

.rdny-input-mini:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}

/* Select için sadece varsayılan görünüm kalsın, ama boyut vs. aynı */
select.rdny-input-mini {
  appearance: auto; /* görünümü bozma */
  -webkit-appearance: auto;
  -moz-appearance: auto;
  padding-right: 20px; /* ok işareti için yer bırak */
  background-image: none !important; /* SVG vs. engelle */
}

/*DURUMLAR*/
.bg-soft-gray {
  background-color: #adb5bd !important; /* orta soluk gri */
  color: #fff !important;
}

.bg-soft-gray-light {
  background-color: #ced4da !important; /* daha açık soluk gri */
  color: #495057 !important;
}

.bg-orange-dark {
  background-color: #ff8c00 !important; /* koyu turuncu */
  color: #fff !important;
}

.bg-teal {
  background-color: #20c997 !important; /* teal */
  color: #fff !important;
}

.bg-steel {
  background-color: #46637f !important; /* Soğuk mavimsi üretim hazırlık tonu */
  color: #fff !important;
}

.bg-purple-light {
  background-color: #d6c5f0 !important; /* açık morumsu */
  color: #3f3f3f !important;
}

.bg-purple-dark {
  background-color: #6f42c1 !important; /* koyu mor */
  color: #fff !important;
}

.bg-peach {
  background-color: #ff9f43 !important; /* Daha yoğun turuncuya yakın ama warning'den uzak */
  color: #212529 !important;
}

.bg-limegreen {
  background-color: #32cd32 !important; /* Farklı bir yeşil tonu - canlı ama success'ten ayrık */
  color: #fff !important;
}

.bg-amber {
  background-color: #f0ad4e !important;
  color: #212529 !important;
}

.bg-systm-blue {
  background-color: #324b60 !important;
  color: #fff !important;
}

.rdny-text-systm-blue {
  color: #324b60 !important;
}

/*KARTLAR*/
/* 📦 Kart Ana Yapısı */
.rdny-card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0 !important;
}

/* 📄 İçerik */
.rdny-card-body {
  padding: 1rem;
}

/* 🎨 Başlık Varyasyonları */
/* Başlıktaki temel ikon stili*/
[class^="rdny-card-header-"] i {
  font-size: 1rem;
  opacity: 0.85;
  margin-right: 0.4rem;
}
/* Genel Topline Kart Başlığı Stili */
.rdny-card-header-topline {
  --header-color: #324b60;
  color: var(--header-color);
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem 1.25rem;
  border-bottom: 1px solid #dee2e6;
  min-height: 3.5rem;
}

.rdny-card-header-topline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  background-color: var(--header-color);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* Boyut varyasyonu – Üst çizgili başlık için küçük boy */
.rdny-card-header-topline-sm {
  padding: 0.5rem 1rem;
  min-height: 2.75rem;
  font-size: 0.9rem;
}

/* Renk varyasyonları */
.rdny-card-header-topline-blue {
  --header-color: #007bff;
}

.rdny-card-header-topline-orange {
  --header-color: #fd7e14;
}

.rdny-card-header-topline-teal {
  --header-color: #20c997;
}

.rdny-card-header-topline-red {
  --header-color: #dc3545;
}

.rdny-card-header-topline-yellow {
  --header-color: #ffc107;
}

.rdny-card-header-topline-gray {
  --header-color: #6c757d;
}

.rdny-card-header-topline-purple {
  --header-color: #6f42c1;
}

.rdny-card-header-topline-steel {
  --header-color: #46637f;
}

.rdny-card-header-topline-dark {
  --header-color: #343a40;
}

.rdny-card-header-topline-lime {
  --header-color: #32cd32;
}

/* SOLID BAŞLIK – Temel */
.rdny-card-header-solid {
  /* Varsayılan renkler (varyantlarla override edilir) */
  --header-bg: #324b60;
  --header-fg: #ffffff;

  background-color: var(--header-bg);
  color: var(--header-fg);

  display: flex;
  align-items: center;
  gap: 0.5rem;

  padding: 0.75rem 1.25rem;
  min-height: 3.5rem;
  font-weight: 600;
  font-size: 0.95rem;

  /* Alt ayırıcı çok hafif */
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Başlık içindeki ikonlar için tutarlı görünüm */
.rdny-card-header-solid i {
  font-size: 1rem;
  opacity: 0.9;
  margin-right: 0.4rem;
  color: var(--header-fg); /* metin rengiyle aynı */
}

/* Boyut varyasyonu (opsiyonel) */
.rdny-card-header-solid-sm {
  padding: 0.5rem 1rem;
  min-height: 2.75rem;
  font-size: 0.9rem;
}

/* Renk varyasyonları (yalnızca değişken override) */
.rdny-card-header-solid-blue {
  --header-bg: #007bff;
  --header-fg: #ffffff;
}
.rdny-card-header-solid-teal {
  --header-bg: #20c997;
  --header-fg: #ffffff;
}
.rdny-card-header-solid-orange {
  --header-bg: #fd7e14;
  --header-fg: #ffffff;
}
.rdny-card-header-solid-purple {
  --header-bg: #6f42c1;
  --header-fg: #ffffff;
}
.rdny-card-header-solid-dark {
  --header-bg: #343a40;
  --header-fg: #ffffff;
}
.rdny-card-header-solid-gray {
  --header-bg: #6c757d;
  --header-fg: #ffffff;
}
.rdny-card-header-solid-light {
  --header-bg: #f8f9fa;
  --header-fg: #343a40;
}

/* İstersen başarı/uyarı/info da ekleyebilirsin */
.rdny-card-header-solid-success {
  --header-bg: #28a745;
  --header-fg: #ffffff;
}
.rdny-card-header-solid-warning {
  --header-bg: #ffc107;
  --header-fg: #212529;
}
.rdny-card-header-solid-info {
  --header-bg: #17a2b8;
  --header-fg: #ffffff;
}

/*DASHBOARD KARTLARI*/
.rdny-dashboard-card {
  box-sizing: border-box !important;
  background: #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1) !important;
}

.rdny-dashboard-card-header {
  position: relative;
  width: 100% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px 4px 0 0 !important;
  font-weight: 500 !important;
  color: #343a40 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0.5rem 1rem !important;
  font-size: 1rem !important;
}

.rdny-dashboard-card-body {
  color: #6c757d !important;
  padding: 0.5rem 1rem 1.5rem 1rem !important;
  font-size: 1rem !important;
}

.rdny-dashboard-card-standart-height {
  height: 200px;
  max-height: 200px;
  overflow-y: auto;
}
/*DASHBOARD KARTLARI BAŞLIK VE METİN STİLİ*/
.rdny-dashboard-title {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #6c757d !important;
}

.rdny-dashboard-text {
  font-size: 0.8rem !important;
  color: #6c757d !important;
}
@media (max-width: 1024px) {
  .rdny-dashboard-card {
    width: 96% !important;
    margin: 2% !important;
  }

  .rdny-dashboard-card,
  .rdny-dashboard-card * {
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-word;
  }

  .rdny-dashboard-card-header {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.95rem !important;
  }

  .rdny-dashboard-card-body {
    padding: 0.75rem 0.75rem 1rem 0.75rem !important;
    font-size: 0.95rem !important;
  }
}

/************************ ASSİSTAN CSS KODLARI ************************/

.rdny-reminder-card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
}

.rdny-reminder-card.read {
  background: #f8f9fa;
  opacity: 0.7;
  border: 1px solid #e9ecef;
}

.rdny-reminder-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.rdny-reminder-card.read:hover {
  opacity: 0.9;
}

.rdny-reminder-header {
  padding: 0px 10px;
  position: relative;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.rdny-reminder-header.read {
  background: linear-gradient(135deg, #95a5a6 0%, #7f8c8d 100%);
}

.rdny-reminder-date {
  font-size: 0.725rem;
  color: #6c757d;
}

.rdny-reminder-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  /* Daha sıkı hizalama */
}

.rdny-reminder-content {
  padding: 5px 10px;
}

.rdny-reminder-text {
  color: #333;
  font-size: 0.875rem;
}

.rdny-reminder-card.read .rdny-reminder-text {
  color: #6c757d;
}

.rdny-reminder-description {
  color: #666;
  font-style: italic;
  padding: 5px;
  font-size: 0.875rem;
  border-radius: 6px;
}

.rdny-reminder-card.read .rdny-reminder-description {
  border-left-color: #6c757d;
  color: #6c757d;
}

.rdny-reminder-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.725rem;
  color: #666;
  margin: 0;
}

.rdny-created-user {
  color: #1976d2;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 0.875rem;
}

.rdny-reminder-card.read .rdny-created-user {
  color: #6c757d;
}

.rdny-reminder-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.rdny-btn-action {
  background: #2196f3;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  font-weight: 500;
}

.rdny-btn-action:hover {
  background: #1976d2;
  color: white;
  text-decoration: none;
}

.rdny-btn-action.rdny-btn-href {
  background: none;
  color: #6c757d;
}

.rdny-btn-action.rdny-btn-href:hover {
  background: none;
  color: #218838;
}

.rdny-btn-action.rdny-btn-onclick {
  background: none;
  color: #6c757d;
}

.rdny-btn-action.rdny-btn-onclick:hover {
  background: none;
  color: #ffc107;
}

.rdny-btn-action.rdny-btn-multi {
  background: none;
  color: #6c757d;
}

.rdny-btn-action.rdny-btn-multi:hover {
  background: none;
  color: #5a32a3;
}

.rdny-btn-read {
  background: #17a2b8;
  color: white;
}

.rdny-btn-read:hover {
  background: #138496;
  color: white;
}

.rdny-read-badge {
  color: #6c757d;
  padding: 6px 6px;
  font-size: 1;
}

.rdny-btn-read-header {
  background: none;
  border: none;
  padding: 6px 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.rdny-btn-read-header:hover {
  color: #28a745;
  transform: rotate(360deg);
}

.rdny-header-top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  /* 10px kaldır */
  flex-wrap: wrap;
  row-gap: 0;
  /* veya gap: 0; */
  column-gap: 8px;
  /* Sadece yatay boşluk için */
}

.rdny-status-and-button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rdny-empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.rdny-empty-state i {
  font-size: 4rem;
  color: #ddd;
  margin-bottom: 20px;
}

.rdny-priority-high {
  border-left: 4px solid #f44336;
}

.rdny-priority-medium {
  border-left: 4px solid #ff9800;
}

.rdny-priority-low {
  border-left: 4px solid #4caf50;
}

.rdny-entegrasyon-container {
  border: 1px dashed #ced4da;
  background: #f8f9fa;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
}

/*Mobil CSS Başlangıç*/
@media only screen and (max-width: 1020px) {
  .panel_page_number {
    color: #ccc;
    font: 2em;
    float: right;
    margin: 3%;
    width: auto;
    padding-bottom: 10%;
    margin-bottom: 10%;
    margin-top: 5%;
  }
  #popup_div {
    width: 100%;
  }

  #popup_div_large {
    width: 100%;
  }

  #popup_div_mini {
    width: 100%;
  }

  #popup_div_desc {
    width: 100%;
  }

  #popup_div_chat {
    width: 100%;
  }

  #popup_div_assistant {
    width: 100%;
  }

  .popup_div_notice {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0;
  }

  .popup_div_main_notice {
    padding: 1rem;
  }

  .notice-header-info {
    flex-direction: column;
    gap: 0.5rem;
  }

  .buton_icon_set {
    padding: 2%;
    margin: 2%;
    width: 56px;
    height: 56px;
  }

  .buton_icon_set img {
    width: 56px;
  }

  .info_box_yes {
    padding: 35px;
    width: 100%;
    font-size: 2.4em;
  }

  .info_box_no {
    padding: 35px;
    width: 100%;
    font-size: 2.4em;
  }

  .info_box_yes img,
  .info_box_no img {
    width: 100px;
  }

  /*-----------Header Mobil CSS-----------*/
  .header_container {
    width: 97%;
    padding: 3% 2%;
    margin: 1.5%;
  }

  .header_container .button_td {
    width: 20%;
  }

  .header_container .text {
    display: none;
  }

  /*-----------Sayfa İçerik Kapsayıcı Div Mobil CSS-----------*/
  .content_container {
    padding: 3%;
    width: 97%;
    margin: 1.5% 1.5% 3% 1.5%;
  }

  /*-----------Yan Sidebar Düzenlemesi Mobil CSS Başlangıç-----------*/
  .control-sidebar {
    width: 90% !important;
    padding: 15px; /* İç boşluk */
  }

  /*------Popup Ana Kapsayıcı (Sayfa Yapısı)-------*/
  .popup_container {
    width: 97%;
    margin: 1.5%;
  }

  /* ------------------ Bootstrap İnput İcon ----------- */
  .floating-label-group input,
  .floating-label-group select {
    height: 38px; /* Mobilde yüksekliği biraz artır */
    padding: 0.4rem 2.2rem; /* Sağ-sol biraz genişlet */
    font-size: 13px; /* Fontu biraz büyüt */
  }

  .floating-label-group label {
    font-size: 12px; /* Label fontunu biraz büyüt */
  }

  .floating-label-group .form-icon {
    font-size: 1rem; /* İkonu mobilde eski boyutuna getir */
  }
} /*---Mobil CSS Kapama---*/

.rdny-page-desc-button {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* =============================================
   RDNY UPLOAD BUTTON BİLEŞENİ
   Kullanım: Logo, PDF, Word, resim yükleme alanları
   ============================================= */

/* Ana Wrapper */
.rdny-upload-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  background: #f8f9fa;
  vertical-align: middle;
}

/* Şekil Varyasyonları */
.rdny-upload-wrapper.rdny-upload-logo {
  border-radius: 50%;
}
.rdny-upload-wrapper.rdny-upload-file {


  border-radius: 10px;
}

/* Boyut Varyasyonları */
.rdny-upload-wrapper.rdny-upload-sm {
  width: 36px;
  height: 36px;
}
.rdny-upload-wrapper.rdny-upload-md {
  width: 50px;
  height: 50px;
}
.rdny-upload-wrapper.rdny-upload-lg {
  width: 80px;
  height: 80px;
}
.rdny-upload-wrapper.rdny-upload-xl {
  width: 120px;
  height: 120px;
}

/* Önizleme Resmi */
.rdny-upload-wrapper .rdny-upload-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.rdny-upload-wrapper.rdny-upload-logo .rdny-upload-preview {
  border-radius: 50%;
}

/* Önizleme İkonu (dosya türleri için) */
.rdny-upload-wrapper .rdny-upload-icon {
  font-size: 1.2em;
  color: #6c757d;
  transition: filter 0.3s ease;
  
}

.rdny-upload-wrapper.rdny-upload-lg .rdny-upload-icon {
  font-size: 1.8em;
}
.rdny-upload-wrapper.rdny-upload-xl .rdny-upload-icon {
  font-size: 2.4em;
}

/* Hover ile bulanıklık ve renk değişimi */
.rdny-upload-wrapper:hover {
  background: #1d2d44 !important;
  border-color: #1d2d44 !important;
}

.rdny-upload-wrapper:hover .rdny-upload-preview,
.rdny-upload-wrapper:hover .rdny-upload-icon,
.rdny-upload-wrapper:hover span {
  opacity: 0.8;
  color: #fff !important;
}

/* Overlay Buton (Ekle / Sil / Değiştir) */
.rdny-upload-wrapper .rdny-upload-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0;
}
.rdny-upload-wrapper.rdny-upload-logo .rdny-upload-overlay {
  border-radius: 50%;
}
.rdny-upload-wrapper.rdny-upload-file .rdny-upload-overlay {
  border-radius: 10px;
}


/* Boyuta göre ikon boyutu */
.rdny-upload-wrapper.rdny-upload-sm .rdny-upload-overlay {
  font-size: 11px;
}
.rdny-upload-wrapper.rdny-upload-lg .rdny-upload-overlay {
  font-size: 18px;
}
.rdny-upload-wrapper.rdny-upload-xl .rdny-upload-overlay {
  font-size: 22px;
}

/* Hover'da overlay görünsün */
.rdny-upload-wrapper:hover .rdny-upload-overlay {
  opacity: 1;
  background: #1d2d44 !important;
}

/* Overlay renk varyasyonları */
.rdny-upload-overlay.rdny-upload-overlay-danger {
  background: rgba(220, 53, 69, 0.65);
}
.rdny-upload-overlay.rdny-upload-overlay-success {
  background: rgba(40, 167, 69, 0.65);
}
.rdny-upload-overlay.rdny-upload-overlay-primary {
  background: rgba(0, 123, 255, 0.65);
}

/* Tablet ve Mobil için boyut */
@media (max-width: 1200px) {
  .rdny-upload-wrapper.rdny-upload-md {
    width: 60px;
    height: 60px;
  }
}

/* =============================================================================
   ONINZO CUSTOM LOADER (POPUP)
   ============================================================================= */
.oninzo-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.oninzo-loader-logo {
  width: 150px; /* Logo boyutu */
  height: auto;
  margin-bottom: 25px;
  animation: oninzo-pulse 2s ease-in-out infinite;
  filter: drop-shadow(0 0 15px rgba(50, 75, 96, 0.15));
}

.oninzo-loader-text {
  font-weight: 700;
  color: #324b60;
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  animation: oninzo-fade 2s ease-in-out infinite;
}

@keyframes oninzo-pulse {
  0% { transform: scale(0.9); opacity: 0.7; }
  50% { transform: scale(1.15); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.7; }
}

@keyframes oninzo-fade {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
