html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: var(--_component-text-white, #FFF);
    font-family: Mulish;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

    table.full-table {
        width: 100%;
    }

.tab-text {
    font-size: 14px;
    margin: 0 auto;
    color: #ddd;
    font-style: normal;
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

body {
    margin: 0px;
    line-height: 1;
    background-color: #0d0d0d;
}
/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

/*EMS MASTER PAGE*/

.master {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background-color: #0d0d0d;
    border: 1px solid;
    border-color: #000000;
}

    .master a {
        color: var(--_component-text-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Drawer Item Text */
        font-family: Mulish;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }

    .master .div {
        display: flex;
        align-items: flex-start;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .master .frame {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        height: 99.9vh;
    }

    .master .frame-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 1;
        align-self: stretch;
        width: 100%;
        flex-grow: 1;
    }

    .master .header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        z-index: 1;
        background-color: transparent;
        max-width: 100vw;
    }

    .master .header-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 116px 116px;
        padding: 16px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: #0d0d0d;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: #282828;
    }

    .master .logo-container {
        display: flex;
        align-items: center;
        gap: 48px;
        position: relative;
    }

    .master .logo-wrapper {
        display: inline-flex;
        align-items: center;
        position: relative;
        flex: 0 0 auto;
    }

    .master .logo {
        position: relative;
        width: 177.87px;
        height: 60px;
        background-image: url(/mailscapeweb/public/images/enow-logo.png);
        background-size: cover;
        background-position: 50% 50%;
    }

    .master .link-container {
        display: flex;
        align-items: center;
        gap: var(--spacing-md, 8px);
    }

        .master .link-container > *:not(.account-menu) {
            padding: 5px 9px;
            justify-content: center;
            align-items: center;
            gap: 4px;
        }

    .master .main-frame {
        display: flex;
        align-items: flex-start;
        position: relative;
        flex: 1;
        align-self: stretch;
        width: 100%;
        flex-grow: 1;
        z-index: 0;
    }

    .master .sidebar {
        padding: var(--spacing-md, 8px);
        align-self: stretch;
        z-index: 1;
        background-color: #171717;
        border-right-width: 1px;
        border-right-style: solid;
        border-color: #282828;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 0 0 auto;
    }

    .master .sidebar-top {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .master .sidebar-container {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
    }

    .master .sidebar-image-container {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        flex: 0 0 auto;
    }

    .master .icons {
        position: relative;
        flex: 0 0 auto;
    }

    .master .icons-wrapper {
        display: flex;
        align-items: center;
        padding: 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        border-radius: var(--radius-md, 8px);
    }

        .master .icons-wrapper img {
            vertical-align: middle;
        }

    .master .active {
        background-color: var(--_primary, #894BA4);
    }

    .master .icons-wrapper:hover {
        background-color: var(--_primary, #894BA4);
    }

.group-title.active, .section-title.active {
    background-color: unset;
}

.main-content {
    width: 100%;
}

.homepage .server-statuses {
    margin-top: calc(-1 * (var(--spacing-4xl, 32px)));
    width: 100%;
}


.homepage .dashboard-title td {
    padding-top: var(--spacing-4xl, 32px);
}

.homepage .dashboard-title a {
    color: var(--_component-text-white, #FFF);
    /* Text lg/Semibold */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.homepage .dashboard-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--colors-text-text-tertiary-600, #94969C);
    text-overflow: ellipsis;
    /* Text sm/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.ems-config-section {
    top: 10px;
    position: relative;
    border: 0px;
    border-radius: var(--radius-xl, 12px);
    background: #171717;
    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .ems-config-section::after {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background: radial-gradient(ellipse at -100% -50%, rgb(38, 37, 66), rgb(5, 250, 205) 37.29%, rgb(149, 110, 219) 52.69%, rgb(38, 37, 66) 70%);
        content: '';
        z-index: -1;
        border-radius: var(--radius-xl, 12px);
    }


.ems-table {
    top: 10px;
    position: relative;
    border: 0px;
    border-radius: var(--radius-xl, 12px);
    background: var(--black-16, rgba(0, 0, 0, 0.16));
    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .ems-table::after {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background: radial-gradient(ellipse at -100% -50%, rgb(38, 37, 66), rgb(5, 250, 205) 37.29%, rgb(149, 110, 219) 52.69%, rgb(38, 37, 66) 70%);
        content: '';
        z-index: -1;
        border-radius: var(--radius-xl, 12px);
    }

    .ems-table .ems-table-header td {
        border-bottom: 1px solid rgba(235, 235, 235, 0.20);
        background: #171717;
        color: var(--_component-text-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        text-overflow: ellipsis;
        /* Drawer Item Text */
        font-family: Mulish;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        height: 50px;
        vertical-align: middle;
        margin-top: 50%;
        padding: var(--spacing-md, 8px) 24px;
    }

    .ems-table tr:first-child td:first-child {
        border-top-left-radius: var(--radius-xl, 12px);
    }

    .ems-table tr:first-child td:last-child {
        border-top-right-radius: var(--radius-xl, 12px);
    }

    .ems-table tr:last-child td:first-child {
        border-bottom-left-radius: var(--radius-xl, 12px);
    }

    .ems-table tr:last-child td:last-child {
        border-bottom-right-radius: var(--radius-xl, 12px);
    }

    .ems-table .subTable td {
        border-top-left-radius: unset !important;
        border-top-right-radius: unset !important;
        border-bottom-left-radius: unset !important;
        border-bottom-right-radius: unset !important;
    }

    .ems-table .indicatorHeading, .indicatorCell {
        width: 200px;
        text-align: center;
    }

    .ems-table .ems-table-row > td {
        border-bottom: 1px solid rgba(235, 235, 235, 0.16);
        background: #242424;
        color: var(--_component-text-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Drawer Item Text */
        font-family: Mulish;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        height: 56px;
        text-align: center;
        vertical-align: middle;
        margin-top: 50%;
        padding: var(--spacing-md, 8px) 24px;
        overflow: hidden;
    }

    .ems-table .ems-table-row:last-child td {
        border-bottom: none;
    }

    .ems-table .ems-table-row.paged:last-child td {
        border-top: 1px solid rgba(235, 235, 235, 0.16);
    }

    .ems-table .dagHeading-row td {
        /*border-bottom: 1px solid rgba(235, 235, 235, 0.16);*/
        background: #242424;
        color: var(--_component-text-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        /* Drawer Item Text */
        font-family: Mulish;
        color: #898989;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px; /* 150% */
        height: 16px;
        text-align: center;
        vertical-align: middle;
    }

    .ems-table .ems-table-row .nameSide {
        width: 500px;
        min-width: 300px;
        text-align: left;
    }

    .ems-table .indicatorCell {
        position: relative;
        width: 150px;
        min-width: 150px;
        height: 33px;
    }

        .ems-table .indicatorCell img {
            vertical-align: middle;
        }

.fade {
    animation: fade 1s ease-in-out infinite;
    -webkit-animation: fade 1s ease-in-out infinite;
}

.ems-button {
    background-color: var(--_primary, #894BA4);
    border: none;
    padding: 5px 10px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: var(--radius-sm, 4px);
    color: var(--_component-text-white, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Base Text/Base Text */
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.ems-table-button {
    background-color: var(--_primary, #894BA4);
    border: none;
    padding: 5px 100px 5px 100px;
    text-align: center;
    display: inline-block;
    border-radius: var(--radius-sm, 4px);
}

.warning-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    margin-top: -4px;
}

i.warning-icon.red {
    background-image: url("/mailscapeweb/public/images/warning-red.svg");
}

i.warning-icon.yellow {
    background-image: url("/mailscapeweb/public/images/warning-yellow.svg");
}

i.warning-icon.orange {
    color: orange;
}


.justify-left, .justify-left > * {
    text-align: left !important;
}

.justify-middle, .justify-middle *, .center, .center * {
    text-align: center !important;
    justify-content: center !important;
}

.justify-right, .justify-right > * {
    text-align: right !important;
}

.margin-top-4xl {
    margin-top: var(--spacing-4xl, 32px);
}

.agent-monitor .agent-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xl, 16px);
}

.agent-monitor .agent-name {
    color: var(--_component-text-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Header/Header 1 */
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.24px; /* 133% */
}

.agent-monitor .supporting-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: var(--spacing-md, 8px) 48px;
    align-self: stretch;
}

.agent-monitor .supporting-text {
    color: var(--_track-line-bg, #D6D6D6);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    color: var(--_track-line-bg, #D6D6D6);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Base Text/Base Text */
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

    .agent-monitor .supporting-text:before {
        content: "• ";
    }

.agent-monitor .span {
    font-weight: 700;
}

.homepage, .landing-page, .data-page, .web-page, .agent-monitor {
    padding: var(--spacing-3xl, 24px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-4xl, 32px);
    position: relative;
    flex: 1;
    flex-grow: 1;
}

h1, .title, .title * {
    color: var(--_component-text-white, #FFF) !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    /* Header/Header 1 */
    font-family: Mulish !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 37.24px !important; /* 133% */
}

h2, .subtitle, .subtitle *, .subTitle, .subTitle *, .tableTitle, .tableTitle * {
    color: var(--_component-text-white, #FFF) !important;
    font-feature-settings: 'clig' off, 'liga' off !important;
    /* Header/Header 1 */
    font-family: Mulish !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 37.24px !important; /* 133% */
}

.supporting-text {
    color: var(--_track-line-bg, #D6D6D6);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Base Text/Base Text */
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.data-page .ems-table .ems-table-row td {
    text-align: left;
}

#maincontent .tableTitle {
    padding-top: var(--spacing-4xl, 32px);
    padding-bottom: var(--spacing-4xl, 32px);
}

.api-link-container {
    text-align: center;
}

/*RESOURCE MONITOR PAGE*/
.data-page .test-data {
    margin: 0 auto;
    max-width: 1100px;
    min-width: 900px;
    width: 100%;
    position: relative;
    color: var(--_component-text-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Drawer Item Text */
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    /*font-weight: 400;*/
    /*line-height: 24px;*/ /* 150% */
}

#cpuWrapper {
    margin: 0 auto;
    padding-bottom: var(--spacing-4xl, 32px);
}

#cpuContent {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0;
}

.cpuPercents {
    display: inline-block;
    list-style: none;
    width: 80px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #000;
    line-height: 40px;
    border-collapse: collapse;
}

#corecount {
    font-weight: normal;
}

.memDetails {
    width: 60%;
    float: left;
    padding: 0 2% 0 0;
    margin-right: 2%;
    border-right: 1px solid #2c2c2c;
}

.memStats {
    width: 35%;
    float: left;
}

    .memStats h2 {
        text-align: center;
    }

    .memStats table {
        border-top: 1px solid #2c2c2c;
    }

.col-6 {
    float: left;
    width: 50%;
}

#cpuDetails .col-6 ul {
    border: none;
}

    #cpuDetails .col-6 ul li {
        border-top: 1px solid #2c2c2c;
        width: 95%;
        padding: 10px 2.5%;
    }

#cpuDetails ul li:hover {
    background: #262626;
}

#cpuDetails {
    clear: both;
    font-size: 2em;
}

    #cpuDetails ul {
        width: 100%;
        margin: 0;
        display: block;
        padding: 0;
        float: left;
        clear: both;
    }

    #cpuDetails ul {
        border-top: 1px solid #2c2c2c;
    }

        #cpuDetails ul li {
            float: left;
            list-style: none;
            padding: 10px 6% 10px 2.5%;
            width: auto;
        }

            #cpuDetails ul li span {
                font-size: .5em;
                color: #ccc;
                display: block;
            }

#cpuTable {
    font-size: 1em;
    margin-top: 15px;
    font-family: Arial;
}

    #cpuTable th {
        color: #666 !important;
        background: none;
        padding: 3px;
        text-transform: none;
    }

    #cpuTable td {
        color: #fff;
        padding: 3px;
    }

.reportRows td, .reportRows th {
    padding: 9px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    border-bottom: 1px solid #2c2c2c;
    color: #ddd;
    vertical-align: middle;
}

.reportRows .serverMain {
    background: #dd9200 !important;
    color: #fff;
}

.reportRows th.thLabel {
    background: none;
    border: 0;
}

.reportRows th {
    vertical-align: middle;
    background: #333;
}

.reportRows td td {
    border-bottom: none;
}

.reportRowsTaller td {
    padding: 3px 2px;
}

.reportRows:hover td {
    background: #262626;
}

.reportRows:focus td {
    background: #222;
    outline: 0;
}

*:focus {
    outline: 0;
}

.reportRows:hover td table[bordercolor="000000"] {
    border-color: #262626;
}


@-webkit-keyframes fade {
    0%,100% {
        opacity: .25;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fade {
    0%,100% {
        opacity: .25;
    }

    50% {
        opacity: 1;
    }
}

.blink {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.blink_position {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 18px;
}

/*DATA PAGE POPUP*/

.hidden-popup-container {
    display: none;
    position: absolute;
    z-index: 1;
    border-radius: var(--radius-xl, 12px);
}

    .hidden-popup-container .button-close {
        display: block;
        text-align: right;
    }

.popup {
    position: relative;
    width: 500px;
    border-radius: var(--radius-xl, 12px);
    background: var(--black-16, rgba(0, 0, 0, 0.16));
    /* Shadows/shadow-xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-collapse: collapse;
    border-spacing: 0;
    word-break: keep-all;
}

    .popup::after {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background: radial-gradient(ellipse at -100% -50%, rgb(38, 37, 66), rgb(5, 250, 205) 37.29%, rgb(149, 110, 219) 52.69%, rgb(38, 37, 66) 70%);
        content: '';
        z-index: -1;
        border-radius: var(--radius-xl, 12px);
    }

    .popup td {
        padding: var(--spacing-md, 8px) 24px;
    }

.popup-list .title {
    margin-top: 0.25em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 2px solid #ddd;
}

.popup-list {
    overflow-y: auto;
    max-height: 600px;
    width: 500px;
}

    .popup-list .title {
        font-weight: bolder;
    }

.popup-list-item {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-top: 1px solid #ddd;
}

.popup-header td + td {
    border-top-left-radius: unset;
    border-top-right-radius: var(--radius-xl, 12px);
}

.popup-header td {
    border-top-left-radius: var(--radius-xl, 12px);
    border-bottom: 1px solid rgba(235, 235, 235, 0.20);
    background: #0d0d0d;
    color: var(--_component-text-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Mulish;
    vertical-align: middle;
    padding: var(--spacing-md, 8px) 24px;
}

.popup-content {
    word-break: keep-all;
    height: stretch;
    font-family: Mulish;
    border-bottom-left-radius: var(--radius-xl, 12px);
    border-bottom-right-radius: var(--radius-xl, 12px);
    background: #171717;
    color: var(--_component-text-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Mulish;
    font-size: 16px;
    padding: var(--spacing-md, 8px) 24px;
}

.popup .button-close {
    text-align: right;
}

.popup-footer {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.popup a {
    color: var(--_primary, #894BA4);
}

.api-link-container {
    width: 100%;
    text-align: center;
    color: var(--_component-text-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Drawer Item Text */
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.ems-arc-gauge-container {
    height: 90px;
    width: 150px;
}

    .ems-arc-gauge-container [data-role="arcgauge"],
    [data-role="arcgauge"] [data-role='surface'] {
        width: 100% !important;
        height: 100% !important;
    }

input.submit {
    color: var(--_component-text-white, #FFF);
    background-color: var(--_primary, #894BA4);
    border: none;
    padding: 5px 20px 5px 20px;
    text-align: center;
    display: inline-block;
    border-radius: var(--radius-xl, 12px);
}

.ems-report-metric-group {
    display: flex;
    align-content: center;
    gap: 24px var(--spacing-3xl, 24px);
    align-self: stretch;
    flex-wrap: wrap;
}

.ems-report-metric {
    display: flex;
    position: relative;
    width: 294px;
    min-width: 232px;
    padding: var(--spacing-3xl, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md, 8px);
    border-radius: var(--radius-xl, 12px);
    border: 0px;
    background: linear-gradient(98deg, rgba(0, 42, 34, 0.00) -0.05%, rgba(149, 110, 219, 0.65) 99.95%), #1A1A1A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    flex: 1;
}

    .ems-report-metric::after {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background: radial-gradient(ellipse at -100% -50%, rgb(38, 37, 66), rgb(5, 250, 205) 37.29%, rgb(149, 110, 219) 52.69%, rgb(38, 37, 66) 70%);
        content: '';
        z-index: -1;
        border-radius: var(--radius-xl, 12px);
    }

.ems-report-metric-negative {
    display: flex;
    position: relative;
    width: 294px;
    min-width: 232px;
    padding: var(--spacing-3xl, 24px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md, 8px);
    border-radius: var(--radius-xl, 12px);
    border: 0px;
    background: linear-gradient(98deg, rgba(0, 42, 34, 0.00) -0.05%, rgba(243, 23, 0, 0.30) 99.95%), #1A1A1A;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    flex: 1;
}

    .ems-report-metric-negative::after {
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background: radial-gradient(ellipse at -100% -50%, rgba(38, 37, 66, 1), rgba(243, 23, 0, 0.3) 37.29%, rgba(243, 23, 0, 1) 52.69%, rgba(38, 37, 66, 1) 70%);
        content: '';
        z-index: -1;
        border-radius: var(--radius-xl, 12px);
    }

.ems-report-metric-heading {
    align-self: stretch;
    color: var(--_component-bg, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
}

.ems-report-metric-heading-lg {
    align-self: stretch;
    color: var(--_component-bg, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.ems-report-metric-stat-wrapper {
    display: flex;
    align-items: flex-end;
    gap: var(--spacing-xl, 16px);
    align-self: stretch;
}

.ems-report-metric-stat {
    flex: 1 0 0;
    color: var(--_component-bg, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.24px; /* 133% */
}

.ems-report-metric-multi-stat-wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-self: stretch;
}

.ems-report-metric-multi-stat-column-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-self: stretch;
}

.ems-report-metric-multi-stat-row-wrapper {
    flex: none;
}

.ems-report-metric-multi-stat-l-wrapper {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    min-width: 100px;
    /*align-items: flex-start;*/
    gap: 4px;
    align-self: stretch;
}

.ems-report-metric-multi-stat-l-text {
}

.ems-report-metric-multi-stat-l-stat {
    color: mediumpurple;
}

.ems-report-metric-multi-stat-r-stat {
    text-align: right;
    font-size: 72px;
    color: #3DC4D3;
    vertical-align: middle;
    line-height: 70px;
}

.report_combobox {
    display: inline;
}

    .report_combobox select {
        height: 30px;
        font-family: Mulish;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

.chartContainer {
    position: relative;
}

.circle {
    height: 222px;
    width: 222px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 200px;
    margin: 0 auto;
    cursor: default;
    border: 1px solid #999;
    position: relative;
    top: 20%;
    background-color: lightgrey;
}

.circleOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.ems-button-group {
    display: flex;
    align-items: flex-start;
    border-radius: var(--radius-md, 8px);
    border: 1px solid var(--_subtle-text, #666);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

    .ems-button-group > label {
        display: flex;
        min-height: 40px;
        padding: var(--spacing-md, 8px) var(--spacing-xl, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--spacing-md, 8px);
        border-right: 1px solid var(--_dark, #424242);
        color: var(--_component-text-white, #FFF);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Mulish;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
        cursor: pointer;
    }

        .ems-button-group > label:first-child {
            border-top-left-radius: var(--radius-md, 8px);
            border-bottom-left-radius: var(--radius-md, 8px);
        }

        .ems-button-group > label:last-child {
            border-top-right-radius: var(--radius-md, 8px);
            border-bottom-right-radius: var(--radius-md, 8px);
        }

    .ems-button-group[data-toggle="buttons"] > * input[type="radio"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

/*JQuery MultiSelect*/
.ms-options-wrap {
    border-radius: 4px;
    height: 30px;
    position: relative;
}

    .ms-options-wrap > button > span, .ms-options-wrap > .ms-options > a, .ms-options-wrap > .ms-options > ul li label {
        color: black;
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: Mulish;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

    .ms-options-wrap > button:focus, .ms-options-wrap > button {
        border-radius: 4px;
        height: 30px;
    }


    .ms-options-wrap > .ms-options > ul li, ol li, dl dd, dl dt {
        margin: 0;
    }

#gridControls {
    padding-top: var(--spacing-xl, 8px);
}

.latencyControls {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-xl, 8px);
    height: 37px;
    padding-right: 12px;
}

.footer {
    text-align: center;
    padding-bottom: var(--spacing-4xl, 32px);
}

#licenseDisclaimerModal {
    visibility: visible;
}

#PAMTag {
    display: inline-block;
}

#charts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.grid-section {
    margin-bottom: var(--spacing-4xl, 32px);
}

.small-chart {
    display: inline-block;
    overflow: visible;
    width: 400px;
}

input#report-searchbox {
    background-image: url(/mailscapeweb/public/images/search.svg);
    background-repeat: no-repeat;
    background-position: 4px center;
    text-indent: 24px;
}

.mailflow-container {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: 100%;
    gap: 24px;
}

.data-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: var(--spacing-4xl, 32px);
    width: 100%;
}

    .data-row .stretch {
        flex-grow: 1;
    }

.full-width {
    width: 100%;
}

.fa {
    font-family: "FontAwesome" !important;
}

.underline {
    text-decoration: underline;
}

.inline, .inline * {
    display: inline-block !important;
}

.indented {
    padding-left: 4em;
}

.error, .error > * {
    color: #ED4337 !important;
    background: #FFCDD2;
}

/*Account Menu*/

.account-badge {
    cursor: pointer;
}

.account-menu {
    position: absolute;
    top: 76px;
    right: 24px;
    z-index: 100;
    /*min-height: 5em;*/
    border: var(--enow-border-color) solid 1px;
    border-radius: 4px;
    background-color: var(--enow-controlbar-background-color);
    width: 400px;
    border-color: #495057;
}

    .account-menu ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

        .account-menu ul li {
            border-top: var(--enow-border-color) solid 1px;
        }

            .account-menu ul li a {
                padding: 1em;
                display: block;
                text-decoration: none !important;
                color: #2bd4d1e0 !important;
                font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                font-size: 16px;
                font-weight: 500;
            }

                .account-menu ul li a > span:not(.k-icon) {
                    color: #2bd4d1e0 !important;
                }

                .account-menu ul li a:hover {
                    text-decoration: none !important;
                }

            .account-menu ul li:hover {
                background-color: #403c3c;
            }

            .account-menu ul li .k-icon {
                color: white;
            }

            .account-menu ul li a .k-icon {
                margin-right: 0.75em;
            }

    .account-menu .k-hbox > div {
        margin: 0.8rem;
    }

    .account-menu .contact-position > * {
        font-size: .8em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .account-menu .contact-name {
        font-size: 1.3em !important;
        font-weight: 400 !important;
    }

    .account-menu.transition {
        height: 0px;
        display: none;
        border: var(--enow-border-color) solid 0px;
        -webkit-transition: width 0.5s ease, padding 0.5s ease;
        -moz-transition: width 0.5s ease, padding 0.5s ease;
        -ms-transition: width 0.5s ease, padding 0.5s ease;
        -o-transition: width 0.5s ease, padding 0.5s ease;
        transition: width 0.5s ease, padding 0.5s ease;
    }

        .account-menu.transition * {
            opacity: 0;
            -webkit-transition: opacity 0.5s ease;
            -moz-transition: opacity 0.5s ease;
            -ms-transition: opacity 0.5s ease;
            -o-transition: opacity 0.5s ease;
            transition: opacity 0.5s ease;
        }

        .account-menu.transition.open {
            height: unset;
            display: block;
            border: var(--enow-border-color) solid 1px;
            -webkit-transition: width 0.5s ease, padding 0.5s ease;
            -moz-transition: width 0.5s ease, padding 0.5s ease;
            -ms-transition: width 0.5s ease, padding 0.5s ease;
            -o-transition: width 0.5s ease, padding 0.5s ease;
            transition: width 0.5s ease, padding 0.5s ease;
        }

            .account-menu.transition.open * {
                opacity: 1;
                -webkit-transition: opacity 0.5s ease;
                -moz-transition: opacity 0.5s ease;
                -ms-transition: opacity 0.5s ease;
                -o-transition: opacity 0.5s ease;
                transition: opacity 0.5s ease;
            }

/*Keep as last item*/
html {
    visibility: visible;
    opacity: 1;
}
