﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */

code {
    font-size: 87.5%;
    color: #212529;
    word-break: break-word;
}

/* Overlay */
.loading-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(250, 250, 250, 0.6);
    z-index: 10000;
}

/* Toast container */
#toast-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1029;
}
