/* *****************************************************
    ** Custom Stylesheet **
    Any custom styling you want to apply should be
    defined here.
***************************************************** */
/* Custom CSS for HP-nexus child theme based on WHMCS Nexus */
:root {
    --white: #fff;
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);
    --primary: var(--neutral-900);
    --primary-lifted: var(--neutral-800);
    --primary-accented: var(--neutral-700);
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;
    --hp-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
    --text-xs: 13px;
    --text-sm: 14px;
    --text-md: 15px;
    --text-lg: 16px;
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}
html {
    background-color: transparent;
    font-size: 15px;
}
body {
    background-color: transparent;
    color: var(--text);
    font-family: var(--hp-font-family);
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: var(--letter-spacing);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body,
p,
li,
td,
th,
label,
input,
select,
textarea,
button,
.btn,
.form-control,
.input-group-text,
.dropdown-menu,
.card,
.alert,
.modal-content,
.navbar,
.sidebar,
.client-home-cards,
.primary-content {
    font-family: var(--hp-font-family);
}
p,
li,
label,
.form-control,
.input-group-text,
.dropdown-menu,
.card,
.alert,
.modal-content,
.client-home-cards,
.primary-content {
    font-size: 15px;
}
table,
.table,
.dataTables_wrapper,
.dataTables_wrapper table.table-list,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    font-size: 14px;
}
small,
.small,
.text-muted,
.help-block,
.form-text,
blockquote footer {
    font-size: 13px;
}
h1,
.h1 {
    font-size: 1.75rem;
    line-height: 1.25;
}
h2,
.h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}
h3,
.h3 {
    font-size: 1.25rem;
    line-height: 1.35;
}
h4,
.h4 {
    font-size: 1.125rem;
    line-height: 1.4;
}
h5,
.h5 {
    font-size: 1rem;
    line-height: 1.45;
}
h6,
.h6 {
    font-size: 0.9375rem;
    line-height: 1.45;
}
a:hover {
    text-decoration: none;
}
footer.footer {
    margin: 0;
    padding: 28px 0 50px;
    background-color: transparent !important;
    color: #000;
    font-size: 14px;
}
footer.footer .nav-link {
    color: #fff;
}
footer.footer .btn {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #9b55fe;
    color: #fff;
}
.card-header {
    background-color: #9b55fe;
    border-bottom: 1px solid #9b55fe;
    color: #fff;
}
.client-home-cards .card-header {
    background-color: #9b55fe;
}
.client-home-cards .card-body {
    padding-top: 20px;
}
.card-sidebar .card-header {
    background-color: #9b55fe;
    border-bottom: 1px solid #9b55fe;
    color: #fff;
}
header.header .topbar {
    background-color: #000;
    color: #fff;
}
header.header .topbar .btn {
    color: #fff;
}
header.header .topbar .active-client .input-group-text {
    color: #fff;
}
header.header .topbar .active-client .btn {
    color: #fff;
}
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
    background-color: #9b55fe;
    color: #fff;
}
table.table-list thead th {
    background-color: #9b55fe;
    border-bottom: 1px solid #9b55fe;
    color: #fff;
}
.page-item.active .page-link,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #9b55fe;
    border-color: #9b55fe;
}
.navbar-light,
.main-navbar-wrapper {
    background-color: #9b55fe;
    color: #fff;
}
.navbar-light a,
.navbar a {
    color: #fff;
}
.navbar li a,
.navbar li a:link,
.navbar li a:active,
.navbar li a:visited {
    color: #fff;
}
.navbar li a:focus,
.navbar li a:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown-menu,
.dropdown-menu a:link,
.dropdown-menu a:active,
.dropdown-menu a:visited {
    color: #000 !important;
}
.dropdown-menu:hover {
    color: #999 !important;
}
.primary-content .card-body {
    overflow: inherit;
}
.sidebar-menu-item-label {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
body a.btn-danger,
body .btn-danger,
body .primary-content a.btn-danger,
body .primary-content .btn-danger,
body .product-actions-wrapper a.btn-danger,
body .product-actions-wrapper .btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
}
body a.btn-danger:hover,
body a.btn-danger:focus,
body .btn-danger:hover,
body .btn-danger:focus,
body .primary-content a.btn-danger:hover,
body .primary-content a.btn-danger:focus,
body .product-actions-wrapper a.btn-danger:hover,
body .product-actions-wrapper a.btn-danger:focus {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
    color: #fff !important;
    text-decoration: none !important;
}
body a.btn-danger:active,
body .btn-danger:active {
    background-color: #bd2130 !important;
    border-color: #b21f2d !important;
    color: #fff !important;
}
body .btn-danger i,
body .btn-danger span,
body .btn-danger svg {
    color: #fff !important;
    fill: currentColor;
}
body .btn-danger.disabled,
body .btn-danger:disabled {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
    opacity: 0.65;
}
#main-body,
#main-body .primary-content,
#main-body .sidebar,
#main-body .card,
#main-body .tab-content {
    font-family: var(--hp-font-family) !important;
    font-size: 15px !important;
}
#main-body h1,
#main-body .h1 {
    font-size: 24px !important;
    line-height: 1.25 !important;
}
#main-body h2,
#main-body .h2 {
    font-size: 22px !important;
    line-height: 1.25 !important;
}
#main-body h3,
#main-body .h3,
#main-body .font-size-24 {
    font-size: 20px !important;
    line-height: 1.3 !important;
}
#main-body h4,
#main-body .h4,
#main-body .product-details h4 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}
#main-body h5,
#main-body .h5 {
    font-size: 16px !important;
    line-height: 1.35 !important;
}
#main-body h6,
#main-body .h6 {
    font-size: 15px !important;
    line-height: 1.35 !important;
}
#main-body p,
#main-body li,
#main-body td,
#main-body th,
#main-body label,
#main-body .form-control,
#main-body .input-group-text,
#main-body .btn,
#main-body .card-body,
#main-body .tab-content,
#main-body .product-details {
    font-size: 15px !important;
}
#main-body small,
#main-body .small,
#main-body .text-muted {
    font-size: 13px !important;
}
