/* Updated the loading component to follow application theme color guide */
:root {
    --appmain-primary: #034d62;
}

/* Remove tabstrip focus outline */
.k-tabstrip-content:focus,
.k-tabstrip-content.k-focus,
.k-tabstrip > .k-content:focus,
.k-tabstrip > .k-content.k-focus {
    outline: none;
}
