:host {
    all: initial;
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.5;
}

body {
    background-color: #fafafa !important;
}

a {
    outline: none !important;
}

#masterContainer {
    top: 0 !important;
}

.cp-layout-main-menu nav {
    display: block;
    background: var(--cp-tertiary, #202654);
    color: var(--cp-primary-contrast-text);
    height: 100%;
    box-sizing: border-box;
}

.cp-layout-main-menu .flex-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cp-layout-main-menu .cp-main-menu__header,
.cp-layout-main-menu .cp-main-menu__header--box-shadowed {
    position: sticky;
    top: 0px;
    padding: var(--cp-spacer-4) var(--cp-spacer-3) var(--cp-spacer-2) var(--cp-spacer-3);
    background-color: var(--cp-primary-color);
    z-index: 1;
    margin-bottom: var(--cp-spacer-1);
}

.cp-main-menu__logo-container {
    display: flex;
    align-items: baseline;
}

.logo {
    width: auto;
    max-width: 200px;
    max-height: 100px;
    min-height: 25px;
    height: max-content;
}

.toggle-all-container {
    margin-top: var(--cp-spacer-3);
    display: flex;
    justify-content: space-between;
    gap: var(--cp-spacer-1);
    padding-top: 6px;
}

.toggle-all-container__button {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
    background: none;
    color: var(--cp-tertiary-contrast, #c3c7cc);
    cursor: pointer;
    border: 1px solid var(--cp-tertiary-contrast, #c3c7cc);
    border-radius: 0.25rem;
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle-all-container__button:hover {
    background: none;
    border: solid 1px var(--bs-white);
    color: var(--bs-white);
}

[dir="ltr"] .toggle-all-container__button {
    margin-right: var(--cp-spacer-2);
    padding: var(--cp-spacer-1);
}

[dir="ltr"] .toggle-all-container__button:last-of-type {
    margin-right: 0px;
}

.toggle-all-container__button span i {
    font-size: 15px;
    padding-right: 5px;
    vertical-align: middle;
}

.toggle-all-container__button:hover span i {
    color: var(--bs-white);
}

.cp-main-menu__input-container {
    height: 2rem;
    width: 100%;
    margin-top: var(--cp-spacer-3);
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: var(--cp-tertiary-contrast, #c3c7cc);
    border-radius: 0.25rem;
    font-size: 15px;
}

.cp-main-menu__input-container:hover {
    outline: var(--cp-tertiary, #202654);
    background-color: #fafafa;
}

.cp-layout-main-menu .section-separator {
    width: 100%;
    margin: 0;
    border-top: 1px solid var(--cp-tertiary-contrast, #c3c7cc);
    opacity: 0.8;
}

.navlist-container {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.navlist-container::-webkit-scrollbar-track {
    background: var(--cp-primary-contrast-dull-color);
}

.navlist-container::-webkit-scrollbar-thumb {
    background-color: var(--cp-primary-color);
    border-radius: 20px;
    border: 3px solid var(--cp-primary-contrast-dull-color);
}

.navlist-container::-webkit-scrollbar {
    width: 12px;
}

.navlist-container .links {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-top: 0px;
    margin-bottom: 16px;
    flex-grow: 1;
    padding: 0 var(--cp-spacer-4) 0 var(--cp-spacer-3);
}

.list-item {
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

.list-item a {
    font-size: 15px;
    padding: 5px 0px 6px 3px !important;
}

.list-item__category-link,
.list-item__link {
    display: flex;
    align-items: center;
}

.list .list-item__link {
    margin-left: -5px;
    padding: 4px 0px 4px 0px !important;
}

.links a:link,
.links a:visited,
.links a:active,
.links a:hover {
    font-family: "Open Sans";
    padding: 6px 0px 6px 4px;
    line-height: 22px;
    text-decoration: none;
    color: #d5d6d7;
}

.list-item .list-item.whm-current-tool a,
.list-item .list-item.whm-current-tool a:hover,
.list-item a:hover,
.list-item a:focus {
    color: #e3e3e3;
}

.links a:focus {
    outline: 1px dashed var(--cp-tertiary-contrast, #c3c7cc) !important;
}

.links [class^="ri-"] {
    position: relative;
    top: -1px;
    font-size: 22px;
    vertical-align: middle;
}

.links .list {
    display: none;
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-left: 0 !important;
    padding-left: 36px;
}

.list-item .list-item.whm-current-tool .list-item__text {
    position: relative;
}

.list-item .list-item.whm-current-tool .list-item__text::before {
    content: "●";
    color: var(--cp-tertiary-contrast, #fafafa);
    opacity: 1;
    position: absolute;
    font-size: 1.4rem;
    line-height: 1.7;
}

.list-item .list-item.whm-current-tool .list-item__text::before {
    left: calc(var(--cp-spacer-6) * -0.9);
    top: -10px;
}

.links .list-item__icon {
    margin-right: var(--cp-spacer-1);
}

.list-item .sub_category a:hover,
.list .list-item:hover a,
.list .list-item:hover a:hover {
    text-decoration: underline !important;
}

table#accountsListTable tbody,
tr.list-accounts__table-main-row.data-row,
tr.list-accounts__table-main-row.data-row {
    background-color: #f4f4f4;
    box-shadow: none;
}

.wordbreak[_ngcontent-puv-c34] td[_ngcontent-puv-c34] {
    vertical-align: top;
}

span.account-details-block {
    display: inline-block;
    vertical-align: top;
    padding: 0 3rem 0 0;
}

.label_wraps {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

input.mx {
    width: 40em;
}

div.increment-container {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 5px;
    z-index: 1;
    margin-right: 3px;
}

.integer-editor {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

button.btn-outline-secondary.btn-xs {
    margin: 1px;
    border: 1px solid #000;
}

.ng-hide {
    display: none;
}

.sub_category {
    display: none;
}

.sub_category.active {
    display: block !important;
}

/* #cp-analytics-whm  */
.trialLicenseWarning {
    display: none !important;
}

/**
 Tour Styles
 */
.cp-tour-end {
    width: 100%;
    margin: 8px auto 0 auto;
    background-color: transparent !important;
    color: #428bca !important;
}

.cp-tour-end:hover {
    background-color: #3276b1 !important;
    color: #fff !important;
}

.cp-layout-header>cp-header {
    position: relative !important;
    z-index: 9999 !important;
    height: 60px;
}

#notifications-menu-button,
#user-menu-button {
    border: 1px solid var(--cp-tertiary, #202654);
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    background: transparent;
    height: 100%;
    width: 100%;
    padding: var(--cp-spacer-2);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
}

.cp-main-menu__filter-input {
    height: 2rem;
    padding: var(--cp-spacer-1) var(--cp-spacer-2);
    border: var(--cp-border-width-1) solid #b3bccf;
    border-radius: 0.25rem;
    width: 100%;
    box-sizing: border-box;
    background-color: var(--cp-primary-contrast-dull-background-color);
    color: #000;
    font-size: 15px;
}

.section-header {
    font-weight: 400 !important;
    font-size: 1.625rem !important;
}

.cp-group__content-item>a {
    display: flex;
    align-items: center;
    font-size: 15px;
}

#analytics-slideout-container:not(.active) {
    opacity: 0;
}

.pageTitle h1 span {
    font-size: 21px;
}

h2 {
    font-variant: normal !important;
}

/**
  Utility Classes
**/
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.widget li {
    margin-bottom: 12px;
    line-height: 1.5;
}

.preloadedImage {
    display: none;
}

/** Additional CSS **/

.cp-header-top table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

.cp-header-top th,
.cp-header-top td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: var(--cp-spacer-1);
    padding-right: var(--cp-spacer-1);
    text-align: center;
}

.cp-header-top table.inverse td {
    font-weight: 400;
}

.cp-header-top {
    display: block;
    background: var(--cp-header-bg, #fff);
    color: rgb(36, 55, 70);
    padding: 0 var(--cp-spacer-2);
    height: 40px !important;
    border-bottom: 1px solid rgb(229, 231, 233);
}

.cpanel-whm-header-stats__wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: min-content fit-content(20%) min-content min-content 3fr;
    gap: 0 var(--cp-spacer-3);
    place-items: start stretch;
    margin-left: var(--cp-spacer-4);
    margin-right: var(--cp-spacer-4);
}

.cpanel-whm-header-stats__cell1,
.cpanel-whm-header-stats__cell2,
.cpanel-whm-header-stats__cell3,
.cpanel-whm-header-stats__cell4,
.cpanel-whm-header-stats__cell5 {
    font-size: 0.8rem;
    white-space: nowrap;
}

.cpanel-whm-header-stats__cell1,
.cpanel-whm-header-stats__cell2,
.cpanel-whm-header-stats__cell3,
.cpanel-whm-header-stats__cell4 {
    padding-top: 0;
}

.cpanel-whm-header-stats__cell5 {
    justify-self: end;
}

.cpanel-whm-header-stats__cell5 .cpanel-whm-header-stats__cell_label {
    text-align: right;
}

.cpanel-whm-header-stats__cell2 .cpanel-whm-header-stats__cell_data .cpanel-whm-header-stats__intermediate_format,
.cpanel-whm-header-stats__cell2 .cpanel-whm-header-stats__cell_data .cpanel-whm-header-stats__narrow_format {
    display: none;
}

.cpanel-whm-header-stats__cell1 .cpanel-whm-header-stats__cell_label,
.cpanel-whm-header-stats__cell2 .cpanel-whm-header-stats__cell_label,
.cpanel-whm-header-stats__cell3 .cpanel-whm-header-stats__cell_label,
.cpanel-whm-header-stats__cell4 .cpanel-whm-header-stats__cell_label,
.cpanel-whm-header-stats__cell5 .cpanel-whm-header-stats__cell_label {
    font-size: 0.7rem;
    font-weight: 300;
}

.cpanel-whm-header-stats__cell1 .cpanel-whm-header-stats__cell_data,
.cpanel-whm-header-stats__cell2 .cpanel-whm-header-stats__cell_data,
.cpanel-whm-header-stats__cell3 .cpanel-whm-header-stats__cell_data,
.cpanel-whm-header-stats__cell4 .cpanel-whm-header-stats__cell_data,
.cpanel-whm-header-stats__cell5 .cpanel-whm-header-stats__cell_data {
    font-size: 0.8rem;
    white-space: nowrap;
    padding-top: 1.5px;
}

.header__whm__load-average__link,
.header__whm__load-average__link:link,
.header__whm__load-average__link:hover,
.header__whm__version__link,
.header__whm__version__link:link,
.header__whm__version__link:hover {
    color: var(--cp-body-color) !important;
    text-decoration: none;
}

.border-down {
    border-radius: 50%;
    background: var(--cp-header-background);
    position: relative;
    top: 2px;
    font-size: 15px;
    line-height: 15px;
}

.cp-layout-header .ri-arrow-down-line {
    color: var(--cp-information-color);
}

.loadtbl th,
.loadtbl td {
    font-weight: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: var(--cp-spacer-1);
    padding-right: var(--cp-spacer-1);
    text-align: center;
}

.header {
    height: 100px;
}

.cp-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #202654b0;
}

.cp-overlay--cover-content-area {
    display: block !important;
    z-index: 1020 !important;
}

#search-results {
    background-color: #fff !important;
}