body {
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
} */
.Not_eligible_page{
    background: #627078;
}.body-container {
  height: 100%;
  min-height: 70vh;
  display: inline-block;
  display: flex;
  flex-direction: column;
}

.tab_container {
  border-radius: 100px;
  border: solid #e3e3e3;
  border-width: 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 4px;
}

.tab {
  border-radius: 100px;
  border: 1px;
  border-color: #000000;
  padding: 8px 12px;
  width: 50%;
  text-align: center;
}
.tab-selected {
  background-color: #000000;
  color: #ffffff;
}
.desc-img-container {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}
.desc-container {
  display: flex;
  flex-direction: column;
}

.desc-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
}
.desc-title-white {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
}

.desc-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #666666;
}

.img-container {
  width: 100%;
  /* height: 200px; */
}
.button-container {
  margin-top: 16px;
}

.img-container .card-img {
  width: 100%;
  height: auto;
}

.logo-icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  padding-top: 4px;
}
