:root {
  /* Colorful gradient used in the navigation bar */
  --navGradient: linear-gradient(-90deg, #ff9100 0%, #f10366 50%, #6173ff 100%);
}

/* Body font */
.font-inter {
  font-family: "Inter UI", Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* Used for all titles/labels/buttons  */
.font-metropolis {
  font-family: "Metropolis", Arial, Helvetica, sans-serif;
}

/* Put CSS Styles Here */
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Metropolis", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}

/*---------------------------- Header Section Styles ----------------------------*/
header {
  background-color: #4c4c4c;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 9999;
}

.header__container {
  display: flex;
  justify-content: space-between;
  height: 65px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  z-index: 9999;
  /* cursor: default; */
}

#header__logo {
  background-size: 100%;
  height: 40px;
  left: 100px;
  top: 10px;
  margin: 0px 15px 15px 0px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
}

#mobile-menu {
  display: none;
}

.header__links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style: none;
  width: 250px;
  right: 90px;
  height: 100%;
  position: absolute;
}

.header__links a {
  color: #fcfcfc;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 15px;
}

.header__icons {
  background-size: 100%;
  height: 40px;
  bottom: 15px;
  right: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  border: none;
}

#inbox {
  background-size: 100%;
  height: 16px;
  right: 120px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  border: none;
}

#my-courses {
  background-size: 100%;
  height: 32px;
  right: 0px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  border: none;
}

#profile {
  background-size: 100%;
  height: 37px;
  margin-left: 32px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
}

/*---------------------------- Main Body Section Styles ----------------------------*/

body {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  /* overflow: auto; */
}

#body112 {
  height: 100%;
  background-image: url(../images/background1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#body90 {
  height: 100%;
  background-image: url(../images/background3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#body91 {
  height: 100%;
  background-image: url(../images/background4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#body82 {
  height: 100%;
  background-image: url(../images/background5.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#body113 {
  height: 100%;
  background-image: url(../images/background2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

#body109 {
  height: 100%;
  background-image: url(../images/teacher-background.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  /* overflow: auto; */
}

#body110 {
  height: 100%;
  background-image: url(../images/student-background.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  /* overflow: auto; */
}

#body111 {
  height: 100%;
  background-image: url(../images/parent-background.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  /* overflow: auto; */
}

main {
  background: transparent;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  overflow: hidden;
  display: block;
  padding-bottom: 80px;
  text-align: center;
}

.brown__container {
  margin-top: 20%;
}

.brown__container1 {
  list-style: none;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brown__container2 {
  list-style: none;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#brown-box {
  height: 150px;
  margin: 10px 10px 10px 10px;
}

.add-edit {
  list-style: none;
  display: inline-block;
  align-items: center;
  justify-content: center;
}

.my-courses {
  position: absolute;
  height: 74px;
  top: 100px;
  /* font-family: Rounded Mplus 1c;
  font-style: normal;
  font-weight: 800;
  font-size: 50px; */
  line-height: 74px;
  text-align: center;
  color: #4c4c4c;
}

.form__container {
  margin-top: 20%;
  text-align: left;
  margin-left: 39%;
  line-height: 80%;
}

label {
  /* font-family: "Rounded Mplus 1c"; */
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #292929;
}

input[type="text"],
select {
  width: 37%;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  /* font-family: "Rounded Mplus 1c"; */
  font-style: normal;
  font-weight: normal;
  /* font-size: 10px; */
  color: #292929;
}

#create-course {
  height: 30px;
  margin-top: 35%;
  cursor: pointer;
}

#continue {
  height: 30px;
  margin-top: 5%;
  cursor: pointer;
}

#later {
  height: 10px;
  margin-top: 59%;
  cursor: pointer;
}

#add {
  height: 40px;
  margin-top: 30%;
  cursor: pointer;
}

#edit {
  height: 30px;
  margin-top: 20%;
  cursor: pointer;
}

#arrow-109 {
  height: 35px;
  margin-top: 72%;
  /* margin-right: 100px; */
  right: 75%;
  align-self: left;
  cursor: pointer;
  /* position: ; */
  position: fixed;
}

#arrow-110 {
  height: 35px;
  margin-top: 78%;
  /* margin-right: 100px; */
  right: 38%;
  align-self: left;
  cursor: pointer;
  /* position: ; */
  position: fixed;
}

#arrow-111 {
  height: 35px;
  margin-top: 66%;
  /* margin-right: 100px; */
  right: 12%;
  align-self: left;
  cursor: pointer;
  /* position: ; */
  position: fixed;
}

#teacher {
  height: 40px;
  margin-top: 57%;
  /* margin-right: 100px; */
  right: 73%;
  align-self: left;
  cursor: pointer;
  /* position: ; */
  position: fixed;
}

#student {
  height: 40px;
  margin-top: 66%;
  /* margin-right: 100px; */
  right: 47%;
  align-self: left;
  cursor: pointer;
  /* position: ; */
  position: fixed;
}

#parent {
  height: 40px;
  margin-top: 53%;
  /* margin-right: 100px; */
  right: 13%;
  align-self: left;
  cursor: pointer;
  /* position: ; */
  position: fixed;
}
