.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  background-color: #e8eef4;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 21px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 3px;
}

p {
  margin-bottom: 10px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #3970e2, #82d1ff);
}

.header.bg-gradient-orange {
  background-image: linear-gradient(45deg, #fb6d3a, #ff9b77);
}

.top-l-col {
  z-index: 10000;
  width: 50%;
}

.align-right {
  text-align: right;
}

.align-right.m-align-left {
  z-index: 1000;
}

.side-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 25%;
  min-height: 720px;
  padding-top: 40px;
  padding-right: 2%;
  padding-left: 2%;
  background-color: #fff;
  text-align: center;
}

.btn-logout {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
  background-color: #f8f8f8;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.btn-logout:hover {
  background-color: #e6e6e6;
}

.logo-b {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #ebebeb;
}

.all-content-title-b {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 75%;
  margin-top: 40px;
  border-bottom: 1px solid #fff;
  background-color: #e8eef4;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
}

.listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  border-left: 3px solid #0268f9;
  background-color: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.listing.border-orange {
  border-left-color: #fb6d3a;
}

.listing-content-b {
  position: relative;
  width: 75%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.listing-content {
  padding-right: 5%;
  padding-left: 5%;
}

.listing-description-col {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.listing-description-col._16 {
  width: 16%;
}

.listing-description-col._84 {
  width: 84%;
}

.listing-description-row {
  margin-right: -10px;
  margin-bottom: 44px;
  margin-left: -10px;
}

.listing-description-row.no-margin-bottom {
  margin-bottom: 0px;
}

.listing-title-b {
  padding-right: 5%;
}

.listing-share-txt {
  display: inline-block;
  margin-left: 10px;
}

.listing-share-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 41px;
  margin: 10px 5%;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
}

.listing-share-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-share-col.teacher {
  width: 50%;
}

.listing-btn-col {
  width: 30%;
}

.listing-btn-col.teacher {
  width: 50%;
}

.btn02 {
  padding: 5px 20px;
  border: 1px solid #ddd;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-transition: border 500ms ease, background-color 500ms ease;
  transition: border 500ms ease, background-color 500ms ease;
  color: #0268f9;
  text-align: center;
  text-decoration: none;
}

.btn02:hover {
  border-color: #0268f9;
  background-color: #0268f9;
  color: #fff;
}

.btn02.full-width {
  display: block;
}

.btn02.orange {
  margin-left: 10px;
  color: #fb6d3a;
}

.btn02.orange:hover {
  border-color: #fb6d3a;
  background-color: #fb6d3a;
  color: #fff;
}

.btn02.orange.no-margin-left {
  margin-left: 0px;
}

.all-contet-title-line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.font-size18 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}

.txt-bold {
  font-weight: 500;
}

.side-menu-logo {
  margin-bottom: 10px;
}

.login-img-b {
  position: relative;
  width: 50%;
  background-image: url('../images/student-login-img2x.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.login-img-b.teacher {
  background-image: url('../images/teacher-login-img2x.jpg');
}

.login-content-b {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.login-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 720px;
}

.login-img-txt {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 50px;
  padding-right: 10%;
  padding-left: 10%;
  font-family: Heln, sans-serif;
  color: #0268f9;
  font-size: 35px;
  line-height: 41px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.container-login {
  position: relative;
  top: 50%;
  max-width: 580px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.align-center {
  text-align: center;
}

.txt-semibold {
  font-weight: 400;
}

.login-logo {
  margin-bottom: 25px;
}

.btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #0268f9;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn01:hover {
  opacity: 0.5;
}

.btn01.full-width {
  display: block;
}

.text-field {
  margin-bottom: 15px;
  padding-left: 50px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #c8c8c8;
  border-radius: 0px;
  color: #333;
  font-size: 18px;
  line-height: 22px;
}

.text-field.icon-username {
  background-image: url('../images/icon-username.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.text-field.icon-pw {
  background-image: url('../images/icon-password.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.login-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-b {
  margin-top: 50px;
}

.top-platform-name {
  font-family: Heln, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.side-menu-name-b {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-txt {
  display: inline-block;
  margin-left: 10px;
}

.listing-title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.listing-title-col {
  padding-right: 10px;
  padding-left: 10px;
}

.listing-title-col._20 {
  width: 20%;
}

.listing-title-col._80 {
  width: 80%;
}

.listing-subject-txt {
  padding: 5px 5%;
  background-color: #0268f9;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.listing-title-txt-b {
  padding-top: 5px;
  padding-bottom: 5px;
}

.listing-status-b {
  position: relative;
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #d8e1eb;
}

.font-size13 {
  color: #000;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 1px;
}

.listing-btn-b {
  margin-top: 5px;
}

.listing-status-content-b {
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.listing-share-dot {
  margin-right: 10px;
  margin-left: 10px;
}

.listing-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 10px;
  padding-right: 10%;
  padding-left: 10%;
}

.all-content {
  overflow: hidden;
  width: 75%;
  padding-top: 112px;
  padding-bottom: 20px;
}

.all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all-content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-icon {
  margin-right: 10px;
}

.all-content-title-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-back {
  margin-right: 10px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-back:hover {
  opacity: 0.5;
}

.project-details-content-b {
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-details-title-col {
  padding-right: 10px;
  padding-left: 10px;
}

.project-details-title-col._15 {
  width: 15%;
}

.project-details-title-col._85 {
  width: 85%;
}

.login-mobile {
  display: none;
}

.login-bg {
  background-color: #fff;
}

.nav-menu {
  display: none;
}

.top-date {
  color: #fff;
  text-align: right;
}

.top-r-col {
  z-index: 10000;
  width: 50%;
}

.top {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #3970e2, #82d1ff);
  color: #fff;
}

.project-share {
  margin-top: 20px;
  padding: 10px 20px 20px;
  border-top: 3px solid #0268f9;
  background-color: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.project-share.border-orange {
  border-top-color: #fb6d3a;
}

.project-share-b {
  margin-top: 40px;
}

.project-share-comment-b {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
}

.txt-link {
  display: inline-block;
  padding-left: 30px;
  background-image: url('../images/icon-link-blue.svg');
  background-position: 0% 1px;
  background-repeat: no-repeat;
  color: #0268f9;
  text-decoration: none;
}

.project-share-comment-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-share-comment {
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #f5f5f5;
}

.txt-color-grey {
  color: #505050;
}

.form-txtarea {
  min-height: 120px;
  margin-bottom: 0px;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
}

.project-share-comment-form {
  margin-bottom: 0px;
}

.project-share-comment-btn {
  position: absolute;
  left: auto;
  bottom: -5px;
  right: 0%;
  margin-right: 10px;
  padding: 5px 20px;
  border-radius: 1000px;
  background-color: #0268f9;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.project-share-comment-btn:hover {
  opacity: 0.5;
  color: #fff;
}

.project-share-comment-btn.full-width {
  display: block;
}

.project-details-description-col {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.project-details-description-col._12 {
  width: 11.5%;
}

.project-details-description-col._86 {
  width: 86.5%;
}

.project-details-content {
  padding-right: 3.5%;
  padding-left: 3.5%;
}

.project-details-share-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 41px;
  margin: 10px 3.5%;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
}

.project-share-comment-more-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-top: 10px;
  padding-right: 20px;
  background-image: url('../images/icon-dropdown.svg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #333;
  text-decoration: none;
}

.project-share-comment-more-btn:hover {
  opacity: 0.5;
}

.project-share-comment-expand {
  overflow: hidden;
}

.project-share-img {
  width: 100%;
}

.project-share-thumb-b {
  position: relative;
}

.project-share-col {
  width: 70%;
  margin-bottom: 10px;
}

.project-inner-b {
  margin-top: 40px;
}

.project-highlight {
  margin-top: 20px;
  border-top: 3px solid #0268f9;
  background-color: #fff;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.project-highlight.border-orange {
  border-top-color: #fb6d3a;
}

.project-highlight-content-b {
  padding: 20px 20px 10px;
}

.project-highlight-txt-b {
  padding: 10px 20px;
  background-color: #d8e1eb;
}

.pop-share {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.pop-content-b {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 75%;
  margin-top: 40px;
  padding-top: 14px;
}

.pop-share-title-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pop-share-b {
  position: relative;
  width: 70%;
  margin-top: 15px;
  padding: 20px;
  float: right;
  background-color: #fff;
}

.project-share-comment-txtarea-b {
  position: relative;
}

.project-share-comment-txtarea-b .form-txtarea {
  padding-right: 85px;
}

.project-share-comment-txtfield {
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
}

.pop-share-tablink {
  padding-right: 20px;
  padding-left: 50px;
  background-color: transparent;
  color: #333;
}

.pop-share-tablink.tab-img {
  background-image: url('../images/icon-img-grey.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.pop-share-tablink.tab-img:hover {
  background-image: url('../images/icon-img-blue.svg');
  color: #0268f9;
}

.pop-share-tablink.tab-img.w--current {
  background-color: #0268f9;
  background-image: url('../images/icon-img-white.svg');
  color: #fff;
}

.pop-share-tablink.tab-img.teacher:hover {
  background-image: url('../images/icon-img-orange.svg');
  color: #fb6d3a;
}

.pop-share-tablink.tab-img.teacher.w--current {
  background-color: #fb6d3a;
}

.pop-share-tablink.tab-img.teacher.w--current:hover {
  color: #fff;
}

.pop-share-tablink.tab-link {
  background-image: url('../images/icon-link-grey.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.pop-share-tablink.tab-link:hover {
  background-image: url('../images/icon-link-blue.svg');
  color: #0268f9;
}

.pop-share-tablink.tab-link.w--current {
  background-color: #0268f9;
  background-image: url('../images/icon-link-white.svg');
  color: #fff;
}

.pop-share-tablink.tab-img-orange {
  background-image: url('../images/icon-img-grey.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.pop-share-tablink.tab-img-orange:hover {
  background-image: url('../images/icon-img-orange.svg');
  color: #fb6d3a;
}

.pop-share-tablink.tab-img-orange.w--current {
  background-color: #fb6d3a;
  background-image: url('../images/icon-img-white.svg');
  color: #fff;
}

.pop-share-tablink.tab-img-orange.teacher:hover {
  background-image: url('../images/icon-img-orange.svg');
  color: #fb6d3a;
}

.pop-share-tablink.tab-img-orange.teacher.w--current {
  background-color: #fb6d3a;
}

.pop-share-tablink.tab-img-orange.teacher.w--current:hover {
  color: #fff;
}

.pop-share-tablink.tab-link-orange {
  background-image: url('../images/icon-link-grey.svg');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.pop-share-tablink.tab-link-orange:hover {
  background-image: url('../images/icon-link-orange.svg');
  color: #fb6d3a;
}

.pop-share-tablink.tab-link-orange.w--current {
  background-color: #fb6d3a;
  background-image: url('../images/icon-link-white.svg');
  color: #fff;
}

.pop-share-tabmenu {
  margin-bottom: 10px;
  border-bottom: 3px solid #0268f9;
}

.pop-share-tabmenu.border-orange {
  border-bottom-color: #fb6d3a;
}

.pop-share-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  padding: 5px;
}

.pop-share-btn-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1025px) {
.pop-share-btn-b input {
  width: 53%;
}
}

.pop-share-txt {
  margin-left: 10px;
}

.pop-share-img-uploaded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 1000px;
  background-color: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.pop-share-img-uploaded.full-width {
  display: block;
}

.img {
  display: block;
}

.pop-share-img-upload-delete {
  margin-left: 10px;
}

.handin-row {
  margin-right: -2%;
  margin-left: -2%;
}

.handin-col {
  width: 50%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.handin-col.float-right {
  float: right;
}

.handin-paper-b {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}

.handin-paper-delete-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  border-radius: 1000px;
  background-color: #fff;
}

.handin-paper-btn {
  display: block;
  padding: 100px 5%;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.txt-color-blue {
  color: #0268f9;
}

.handin-paper-btn-icon {
  margin-bottom: 20px;
}

.bg-orange {
  background-color: #fb6d3a;
}

.txt-color-orange {
  color: #fb6d3a;
}

.side-menu-btn {
  display: block;
  max-width: 160px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.side-menu-btn.icon-home {
  background-image: url('../images/icon-home-black.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.side-menu-btn.icon-home:hover {
  background-image: url('../images/icon-home-orange.svg');
  color: #fb6d3a;
}

.side-menu-btn.icon-home.w--current {
  background-image: url('../images/icon-home-orange.svg');
  color: #fb6d3a;
}

.side-menu-btn.icon-add {
  background-image: url('../images/icon-add-black.svg');
  background-position: 0% 50%;
  background-repeat: no-repeat;
}

.side-menu-btn.icon-add:hover {
  background-image: url('../images/icon-add-orange.svg');
  color: #fb6d3a;
}

.side-menu-btn.icon-add.w--current {
  background-image: url('../images/icon-add-orange.svg');
  color: #fb6d3a;
}

.txt-color-black {
  color: #000;
}

.view-marking-b {
  margin-bottom: 30px;
}

.marking-subtitle-b {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 3px solid #d8e1eb;
}

.marking-b {
  margin-bottom: 20px;
}

.form-text-field {
  border: 1px solid #ddd;
  background-color: #fff;
}

.project-share-comment-txtarea {
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 85px;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #f5f5f5;
}

.btn01-col {
  display: inline-block;
  margin-left: 20px;
}

.teacher-listing-content-b {
  margin-bottom: 44px;
}

.listing-class-b {
  padding-top: 5px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}

.listing-class-row {
  margin-top: 5px;
  margin-right: -1%;
  margin-left: -1%;
  font-size: 13px;
}

.listing-class-col {
  padding-right: 1%;
  padding-left: 1%;
  float: left;
}

.listing-class-col._21 {
  width: 21%;
}

.listing-class-col._28 {
  width: 28%;
}

.font-size15 {
  font-size: 15px;
}

.btn03 {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #a2a5af;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.btn03:hover {
  opacity: 0.5;
}

.btn03.full-width {
  display: block;
}

.btn03.bg-orange {
  margin-left: 0px;
  background-color: #fb6d3a;
}

.btn03.no-margin-left {
  margin-left: 0px;
}

.listing-class-btn-col {
  width: 23%;
  padding-right: 1%;
  padding-left: 1%;
  float: left;
  text-align: right;
}

.handin-paper-zoom-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 1000px;
  background-color: #fff;
}

.marking-row {
  position: relative;
  margin-right: -40px;
  margin-left: -40px;
}

.marking-col {
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
}

.marking-col._25 {
  width: 25%;
}

.marking-col._75 {
  width: 75%;
}

.marking-col._50 {
  width: 50%;
}

.checkbox-field {
  display: inline-block;
  margin-right: 60px;
}

.project-publish-txt {
  position: absolute;
  left: 50%;
  width: 40px;
  margin-top: 8px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  text-align: center;
}

.project-publish-b {
  margin-top: 20px;
}

.marking-listing-b {
  margin-top: 40px;
}

.marking-tb {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.marking-tb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-right: -1%;
  margin-left: -1%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.marking-tb-row.title {
  border-bottom: 3px solid rgba(251, 109, 58, 0.2);
}

.marking-tb-line {
  height: 1px;
  background-color: #ddd;
}

.marking-tb-col._5 {
  width: 5%;
}

.marking-tb-col._10 {
  width: 10%;
}

.marking-tb-col._25 {
  width: 25%;
}

.marking-tb-col._20 {
  width: 20%;
}

.marking-tb-col._15 {
  width: 15%;
}

.marking-tb-col._45 {
  width: 25%;
}

.marking-view-btn {
  margin-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
}

.marking-tb-mobile {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.marking-tb-subcol._5 {
  width: 5%;
}

.marking-tb-subcol._10 {
  width: 10%;
}

.marking-tb-subcol._25 {
  width: 25%;
}

.marking-tb-subcol._20 {
  width: 20%;
}

.marking-tb-subcol._15 {
  width: 15%;
}

.marking-tb-subcol._60 {
  width: 25%;
}

.project-share-img-b {
  position: relative;
  max-width: 600px;
}

.marking-tb-txt {
  margin-top: 2px;
}

.publish-txt-b {
  display: inline-block;
  margin-right: 60px;
}

.form-select-field {
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/icon-dropdown.svg');
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

.marking-share-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -5px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.marking-share-b.teacher {
  width: 50%;
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="project-share-comment-expand"] {
  height: 0px;
}

@media (max-width: 991px) {
  .header {
    padding-right: 5%;
    padding-left: 5%;
  }
  .container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .listing-description-col._16 {
    width: 20%;
  }
  .listing-description-col._84 {
    width: 80%;
  }
  .listing-title-col._20 {
    width: 24%;
  }
  .listing-title-col._80 {
    width: 76%;
  }
  .project-details-title-col._15 {
    width: 18%;
  }
  .project-details-title-col._85 {
    width: 82%;
  }
  .top {
    padding-right: 5%;
    padding-left: 5%;
  }
  .project-details-description-col._12 {
    width: 15%;
  }
  .project-details-description-col._86 {
    width: 85%;
  }
  .pop-share-b {
    width: 100%;
  }
  .btn01-col {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 17px;
  }
  h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }
  .header {
    z-index: 10;
  }
  .top-l-col {
    width: 80%;
  }
  .side-menu {
    display: none;
  }
  .btn-logout {
    font-size: 16px;
    line-height: 22px;
  }
  .all-content-title-b {
    width: 100%;
  }
  .listing {
    display: block;
  }
  .listing-content-b {
    width: 100%;
    padding-bottom: 0px;
  }
  .listing-description-col._16 {
    width: 100%;
  }
  .listing-description-col._84 {
    width: 100%;
  }
  .listing-description-row {
    margin-top: -5px;
    margin-bottom: 0px;
  }
  .listing-share-b {
    position: relative;
    display: block;
    min-height: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-bottom: 10px;
  }
  .listing-share-col {
    width: 100%;
  }
  .listing-share-col.teacher {
    width: 100%;
  }
  .listing-btn-col {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .listing-btn-col.align-right.m-align-left {
    text-align: left;
  }
  .listing-btn-col.teacher {
    width: 100%;
  }
  .btn02.orange {
    margin-right: 10px;
    margin-left: 0px;
  }
  .font-size18 {
    font-size: 16px;
  }
  .login-img-b {
    display: none;
    width: 100%;
  }
  .login-content-b {
    width: 100%;
  }
  .login-b {
    display: block;
    height: auto;
    min-height: 0px;
  }
  .login-img-txt {
    margin-bottom: 20px;
    padding-right: 50%;
    padding-left: 5%;
    font-size: 22px;
    line-height: 24px;
  }
  .container-login {
    top: 0%;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .login-logo {
    width: 100px;
  }
  .btn01 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
  }
  .text-field {
    font-size: 16px;
  }
  .top-platform-name {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
  }
  .listing-title-row {
    display: block;
    margin-bottom: 5px;
  }
  .listing-title-col._20 {
    width: 100%;
  }
  .listing-title-col._80 {
    width: 100%;
  }
  .listing-subject-txt {
    display: inline-block;
    text-align: left;
  }
  .listing-title-txt-b {
    padding-left: 5%;
  }
  .listing-status-b {
    width: 100%;
  }
  .listing-status-content-b {
    margin-bottom: 0px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .listing-b {
    position: relative;
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .all-content {
    width: 100%;
    padding-top: 84px;
  }
  .project-details-title-col._15 {
    width: 100%;
  }
  .project-details-title-col._85 {
    width: 100%;
  }
  .login-mobile {
    display: block;
  }
  .nav-menu {
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fff;
  }
  .menu-btn {
    padding: 9px 0px;
  }
  .menu-btn.w--open {
    background-color: transparent;
  }
  .top-date {
    display: none;
  }
  .top-r-col {
    width: 20%;
  }
  .menu-btn-line01 {
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #fff;
  }
  .top {
    z-index: 10;
  }
  .top.bg-gradient-orange {
    background-image: linear-gradient(45deg, #fb6d3a, #ff9b77);
  }
  .nav-menu-content {
    margin-bottom: 65px;
  }
  .menu-btn-line02 {
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #fff;
  }
  .project-share {
    display: block;
  }
  .project-share-comment-b {
    position: relative;
    display: block;
    min-height: 0px;
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
  }
  .txt-link {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .project-details-description-col._12 {
    width: 100%;
  }
  .project-details-description-col._86 {
    width: 100%;
  }
  .project-details-content {
    padding-right: 5%;
    padding-left: 5%;
  }
  .project-details-share-b {
    position: relative;
    display: block;
    min-height: 0px;
    margin: 5px 0% 0px;
  }
  .project-share-col {
    width: 100%;
  }
  .project-highlight {
    display: block;
  }
  .pop-content-b {
    width: 100%;
    padding-top: 4px;
  }
  .pop-share-b {
    padding: 10px;
  }
  .pop-share-btn-close {
    margin-top: 10px;
    margin-right: 10px;
  }
  .handin-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .handin-paper-btn {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .handin-paper-btn-icon {
    width: 50px;
  }
  .side-menu-btn {
    max-width: none;
    font-size: 16px;
    line-height: 22px;
  }
  .teacher-listing-content-b {
    margin-bottom: 0px;
  }
  .listing-class-row {
    margin-top: 15px;
  }
  .listing-class-col._21 {
    width: 100%;
  }
  .listing-class-col._28 {
    width: 100%;
  }
  .btn03 {
    margin-left: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .btn03.bg-orange {
    margin-right: 5px;
  }
  .btn03.bg-orange.margin-btn {
    margin-bottom: 10px;
  }
  .btn03.publish-btn-view {
    margin-bottom: 5px;
  }
  .listing-class-btn-col {
    width: 100%;
    margin-top: 5px;
    text-align: left;
  }
  .handin-paper-zoom-btn {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .marking-row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .marking-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .marking-col._25 {
    width: 100%;
  }
  .marking-col._75 {
    width: 100%;
  }
  .checkbox-field {
    margin-right: 40px;
  }
  .marking-tb-row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .marking-tb-col {
    float: left;
  }
  .marking-tb-col._45 {
    width: 45%;
  }
  .marking-tb-col._70 {
    width: 70%;
  }
  .marking-tb-col._30 {
    width: 30%;
  }
  .marking-tb-subrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .marking-tb-subcol._60 {
    width: 60%;
  }
  .marking-tb-subcol._70 {
    width: 70%;
  }
  .marking-tb-subcol._40 {
    width: 40%;
  }
  .publish-txt-b {
    margin-right: 40px;
  }
  .marking-share-b {
    width: 100%;
  }
  .marking-share-b.teacher {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .align-right.m-align-left {
    text-align: left;
  }
  .pop-share-tablink {
    display: inline-block;
  }
  .btn03.bg-orange.no-margin-right {
    margin-right: 0px;
  }
  .btn03.no-margin-left.margin-bottom {
    margin-bottom: 5px;
  }
  .btn03.publish-btn-view {
    margin-left: 0px;
  }
  .marking-tb {
    display: none;
  }
  .marking-tb-mobile {
    display: block;
  }
}

@font-face {
  font-family: 'Heln';
  src: url('../fonts/heln.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
}