 @charset "utf-8";
 #calendar_inline{
  margin:0 auto;
 }
  .holiday-cell {
    background-color: #ffeaea !important;
    color: #b33819 !important;
    border-radius: 50%;
  }
  .holiday-cell:hover {
    background-color: #f5cfcf !important;
    color: #b33819 !important;
    cursor: default;
  }
  .air-datepicker-cell[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
  }