.fc .fc-daygrid-event-dot { /* needs to be same precedence */
    padding:6px 0; /* an override! */
    float: left;
    height:1.4rem;
  }
.fc-daygrid-event {
  white-space: normal;
}
.dtspace dt {
    min-height:35px;
}
.eventfix:has(.eventfxx){
  white-space: nowrap;
  
}
/* home page */

.headline {
  left: 130px;
} 
.clipped {
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 650px){
  .headline {
    left: 20px;
  } 
  .clipped {
    clip-path: none;
    max-height: 300px !important;
  }
}

.login-box-msg{
  font-size:1.2rem;
}

.toast-header{
  font-size:1.2rem;
}
.toast-body{
  font-size:1.1rem;
}

.table-striped2 tbody tr:nth-of-type(4n+1),
.table-striped2 tbody tr:nth-of-type(4n+2) {
  background-color: rgba(0, 0, 0, .05);
}

.table td {border:0;}
.faded{opacity: 0.4; }

.logo2{
  margin-top: 5px!important;
  max-height: 30px!important;
}

@media screen and (max-width: 767.98px) {
  .small-box .icon {
      display:block; 
      text-align: center;
  }  
  .small-box {
    text-align: left;
  }
}

