@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
:export {
  primary_color: #003066;
  secondary_color: #0078ff;
  tertiary_color: #e9eef4;
  white_color: #fff;
  black_color: #000;
  grey_color: #e9eef4;
}

html {
  background-color: #003066;
}

:export {
  primary_color: #003066;
  secondary_color: #0078ff;
  tertiary_color: #e9eef4;
  white_color: #fff;
  black_color: #000;
  grey_color: #e9eef4;
}

.app-layout {
  height: 100vh;
  width: 100vw;
}

.card-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 0px 4px 17px -1px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}

.card-container .card-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #003066;
  padding: 0.5rem 2rem;
}

.card-container .card-body {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2rem;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
}

.logo-full-img {
  object-fit: cover;
  height: 50%;
  width: 100%;
}

.icon {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

:export {
  primary_color: #003066;
  secondary_color: #0078ff;
  tertiary_color: #e9eef4;
  white_color: #fff;
  black_color: #000;
  grey_color: #e9eef4;
}

.header {
  background-color: #fff;
  min-height: 100px;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
}
@media (max-width: 599px) {
  .header {
    position: relative;
  }
}

.announcement-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ededed;
  padding: 0.5rem 2rem;
  border: 1px solid #003066;
}

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