
/* CSS Calendar */
table.calendar {
  width: 100%;
  border-collapse: collapse;
  margin-top: 6px;
}

.calendar th,
.calendar td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  width: 81.2812px;
}

.calendar th {
  background-color: #f2f2f2;
}

.calendar td {
  height: 80px;
  background-color: #FFFFFF;
}



.btns {
  width: 100%;
  display: flex;
  background-color: #4E73DF;
  border-radius: 10px 10px 0px 0px;
  padding: 10px;
}

.btn.prev {
  width: 100%;
  height: 100%;
  text-align: left;
  height: 100%;
  color: white;
}

.btn.next {
  width: 100%;
  text-align: right;
  height: 100%;
  color: white;
}

.month {
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  margin-top: 0.5rem;
}

.today {
  width: 50px;
  color: white;
  background-color: #4E73DF !important;
}

.event {
  color: #f2f2f2;
  background-color: #4E73DF;
  font-size: 10px;
}

.ui-datepicker-calendar {
  margin: 0;
}

.prev {
  color: #ccc;
}

.next {
  color: #ccc;
}

.calendar-p {
  font-size: 15px;
  margin-left: 15px;
}

.calendar-ul {
  list-style: none;
}

.post-date {
  margin: 5px 5px 5px -25px;
  font-size: 14px;

}

.btn-circle {
  background-color: #4E73DF;
  color: #fff;
}

.text-date {
  font-size: 15px;
  color: #AAB0BC;
}

.header-calendar {
  /* color: #4e73df; */
  width: 100%;
  height: 100%;
  margin: 10px;
  text-shadow: 1px 2px #1136a247;
  /* text-shadow: 2px 1px #1136a2; */
}

.weekdays {
  color: #4E73DF;
}

.days {
  color: #4E73DF;
  transition: all 0.3s;
  background-color: #012060;
}

.days .day:not(.next):not(.prev):hover {
  color: #fff;
  background-color: #4E73DF;
  transition: scale(1.05);
}

.text-event a {
  font-size: 12px;
  color: white;
  background-color: #4E73DF;
  color: white;
  padding: 1px 4px;
}

.bg-calendar {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 15px;
  border-radius: 30px;
}

.text-event {
  margin-bottom: -18px;
  font-size: 14px;
  text-align: end;

}

p.detail-calendar,
a.detail-calendar {
  font-size: 15px;
  font-weight: bold;
}

p.detail-calendar {
  color: #656161;
}

a.detail-calendar {
  color: #4e73dfe0;
}

.content>span {
  color: #4E73DF;
  font-size: 16px;
  font-weight: 700;
}

div>.overflow-auto>span {
  font-size: 20px;
  font-weight: 800;
  color: #4E73DF;
}
.blockquote-footer {
  font-size: 16px;
  /* color: #4E73DF; */
  font-weight: bold;
  margin-top: 5px;
}
.small {
  color: #4E73DF;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .text-event a {
    font-size: 10px;
  }
  p.detail-calendar, a.detail-calendar {
    font-size: 13px;
  }
}
@media only screen and (max-width: 499px) {
  p.detail-calendar, a.detail-calendar {
    font-size: 12px;
  }
  .btn.prev ,.month,.btn.next{
    font-size: 14px;
}
  .btns {
    padding: 6px;
  }
  .calendar th, .calendar td {
    padding: 1px;
    font-size: 13px;
  }
  .calendar td {
    height: 55px;
  }
  .text-event {
    /* margin-bottom: -11px; */
    text-align: center;
  }
  .text-event a {
    font-size: 8px;
    padding: 1px;
}
}