﻿html {
  height: -webkit-fill-available;
}

body {
  min-height: 100dvh;
}

main {
  height: 100dvh;
  max-height: 100dvh;
  overflow-x: auto;
  overflow-y: hidden;
}

.logo {
  width: 64px;
}

.content {
  background: linear-gradient(200deg, rgba(94, 37, 180, 0.0784313725) 0%, rgba(255, 255, 255, 0.6274509804) 100%);
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}
