/* Schools — light theme */
:root {
  --co-billing-wrap-bg: #F4F0EB;
}
body {
  background-image: url('../assets/Gradient_Checkout_BG.webp');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.school-tab {
  flex: 1;
  padding: 13px 20px;
  border-radius: 13px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  transition: all .18s;
  background: transparent;
  color: #5C554E;
}
.school-tab--active {
  background: #16141A;
  color: #fff;
}
