.authentication {
    min-height: 70vh;
}

.custom-modal-width {
    width: 50%;
}

.modal-content .card {
    margin-block-end: 0;
}

.id-column {
    font-weight: bold;
}

#locationsMap {
    height: 664px;
}

.qrk-link {
    color: #1976d2;
    text-decoration: none;
}

.validation-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

    .invalid:focus {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
    }

.form-control.invalid,
input.invalid,
textarea.invalid,
select.invalid {
    border-color: #dc3545;
}

    .form-control.invalid:focus,
    input.invalid:focus,
    textarea.invalid:focus,
    select.invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.dashboard-page-content {
    margin: 20px 0 0 0;
}

.table.table-striped > tbody > tr:nth-of-type(even) > * {
    background-color: #f7f8f9;
    --bs-table-accent-bg: #f7f8f9;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: rgba(0, 0, 0, 0);
    --bs-table-bg-type: rgba(0, 0, 0, 0);
}

.table.table-hover > tbody > tr:hover > td {
    --bs-table-bg-state: #eeeeee;
    color: var(--default-text-color);
}

.quickgrid[theme=voltla] .sort-indicator {
    margin-left: 4px;
    opacity: .6;
}

.col-sort-desc[b-vznuo5fmpv] .sort-indicator, .col-sort-asc[b-vznuo5fmpv] .sort-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 292.362 292.362"><path d="M286.935 69.377c-3.614-3.617-7.898-5.424-12.848-5.424H18.274c-4.952 0-9.233 1.807-12.85 5.424C1.807 72.998 0 77.279 0 82.228c0 4.948 1.807 9.229 5.424 12.847l127.907 127.907c3.621 3.617 7.902 5.428 12.85 5.428s9.233-1.811 12.847-5.428L286.935 95.074c3.613-3.617 5.427-7.898 5.427-12.847 0-4.948-1.814-9.229-5.427-12.85z"/></svg>');
}

.col-sort-asc[b-vznuo5fmpv] .sort-indicator {
    transform: scaleY(-1);
}

.pagination-standalone {
    margin-top: 10px;
}

.flex-container.session-location {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .flex-container.session-location div {
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

.nav.nav-tabs {
    margin-bottom: 0.8rem;
    border-block-end: none;
}

    .nav.nav-tabs .nav-item .nav-link.active {
        background-color: rgba(241, 64, 75, .1);
        color: #f1404b;
    }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: var(--black-1);
    color: #f1404b;
}

.page-header-breadcrumb {
    font-size: 1.125rem;
}

.widget.dropdown a {
    cursor: pointer;
}

.dropdown-menu.show {
    z-index: 1;
}
