@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.dashboard-container {
    display: grid;
    grid-template-columns: 1fr 3fr 2fr;
    gap: 20px;
}
/* 
.card {
    background: white;
    padding: 20px;
    padding-top: 0px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

.highlight {
    background-color: #f0f8ff;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #e94e1b;
}

#map {
    height: 500px;
    width: 100%;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #555;
}

h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #777;
}

p {
    margin: 5px 0;
    font-size: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: .8rem; /* Smaller font size for table content */
}

table, th, td {
    border: 1px solid #ddd;
}

th {
    padding: 2px 5px; /* Vertical padding of 2 pixels */
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

td {
    text-transform: uppercase; /* Uppercase country names */
    text-align: center;
}

.status-cell {
    height: 20px; /* Ensure cells are tall enough to display the background color */
}

.status-pass {
    background-color: green !important;
}

.status-part {
    background-color: #d0bb17 !important;
}

.status-fail {
    background-color: #FF0000 !important;
}

.bar-container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.bar {
    height: 20px;
    background-color: #4caf50;
    border-radius: 5px;
    text-align: right;
    padding-right: 5px;
    color: white;
    font-size: 14px;
}

.bar.red {
    background-color: #e94e1b;
}


#dataSRChart, #voiceSRChart, #smsSRChart {
    height: 130px !important;
}

#smsSRChart {
    height: 200px !important;
}


/*--------------------*/

.left-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background-color: #f9f9f9; /* Light grey background */
    border-radius: 10px;
}

.chart-container {
    background-color: #f0f0f0; /* Slightly darker light grey */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

canvas {
    width: 100%;
    height: 100px;
}

/* ihjdfdsf */

div.card .card-section {
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: var(--bs-secondary-bg);
    border-radius: var(--bs-border-radius);
    padding: .5rem;
}


div.card .card-section .title {
    font-size: 16pt;
    color: #0a174d;
}

div.card .card-section .content {
    font-size: 12pt;
    /* color: var(--bs-danger); */
    font-weight: bold;
}

.table-xs>:not(caption)>*>* {
    padding: 0rem .25rem !important;
}

.page-title {
    font-size: 1.75rem;
    font-weight: bold;
}