html {
    min-width: 1000px;
}

.tag-badge {
    font-weight: bold;
    color: var(--accent-fill-rest);
}

header {
    background-color: #f8f8f9 !important;
    color: black !important;
}

.login-layout {
    min-height: 100vh;
    min-height: 100vh;
    margin: 0;
    background: #3042ff;
    background: linear-gradient(164deg, var(--accent-fill-rest) 0%, #0c96ec 35%, rgba(246, 249, 252, 1) 35%, rgba(246, 249, 252, 1) 100%);
}

.login-layout header {
    background: none !important;
    background-color: transparent !important;
    color:white !important;
}

.custom-wizard {
    border: none !important;
}

fluent-select {
    min-width: unset;
}

.fluent-data-grid {
    height: unset !important;
}

.table-details td, .table-details th {
    padding-right: 10px;
}

.body-content {
    padding: 50px 5vw;
}

.fluent-data-grid {
    width: 100% !important;
}

h1 {
    font-weight: 700;
}

h3 {
    font-weight: 700;
}

h4 {
    font-weight: 700;
}


.h-100 {
    height: 100%;
}

.h-auto {
    height: auto;
}

.w-100 {
    width: 100%;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-4 {
    margin-bottom: 20px;
}

.mb-6 {
    margin-bottom: 30px;
}

.mb-8 {
    margin-bottom: 40px;
}


.mt-2 {
    margin-top: 10px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-6 {
    margin-top: 30px;
}

.mt-8 {
    margin-top: 40px;
}

.bold {
    font-weight: bold;
}

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

.counter-value {
    display: block;
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0;
}

.counter-label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: grey;
}

.onboarding {
    background: var(--accent-base-color);
    background: #3042ff;
    background: linear-gradient(164deg, var(--accent-fill-rest) 0%, #0c96ec 100%);
}

    .onboarding h3 {
        color: white;
    }

    .onboarding p, .onboarding h6, .onboarding li {
        color: white;
    }

    .onboarding li {
        font-size: 1.2em;
        font-weight: bold;
    }
    .onboarding li::marker {
    }
    .onboarding ul {
        list-style-type:square;
    }

.uid {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    letter-spacing: 0.03em;
}


