:root, [data-bs-theme=light] {
    --bs-primary-rgb: 102, 153, 204;
    --bs-secondary-rgb: 131, 142, 131;
    --bs-success-rgb: 93, 211, 158;
    --bs-danger-rgb: 191, 74, 77;
    --bs-warning-rgb: 255, 209, 102;
    --bs-info-rgb: 156, 165, 156;
    --bs-light-rgb: 235, 240, 248;
    --bs-dark-rgb: 30, 67, 99;
}

h1,h2,h3, .header-section-number {
    color: #6699cc;
    font-family: 'Montserrat';
    font-weight: bold;
}

/* Verwijder marges van de browser */
body, html {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Cruciaal: geen scrollbars */
    /*background-color: #1e1e1e; /* Donkere modus is fijn voor kantoor */
    /*color: white;*/
    font-family: 'Montserrat';
}

.full-screen-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-style {
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.ag-theme-alpine {
    --ag-font-size: 12px;
    --ag-grid-size: 4px; /* Verkleint de witruimte/padding rondom cellen */
    --ag-header-height: 30px;
    --ag-row-height: 28px;
}

.doctor-card img    {
    border-radius: 150px;
    height: 200px;
    width: auto;
    max-width: 200px;
}

.doctor-card {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}