.modal-content .borclar_baslik {
  display: flex;
  overflow-x: hidden;
  position: relative;
}

  .no-orders-message {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  }
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}
.modal-container {
  position: relative;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 20px;
  width: 95%;
  max-width: 1200px;
  max-height: 80vh; 
  display: flex;
  flex-direction: column;
}
.modal-close-button {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #6c757d;
  cursor: pointer;
}
.modal-content .daily_period{
  color: #2189E5;
  font-size: 14px;
}
.daily_period.no-style {
  color: inherit;
  font-weight: 600;
  pointer-events: none;
}
.modal-close-button:hover {
  color: #343a40;
}
.modal-content.has-data {
  overflow: auto;
}
.modal-content .table_title .table_th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #FC5A23;
}
.modal-header-title {
  font-size: 18px;
  font-weight: 500;
  color: #6c757d;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.modal-content {
  flex: 1;
  overflow-y: auto;  
  overflow-x: visible;
  display: flex;
  flex-direction: column;
}
.modal-content .borclar_tablosu{
   display: flex;
   padding: 0;
   height: 250px;
   overflow: scroll;
   position: relative;
   align-items: flex-start;
 }
.modal-content .table_title {
  display: flex;
  width: max-content;
}
.monthYear{
    margin-left: 10px;
    color: #ff0000;
}
