.borclar_baslik{
   display: flex;
   padding: 0;
   overflow: hidden;
   position: relative;
 }
 .tarih_sec{
   position: sticky;
   left: 0;
   min-width: 150px;
   height: 60px;
   background-color: white;
 }
 .table_title{
   display: flex;
 }
 .table_th{
   border:1px solid white;
   background-color: #FC5A23;
   color: white;
   padding: 0 7px;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   line-height: 20px;
   font-size: 16px;
   height: 60px;
 }
 .w_300{
   width: 150px;
 }
 .borclar_tablosu{
   display: flex;
   padding: 0;
   height: 500px;
   overflow: scroll;
   position: relative;
   align-items: flex-start;
 }
 .table_left{
   position: sticky;
   left: 0;
   min-width: 150px;
   height: auto;
   background-color: #f0f1f7;
 }
 .table_left .period_month,
 .table_left .weekly_period{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: 35px !important;
   font-size: 18px;
   color:white;
 }
 .table_left .period_month{
   background-color: #FE8911 !important;;
 }
 .table_left .weekly_period{
   background-color: #FFBF0B !important;;
 }
 .table_left .daily_period{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-size: 16px;
 }
 .table_left .daily_period:nth-child(even){
   background-color: #D7D7D7;
 }
 .table_container{
   height: auto;
 }
 .table_tr.month_line .table_td{
   background-color: #FE8911;
   border: 1px solid white;
   color: white;
   height: 35px;
 }
 .table_tr.week_line .table_td{
   background-color: #FFBF0B;
   border: 1px solid white;
   height: 35px;
   color: white;
 }
 .orange{
  background-color: #FE8911;
  color: white;
}

 .table_tr {
   display: flex;
 }
 .table_tr .table_td{
   height: 35px;
 }
 .table_tr:nth-child(even){
   background-color: #D7D7D7;
 }
 .table_td{
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
 }
 .detail_modal_btn{
  color: #FC5A23;
  right: 2px;
  position: absolute;
 } 
 .detail_modal_btn_off{
  color: #FC5A23;
  right: 20px;
  position: absolute;
 }

.drowmDownBtn{
  width: 100%;
  height: 100%;
  border: 1px solid white;
}
 
#date-input {
  display: none; /* İlk başta gizli olacak */
}

.hidden {
  display: none;
}

.dropDownButton{
  outline: none;
  border: none;
  background: transparent;
  color: white;
}
.dropDownButton i{
  transition: .3s ease;
}

.dropDownButton.active i{
  transform: rotate(-90deg);
}

#date-picker-container input{
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  font-size: 145px;
  color: red;
  opacity: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.date_select_button{
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer !important;
  background: transparent;
  border: none;
  color: orange;
}

.date_select_button.disabled{
  left: 40px;
  top: 20px;
}

@media print {
  aside,
  #borclar_baslik,
  #borclar_tablosu,
  #selectbox_container,
  footer,
  .page_title,
  #app_header{
    display: none;
  }
  .appp_content {
    width: 100%;
  }
}