#nonce-container {
    display:none;
}

.vms_popover {
    position: fixed;
    z-index: 10; 
    top: 130px; 
    width:100px; 
    border-radius: 8px;
}

.bg-black {
     background-color: black !important;
}

.monospace {
    font-family: monospace;
}

.hidden {
    display:none
}

.wh-100pcvh {
    width:100%;
    height:100vh;
}

.maxw18rem {
    max-width: 18rem;
}

/* Dashboard */
.dash-table-link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.dash-table-link:hover {
    color: yellow; 

}


.dash-card-body {
    display: flex;
    flex-direction: column;
}

.dash-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #444;
}

.dash-row:last-child {
     border-bottom: none;
}

.dash-row span {
    flex: 1; /* Equal width for each column */
    text-align: center; /* Center text within each column */
}

.dash-row span:first-child {
    flex: 0.5; /* Adjust width for the first column if needed */
}

.dash-row-title {
    font-weight: bold;
}
.dash-card {
    width: 1115px;
}