.terms {
    float: right;
    width: 100vw;
    height: 100vh;
    background-image: linear-gradient(to bottom, #e8f0fa, #abc1ea);
    background: #FAF6FF;
    background-repeat: no-repeat;
    background-size: 101% 102.5%;
    background-position: center;
    position: fixed;
    left: 0px;
    overflow: auto;
    margin-top: 50px;
  }
  
  .main-container {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 200vh;
    width: 85%;
    display: flex;
    flex-direction: column;
  }

  *,:after,:before {
    box-sizing: border-box
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  list-style-type: disc; /* Ensures bullets are displayed */
  padding-left: 20px;    /* Adds padding for proper alignment */
}

ol {
  list-style-type: decimal; /* Ensures numbering is used for ordered lists */
  padding-left: 20px;      /* Adds padding for proper alignment */
}

  
  #footer {
    position: fixed;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: grey;
  }
  
  .content {
    position: relative;
    background: white;
    border: 1px solid #e4edf5;
    border-color: #e4edf5;
    border-radius: 5px;
    padding: 20px 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 70%;
    flex-grow: 4;
    font-size: 14px;
    height: auto;
    word-wrap: break-word;
  }
  
  .hint-text {
    font-size: 40px;
    font-family: sans-serif;
    font-style: italic;
    font-weight: normal;
    height: auto;
    width: 100%;
    color: white;
    flex-grow: 1;
    margin-left: 80px;
  }
  
  
  body {
    background-image: linear-gradient(to bottom, #e8f0fa, #abc1ea);
    background-repeat: no-repeat;
    background-size: 200% 300%;
    height: 100%;
    width: 100%;
    font-family: 'Ropa Sans', sans-serif;
    color: #2e19ac;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    padding: 0;
    margin: 0;
  }
  
  strong {
    font-weight: 700;
    line-height: 1.1;
  }
  .h4, h4 {
    font-size: 18px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

b, optgroup, strong {
  font-weight: 700;
}
  p {
    margin: 0 0 10px;
  }
  
  div#cdk-overlay-0.cdk-overlay-pane.owl-dt-popup {
    width: 300px !important;
  }
  
  .cdk-overlay-pane {
    height: 200px;
    width: 400px;
    background-color: #fff !important;
  }
  
  .tab {
    overflow: auto;
    border-bottom: 1px solid #ccc;
    padding: 0px 30px
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: #829098;
  }

.navbar {
    background: #392F76;
}
.logo {
  margin-left: 1%;
}
.border-link {
  border: 1px solid white;
  border-radius: 25px;
  padding: 0 0.5rem 0 0.5rem;
  margin-top: 10px;
}
.home-logo {
  width: 12rem;
}
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: transparent;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: transparent;
    border-bottom: 2px solid red;
    border-bottom: 2px solid red;
    color: black;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: flex;
    padding: 20px 30px;
    border-top: none;
    height: 60vh;
    height: auto;
  }

  .tab-content>.active {
    display: block;
}
  
  .tabcontent::-webkit-scrollbar {
    width: 0 !important
  }
  
  p {
    margin: 0 0 10px;
}
  @media (max-width: 480px) {
    .hint-text {
      font-size: 20px;
    }
  
    body {
      font-family: 'Ropa Sans', sans-serif;
    }
  }
  
  @media (max-width: 768px) {
    .hint-text {
      font-size: 25px;
    }
  
    body {
      font-family: 'Ropa Sans', sans-serif;
    }
  }
  
  @media (max-width: 1024px) {
    .hint-text {
      font-size: 30px;
    }
    .tabcontent{
      height: 45vh;
    }
  
    body {
      font-family: 'Ropa Sans', sans-serif;
    }
  }

  @media only screen and (min-width: 320px) {
    body {
        font-family: 'Ropa Sans', sans-serif;
        color: #2e19ac;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -.4px;
    }
}
