﻿body {
  height: 100vh;
  margin: 0;
  padding: 0;
}

.page-container {
  position: relative;
  min-height: 99vh;
}

.content-wrap {
  padding-bottom: 1rem;
  /* Footer height */
}

.footerContainer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1rem;
  /* Footer height */
}

.body-container {
  margin-top: 20px;
  padding-bottom: 40px;
  max-width: 80%;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.overflow-div {
    overflow-x: auto;
}

.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;
}

.headerLogo {
    height: 65px;
}

.headerLogoWrap {
    overflow: clip;
    height: 55px;
    margin: -60px 0 0 90px;
}

.headerLogoBeta {
    transform: rotate(-55deg);
    padding-right: 50px;
    background-color: #C91846;
    color: white;
    text-align: center;
    line-height: 12px;
    height: 12px;
    font-size: 12px;
    width: 180px;
}

.activeLabel {
  padding-left: 4rem !important;
}

.phoneFlex {
    display: flex;
    margin-left: 5px;
}

.phoneCountryLabel {
    margin-top: 8px;
    margin-right: -30px;
    z-index: 1;
}

.phoneCountryLabelEdit {
    margin-top: 8px;
    margin-right: -30px;
    z-index: 1;
}

.phoneInput {
    padding-left: 35px;
}