/* Changes the default wording on the login screen */

h1.login-title:before {
    content: "Welcome to Publish \09 CROESO I PUBLISH";
    display: inline-block;
    font-size: 22px;
    font-weight: bolder;
    margin-top: 18px;
    white-space: pre-wrap;
}

h1.login-title {
    font-size: 0px;
}

/* color change for guest button visibility*/
.mat-focus-indicator.mat-stroked-button.mat-button-base.mat-primary.public-timetables.ng-star-inserted {
    color: #fff !important;
    background-color: #3bbd95;
}

/* Colors of the login page header */

div.login-container {
    background-color: #dfdfe1;
}

/* Removes the Institution Name from sidebar */

.sidebarUser-title {
    display: none;
}

/* Removes the activity description in Act details */

.eventOverviewModal p:nth-of-type(2) {
    display: none;
}

/* Added extra text before Time */

.timezoneMeta .sidebarMeta-link:before {
    content: "Please contact your College for assistance, in the first instance. \A "
}
