.schedule-block{
  position: sticky;
  top: 11rem;
}
.js-schedule-datepicker .datepicker {
  padding: 0;
}
.js-schedule-datepicker table,
.js-schedule-datepicker .datepicker-inline{
  width: 100%;
}
.js-schedule-datepicker thead tr:nth-child(2){
  background: #EDF4FF;
}
.js-schedule-datepicker  thead tr:nth-child(3){
  background: #F1F4F5;
}
.js-schedule-datepicker  .datepicker .datepicker-switch:hover{
  background: transparent;
}
.js-schedule-datepicker  thead th,
.js-schedule-datepicker  td{
  line-height: 1;
  text-transform: uppercase;
  height: 4.4rem;
  width: 4.4rem;
  border: 1px solid var(--border-color);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--blue);
  border-radius: 0 !important;
  box-shadow: none !important;
}
.js-schedule-datepicker  thead tr:nth-child(2) th{
  border: 0;
  padding: 2.1rem 1rem;
}
.js-schedule-datepicker  tbody td,
.js-schedule-datepicker  .datepicker .datepicker-switch{
  pointer-events: none;
}
.js-schedule-datepicker  th.prev,
.js-schedule-datepicker  th.next{
  background-repeat: no-repeat !important;
  background-position: center !important;
  font-size: 0 !important;
}
.js-schedule-datepicker  th.prev,
.js-schedule-datepicker  th.prev:hover{
  background-image: url(../images/icon-chevron-left.png);
}
.js-schedule-datepicker  th.next,
.js-schedule-datepicker  th.next:hover{
  background-image: url(../images/icon-chevron-right.png);
}
.js-schedule-datepicker  .day.new,
.js-schedule-datepicker  .old.new{
  color: #8c96a8;
}
.js-schedule-datepicker  .day.active{
  background: var(--blue) !important;
  color: var(--white) !important;
  border-color: var(--border-color);
}
@media(min-width:1360px) and (max-width:1403.98px){
  schedule-datepicker td {
    height: 4.3rem;
    width: 4.3rem;
    font-size: 1.3rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .js-schedule-datepicker thead tr:nth-child(2) th {
    padding: 1.8rem 1rem;
  }
  .js-schedule-datepicker thead th, .js-schedule-datepicker td {
    height: 3.9rem;
    width: 3.9rem;
    font-size: 1.3rem;
  } 
}
@media(min-width:992px) and (max-width:1199.98px){
  .js-schedule-datepicker thead tr:nth-child(2) th {
    padding: 1.6rem 1rem;
  }
  .js-schedule-datepicker thead th, .js-schedule-datepicker td {
    height: 3.1rem;
    width: 3.1rem;
    font-size: 1.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .schedule-block {
    top: 9rem;
  }
  .js-schedule-datepicker thead tr:nth-child(2) th {
    padding: 1.5rem 1rem;
  }
  .js-schedule-datepicker thead th, 
  .js-schedule-datepicker td {
    height: 3.2rem;
    width: 3.2rem;
    font-size: 1.2rem;
  }
}
@media(max-width:767.98px){
  .schedule-block {
    position: relative;
    top: 0;
    margin-top: 2.4rem;
  }
}