@font-face {
  font-family: 'Avenir Next World';
  src: local('Avenir Next World Regular'),
  url('../fonts/avenir/AvenirNextWorld-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next World';
  src: local('Avenir Next World Bold'), url('../fonts/avenir/AvenirNextWorld-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.requirements-fluid-body {
  background: #FFFFFF;
}

.req-banner {
  opacity: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3rem;
  height: 10rem;
  border-bottom: solid #DCDCDC 1px;
}

.requirements-container {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: center;
  max-width: 36.5rem;
}

.error_icon__container {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.error_icon {
  width: 4rem;
  height: 4rem;
}

.text-icon-alignment {
  vertical-align: middle;
}

.req-text {
  color: #000000C4;
  text-align: center;
  font-size: 1.15rem;
}

.req-text-icon-error {
  width: 1.2rem;
  height: 1.2rem;
}

.req-assistance {
  color: #000000C4;
  text-align: center;
  font-size: 1.15rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.req-table {
  margin-bottom: 0.5rem;
  border-bottom: solid #DCDCDC 1px;
}

.req-table-header {
  color: #000000C4;
  box-shadow: 0 10px 10px -10px #DCDCDC;
  font-size: 0.85rem;
  width: 11.6rem;
  height: 3.25rem;
}

.req-table-row {
  border-top: solid #DCDCDC 1px;
}

.req-table-cell {
  color: #000000C4;
  vertical-align: middle;
  width: 11.6rem;
  height: 6.8rem;
  font-size: 1rem;
}

.req-table-icon {
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
}

.req-table-warning-color {
  color: #e40a1a;
}

.req-table-row-title {
  color: #000000C4;
  vertical-align: middle;
  padding-left: 0.5rem;
}

.ie-font {
  font-size: 1.6rem;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Avenir Next World', serif;
}

.supported-browser-button-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.supported-browser-button {
  width: 100%;
  max-width: 31.25rem;
  font-family: "Avenir Next World";
  font-size: 1rem; /*16px*/
  letter-spacing: 0.6px;
  line-height: 160%;
  height: 2.25rem;
  background-color: #1010eb;
  border-radius: 3rem;
  margin: 0;
  box-sizing: border-box;
  min-width: 4rem;
  padding: 0 1rem;
  overflow: visible;
  color: white;
  font-weight: 600;
  border: 0px;
  cursor: pointer;
}

.supported-browser__title {
  width: 100%;
  height: 11rem;
  padding-top: 7rem;
  box-sizing: border-box;
  border-bottom: 1px solid #DCDCDC;
  text-align: center;
}

.medtronic-logo__image {
  width: 12.5rem;
}

.supported-browser__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

@media screen and (max-height: 700px) {
  .supported-browser__container {
    height: 50vh;
    overflow-y: scroll;
  }
}

@media screen and (min-height: 701px) {
  .supported-browser__container {
    margin-bottom: 7%;
  }
}

.supported-browser__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 3.5rem;
}

.supported-browser__actions {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-top: solid 1px #DCDCDC;
  position: fixed;
  bottom: 0;
  padding: 1rem;
}

.supported-browser_button {
  width: 100%;
  max-width: 31.25rem;
  font-family: "Avenir Next World";
  font-size: 1rem; /*16px*/
  letter-spacing: 0.6px;
  line-height: 160%;
  height: 2.25rem;
  background-color: #1010eb;
  border-radius: 3rem;
  margin: 0;
  box-sizing: border-box;
  min-width: 4rem;
  padding: 0 1rem;
  overflow: visible;
  color: white;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.supported-browsers {
  display: flex;
  flex-direction: column;
}

.supported-browsers__title {
  font-family: "Avenir Next World";
  font-size: 1.25rem; /*20px*/
  color: #170F5F;
  line-height: 160%;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}

.supported-browsers__content {
  display: flex;
}

.supported-browsers__card {
  border-radius: 0.625rem;
  padding: 0.75rem;
}

.system-card__title {
  text-align: center;
  padding: 0 0.5rem 1rem 0.5rem;
  display: flex;
  border-bottom: solid 1px #DCDCDC;
}
.system-card__title-span {
  font-family: "Avenir Next World";
  font-size: 0.875rem; /*14px*/
  color: #170F5F;
  font-weight: 600;
  line-height: 1.375rem;
  width: 50%;
  text-align: left;
}

.system-card__container {
  display: flex;
  padding: 1rem 0.5rem 0 0.5rem;
  border-bottom: solid 1px #DCDCDC;
  gap: 1rem;
}

.system-card__container--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 1rem;
}

.system-card__img {
  height: 5rem;
}

.system-card__version__item {
  font-family: "Avenir Next World";
  font-size: 0.875rem; /*14px*/
  color: #1010EB;
  line-height: 160%;
  text-align: left;
  padding-top: 1rem;
}

.browsers-card {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 1rem 0;
  border-bottom: solid 1px #DCDCDC;
}

.browsers-card__list {
  text-align: center;
  width: 50%;
}

.browsers-card__list-img {
  width: 4rem;
  height: 4rem;
}

.browsers-card__name {
  font-family: "Avenir Next World";
  font-size: 0.875rem; /*14px*/
  color: #1010EB;
  line-height: 160%;
  padding-top: 1rem;
}
