body {
  background-color: #2197b0;
  font-family: Quicksand, sans-serif;
  color: #fff;

  background-image: -webkit-linear-gradient(270deg, rgba(23, 69, 100, .85), rgba(23, 69, 100, .85)), url('../img/header4.jpg');
  background-image: linear-gradient(180deg, rgba(23, 69, 100, .85), rgba(23, 69, 100, .85)), url('../img/header4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;

}

.admin {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.products {
  width: 95%;
  margin: 0;
}

.login {
  display: block;
  width: 30%;
  height: 0vh;
  margin-top: 20vh;
  margin-right: auto;
  margin-left: auto;

}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 1em;
  line-height: 40em;
  text-align: center;
  text-transform: none;
}

.footer_link {
  margin-right: 1%;
  margin-bottom: 1%;
  float: right;
  color: #eee;
  font-size: 1em;
  line-height: 1.2em;
  text-align: right;
  text-decoration: none;
}

.footer_link_img {
  padding-top: 2%;
  width: 20%;
}


.section_category_login {
  position: absolute;
  left: 100%;
  width: 100%;
  margin-top: 12vh;
  float: right;
  color: #174564;
}

.login .admin {
  left: 0%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.login_form {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.login_form_field {
  border-radius: 10px;
  background-color: #eee;
  font-weight: 700;
}

.button.admin {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #2197b0;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}











.section_category_login_form_field {
  border-radius: 10px;
}

.section_category_login_form_field.admin {
  display: block;
  height: 2.5em;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.button {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #174564;
}

.app_body.admin {
  display: block;
  width: 30%;
  height: 50vh;
  margin-top: 25vh;
  margin-right: auto;
  margin-left: auto;
}

.profile_pic {
  position: relative;
  z-index: 0;
  width: 150px;
  height: 150px;
  float: none;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #174564;
  background-image: url('../images/teacher_pic.jpg'), url('../images/alumni_icon.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, 100px;
  background-repeat: no-repeat, no-repeat;
}

.magister {
  float: right;
}

.profile_pic.edit {
  position: static;
  padding-top: 60px;
  background-color: rgba(0, 0, 0, .7);
  background-image: none;
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 400ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.profile_pic.edit:hover {
  opacity: 1;
}

.profile_pic.details {
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  float: right;
}

.profile_pic.details.aluno {
  background-image: url('../images/profile_pic.jpg'), url('../images/alumni_icon.png');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, 100px;
  background-repeat: no-repeat, no-repeat;
}

.studio {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding-right: 1%;
  padding-left: 1%;
  background-color: #333;
  color: #eee;
  font-size: 1em;
  line-height: 2.2em;
}

.h4 {
  font-size: 1.3em;
  line-height: 1.5em;
}

.start_logo {
  display: inline-block;
  height: 6vh;
  float: left;
}

.start_section {
  position: fixed;
  left: 0px;
  top: 4vh;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 98%;
  margin-top: 1%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.start_menu {
  display: inline-block;
  width: 82%;
  float: right;
}

.start_menu_button {
  width: 18%;
  height: 5vh;
  margin-left: 1%;
  padding-top: 0.9vh;
  padding-bottom: 0.9vh;
  float: right;
  border-radius: 10px;
  background-color: #2197b0;
  -webkit-transition: background-color 400ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 400ms cubic-bezier(.455, .03, .515, .955);
  color: #eee;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.start_menu_button:hover {
  background-color: #174564;
}

.start_menu_button.w--current {
  background-color: #174564;
  color: #eee;
}

.start_menu_button.mat {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.start_menu_button.form {
  margin-top: 5vh;
}

.start_menu_button.form.red {
  background-color: #a72929;
}

.start_menu_button.sub {
  display: block;
  float: right;
  border: 1px solid #2197b0;
  background-color: transparent;
  color: #2197b0;
  font-weight: 700;
}

.start_menu_button.sub:hover {
  background-color: #174564;
}

.start_menu_button.right {
  float: left;
}

.start_menu_button.right.red {
  background-color: #a72929;
}

.start_menu_button.red {
  background-color: #a72929;
}

.start_menu_button.red:hover {
  background-color: #174564;
}

.start_menu_button.start {
  width: 100%;
}

.start_top {
  float: right;
}





.start_content_mat {
  position: relative;
  left: 0px;
  top: 12vh;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  margin-top: 5vh;
  padding-bottom: 5vh;
}

.start_content_mat.start {
  padding-bottom: 10vh;
}

.start_form {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.start_form.wrapper {
  width: 49%;
  float: right;
}

.start_form.wrapper._100 {
  width: 100%;
}

.start_form_field {
  height: 2.5em;
  float: left;
  border: 1px solid #2197b0;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  font-size: 1em;
  line-height: 1.5px;
}

.start_form_field.half {
  display: inline-block;
  width: 49%;
  float: left;
}

.start_form_field.half.right {
  width: 49%;
  float: right;
}

.start_form_field.half.right.wrap {
  float: right;
}

.start_form_field.half.wrap {
  width: 49%;
  float: left;
  border-style: none;
}

.start_form_field._20 {
  width: 10%;
  float: left;
}

.start_form_field._20.right {
  float: right;
}

.start_form_field._10 {
  width: 9%;
}

.start_form_field.text {
  width: 1.5vh;
  height: auto;
  margin-right: 0.4vh;
  margin-left: 0.4vh;
  border-style: none;
  font-size: 1.7em;
  line-height: 1.3em;
  text-align: center;
}

.start_form_field.text.right {
  float: right;
}

.start_form_field._70 {
  width: 32%;
  float: right;
}

.start_form_field._30 {
  width: 14.9%;
  float: left;
}

.start_form_field._30.right {
  float: right;
}

.start_form_field.birthday {
  width: 30%;
}

.start_form_field.birthday.half {
  width: 20%;
}

.start_form_field._75 {
  width: 75%;
}

.start_form_lable {
  display: block;
  width: 100%;
  float: left;
}

.start_form_lable.half {
  width: 40%;
  margin-bottom: 0px;
  float: left;
  font-size: 1em;
  line-height: 1.5em;
  margin-right: 10%;
}

.start_form_lable.half.right {
  display: block;
  margin-right: 10%;
  float: right;
}

.start_form_lable._70 {
  width: 70%;
}

.start_form_lable._25 {
  width: 25%;
}

.start_form_lable._25.right {
  margin-right: 50%;
  float: right;
}

.start_form_select {
  display: inline-block;
  width: 49%;
  height: 2em;
  float: left;
  background-color: black;
}

.start_form_select.right {
  display: inline-block;
  height: 2em;
  float: right;
}

.start_form_checkbox {
  width: 26%;
  height: 1em;
  padding-top: 4px;
  float: left;
  font-weight: 700;
  text-align: left;
}

.start_form_checkbox.half {
  width: 49%;
}

.start_form_checkbox.half.right {
  float: right;
}

.start_form_checkbox._15 {
  width: 10%;
}

.h2 {
  display: block;
  margin-top: 0px;
  font-size: 2em;
  line-height: 2em;
}

.h2.short {
  display: block;
  float: left;
}

.h2.half {
  width: 50%;
}

.data_item {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  border-bottom: 1px dotted hsla(0, 0%, 93%, .4);
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 300;
}

.data_item.title {
  position: relative;
  width: 100%;
  margin-bottom: 1vh;
  float: left;
  border-bottom: 2px solid hsla(0, 0%, 93%, .7);
  font-weight: 700;
}

.bignames {
  min-height: 2.6em;
}

.data_item.title.half {
  width: 50%;
}

.data_item.title.center {
  border-style: none;
  text-align: center;
}

.data_item.half {
  width: 50%;
  margin-right: 10%;
}

.data_item.black {
  font-weight: 700;
}

.data_item.start {
  font-weight: 700;
}

.mat {
  width: 7%;
  float: left;
}

.nome {
  width: 30%;
  float: left;
}

.email {
  width: 15%;
  float: left;
}

.data_item_button {
  margin-left: 10px;
  float: right;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.data_item_button:hover {
  color: #2197b0;
}

.start_text {
  display: inline-block;
  width: 70%;
  margin-bottom: 10px;
  float: left;
}

.start_text._70 {
  width: 56%;
}

.start_text.half {
  width: 40%;
}

.start_text.half.right {
  margin-right: 20%;
  float: right;
}

.start_text.half.title {
  width: 40%;
  margin-bottom: 0px;
}

.start_text.half.center {
  width: 50%;
  text-align: center;
}

.start_text._25 {
  width: 25%;
  margin-right: 0%;
  float: right;
}

.start_text._25.right {
  width: 50%;
}

.start_text.alone {
  margin-right: 20%;
}

.start_text.alone.title {
  margin-bottom: 0px;
  font-weight: 700;
}

.start_text.title {
  width: 50%;
  margin-bottom: 0px;
  font-weight: 700;
}

.start_text.title._30 {
  width: 30%;
}

.start_text.title.center {
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
}

.start_text.last {
  width: 100%;
}

.start_divider {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .3) 56%, transparent);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .3) 56%, transparent);
}

.link {
  float: right;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #2197b0;
}

.data {
  width: 10%;
  float: left;
}

.data.half {
  width: 10%;
}

.hora {
  width: 7%;
  float: left;
}

.hora.half {
  width: 20%;
}

.pudendus_details_pics {
  display: block;
  width: 340px;
  margin-right: auto;
  margin-left: auto;
  float: right;
}

.pudendus_details_back {
  color: #eee;
  font-size: 1.4em;
  text-decoration: none;
}

.start_class_div {
  width: 19%;
  margin-right: 0.5%;
  margin-bottom: 1%;
  margin-left: 0.5%;
  padding: 10px;
  float: left;
  border: 1px solid #2197b0;
  border-radius: 10px;
}

.start_class_div_pic {
  width: 91px;
  height: 91px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  float: left;
  border-radius: 1000px;
  background-image: url('../images/teacher_pic.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.start_class_div_pic.student {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-image: url('../images/profile_pic.jpg'), url('../images/teacher_pic.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.start_class_div_pic_container {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.light {
  font-weight: 300;
}

.light.right {
  float: right;
}

.start_class_button {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  border: 1px solid #2197b0;
  border-radius: 100px;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  color: #2197b0;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  text-decoration: none;
}

.start_class_button:hover {
  background-color: #2197b0;
  color: #eee;
}

html.w-mod-js *[data-ix="logo-up"] {
  height: 92vh;
}

@media (max-width: 991px) {
  .start_menu {
    width: 76%;
  }
  .start_menu_button {
    width: 49%;
    font-size: 1em;
  }
  .start_content_mat {
    top: 14vh;
  }
  .start_class_div {
    width: 27%;
  }
}

@media (max-width: 767px) {
  .logo {
    display: none;
  }
  .section_category {
    display: none;
  }
}

@media (max-width: 479px) {
  .body {
    background-color: #2197b0;
    font-family: Quicksand, sans-serif;
    color: #eee;
  }
  .body.teacher {
    background-color: #314fbc;
  }
  .logo {
    display: block;
    overflow: hidden;
    width: 50vw;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/logo.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .logo.page {
    margin-top: 3vh;
  }
  .logo_img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section_category {
    display: block;
    margin-top: 5vh;
    opacity: 1;
  }
  .login_icon {
    display: block;
    width: 25vw;
    height: 25vw;
    margin-top: 5vh;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
    background-color: #174564;
    background-image: url('../images/student.png');
    background-position: 50% 50%;
    background-size: 44px;
    background-repeat: no-repeat;
  }
  .login_icon.teacher {
    background-color: #314fbc;
    background-image: url('../images/teacher.png');
    background-position: 50% 50%;
    background-size: 50px;
    background-repeat: no-repeat;
  }
  .login_icon.non_client {
    background-color: #000;
    background-image: url('../images/non_client.png');
    background-position: 50% 50%;
    background-size: 50px;
    background-repeat: no-repeat;
  }
  .h3 {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .h3.center {
    text-align: center;
  }
  .h3.teacher {
    color: #64009c;
    font-size: 1.5em;
    text-align: left;
  }
  .section_category_icons {
    position: relative;
    width: 100%;
    float: left;
  }

  .button {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-color: #174564;
  }
  .button.teacher {
    background-color: #64009c;
  }
  .button.tarefa {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    width: 70%;
    margin-bottom: 1vh;
    color: #eee;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .button.today_button {
    width: 70%;
    margin-top: 2vh;
    margin-bottom: 1vh;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .button.today_button.red {
    background-color: #a72929;
  }
  .center {
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: right;
  }
  .back {
    float: left;
    font-size: 1.4em;
  }
  .section_category_teacher {
    position: absolute;
    right: 100%;
    width: 100%;
    margin-top: 12vh;
    float: left;
  }
  .back_teacher {
    float: right;
  }
  .app_body {
    position: fixed;
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
  }
  .app_body.teacher {
    background-color: #a72929;
  }
  .app_body.admin {
    width: 100%;
    padding: 5%;
  }
  .page_menu {
    width: 100%;
    height: 23vh;
    padding-top: 4vh;
    float: left;
    background-color: rgba(23, 69, 100, .25);
  }
  .page_menu.homework {
    background-color: #a72929;
  }
  .page_menu._50 {
    background-color: rgba(23, 69, 100, .5);
  }
  .page_menu._50.teacher {
    background-color: rgba(23, 69, 100, .5);
  }
  .page_menu._75 {
    background-color: rgba(23, 69, 100, .75);
  }
  .page_menu._75.teacher {
    background-color: rgba(23, 69, 100, .75);
  }
  .page_menu._100 {
    background-color: #174564;
  }
  .page_menu._100.teacher {
    background-color: #174564;
  }
  .page_menu.teacher {
    background-color: rgba(23, 69, 100, .25);
  }
  .page_menu_text {
    margin-top: 2vh;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .page_icon {
    display: block;
    width: 100%;
    height: 12vh;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/profile_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_icon.schedule {
    background-image: url('../images/schedule_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_icon.tarefa {
    background-image: url('../images/homework_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_icon.today {
    background-image: url('../images/today_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_icon.schedule_icon {
    background-image: url('../images/schedule_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_icon.hoje {
    background-image: url('../images/today_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_icon.alumni {
    background-image: url('../images/alumni_icon.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .page_logo {
    position: fixed;
    display: block;
    width: 100%;
    height: 9vh;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1vh;
    padding-right: 27%;
    padding-left: 27%;
  }
  .page {
    position: relative;
    top: 9vh;
    width: 100%;
    float: left;
  }
  .profile {
    position: absolute;
    left: 100%;
    top: 9vh;
    bottom: 0px;
    display: block;
    overflow: scroll;
    width: 100%;
    min-height: 100vh;
    margin-right: auto;
    margin-bottom: 10vh;
    margin-left: auto;
    padding-right: 5%;
    padding-bottom: 10vh;
    padding-left: 5%;
    background-color: #2197b0;
  }
  .profile.teacher {
    left: 100%;
    background-color: #314fbc;
  }
  .profile_pic_admin {
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 100px;
  }
  .profile_pic.app {
    position: static;
    display: block;
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .profile_info {
    margin-top: 5px;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 700;
  }
  .profile_info.name {
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .profile_info.type {
    width: 100%;
    margin-right: 5px;
    float: left;
    font-weight: 400;
  }
  .profile_info_text {
    font-weight: 700;
  }
  .divider {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: hsla(0, 0%, 93%, .3);
  }
  .back_button {
    position: absolute;
    overflow: hidden;
    width: 8vh;
    height: 8vh;
    margin-top: 0px;
    float: left;
    opacity: 0.8;
    color: #eee;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
  .back_button_text {
    width: 8vh;
    height: 8vh;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3em;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
  }
  .schedule {
    position: absolute;
    left: 100%;
    top: 9vh;
    bottom: 0px;
    display: block;
    overflow: scroll;
    width: 100%;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-bottom: 10vh;
    padding-left: 5%;
    background-color: #2197b0;
  }
  .schedule.teacher {
    left: 100%;
    background-color: #314fbc;
  }
  .a3 {
    width: 100%;
    margin-bottom: 5%;
    float: right;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
  }
  .schedule_item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
  }
  .schedule_item.box {
    border-bottom: 1px solid hsla(0, 0%, 93%, .3);
  }
  .schedule_item.details {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1em;
    line-height: 1em;
  }
  .forward {
    float: right;
    font-weight: 700;
  }
  .schedule_details {
    position: relative;
    display: none;
    padding: 5% 5% 7vh;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 93%, .3);
    opacity: 0.75;
    color: #eee;
    font-size: 0.9em;
    line-height: 1em;
  }
  .profile_name {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .profile_name.job {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 0.9em;
    font-weight: 400;
    text-transform: capitalize;
  }
  .schedule_item_text {
    display: inline-block;
    line-height: 1.3em;
  }
  .schedule_item_text.black {
    display: block;
    margin-bottom: 1vh;
  }
  .bold {
    display: inline-block;
    height: 32px;
  }
  .homework {
    position: absolute;
    left: 100%;
    top: 9vh;
    bottom: 0vh;
    display: block;
    overflow: scroll;
    width: 100%;
    min-height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-bottom: 10vh;
    padding-left: 5%;
    background-color: #2197b0;
  }
  .homework.teacher {
    left: 100%;
    background-color: #314fbc;
  }
  .a4 {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .homework_past {
    float: right;
  }
  .homework_done {
    display: none;
  }
  .today {
    position: absolute;
    left: 100%;
    top: 9vh;
    overflow: scroll;
    width: 100%;
    min-height: 100vh;
    padding-right: 5%;
    padding-bottom: 10vh;
    padding-left: 5%;
    background-color: #2197b0;
  }
  .today.teacher {
    left: 100%;
    top: 9vh;
    bottom: 0vh;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-color: #314fbc;
  }
  .text {
    text-align: center;
  }
}

