
.calendar-view-pager {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0px;
}
  
.calendar-view-table caption {
    padding-top: 0px !important;
}
  
.calendar-view-pager {
      list-style-type: none;
}
  
.view-calendar {
    margin-bottom: 1rem;
}
  
.calendar-view-table thead th {
    background: lightgray !important
}
  
@media (min-width: 768px) {
  .calendar-view-pager {
    margin-left: 2rem;
    margin-right: 4rem;
  }
}

/*minden nap*/
.calendar-view-table .calendar-view-day__number{
  flex: 0 0 auto;
  align-self: flex-end;
  width: 1.5rem;
  border-radius: 0%;
  font-size: 0.85em;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  padding-left:4px;
  padding-right:4px;
  cursor: default;
  text-align: center;
  background: rgba(255,255,255,0);
  color: rgb(0,0,0);
  transition: border-radius 0.2s linear;
}

/* teljes elem*/
.calendar-view-table .calendar-view-day__row{
border-radius: 0rem;
cursor:pointer;
font-size:0.9055rem
}


/*előző hónap*/
.calendar-view-table .next-month .calendar-view-day__number, .calendar-view-table .previous-month .calendar-view-day__number
{
  background: rgba(255,255,255,0);
  color:var(--calendar-view-color-gray);
}



/* következő hónap*/

.calendar-view-table .next-month .calendar-view-day__number, .calendar-view-table .previous-month .calendar-view-day__number{
  background: rgba(255,255,255,0);
  color:var(--calendar-view-color-gray);

}

/*mai nap*/
.today .calendar-view-day__number{
  color: var(--bs-primary);
}

.calendar-view-table > thead > tr {
  font-family: var(--bs-font-times);
}

.calendar-view-table{
  font-family: var(--bs-font-times);
  hyphens: auto;
}
.calendar-view-pager > li > a {
  font-family: var(--bs-font-times);
}

.view-calendar{
  font-family: var(--bs-font-times);
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
.view-calendar{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
}

.calendar-view-table > caption {
  display:none!important;
}