<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: lightgrey;
}*/

/* 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. */

@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body {
    /*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');*/
    /*background-image: url('https://getwallpapers.com/wallpaper/full/e/e/f/293647.jpg');*/
    height: 100%;
    font-family: 'Roboto';
    
}

.tooltip-inner {
    min-width: 10px;
    max-width: 30%;
    font-size: 10px;
    background-color: white;
    color: black;
    text-align: left;
    font-weight: bold;
    border: 1px solid #737373;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*Validation Message Styles*/
/*------------------------ */
.field-validation-error{
    color:#ff0000;
    font-weight:bold;
}

.field-validation-valid{
    display:none;
}

input.input-validation-error{
    border: 1px solid #ff0000;
}

input[type="checkbox"].input-validation-error{
    border: 0 none;
}

.validation-summary-errors{
    color:#ff0000;
    font-weight:bold;
    font-size:1.1em;
}




/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

/*body {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;
}*/

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
}





.mt-0 {
    margin-top: 0 !important;
}

.ms-1 {
    margin-left: 4px !important;
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.p-3 {
    padding: 16px !important;
}







.modal {
    display: block !important; /* I added this to see the modal, you don't need this */
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}</pre></body></html>