body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.profile-picture {
  border-radius: 100000px;
  width: 145px;
  height: 145px;
}
.profile-picture.small {
  width: 36px;
  height: 36px;
}

[data-toggle=password]::-ms-reveal {
  display: none;
}

.welcome-page .logo {
  width: 64px;
}

.navbar .dropdown-menu {
  right: 0;
  left: auto;
  min-width: 200px;
}

.icon-banner {
  width: 128px;
}

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

body > footer {
  padding: 1rem;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

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

.country-code-dropdown {
  flex-shrink: 0;
}

.country-code-toggle {
  white-space: nowrap;
  min-width: 120px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #333;
}
.country-code-toggle:hover, .country-code-toggle:focus, .country-code-toggle:active {
  background: #fff;
  border-color: #ced4da;
  color: #333;
  outline: none;
  box-shadow: none;
}

.country-code-arrow {
  font-size: 0.55rem;
  margin-left: auto;
  color: #666;
}

.country-code-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 9999;
  width: 280px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
}
.country-code-menu.open {
  display: block;
}

.country-code-search {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.4rem 0.6rem;
}
.country-code-search:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15);
}

.country-code-options {
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.country-code-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem 0.6rem;
  cursor: pointer;
  border-radius: 6px;
  font-size: 1rem;
  transition: background 0.1s;
}
.country-code-option:hover {
  background: #f0f0f5;
}
.country-code-option.selected {
  background: #e8e6f8;
}
.country-code-option.selected .country-code-dial,
.country-code-option.selected .country-code-name {
  color: #5b4fcf;
}

.country-code-dial {
  min-width: 45px;
  font-weight: 600;
  color: #222;
}

.country-code-name {
  color: #333;
}

.app-menu-nav .nav-link {
  padding: 0.5rem;
}

.navbar .dropdown-menu.app-menu-dropdown {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
  padding: 0.75rem;
  min-width: 260px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.navbar .dropdown-menu.app-menu-dropdown.show {
  display: grid;
}

.app-menu-dropdown .app-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.75rem;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  white-space: normal;
}
.app-menu-dropdown .app-menu-item:hover {
  background: rgba(147, 139, 234, 0.15);
  text-decoration: none;
  color: #333;
}
.app-menu-dropdown .app-menu-item:active {
  background: rgba(147, 139, 234, 0.25);
}
.app-menu-dropdown .app-menu-item img {
  width: 36px;
  height: 36px;
}
.app-menu-dropdown .app-menu-item span {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
}

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

/*# sourceMappingURL=site.css.map */
