footer{
    background-color: #2c5084;
}
.calendar-item{
    line-height: 150%;
    padding-bottom: 8px;
    text-align: justify;
}

.apag-table-responsive {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
}

.apag-table-responsive .row-header,
.apag-table-responsive .row-data {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.cell {
  flex: 1;
  padding: 8px;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
}

/* Cột 1 có độ rộng cố định */
.cell.fixed {
  flex: 0 0 100px;
}

.cell.header{
    font-weight: bold;
    
    background-color: rgba(33, 37, 41, 0.03);
}
/* Đảm bảo hàng cuối không có border phải */
.row-header .cell:last-child,
.row-data .cell:last-child {

}

.text-date{
  font-weight: bold;
}

.row-sat, .row-sun{
    background-color: #ff8383 !important;
}

.event-status-draff{
    background-color: #ddd;
}

.event-status-reviewing{
    background-color:lightcyan;
}
/* Responsive: chuyển thành dạng hàng dọc trên mobile */
@media (max-width: 768px) {
  .apag-table-responsive .row-header,
  .apag-table-responsive .row-data {
    flex-direction: column;
  }

  .cell {
    flex: 100%;
    
    border-bottom: 1px solid #eee;
  }

  .cell.fixed {
    flex: 100%;
  }
}

.cal_code{
 /* padding: 1px 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: antiquewhite;
*/
  font-weight: bold;
}

div.cal_code{
  display: block;
  text-align: center;
  width: 64px;
  overflow: hidden;
  font-size:smaller;
}
.evt_highlight-1{
  color:#F00;
}
div.item-meta{
  margin: 3px 0;
  padding: 3px 0;
  border-top: 1px dashed #ccc;
  
  color:#2c2a7d;
}

.past-date, .past-date .item-meta{
  color:darkgrey;
}

.nav-day a{
  font-weight: bold;
}

.nav-day a.t7, .nav-day a.cn{
  color:red;
}

a.today{
  border-radius: 30px;
  border-bottom: 2px solid;
}