.logo {
    max-width: 720px;
    height: auto;
    display: block;
}

.tenant-logo{
    max-height: 80px;
}

.landing-logo{
    max-height: 40px;
}
.app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: box-shadow 0.2s;
}

.app-item img {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
}

.app-item span {
    font-size: 18px;
    font-weight: 500;
}

.app-item:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.calendar {
    max-height: 560px;
    margin: 0 auto;
}


.form-check-input{
    transform: scale(1.5); /* Make checkbox 1.5x larger */
    margin-right: 10px;
}

.filter-form input,
.filter-form select{
  height: 30px;
  padding: 4px 10px;
  font-size: 0.85rem;
  border-radius: 4px;
  width: 100%;
}

.filter-form .form-label {
  min-width: 80px;         /* all labels same width for perfect alignment */
  white-space: normal;     /* allow wrapping */
  word-break: break-word;  /* break long words if needed */
  font-size: 0.85rem;

}
