html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*.chart-container {
    width: 50vw;*/ /* 50% of the viewport width */
    /*height: 60vh;*/ /* 60% of the viewport height */
    /*margin: auto;
}*/

.chart-container {
    width: 50vw;  /*50% of the viewport width*/ 
    height: 60vh;  /*60% of the viewport height*/ 
    margin: auto;
}



/*.chart-block {
    margin-bottom: 40px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}*/

.chart-block {
    margin-bottom: 20px;
    padding: 10px 0;
}

/*.chart-block {
    margin-bottom: 40px;
    padding: 10px;    
}*/

    .chart-block h2 {
        margin-bottom: 5px;
        font-size: 20px;
        color: #333;
    }

    .chart-block p {
        font-size: 14px;
        color: #555;
        margin-bottom: 15px;
    }

.report-chart-container {
    width: 50vw; /* 50% of the viewport width */
    height: 60vh; /* 60% of the viewport height */
    margin: auto;
}


.summary-block {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.report-header {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

 
/* tabulator grid Styling: Start */
#agent-leaderboard {
    font-family: "Segoe UI", sans-serif;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

#closed-sales {
    font-family: "Segoe UI", sans-serif;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

#office-leaderboard {
    font-family: "Segoe UI", sans-serif;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* Target header text inside each column */
.tabulator .tabulator-header .tabulator-col .tabulator-col-title {
    color: #1976d2;
    font-weight: bold;
}

/*.tabulator .tabulator-header {
    color: #1976d2;
    font-weight: bold;
}*/

.tabulator .tabulator-row {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

    .tabulator .tabulator-row:hover {
        background-color: #1976d2 !important;
        color: #ffffff;
    }

    .tabulator .tabulator-row:nth-child(even) {
        /* background-color: #f9fcff; */
    }

.tabulator .tabulator-col {
    border-right: 1px solid #d0e0f0;
}

.tabulator .tabulator-paginator label,
.tabulator .tabulator-paginator button {
    color: #1976d2;
}

.tabulator .tabulator-paginator .tabulator-page.active {
    background-color: #1976d2;
    /*color: #ffffff;*/
    color: #ffffff !important;
}




.badge-rank {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    color: #fff;
    background-color: #1976d2;
    border-radius: 0.5rem;
}
/* tabulator grid Styling: End */


/* Tabulator link styling for a cell in grid: Start */
.tabulator .tabulator-row a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.tabulator .tabulator-row a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* Tabulator link styling for a cell in grid: End */

    .form-group label {
        font-weight: 600;
    }

.chart-disclaimer {
    width: 80vw; /* 80% of the viewport width */
    /*height: 10vh;*/ /* 10% of the viewport height . Use this if you want fixed height for all chart disclaimers regardless of their text length*/
    margin: auto;
    font-style: italic;
    font-size: 0.65rem;
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
    text-align: center;
    color: #666;
}


