/*DISABLE CHANGING DEFAULT EMAIL*/

.email_meta {
    display: none;
}

#default_email_id {
    display: none;
}

/*DISABLE CHANGING DEFAULT EMAIL*/

/* BEGIN: Footer modifications - Remove Instructure social media links */
#footer-links a[href="http://facebook.com/instructure"] {
    display: none;
}

#footer-links a[href="http://twitter.com/instructure"] {
    display: none;
}

/* END: Footer modifications - Remove Instructure social media links */

/* BEGIN: Dashboard card modifications - Add role to card */
.chico__dashboard-role-card {
    position: absolute;
    bottom: 4em;
    left: -16px;
    height: 36px;
    padding: 0.5em 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px;

    animation: chico__dashboard-role-card--fadein 0.25s ease-in-out;
}

.chico__dashboard-role-card .chico__dashboard-role-card--role {
    padding: 0.5em;
    background-color: white;
    border: 0;
}

@keyframes chico__dashboard-role-card--fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* END: Dashboard card modifications - Add role to card */

/* BEGIN: Zammo Bot UI modifications */
#zammoBotUIComponent--chatIcon {
    display: none !important;
}
/* END: Zammo Bot UI modifications */
