:root {
  --font-primary-100: "LexendLight";
  --font-primary-400: "LexendRegular";
  --font-primary-500: "LexendMedium";
  --font-primary-600: "LexendSemiBold";
  --font-primary-700: "LexendBold";
  --font-primary-900: "LexendBlack";
  --font-secondary-400: "FuturaStdBook";
  --font-secondary-500: "FuturaStdMedium";
  --font-secondary-700: "FuturaStdBold";
  --primary-color: #000E42;
}

.btn-secondary {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #237DC0;
  background: #237DC0;
  color: var(--Primary-White, #FFF);
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.grey-btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
  color: var(--primary-color);
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-control, .form-control:hover, .form-control:focus {
  min-height: 48px !important;
}

.email-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}
.email-container .form-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: none;
  box-shadow: initial;
}

.profile_rank_prev, .profile_rank_next {
  border: none;
  border-radius: 0;
  padding: 0;
}

.table thead th, .table thead td, .table tbody th, .table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: var(--font-primary-100);
}
.table thead th {
  font-family: var(--font-primary-400);
}

.bordered-btn {
  color: var(--Primary-White, #FFF);
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  width: 219px;
  height: 46px;
  padding: 20px 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #FFF;
}
.bordered-btn:hover {
  color: #fff;
}

.announcemnt_details {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}
.announcemnt_details h4 {
  font-family: var(--font-primary-500);
  font-size: 16px;
}
.announcemnt_details p {
  font-family: var(--font-primary-100);
  font-size: 13px;
}

.z-0 {
  z-index: 0 !important;
}

.inner_title {
  font-size: 74px;
}

.sub_text {
  font-size: 18px;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

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