
.login-container {
    height: auto !important;
    margin-top: 10vh !important
}

    .login-container hr {
        color: #E6E8EC;
        opacity: 1;
    }

    .login-container .row > * {
        padding-left: 0px;
        padding-right: 0px;
    }

    .login-container .col .row {
        margin-right: 0px;
        margin-left: 0px;
    }

/* TODO Remove once modal width are fixed in CMap UI */
#enable-multi-factor-authentication-modal {
    --bs-modal-width: 416px;
}

.admin-nav:not(:has(li)) hr {
    display:none;
}

.avatar-dropdown:not(:has(li.top-dropdown-item)) .divider {
    display:none;
}

.side-nav-icon {
    width: 22px;
}

.h-0 {
    height: 0px;
    overflow-y: hidden;
}

@media (min-width: 1200px) {
    .login-container .card {
        margin-left: 2em;
        margin-right: 2em;
    }
}

@media (max-width: 768px) {

    .login-container .card {
        background-color: transparent !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    body:has(div.login-container) {
        background-color: white !important;
    }
}

.login-row {
    height: 100%;
}

@media (min-width: 2400px) {
    .login-row {
        height: 80%;
    }
}

.provider-logo {
    height: 1.5em;
}

#errors-table {
    table-layout: fixed;
}

    #errors-table thead tr th {
        width: 8%;
    }

        #errors-table thead tr th:nth-child(4), #errors-table thead tr th:nth-child(5) {
            width: 20%;
        }

        #errors-table thead tr th:nth-child(1), #errors-table thead tr th:nth-child(2) {
            width: 5%;
        }

.kpi-link-badge::after {
    content: '\f35d';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 1rem;
    color: white;
    position: absolute;
    margin-left: 1rem;
    top: 24px;
}

@media (hover: hover) {
    table.table-hover tr:not(:hover) .table-action {
        visibility: hidden;
    }
}