:root {
    --ct-page-title-color: #6c757d;
    --ct-gray-dark: #343a40;
    --ct-gray-100: #f1f3fa;
    --ct-gray-200: #eef2f7;
    --ct-gray-300: #dee2e6;
    --ct-gray-400: #ced4da;
    --ct-gray-500: #adb5bd;
    --ct-gray-600: #98a6ad;
    --ct-gray-700: #6c757d;
    --ct-gray-800: #343a40;
    --ct-gray-900: #313a46;
}

.user-container-username
{
    font-size: 0.9375rem;
    display: block;
    font-weight: 500;
    color: black;
    white-space: break-spaces;
    line-height: 1.5;
}

.user-container-post-code
{
    display: block;
    font-weight: 400;
    color: var(--ct-gray-700);
    white-space: nowrap;
    font-size: 0.8rem;
}

.notification-detail-header
{
    font-size: 0.8rem;
    font-weight: 700;
}

.notification-detail
{
    font-size: 0.8rem;
    font-weight: 400;
}

.pageTitle {
    font-size: 1em !important;
    margin: 0;
    line-height: 75px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--ct-page-title-color);
    font-weight: 700 !important;
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {*/
/*    margin-top: 0 !important;*/
/*    margin-bottom: 0.75rem;*/
/*    !* font-weight: 500; *!*/
/*    line-height: 1.1;*/
/*}*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
}

.h5, h5 {
    font-size: .9375rem;
    color: var(--ct-gray-700) !important;
}

.dataTableText {
    font-size: 0.9375rem !important;
    text-wrap: normal;
    font-weight: 500 !important;
}

.page-header {
    /* font-size: 1.64063rem; */
    font-size: 1.425rem;
    color: #2F365F;
    text-align: inherit;
    letter-spacing: 2px;
}

.card-titles
{
    margin-bottom:0;
    text-transform: uppercase;
    letter-spacing: .3em;
    font-size: .75rem;
    margin-top: 0;
    color: #34464E;
}

.header-title
{
    margin-bottom:0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1.0rem;
    margin-top: 0;
    color: black;
}

.header-small-title
{
    margin-bottom:0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: .9rem;
    margin-top: 0;
    color: #6c757d;
}

.textLabel
{
    font-size:1.25rem !important;
    font-family: arial, sans-serif !important;
    font-weight:400 !important;
    color: black !important;
}

.note-text
{
    color: darkblue;
    font-size: .875em;
    font-weight: 700;
    line-height: 1;
    padding: 0.25em 0.4em;
}

.header-notification
{

}
