/*

* Override Pages default styles or create your own styles here

*/
.jumbotron h1.large-demo-text { font-size: 150px; }

.icon-text-search {
    font-size: 42px;
    width: 150%;
}


@media only screen and (max-width: 640px) {
    .table .priority-2 { display: none; }
}

@media only screen and (max-width: 800px) {
    .table .priority-3 { display: none; }
}

@media only screen and (max-width: 1024px) {
    .table .priority-4 { display: none; }
}

@media only screen and (max-width: 1280px) {
    .table .priority-5 { display: none; }
}

body.fixed-header .header {
    z-index: 10;
}
.blazored-modal-container {
    overflow-y: scroll;
}