/*** Change loading gif ***/
#loader,
.RadAjax div.raDiv, 
.page-dialog .RadAjax div.raDiv, 
.page-master .RadAjax div.raDiv{
    background-image: url(CoreHealth.Web.UI.ImageStore.axd?id=d128cffb-3cbe-4c5d-a4a9-bf032f331b1b);
}

.select-timezone-dropdown {
    visibility: hidden;
}

/* 284484 */
.noScroll.k-mobile {
    position: static!important;
}

/* The font-family:rubrik they use was overriding the X icon on the toaster notification pop up */
/*286700*/
.k-i-close:before {
    content: "\e11b";
    font-family: WebComponentsIcons;
}

.k-panel div.localeswitcher {
    display: none;
}

.coins-label {
    padding-right: 0.5em;
    height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.loggedOut #page-header-container {
    display: none;
}

#page-profile-bar-ag .credits {
    display: none;
}