HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/public_html/dashboard.beatleanalytics.com/style.css
/* Custom styles for the dashboard */
.info-box-number {
    font-size: 18px;
    font-weight: bold;
}

.navbar-dark {
    background-color: #343a40;
}

.table th {
    background-color: #343a40;
    color: white;
    padding: 0.5rem;
    font-size: 18px;
    position: sticky;
    top: 0;
    z-index: 10;
    text-align: center;
}

.table td {
    padding: 0.75rem;
    font-size: 18px;
    line-height: 1rem;
    text-align: center;
    vertical-align: middle;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.card {
    margin-bottom: 0.5rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    
}

.card-header {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 0.5rem 1rem;
}

.card-header .card-title {
    font-size: 14px;
    margin: 0;
}

.card-body {
    padding: 0.75rem;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.content-header h1 {
    font-size: 1.5rem;
    margin: 0;
}

.info-box {
    min-height: 80px;
    margin-bottom: 0.75rem;
}

.info-box-icon {
    width: 60px;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

.info-box-content {
    padding: 5px 10px;
}

.info-box-text {
    font-size: 18px;
}

.user-panel img {
    width: 2rem;
    height: 2rem;
}

/* Chart styles */
.chart-container {
    position: relative;
}

.chart-center-text {
    position: absolute;
    top:  140%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
}

/* Fixed height for charts */
canvas {
    width: 100% !important;
}

.text-right {
    text-align: right;
}

/* Billing table styling */
.bg-light {
    background-color: #f2f2f2;
    border-top: 2px solid #dee2e6;
}

.bg-light td {
    font-weight: bold;
    color: #333;
}

/* Make sure charts have proper height */
.card-body {
    min-height: 280px;
}

/* Sidebar */
.main-sidebar {
    width: 260px;
}

.content-wrapper, 
.main-header {
    margin-left: 160px;
}

.main-header {
    height: 80px;
}

.content-header {
    padding: 10px 0.5rem;
}

.content {
    padding: 0.5rem;
}

.nav-link {
    padding: 0.5rem 1rem;
}

/* Container */
.container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

/* Row spacing */
.row {
    margin-right: -8px;
    margin-left: -8px;
}

.row > .col,
.row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

/* Compact table */
.table-compact th,
.table-compact td {
    padding: 0.35rem;
}

/* Adjust chart heights */
.chart-height-sm {
    height: 280px;
}

/* Scrollable table */
.table-scroll {
    max-height: 320px;
    overflow-y: auto;
}

.table-scroll thead th {
    background-color: #343a40;
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-scroll tfoot td {
    background-color: #f2f2f2;
    position: sticky;
    bottom: 0;
    z-index: 1;
    border-top: 2px solid #dee2e6;
}

/* Login page styles */
.login-page {
    background-color: #f4f6f9;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    width: 360px;
    margin: 0 auto;
}

.login-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 0.9rem;
    text-align: center;
}

.login-logo a {
    color: #495057;
}

.login-card-body {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.icheck-primary {
    margin-top: 0.5rem;
}