html, body {
  overflow-x: hidden;
}
body {
  font-family: 'AvenirNextLTW01-Medium';
  margin: 0;
  padding: 0;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-image: url("./assets/inbox.png"); */
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 250px;
  opacity: 0.2;
  z-index: -1;
}
header a.cta-btn{
  background:#D33852;
  width:192px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'AvenirNextLTW01-Medium';
  font-size: 16px;
  line-height: 24px;
  border-radius: 6px;
  color:#fff;
  text-decoration: none;
}
header a.cta-btn:hover{
  background:#E15D51;
  color:#fff;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #ffffff; */
  /* border-bottom: #ebebeb; */
  color: white;
  padding: 16px 16px 16px 32px;
  height: 44px;
  /* border-bottom: 1px solid #eaeaea; */
}

header img {
  height: 32px;
  vertical-align: middle;
}

.container {
  max-width: 750px;
  margin: 20px auto;
  padding: 20px;
}

.app-downloads {
  text-align: center;
  width: 1120px;
  /* margin: auto; */
  padding: 60px 0px 10px 0px;
  margin: 0px auto;
  flex: 1;
}

.app-downloads h1 {
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
  color: #222;
  text-align: left;
  font-family: 'Avenir Next LT W01 Bold';
  font-weight: normal;
  margin: 0;
}
.app-downloads p {
  font-size: 1em;
  margin-bottom: 30px;
  color: #828282;
}
.app-downloads-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-downloads-heading p{
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #222;
  font-family: 'AvenirNextLTW01-Medium';
  text-align: left;
}
.app-downloads-heading div{

}
.app-downloads-heading img{
  width: 120px;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.app-group-row {
  vertical-align: baseline;
}

.app-group-row div {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 0px;
}

th h2 {
  font-size: 1em;
  margin: unset;
}

th img {
  margin-left: 8px;
  box-shadow: 0 0 10px 6px rgb(255 255 255);
}

.educator-app {
  background-color: #fdeef0;
}

.family-app {
  background-color: #e9e9ff;
}

.student-app {
  background-color: #e9fdff;
}

/* td {
  height: 60px;
}



th {
  padding: 20px 10px 10px 10px;
} */

.educator-title {
  color: #f75961;
}

.family-title {
  color: #6464dc;
}

.student-title {
  color: #2dadba;
}

.android-td {
  background-color: #c5eab4ad;
}

.appstore-td {
  background-color: #d1e6ff;
}

.download-title td {
  height: 25px;
}

.download-title-text {
  padding: 2px 8px;
}
.download-title-text div {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4c4c4c;
}

.button-link {
  text-decoration: none;
}

.outline-button {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #646464;
  background-color: transparent;
  border: 1px solid #c6c6c6;
  margin: 12px auto;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.outline-button:hover {
  background-color: #444444;
  color: #fff;
}

.note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  line-height: 24px;
  margin-top: 40px;
  color: #717171;
  text-align: left;
  font-family: 'AvenirNextLTW01-Medium';
  font-style: italic;
}

.note ol {
  margin: 0;
}

.educator-app-table {
  margin-top: 40px;
  border-color: #fdeef0;
}

.student-app-table {
  margin-top: 40px;
  border-color: #e9fdfe;
}

.family-app-table {
  margin-top: 40px;
  border-color: #e9e9ff;
}

.educator-app-table td,
.student-app-table td,
.family-app-table td {
  border: none;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 0;
  gap: 30px;
}

footer a {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: #8a8a8a;
  text-decoration: none !important;
}

footer p {
  font-size: 16px;
  line-height: 1.5;
  color: #8a8a8a;
  text-decoration: none !important;
  margin: unset;
}

@media (min-width: 769px) {
  body {
    display: flex;
    flex-direction: column;
    position: relative;
    /* height: 100vh; */
  }

  .app-downloads {
    flex: 1 0 auto;
  }

  footer {
    flex-shrink: 0;
    width: 750px;
  }
}

@media (max-width: 768px) {
  body::before {
    display: none;
  }

  .app-downloads h1 {
    font-size: 1.5em;
  }

  .outline-button {
    border-color: #f1f1f1;
  }

  footer a,
  footer p {
    font-size: 12px;
  }

  footer {
    padding: 30px 20px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 450px;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.heading {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #555;
}

form {
  display: flex;
  flex-direction: column;
}

.inputcontainer {
  margin-bottom: 15px;
}

.inputheading {
  display: block;
  margin-bottom: 4px;
  color: #7f7f7f;
  font-size: 0.9em;
}

select,
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  box-sizing: border-box;
}

.form-button {
  background-color: #e03f45;
  color: white;
  border: none;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1em;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #c24247;
}

#loader {
  display: none;
}

#successMessage {
  display: none;
  color: green;
}
