/*
Apply any theme variable overwrites that were set via admin theme settings.
Note: This file is a placeholder, it will be automatically/dynamically overwritten from the theme settings.
This will apply to ANY/ALL themes loaded, and before any of the core files are loaded.
*/
/* test overwrite:
:root {
    --link__pri-clr: red;
    --main-background: yellow;
    --font__pri-clr: black;
}*/

.navlink {
    border-radius: 10px;
}

#search-button {
    border-radius: 0px 10px 10px 0px;
}

#kb_search {
    border-radius: 10px 0px 0px 10px;
}

.btn.btn--blue-border {
    border-radius: 10px;
}

.sigGen {
    background-color: rgba(0,0,0,.8);
    padding: 5px;
    padding-top: 3px;
    border-radius: 8px;
}