.month {
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -1.11428px;
  color: #cccccc;
}
.day {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  /* identical to box height */
  letter-spacing: 0.270833px;
}
.name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5rem;
}
.vl {
  border-left: 1px solid #F3F3F3;
  height: 60px;
}

.liveFirst {
  border-bottom: 1px solid #eaeaea;
}

.liveTr td {
  padding-top: 6px;
  padding-bottom: 2px;
}

.modal-title-live {
  font-size:40px;
  font-weight: 700;
}

.btn-live:disabled, .btn-live {
  border-radius: 50px;
  border: 1px solid #eaeaea;
}

.pager-item {
  display: inline-block;
}

.js-pager__items {
  list-style: none;
  text-align: center;
}

.nav-mini-pager {
  display: block;
  width: 100%;
  text-align: center;
}

@media print {
  table.report { page-break-after:auto }
  table.report tr    { page-break-inside:avoid; page-break-after:auto }
  table.report td    { page-break-inside:avoid; page-break-after:auto }
  table.report thead { display:table-header-group }
  table.report tfoot { display:table-footer-group }
}

#liveScheduleModal {
  z-index: 9999999;
}

.name-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: center;
  padding-top: 1.6rem;
}

.name-content div:last-child {
  padding-left: 0.5rem;
}

#liveScheduleModal .modal-body .table-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 5px transparent solid;
  background-clip: padding-box;
}

#liveScheduleModal .modal-body .table-scroll::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  background-color: transparent;
}

#liveScheduleModal .modal-body .table-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

#liveScheduleModal .modal-dialog {
  position: absolute;
  top: 3rem;
}

#liveScheduleModal .modal-body .table-scroll {
  overflow-y: overlay;
  max-height: 65vh;
  border: 1px solid #f5f5f5;
}

#liveScheduleModal table td:first-child,
#liveScheduleModal table td:last-child {
  padding: 1.5rem;
}

#liveScheduleModal table td:first-child {
  padding-right: 0px;
  min-width: 10.8rem;
}

#liveScheduleModal table td {
  padding: 0px;
  padding-bottom: 0px !important;
}

#liveScheduleModal table td.separator {
  position: relative;
  border-bottom: 0;
  padding: 0;
}

#liveScheduleModal table td.separator > div {
  position: relative;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #F3F3F3;
  margin: 1.2rem 1rem;
  height: 60px;
}

#liveScheduleModal table td p {
  margin-bottom: 0;
}

#liveScheduleModal table tr:first-child td {
  border-top: none;
}

/* fix calendar button displaying behind modal-body */
#liveScheduleModal .addeventatc.btn {
  position: absolute;
}

#liveScheduleModal table td.calendar {
  min-width: 250px;
  position: relative;
}

#liveScheduleModal .empty-live-schedule-container {
  min-width: 500px;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  display: flex;
}
