@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

* {
  font-family: 'Questroa;', sans-serif;
}



.topbar {
  background: #62bfed;
  height: 50px;
  width: 100%;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

.topbar a,
.topbar a:hover,
.topbar a:focus,
.topbar a:visited {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 668px) {
  .topbar {
    font-size: 30px;
  }
}
.container {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  
}
.container1 {
  padding: 8px;
  display: flex;
  flex-direction: row;
  /* height:38px; */
  justify-content:flex-start;
  margin-bottom: 0;
  
}

.container50 {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.display {
  flex: 1 1 60%;
  min-width: 30ch;
  background: #ffffff;
  padding: 30px;
}
.current-filers{
  /* padding:10px; */
}

.nav-bar {
  flex: 1 1 40%;
  background: #dcdcdc;
}


.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu {
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  list-style-type: none;
}
.menu2 {
  display: inline;
}

.item {
  border-top: 1px solid #388087;
  overflow: hidden;
}

.btn {
  display: block;
  padding: 5px 10px;
  background: #96deef;
  color: white;
  /* position: relative; */
}

.btn i {
  margin-right: 5px;

}

.smenu {
  background: #3d4440;
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
  color: white;
}


.smenu chxbox {
  display: block;
  padding: 16px 26px;
  color: white;
  font-size: 14px;
  margin: 4px 0;
  position: relative;

}

.chxbox {
  color: white;
}

.all-chxbox {
  color: black;
}

.smenu chxbox:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #BADFE7;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.smenu chxbox:hover:before {
  opacity: 1;
}

.smenu a {
  display: block;
  padding: 16px 26px;
  color: white;
  font-size: 14px;
  margin: 4px 0;
  position: relative;

}

.smenu a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #a4f5b6;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.smenu a:hover:before {
  opacity: 1;
}

.item:target .smenu {
  max-height: 10em;
  overflow: auto;
}

h3 {
  margin: 5;
}

h4 {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.doc {
  padding: 15px;
  background: #e2e2e2;
  margin: 15px;
  border-radius: 10px;
}

/* new classes for fixed version*/
.doc-discipline{
  background: #3d4440;
  border: #3d4440;
  /* font-weight: bold; */
  color: white;
  padding: 8px;
  font-size: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  left: 50%;
}

.doc-discipline:hover {
  background-color: #1220e7;
}
/* do not use these old stuff */
.doc-detail {
  flex: 1 1 20%;
}
.doc-detail2 {
  display: inline;
}

.doc-container {
  padding: 5px;
  border-radius: 10px;
}
.doc-container:hover {
  background-color: #bebebe;
}

.doc-title {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 10px;
}

.table {
  display: block;
}

.table-output {
  display: block;
}

.choices {
  color: white;
}

.doc-text {
  font-weight: normal;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;

}

.showing {
  list-style-type: none;
  margin-right: 3px;
  /* justify: space-around; */
}

.info {
  margin: 0%;
}
.info2 {
  margin: 0%;
  color:white;
  
}
.info3 {
  margin: 0%;
  display: flex;  
  flex-wrap: wrap;
  font-size: 18px;
  justify-content: center;
}

.td {
  padding-bottom: 6px;
}

.learn,
.learn:hover {
  color: white;
  text-decoration: none;
  text-align: right;
  margin-left: 50px;

  font-size: 15px;
}

@media screen and (min-width: 700px) {
  .learn,
.learn:hover {
    font-size:20px;
  }
}

.index,
a.index:hover {
  padding-left: 1%;
  font-style: normal;
  color: white;
  text-decoration: none;
}

.guidedsearch,
.guidedsearch:hover {

  color: white;
  text-decoration: none;
  text-align: right;
  margin-left: 50px;

  font-size: 15px;

}
@media screen and (min-width: 700px) {
  .guidedsearch,
.guidedsearch:hover {
    font-size:20px;
  }
}
.topbar2 {
  /* margin: 0;
  padding: 0; */
  background: 90e0ef;
  
  height: 120px;
  width: 100%;
  font-size: 70px;
  color: white;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.largebutton {
  padding: 30px;
  color: white;
  background-color: #96deef;
  border: none;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 3px 2px;
  cursor: pointer;
  width: 190px;
  height: 190;
}

.mediumbutton {
  padding: 8px;
  color: white;
  background-color: #62bfed;
  border: none;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 3px 2px;
  cursor: pointer;
  width: 120px;
  height: 100px;
}

.smallbutton {
  padding: 10px;
  color: white;
  background-color: #62bfed;
  outline:none;
  border: none;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 2px 2px;
  cursor: pointer;
  flex-wrap: wrap;
  width: 85px;
  height: 80px;
  /* overflow: scroll; */
}


@media screen and (min-width: 668px) {
  .largebutton{
    width: 300px;
  height: 300px;
  font-size: 45px;

  }
  .mediumbutton {
    width: 180px;
    height: 160px;
    font-size: 24px;
  }
  .smallbutton {
    font-size: 20px;
    width: 150px;
    height: 138px;
  }
}

@media screen and (min-width: 1024px) {
  .smallbutton {
    font-size: 28px;
    width: 200px;
    height: 190px;
  }
  .mediumbutton {
    width: 250px;
    height: 200px;
    font-size: 24px;
  }
}

.smallbutton1 {
  padding: 10px;
  color: white;
  background-color: #62bfed;
  outline:none;
  border: none;
  border-color: none;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 2px;
  cursor: pointer;
  flex-wrap: wrap;
  width: 82px;
  height: 55px;
  font-size: 12px;
  /* overflow: scroll; */
}

.smallbutton2 {
  padding: 8px;
  color: white;
  background-color: #62bfed;
  outline:none;
  border: 1px solid white;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 2px 2px;
  cursor: pointer;
  flex-wrap: wrap;
  width: 80px;
  height: 55px;
  /* overflow: scroll; */
}



@media screen and (min-width: 568px) {
  .smallbutton1 {
    width: 110px;
    height: 80px;
    font-size: 15px;
  }

  .smallbutton2 {
    font-size: 27px;
    width: 170px;
    height: 140px;
  }
}

@media screen and (min-width: 1024px) {
  .smallbutton1 {
    width: 160px;
    height: 120px;
    font-size: 22px;
  }
  .smallbutton2 {
    font-size: 33px;
    width: 360px;
    height: 170px;
  }

  
}

.container3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12.5px 25px;
  border-radius: 10px;
  /* height: 600px; */
}

@media screen and (min-width: 1024px) {
  .container3 {
    border-radius: 15px;
  }
}

.container32 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12.5px 25px;
  border-radius: 20px;
}

.container4 {
  padding: 20px;
  align-items: center;

}

@media screen and (min-width: 768px) {

  /* for screens that are 768px or wider */
  .container3 {
    padding: 30px;
  }
}

.highlighted {
  /* background-color: #0077b6; */
  border: 4px solid #3d4440;
}
@media screen and (min-width: 1024px) {
  .highlighted {
    border: 6px solid #3d4440;
  }
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.question {
  background: #f6f6f2;
  text-align: center;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 10px;
  margin-top: 1%;
  font-size: 20px;
}

@media screen and (min-width: 600px) {
  .question {
    font-size:24px;
  }
}
.buttons {
  text-align: center;
}

.navigate2 {
  display: none;
  background: white;
  border:none;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  left: 5%;
}
.navigate {
  background: #e1e1e1;
  border: #3d4440;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  left: 5%;
}
@media screen and (min-width: 768px) {

  /* for screens that are 768px or wider */
  .navigate {
    padding: 11px;
    font-size: 20px;
  border-radius: 10px;
  }
}

.started {
  background: #4be2e2;
  border: #3d4440;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  left: 5%;
}
@media screen and (min-width: 768px) {

  /* for screens that are 768px or wider */
  .started {
    padding: 11px;
    font-size: 20px;
  border-radius: 10px;
  }
}
.started:hover {
  background-color: #f8a641; /* Lighter shade of orange on hover */
  cursor: pointer;
}
@media screen and (min-width: 1024px) {

  /* for screens that are 768px or wider */
  .navigate {
    padding: 12px;
    font-size: 20px;
  border-radius: 10px;
  }
}
.navigate-con {
  padding: 20px;
}
.navigate:hover {
  background-color: #d5d1cc; 
  cursor: pointer;
}

.welcomeleft {
  float: left;
  text-align: left;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 100vh;
  background-color: #0139aa;
  background-attachment: fixed;
  color: white;
  padding: 5%;
}

.welcomeright {
  float: right;
  margin: 10%;
  width: 40%;
  height: 100%;
  padding: 3%;
}

.welcometext {
  text-align: center;
  font-weight: normal; 
  color: #3d4440; 
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.welcometitle {
  font-weight: bold; 
  color: rgb(11, 11, 11); 
  flex-wrap: wrap;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {

  .welcometitle {
    font-size: 38px;
  }
}
.height{
  height: 385px;
}

@media screen and (min-width: 600px) {

  .height {
    height: 485px;
  }
}
.box { 
  display: flex;
  /* justify-content: center;
  align-items: center; */
  padding-top: 30px;
  width: 100%;
}

/* For the welcome page dropdowns */

.dropdown-button {
  background-color: #0064FF;
  color: #fff;
  border: none;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  border-radius:5px;
  box-sizing: border-box;
}

.dropdown-container {
  position: relative;
  box-sizing: border-box;
  padding-top: 30px;
  width: 32%;
  margin-left:10px;
  font-weight: normal;

}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-con {
  display: none;
  position: relative;
  background-color: rgb(228, 226, 226);
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(245, 218, 182, 0.87);
  z-index: 1;
  padding-bottom: 15px;
}

.dropdown-con p {
  padding: 15px;
  margin: 0;
}

.dropdown-con h3 {
  padding-left: 12px;
  padding-right: 8px;
  margin: 0;
}

.dropdown-con li {
  padding-left: 6px;
  padding-right: 8px;
  margin: 0;
}

/* .dropdown-container:hover .dropdown-content {
  display: block;
} */



body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial,
    sans-serif;
  font-size: 14px;
  /* width: 100vw; */
  /* height: 100vw; */
  overflow-x: hidden;
  font-weight: 700;
  line-height: 1.5;
  color: #373a3c;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
} 


li {
  margin-bottom: 0rem;
}

.container {
  display: flex;
}


