﻿/* allow each sandbox to define additional styles */
@import url("../public/sandbox-custom-ext.css");

:root {
    --toolbelt-loadingbar-color: darkblue !important;
}

@font-face {
    font-family: 'impactreg';
    src: url('./impactreg/impactreg.eot');
    src: local('impactreg'), url('./impactreg/impactreg.woff') format('woff'), url('./impactreg/impactreg.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_7349">Text with this font applied</p> */
.impact-reg-font {
    font-family: 'impactreg' !important;
}

/* Font downloaded from FontsForWeb.com */

.rz-header, #ap-login-logo-container {
    background: rgb(24, 128, 191);
    background: linear-gradient(90deg, rgba(24, 128, 191, 1) 0%, rgba(92, 185, 228, 1) 100%);
}

.rz-header .navbar-brand {
    color: white
}

#ap-main-menu-logo-container div {
    color: white;
}

#ap-user-menu-header-container > * {
    background-color: inherit
}

#ap-login-link {
    font-weight: bold;
    color: darkblue;
}