.pd-25 {
    padding: 25px;
}

.settings-tab {
    border-width: 0 1px 1px 1px; /* top right bottom left */
    border-style: none solid solid solid;
    border-color: transparent rgb(222, 226, 230) rgb(222, 226, 230) rgb(222, 226, 230);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ifem-actions li {
    cursor: pointer;
}

a.employee_side_menu_link {
    color: inherit;
    text-decoration: none;
}

a.employee_side_menu_link:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.stepper {
    .line {
        width: 2px;
        background-color: lightgrey !important;
    }
    .lead {
        font-size: 1.1rem;
    }
}

.word-wrap {
    word-break: break-all;
}

.no-wrap {
    white-space: nowrap;
}

.dt-info {
    margin: 10px 0;
}

.modal-default-message {
    max-width: 800px;
}

.bs-metrics-container {
    display: flex;
    flex-wrap: wrap; /* Zorgt ervoor dat items naar de volgende regel gaan als er geen ruimte is */
    gap: 10px;
}

.bs-metrics-metric {
    flex: 1 1 100px;
    border: 1px solid #CCCCCC;
    border-radius: var(--bs-border-radius);
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; /* Zorgt ervoor dat items verticaal worden gestapeld */
    justify-content: space-between;
}