body {
  background-color: #184da6;
  background-image: url('../images/logo2.png'), url('../images/bg.jpg');
  background-position: -29px 111%, 0px 0px;
  background-size: 300px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.global-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-image: none;
  /*background-image: url('../images/background-image.jpg');*/
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-weight: 400;
}

.global-background.login {
  position: static;
  display: block;
  width: auto;
  margin: 20px 20px 0px;
  padding-top: 2%;
  padding-bottom: 3%;
  float: none;
  background-color: #f1f1f1;
}

.login-section {
  position: relative;
  display: block;
  overflow: visible;
  width: 340px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  float: none;
  text-align: center;
}

.logo-student-portal {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #ffed63;
  font-size: 18px;
  font-weight: 700;
}

.login-field-box {
  min-height: 85px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 14px;
  border: 2px none #6ccdfa;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.login-field-box:hover {
  border-color: #e9f8ff;
}

.login-image {
  margin-top: 11px;
  margin-right: 3px;
  padding-top: 10px;
  padding-bottom: 9px;
  border-right: 3px solid #66b62f;
}

.login-item-1 {
  margin-bottom: 3px;
  color: #97999b;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.login-field {
  margin-bottom: 0px;
  padding: 5px 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 7%, .1);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, .08);
  font-size: 20px;
  font-weight: 600;
}

.w--current{
	    border-right-color: #90acd3 !important; 
}

.form-style {
  margin-bottom: 0px;
}

.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

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

.login-button {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  background-color: #66b62f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}

.login-button:hover {
  background-color: #429609;
}

.forget-password-text {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #66b62f;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.forget-password-text:hover {
  color: #ecd521;
}

.copyright {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.copyright.inside {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  color: #585858;
  text-transform: none;
}

.copyright.login {
  position: static;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  text-transform: none;
}

.footer-link {
  color: #363636;
  text-decoration: none;
}

.visit-our-website {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  width: 142px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.visit-our-website:hover {
  border-bottom-color: #ffed63;
}

.main-menu-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  overflow: hidden;
  width: 15%;
  height: auto;
  min-height: auto;
  /*padding-bottom: 305px;*/
  float: left;
  background-color: transparent;
  background-image: url('../images/arrow-white.png');
  background-position: 101% 35px;
  background-size: auto;
  background-repeat: no-repeat;
}

.main-content-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 82%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  float: left;
  background-color: #e4f3f9;
}

.main-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
}

.collapse-section {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  border-bottom: 2px solid #e7ebee;
  background-color: #fff;
}

.content-main-header {
  margin-top: 0px;
  padding: 8px 50px 10px;
  border-bottom: 10px solid #d2e4f4;
  background-color: #fff;
}

.main-content-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-size: 30px;
  text-transform: uppercase;
}

.main-content-sub-text {
  color: #676869;
  font-size: 16px;
}

.profile-section {
  position: static;
  overflow: hidden;
  height: auto;
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-bottom: 1px solid #1151ac;
}

.avatar {
  width: 58px;
  margin-top: 12px;
  margin-right: 20px;
  float: left;
  border-radius: 5px;
}

.profile-name {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  float: none;
  color: #fff;
  text-align: left;
}

.profile-button {
  display: block;
  margin-right: 15px;
  margin-left: auto;
  padding: 6px 15px 4px;
  float: left;
  border-radius: 100px;
  background-color: #bee1ff;
  box-shadow: 0 2px 2px -1px #303030;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.profile-button:hover {
  background-color: #3fabe7;
}

.menu-name {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 9px;
  float: none;
  font-weight: 600;
}

.menu-icon {
  display: block;
  width: 40px;
  margin-top: 9px;
  margin-left: 0px;
  padding-left: 10px;
  float: left;
  text-align: right;
}

.menu-option {
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 57px;
  float: left;
  border-right: 6px solid #0f54ad;
  border-bottom: 1px solid #1151ac;
  border-left: 6px none #02aeff;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.menu-option:hover {
  border-right-color: #68c9ff;
  border-left-color: #68c9ff;
}

.menu-option.w--current {
  border-left-color: #f2c352;
}

.menu-option.dashboard {
  overflow: visible;
  width: 100%;
  height: 50px;
  margin-left: 0px;
  padding-top: 16px;
  border-bottom: 1px solid #1151ac;
  border-right-color: #0f54ad;
  background-image: url('../images/dashboard.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.menu-option.dashboard:hover {
  border-right-color: #68c9ff;
}

.menu-option.dashboard.w--current {
  overflow: hidden;
  float: left;
  border-right-color: #90acd3;
  border-bottom-color: #1263ba;
  border-left-color: #f2c352;
  background-image: url('../images/dashboard.png');
}

.menu-option.my-course {
  overflow: hidden;
  padding-bottom: 13px;
  float: left;
  border-right-color: #1263ba;
  border-bottom-color: #1263ba;
  background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
  background-position: 95% 50%, 17px 50%;
  background-repeat: no-repeat, no-repeat;
}

.menu-option.my-course:hover {
  border-left-color: #68c9ff;
}

.menu-option.my-course.w--current {
  border-left-color: #f2c352;
}

.menu-option.schedule {
  overflow: visible;
  float: left;
  border-right-color: #1263ba;
  border-bottom-color: #1263ba;
  background-image: url('../images/calendar.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
}

.menu-option.schedule.w--current {
  border-right-color: #66b62f;
  background-position: 17px 50%;
}

.menu-option.invoice {
  overflow: visible;
  float: left;
  border-right-color: #0f54ad;
  border-bottom-color: #1263ba;
  background-image: url('../images/invoice-management.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.menu-option.invoice:hover {
  border-right-color: #68c9ff;
}

.menu-option.invoice.w--current {
  border-right-color: #66b62f;
  border-left-color: #f2c352;
}

.menu-option.message {
  position: relative;
  overflow: visible;
  float: left;
  border-right-color: #1263ba;
  border-bottom-color: #1263ba;
  background-image: url('../images/message.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.menu-option.message.w--current {
  border-right-color: #66b62f;
  border-left-color: #f2c352;
}

.menu-option.academic-result {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 50px;
  padding-right: 15px;
  padding-bottom: 13px;
  float: left;
  border-right-color: #1263ba;
  border-bottom-color: #1263ba;
  background-image: url('../images/academicresult.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
}

.menu-option.academic-result.w--current {
  border-right-color: #66b62f;
  border-left-color: #f2c352;
}

.menu-option.referral-and-reward {
  display: block;
  overflow: hidden;
  height: 14%;
  min-height: 50px;
  padding-right: 15px;
  padding-bottom: 13px;
  float: left;
  border-right-color: #1263ba;
  border-bottom-color: #1263ba;
  border-left-color: #02aeff;
  background-image: url('../images/nav-arrow-down.png'), url('../images/reward.png');
  background-position: 95% 50%, 17px 50%;
  background-repeat: no-repeat, no-repeat;
  cursor: pointer;
}

.menu-option.referral-and-reward:hover {
  border-left-color: #68c9ff;
}

.menu-option.referral-and-reward.w--current {
  border-left-color: #f2c352;
}

.menu-option.client-management {
  background-image: url('../images/client-management.png');
  background-position: 15px 50%;
  background-repeat: no-repeat;
}

.menu-option.task-management {
  background-image: url('../images/task-management.png');
  background-position: 16px 50%;
  background-repeat: no-repeat;
}

.menu-option.invoice-management {
  background-image: url('../images/invoice-management.png');
  background-position: 19px 50%;
  background-repeat: no-repeat;
}

.menu-option.payment-receipt {
  background-image: url('../images/payment-receipt.png');
  background-position: 19px 50%;
  background-repeat: no-repeat;
}

.menu-option.report {
  background-image: url('../images/report.png');
  background-position: 19px 50%;
  background-repeat: no-repeat;
}

.menu-option.user-management {
  background-image: url('../images/user-management.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
}

.menu-option.announcement-board {
  background-image: url('../images/announcement-board.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.menu-option.client-profile {
  background-image: url('../images/client-profile.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.menu-option.company-list {
  background-image: url('../images/company-list.png');
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.menu-option.document-list {
  background-image: url('../images/document-list.png');
  background-position: 20px 50%;
  background-repeat: no-repeat;
}

.menu-option.task-list {
  background-image: url('../images/task-list.png');
  background-position: 17px 50%;
  background-repeat: no-repeat;
}

.collapse-button {
  margin-left: 10px;
  padding-left: 35px;
  background-color: transparent;
  background-image: url('../images/expand.png');
  background-position: 0px 50%;
  background-size: 23px;
  background-repeat: no-repeat;
  color: #89959e;
  font-size: 15px;
  font-weight: 400;
}

.global-content {
  position: static;
  padding: 20px 10px;
  float: none;
  background-color: #e7eff6;
}

.content-white {
  margin-bottom: 30px;
  padding: 25px 30px 20px;
  border-radius: 8px;
  background-color: #fff;
}

.content-white.blue {
  background-color: #cee9ec;
}

.content-white.blue.side {
  margin-bottom: 20px;
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: #f3eec7;
}

.content-white.invoice {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.content-white.calendar {
  padding: 10px;
}

.content-white.invoice-details {
  padding: 50px;
}

.main-body {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  background-color: transparent;
}

.sub-content-header-h3 {
  margin-top: 16px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.sub-content-header-h3.want-to-earn {
  margin-top: 25px;
  color: #da7a00;
  font-size: 23px;
}

.sub-content-header-h3.center {
  margin-bottom: 37px;
  text-align: center;
}

.sub-content-header-h3.subject {
  margin-bottom: 8px;
  color: #4cc8f8;
  font-size: 18px;
}

.sub-content-header-row {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e7ebee;
}

.sub-content-header-row.message-subject {
  padding-bottom: 41px;
  float: none;
  border-bottom-width: 4px;
  border-bottom-color: #c3e2f8;
}

.content-table-header {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 4px solid #c4cacd;
  font-family: Montserrat, sans-serif;
  color: #272727;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.content-table-header.align-left.padding-20 {
  padding-right: 0px;
  padding-left: 20px;
}

.content-table-header.align-left.small-3 {
  font-size: 12px;
  text-transform: uppercase;
}

.content-table-header.align-left.small-3.paddng-20 {
  padding-left: 20px;
}

.content-table-row {
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ecf0f2;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.content-table-row.align-left {
  padding-left: 20px;
  text-align: left;
}

.content-table-row.align-left.padding-0 {
  padding-right: 0px;
  padding-left: 0px;
}

.content-table-row.align-left.padding-b-15 {
  padding-left: 0px;
}

.content-table-row.align-left.small-3 {
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: none;
}

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

.align-left.bold {
  font-size: 15px;
  font-weight: 700;
}

.pagination {
  margin-top: 20px;
  padding-left: 15px;
}

.pagination.folder-list {
  padding-bottom: 0px;
  padding-left: 25px;
  border-style: none;
}

.pagination.no-padding {
  padding-left: 0px;
}

.pagination-box {
  width: 100px;
  margin-top: 10px;
  margin-right: 40px;
  float: right;
  text-align: center;
}

.pagination-button {
  width: 15px;
  height: 30px;
  background-color: transparent;
}

.pagination-button.left {
  background-image: url('../images/arrow-left.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pagination-button.left:hover {
  background-image: url('../images/arrow-left2.png');
}

.pagination-button.right {
  background-image: url('../images/arrow-right.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.pagination-button.right:hover {
  background-image: url('../images/arrow-right2.png');
}

.folder-link {
  margin-bottom: 30px;
  padding-top: 79px;
  background-image: url('../images/folder.png');
  background-position: 50% 10px;
  background-repeat: no-repeat;
  color: #333;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.folder-link:hover {
  background-image: url('../images/folder2.png');
}

.search-text {
  margin-top: 10px;
  margin-right: 14px;
  float: right;
  color: #8c9096;
  font-weight: 400;
}

.search-field {
  width: 100%;
  height: 46px;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  float: right;
  border-style: solid;
  border-width: 2px;
  border-color: #e6eaee #e6eaee #e7ebee;
  border-radius: 100px;
}

.main-content-name {
  margin-top: 47px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #0f0f0f;
  font-size: 34px;
  line-height: 39px;
  font-weight: 600;
}

.avatar-big {
  display: block;
  max-width: 100%;
  margin-right: 13px;
  margin-left: auto;
  padding-right: 29px;
  border: 2px solid #efeff1;
  border-radius: 12px;
}

.standard-button {
  width: 80%;
  padding: 15px 20px;
  border-radius: 6px;
  text-align: center;
}

.standard-button.green {
  width: 80%;
  float: none;
  background-color: #80c536;
}

.standard-button.green.make-payment {
  margin-top: 33px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.standard-button.green.make-payment:hover {
  background-color: #5bac05;
}

.standard-button.small-left {
  width: 20%;
  margin-top: 20px;
}

.standard-button.line {
  width: 100%;
  padding: 12px 10px;
  border: 2px solid #3898ec;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2a2a2a;
  font-size: 17px;
}

.standard-button.line:hover {
  background-color: #3898ec;
  color: #fff;
}

.standard-button.line-content {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #3898ec;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
}

.standard-button.line-content:hover {
  background-color: #0075d1;
}

.profile-links {
  display: block;
  width: 100%;
  margin-top: 69px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.light-font {
  font-weight: 300;
}

.table-label-bold {
  color: #0f0f0f;
  font-weight: 700;
  text-align: left;
}

.table-label-bold.float-left {
  min-width: 200px;
  margin-left: 10px;
  float: left;
}

.table-label-bold.float-left.normal {
  font-weight: 600;
}

.break-separator {
  height: 4px;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #c4cacd;
}

.table-label {
  color: #0f0f0f;
  font-weight: 600;
}

.content-container {
  margin-top: 15px;
}

.table-content {
  float: left;
}

.table-link {
  margin-left: 8px;
  float: left;
  color: #02afff;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}

.completed-box {
  position: static;
  top: -7px;
  display: block;
  width: 98px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 100px;
  background-color: #92d050;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}

.completed-box.active {
  background-color: #f0304e;
  text-transform: uppercase;
}

.completed-box.active.blue {
  background-color: #00a4f1;
}

.pagination-number {
  margin-top: 9px;
  margin-left: 40px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.pagination-number.folder-list {
  margin-left: 0px;
  padding-left: 0px;
}

.pagination-number.folder-list-2 {
  margin-left: 0px;
}

.main-content-default {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.main-content-default.midium {
  margin-bottom: 12px;
  font-size: 25px;
  text-transform: none;
}

.main-content-default.small {
  font-size: 20px;
}

.search-form-wrapper {
  margin-bottom: 0px;
}

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

.level-icon {
  display: block;
  width: 30px;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: url('../images/level-icon.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, all 200ms ease;
  transition: background-color 200ms ease, all 200ms ease;
}

.level-icon:hover {
  border-radius: 7px;
  background-color: #50b9d0;
  background-image: url('../images/level-icon2.png');
  background-size: 24px;
}

.message-subject {
  float: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  text-decoration: none;
}

.message-subject:hover {
  color: #02afff;
}

.side-awards {
  padding-bottom: 17px;
  border-bottom: 2px solid #ffad1e;
  font-size: 14px;
}

.trophy-icon {
  width: 50px;
  height: 50px;
  border-style: none;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/trophy_1.png');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.side-header {
  margin-top: 14px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.side-header-title {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0e3b0;
  font-weight: 700;
}

.side-header-content {
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #f0e3b0;
}

.trophy-header {
  min-height: 70px;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 70px;
  background-image: url('../images/trophy.png');
  background-position: 0px 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.sub-content-header-h4 {
  margin-top: 7px;
  padding-right: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  text-transform: none;
}

.referral-row-1 {
  display: block;
  width: 90%;
  margin: 18px auto 51px;
  padding-bottom: 27px;
  border-bottom: 3px solid #cbedfb;
}

.your-referral-code-section {
  text-align: center;
}

.referral-code-box {
  display: block;
  width: 300px;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 5px solid #dadada;
  text-align: center;
}

.referral-code-box-title {
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.referral-code-box-title-2 {
  margin-top: 34px;
  margin-bottom: 13px;
  color: #79b3be;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.share-icons {
  display: block;
  width: 230px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.how-invite-works {
  display: block;
  width: 150px;
  margin: 22px auto 55px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 100px;
  background-color: #74c5fc;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.how-to-earn {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px 40px;
  border-radius: 20px;
  background-color: #f2f2f2;
  text-align: center;
}

.how-to-earn-header {
  margin-top: 10px;
  margin-bottom: 42px;
}

.how-to-earn-header.my-reward {
  margin-bottom: 5px;
}

.you-can-redeem {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.my-reward-point-button {
  display: block;
  width: 234px;
  margin: 19px auto 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.top-content-box {
  display: block;
  max-width: 40%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 20px 20px 30px;
  border: 6px solid #ffd057;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.sub-content-header-2 {
  margin-bottom: 20px;
  color: #acaeaf;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

.my-rewards-point-number {
  color: #1994da;
  font-size: 50px;
}

.my-reward-points-entry {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.small-name {
  min-height: 80px;
  margin-top: 17px;
  margin-bottom: 10px;
  font-weight: 600;
}

.my-reward-points-button {
  height: 40px;
  border: 1px none #646464;
  border-radius: 100px 0px 0px 100px;
}

.my-reward-points-button.left {
  padding-top: 9px;
  padding-left: 4px;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #d1e7f5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.my-reward-points-button.right {
  padding-top: 9px;
  padding-right: 5px;
  border-style: solid;
  border-color: #57b4f1;
  border-radius: 0px 100px 100px 0px;
  background-color: #57b4f1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}

.my-reward-points-button.right:hover {
  background-color: #0075d1;
}

.my-reward-points-button-wrapper {
  display: block;
  margin-top: 0px;
  margin-bottom: 45px;
}

.view-invoice-header {
  height: 120px;
  padding-top: 54px;
  padding-left: 111px;
  border-bottom: 2px none #789acf;
  background-image: url('../images/pmc-logo.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #3b6ab4;
  font-size: 39px;
  font-weight: 400;
}

.view-invoice-address {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 2px solid #789acf;
  border-bottom: 2px solid #789acf;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

.view-invoice-text-1 {
  margin-bottom: 25px;
  color: #3b6ab4;
  font-size: 31px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: underline;
}

.view-invoice-table-wrapper {
  margin-top: 30px;
}

.view-invoice-table-header {
  padding: 10px 15px;
  background-color: #799fdb;
  color: #fff;
}

.view-invoice-table-content {
  padding: 10px 15px;
  border-top: 1px none #eeebdd;
  border-bottom: 1px solid #eeebdd;
  background-image: -webkit-linear-gradient(270deg, hsla(60, 52%, 94%, .5), hsla(60, 52%, 94%, .5));
  background-image: linear-gradient(180deg, hsla(60, 52%, 94%, .5), hsla(60, 52%, 94%, .5));
}

.view-invoice-table-content.sub-total {
  border-top-style: solid;
  border-top-width: 3px;
}

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

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

.view-invoice-table-remark {
  height: 150px;
  margin-top: 5px;
  padding-top: 10px;
  padding-left: 15px;
  background-color: hsla(45, 14%, 89%, .5);
}

.view-invoice-table-footer {
  margin-top: 25px;
  font-size: 13px;
}

.view-invoice-table-footer.center {
  text-align: center;
}

.view-invoice-table-footer.center.small {
  padding-top: 17px;
  border-top: 1px solid #cce8f8;
  color: #9e9e9e;
  font-size: 12px;
}

.balance-due {
  margin-top: 22px;
}

.balance-due-amount {
  margin-top: 0px;
}

.invoice-button {
  padding-left: 35px;
  background-color: #fff;
  background-image: url('../images/printer-icon_1.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
}

.invoice-button:hover {
  color: #6bc40a;
}

.invoice-button.save-pdf {
  background-image: url('../images/save-pdf.png');
}

.invoice-button-wrapper {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.sub-content-header-h5 {
  font-size: 18px;
  font-weight: 400;
}

.message-date {
  margin-bottom: 30px;
  color: #a7a7a7;
  font-size: 15px;
  text-align: right;
}

.message-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.message-link {
  padding-right: 58px;
  float: left;
  color: #03a8f5;
  text-decoration: none;
}

.message-subject-name {
  color: #000;
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}

.back-button {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 43px;
  float: right;
  background-color: transparent;
  background-image: url('../images/back-icon.png');
  background-position: 0px 50%;
  background-repeat: no-repeat;
  color: #474747;
  font-size: 16px;
  font-weight: 600;
}

.save-your-card-id {
  text-align: center;
}

.my-student-card-id {
  display: block;
  width: 50%;
  margin: 50px auto 40px;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
}

.form-dropdown {
  width: 100%;
}

.form-dropdown.full {
  width: 100%;
}

.label-form {
  margin-top: 8px;
  margin-bottom: 25px;
}

.red {
  color: #c91f1f;
}

.minus-box {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  border-radius: 5px;
}

.minus-box.minus {
  background-color: #8698a7;
  background-image: url('../images/minus.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.minus-box.plus {
  background-color: #69b662;
  background-image: url('../images/plus_1.png');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.new-course-row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5edf3;
}

.subscribe-new-course-confirm {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 8%, .8);
}

.confirm-popup {
  position: relative;
  display: block;
  width: 40%;
  margin-top: 10%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 4px solid #78bbf0;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.close-button {
  position: absolute;
  top: -21px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #eeb846;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.close-button:hover {
  background-color: #f90;
}

.popup-header {
  margin-top: 0px;
  font-weight: 600;
}

.popup-header.mid {
  font-size: 21px;
  font-weight: 600;
}

.popup-header.small {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.popup-content {
  font-size: 19px;
  line-height: 28px;
  font-weight: 300;
}

.popup-content.margin-b-40 {
  margin-bottom: 40px;
}

.sub-menu-option {
  width: 100%;
  padding: 15px 10px 15px 65px;
  float: left;
  border-right: 6px none #f4be3b;
  border-bottom: 1px solid #1263ba;
  border-left: 6px none #02aeff;
  background-color: transparent;
  background-image: url('../images/sidenav-line.png');
  background-position: 22px 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.sub-menu-option:hover {
  background-color: #1263ba;
}

.edit-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 8%, .8);
}

.margin-top-20 {
  margin-top: 20px;
  text-align: center;
}

.form-field {
  height: 52px;
  border: 2px solid #dadada;
  border-radius: 4px;
  text-align: center;
}

.form-field._80 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.logout {
  width: 35px;
  height: 35px;
  margin-right: 3%;
  float: right;
  background-color: transparent;
  background-image: url('../images/logout.png');
  background-position: 50% 50%;
  background-size: 29px;
  background-repeat: no-repeat;
}

.logout:hover {
  background-image: url('../images/logout2.png');
  background-size: 29px;
}

.arrow-down-button {
  display: block;
  width: 30px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  background-image: url('../images/arrow-down.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.download-link {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  float: right;
  background-image: url('../images/download_1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.download-link:hover {
  background-image: url('../images/download2.png');
}

.date-picker {
  border: 1px none #ccc;
  background-color: #fff;
}

.id-card {
  min-height: 685px;
  padding-top: 234px;
  background-image: url('../images/pmc-id2.jpg');
  background-position: 50% 50%;
  background-size: 400px;
  background-repeat: no-repeat;
}

.id-student-name {
  margin-bottom: 56px;
  font-size: 18px;
  font-weight: 600;
}

.id-student-id {
  font-size: 18px;
  font-weight: 600;
}

.id-qr-code {
  width: 169px;
  margin-top: 95px;
}

.redeem-option {
  display: block;
  width: 80%;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.redeem-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}

.plus {
  color: #20af20;
  font-weight: 600;
  text-align: center;
}

.my-course-sub-menu {
  overflow: hidden;
  float: left;
}

.referral-and-reward-sub-menu {
  overflow: hidden;
  float: left;
}

.home-logo {
  margin-top: 0px;
  margin-bottom: 30px;
}

.mobile-menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.mobile-nav-menu {
  position: static;
  overflow: scroll;
  height: 100%;
  float: none;
}

.negative {
  color: #d00;
  font-weight: 600;
  text-align: center;
}

.invoice-link {
  color: #333;
  font-weight: 600;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.blue-box {
  position: relative;
  height: 50px;
  background-color: #0755aa;
}

.green-box {
  height: 50px;
  background-color: #66b62f;
}

.login {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.dashboard-icons {
  margin-bottom: 19px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}

.dashboard-icons-number {
  margin-top: 12px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.dashboard-icons-title {
  margin-top: 13px;
  margin-bottom: 0px;
}

.login-header {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
}

.dashboard-circle {
  display: block;
  width: 98px;
  height: 98px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  border: 5px solid #daf4f9;
  border-radius: 100px;
  background-image: -webkit-linear-gradient(180deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-image: linear-gradient(270deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
}

.dashboard-circle.client {
  background-image: url('../images/client.png'), -webkit-linear-gradient(180deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-image: url('../images/client.png'), linear-gradient(270deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.dashboard-circle.company {
  background-image: url('../images/company.png'), -webkit-linear-gradient(180deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-image: url('../images/company.png'), linear-gradient(270deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.dashboard-circle.uncomplete-task {
  background-image: url('../images/uncomplete-task.png'), -webkit-linear-gradient(180deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-image: url('../images/uncomplete-task.png'), linear-gradient(270deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.dashboard-circle.unpaid-client {
  background-image: url('../images/unpaid-client.png'), -webkit-linear-gradient(180deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-image: url('../images/unpaid-client.png'), linear-gradient(270deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.dashboard-circle.total-unpaid {
  background-image: url('../images/total-unpaid.png'), -webkit-linear-gradient(180deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-image: url('../images/total-unpaid.png'), linear-gradient(270deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.dashboard-circle.total-receipt {
  background-image: url('../images/total-receipt.png'), -webkit-linear-gradient(180deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-image: url('../images/total-receipt.png'), linear-gradient(270deg, #54c2f0 4%, #54c2f0 51%, #5dc9f5 0, #5dc9f5);
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.link-file {
  color: #07b0c7;
  text-decoration: none;
}

.action-view {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: #54c2f0;
  background-image: url('../images/eye.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-view:hover {
  background-color: #34b0e4;
}

.add-client-label {
  margin-top: 10px;
  color: #2c7997;
  font-weight: 400;
}

.field-content {
  width: 50%;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #d8dadb;
  border-radius: 5px;
}

.field-content.full {
  width: 100%;
}

.field-content.html-field {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-left: 12px;
  border-color: #ececec;
}

.red-font {
  color: #e21111;
}

.row-line {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.form-button {
  margin-right: 10px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-button:hover {
  background-color: #1b7ed4;
}

.form-button.yellow {
  background-color: #1dbeb1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-button.yellow:hover {
  background-color: #00a597;
}

.form-button.float-right {
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 10px;
  float: right;
}

.form-button.float-right.add-new-company {
  padding-left: 37px;
  background-color: #1dbeb1;
  background-image: url('../images/plus.png');
  background-position: 13px 50%;
  background-repeat: no-repeat;
}

.form-button.float-right.add-new-company.float-left:hover {
  background-color: #00a597;
}

.form-button.back {
  padding-left: 40px;
}

.form-button.paypal {
  padding-left: 40px;
  background-color: #004398;
  background-image: url('../images/paypal.png');
  background-position: 12px 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease, opacity 200ms ease;
  transition: all 200ms ease, opacity 200ms ease;
}

.form-button.paypal:hover {
  background-color: #003272;
}

.form-button.company-list {
  padding-left: 40px;
  background-image: url('../images/company-list2.png');
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.form-button.save {
  background-color: #1dbeb1;
}

.form-button.save:hover {
  background-color: #00a597;
}

.form-button.print {
  padding-left: 41px;
  background-color: #1dbeb1;
  background-image: url('../images/printer-icon.png');
  background-position: 12px 50%;
  background-repeat: no-repeat;
}

.form-button.print.float-right:hover {
  background-color: #00a597;
}

.radio-button {
  margin-top: 12px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  font-size: 13px;
}

.sub-header-row {
  height: auto;
  margin-top: 13px;
}

.entries {
  width: 85px;
  height: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
}

.entries-label {
  margin-top: 5px;
  margin-right: 8px;
  float: left;
  font-size: 13px;
}

.entries-label.right {
  margin-left: 10px;
}

.form-wrapper {
  margin-bottom: 0px;
}

.form-wrapper.margin-top {
  margin-top: 12px;
}

.action-edit {
  position: relative;
  bottom: 0px;
  width: 50px;
  height: 30px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #54c2f0;
  background-image: url('../images/edit-icon.png');
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-edit:hover {
  background-color: #30ace0;
}

.status {
  position: relative;
  bottom: 0px;
  width: auto;
  height: 30px;
  padding-top: 5px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 5px;
  background-color: #eaaa06;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

.status:hover {
  background-color: #e79400;
}

.status.no-start {
  position: static;
  margin-left: 0px;
  float: none;
  text-align: center;
}

.small-text-block {
  color: #646464;
  font-size: 13px;
}

.file-folder-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  border: 1px solid #e4e4e4;
  color: #333;
  text-align: center;
}

.folder-image {
  height: 120px;
  margin-bottom: 11px;
  background-image: url('../images/folder_1.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.file-folder-link {
  color: #07b0c7;
  text-decoration: none;
}

.back {
  padding-left: 41px;
  background-image: url('../images/back.arrow.png');
  background-position: 11px 50%;
  background-repeat: no-repeat;
}

.action-download {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #54c2f0;
  background-image: url('../images/download.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-download:hover {
  background-color: #30ace0;
}

.action-delete {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #e65151;
  background-image: url('../images/delete2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-delete:hover {
  background-color: #df4040;
}

.all-task-link {
  margin-left: 10px;
  float: right;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5f5f5f;
  font-size: 13px;
}

.all-task-link:hover {
  border-color: #5eb0f8;
  background-color: #5eb0f8;
  color: #fff;
}

.all-task-link.active {
  border-style: solid;
  border-color: #3898ec;
  background-color: #3898ec;
  color: #fff;
}

.action-payment {
  position: relative;
  width: 40px;
  height: 30px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #54c2f0;
  background-image: url('../images/dollar.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-payment:hover {
  background-color: #30ace0;
}

.action-view-payment {
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 5px;
  background-color: #9ec915;
  background-image: url('../images/eye.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-view-payment:hover {
  background-color: #8eb906;
}

.form-details {
  margin-top: 10px;
}

.field-text-area {
  min-height: 100px;
  border: 1px solid #d8dadb;
  border-radius: 5px;
}

.create-document-folder {
  margin-top: 30px;
  padding: 10px 25px 25px;
  border: 1px solid #e4e4e4;
}

.folder-list {
  margin-top: 30px;
  padding: 10px 25px 25px;
  border: 1px solid #e4e4e4;
}

.col-block {
  margin-top: 10px;
  padding-top: 25px;
  border-top: 1px solid #e4e4e4;
}

.folder-list-row {
  margin-top: 14px;
}

.action-edit-small {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #54c2f0;
  background-image: url('../images/edit-icon.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.action-edit-small:hover {
  background-color: #30ace0;
}

.add-file-popup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.upload-your-file-box {
  position: relative;
  display: block;
  max-width: 500px;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}

.close-popup {
  position: absolute;
  top: -13px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #333;
  background-image: url('../images/delete2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.invoice-item-1 {
  border: 1px solid #000;
  text-align: center;
}

.invoice-item-1.row-1 {
  border-bottom-style: none;
}

.invoice-item-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 1px solid #000;
}

.invoice-item-2.right {
  border-style: none;
}

.invoice-item-2.center {
  padding-top: 10px;
  padding-bottom: 10px;
}

.invoice-item-4 {
  margin-top: 22px;
}

.invoice-item-text-1 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  text-align: left;
}

.invoice-item-5 {
  margin-top: 20px;
  border: 1px solid #000;
  text-align: center;
}

.invoice-item-6 {
  margin-top: 15px;
  border: 1px solid #000;
}

.invoice-item-text-2 {
  min-height: 41px;
  padding: 10px 25px;
  border-bottom: 1px solid #000;
}

.invoice-item-text-2.center {
  text-align: center;
}

.invoice-item-text-2.left {
  border-right: 1px solid #000;
}

.invoice-item-text-2.right {
  text-align: right;
}

.invoice-item-text-3 {
  border-right: 1px solid #000;
}

.invoice-item-text-3.center {
  border-bottom: 1px solid #000;
  text-align: center;
}

.invoice-item-7 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 25px;
}

html.w-mod-js *[data-ix="main-menu"] {
  width: 18%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="main-content"] {
  width: 82%;
}

html.w-mod-js *[data-ix="popup-hidden-default"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="how-to-earn-reward-points"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="top-10-more"] {
  display: none;
}

html.w-mod-js *[data-ix="subside-menu-option"] {
  height: 0px;
}

html.w-mod-js *[data-ix="popup-box-wrapper"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .global-background.login {
    padding-bottom: 5%;
  }
  .login-field-box {
    min-height: 65px;
  }
  .no-padding {
    padding-right: 0px;
  }
  .copyright.inside {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    float: none;
  }
  .copyright.login {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    font-size: 14px;
  }
  .visit-our-website {
    float: none;
  }
  .main-content-wrapper {
    width: 100%;
  }
  .content-main-header {
    margin-top: 60px;
  }
  .avatar.mobile {
    width: 100%;
    margin-top: 0px;
  }
  .global-content {
    padding-bottom: 30px;
  }
  .content-white {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-white.invoice {
    width: 100%;
  }
  .content-white.academic-result {
    margin-right: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .sub-content-header-row {
    margin-bottom: 0px;
  }
  .content-table-header.align-left.small-2 {
    font-size: 12px;
    line-height: 18px;
  }
  .content-table-header.align-left.small-3.paddng-20 {
    padding-left: 20px;
  }
  .content-table-row.align-left.padding-b-15 {
    padding-left: 0px;
  }
  .content-table-row.align-left.small-3 {
    font-size: 13px;
  }
  .pagination-box {
    margin-right: 0px;
  }
  .main-content-name {
    padding-left: 19px;
  }
  .avatar-big {
    max-width: 80%;
    padding-right: 0px;
  }
  .profile-links {
    display: block;
    overflow: visible;
    width: 60%;
    margin: 33px auto 10px;
    float: none;
    text-align: center;
  }
  .completed-box {
    width: 80px;
    font-size: 10px;
  }
  .trophy-header {
    padding-top: 56px;
    padding-left: 0px;
    background-position: 0px 0px;
  }
  .how-to-earn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .how-to-earn-header {
    margin-bottom: 30px;
  }
  .top-content-box {
    max-width: 50%;
  }
  .my-reward-points-entry {
    padding-right: 0px;
    padding-left: 0px;
  }
  .small-name {
    min-height: 106px;
  }
  .my-reward-points-button.left {
    width: 100%;
    height: 37px;
    padding-top: 9px;
    border-right-style: solid;
    border-bottom-style: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
  }
  .my-reward-points-button.right {
    height: 34px;
    padding-top: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .view-invoice-header {
    font-size: 33px;
  }
  .align-right {
    text-align: right;
  }
  .invoice-button-wrapper {
    width: 100%;
  }
  .message-link {
    padding-right: 15px;
  }
  .confirm-popup {
    width: 60%;
  }
  .logout.mobile {
    margin-top: 15px;
    background-image: url('../images/logout3.png');
    background-position: 50% 50%;
  }
  .download-link {
    margin-top: 2px;
    margin-right: 20px;
    float: right;
  }
  .redeem-option {
    width: 100%;
  }
  .mobile-menu {
    background-color: #0755aa;
  }
  .mobile-menu-button {
    float: left;
    color: #fff;
  }
  .mobile-menu-button.w--open {
    position: static;
    float: left;
    background-color: transparent;
    color: #fff;
  }
  .mobile-nav-menu {
    padding-right: 0px;
    border-top: 4px solid #23b7fc;
    background-color: #02aeff;
    color: #fff;
  }
  .mobile-nav-link {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 78px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    color: #fff;
  }
  .mobile-nav-link.dashboard {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    background-image: url('../images/dashboard_1.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.my-course {
    background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
    background-position: 95% 50%, 37px 50%;
    background-repeat: no-repeat, no-repeat;
    color: #fff;
  }
  .mobile-nav-link.schedule {
    float: none;
    background-image: url('../images/schedule-icon.png');
    background-position: 38px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.invoice {
    background-image: url('../images/invoice.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.message {
    background-image: url('../images/message.png');
    background-position: 36px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.academic-result {
    background-image: url('../images/academicresult.png');
    background-position: 36px 50%;
    background-repeat: no-repeat;
  }
  .mobile-nav-link.referral-and-reward {
    background-image: url('../images/nav-arrow-down.png'), url('../images/reward.png');
    background-position: 95% 50%, 35px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .dropdown-toggle {
    position: static;
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
    float: none;
    color: #fff;
  }
  .mobile-padding-0.tablet {
    padding-right: 0px;
    padding-left: 0px;
  }
  .subscribe-no-padding {
    padding-left: 0px;
  }
  .negative {
    color: #d00;
    font-weight: 600;
    text-align: center;
  }
  .mobile-nav-dropdown {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    color: #ffd1d1;
  }
  .mobile-nav-dropdown-title {
    position: relative;
    width: 100%;
    padding-left: 78px;
    float: none;
    border-bottom: 1px none #23b7fc;
    background-image: url('../images/mycourse.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-dropdown-title.w--open {
    width: 100%;
    border-bottom-style: solid;
  }
  .mobile-nav-dropdown-title.referral-and-reward {
    background-image: url('../images/reward.png');
  }
  .dropdown {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }
  .dropdown-list-mobile {
    display: none;
  }
  .dropdown-list-mobile.w--open {
    width: 100%;
    background-color: transparent;
    color: #fff;
  }
  .dropdown-link {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 78px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    background-image: url('../images/sidenav-line.png');
    background-position: 43px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-profile {
    padding: 15px 30px;
    background-color: #22b8ff;
  }
  .mobile-profile-picture {
    width: 11%;
    float: left;
  }
  .mobile-profile-name {
    margin-left: 13px;
    float: left;
  }
  .invoice-link {
    color: #333;
    font-weight: 600;
  }
  .status.no-start {
    margin-left: 10px;
    float: left;
  }
  .invoice-item-6 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .copyright.inside {
    padding-bottom: 10px;
  }
  .copyright.login {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
  .visit-our-website {
    position: relative;
    float: none;
    color: #000;
  }
  .main-content-wrapper {
    text-align: left;
  }
  .content-main-header {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .main-content-h1 {
    font-size: 30px;
  }
  .global-content {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-white {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-white.invoice {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sub-content-header-row {
    padding-bottom: 0px;
  }
  .content-table-header {
    padding-top: 0px;
    font-size: 13px;
  }
  .content-table-row {
    padding-bottom: 10px;
    border-bottom-width: 2px;
    text-align: left;
  }
  .align-left.mobile-bold {
    font-weight: 600;
  }
  .pagination-box {
    display: block;
    margin-right: 15px;
    margin-left: auto;
    float: right;
  }
  .search-field {
    height: 35px;
  }
  .main-content-name {
    margin-top: 14px;
  }
  .standard-button.line-content.auto {
    margin-bottom: 10px;
  }
  .profile-links {
    width: 90%;
  }
  .table-label-bold.float-left {
    min-width: 170px;
  }
  .table-label-bold.float-left.normal {
    min-width: 170px;
  }
  .completed-box {
    margin-top: 10px;
  }
  .completed-box.active.blue.float-left {
    float: none;
  }
  .completed-box.float-left {
    margin-top: 0px;
  }
  .completed-box.my-course-box {
    margin-top: 0px;
    float: none;
  }
  .completed-box.float-right.margin-top-10 {
    float: right;
  }
  .main-content-default {
    font-size: 22px;
  }
  .align-center.left {
    text-align: left;
  }
  .align-center.margin-top-10 {
    margin-top: 10px;
  }
  .level-icon {
    margin-top: 10px;
  }
  .trophy-header {
    margin-top: 16px;
    padding-top: 9px;
    padding-left: 77px;
  }
  .how-to-earn {
    padding-bottom: 40px;
  }
  .top-content-box {
    max-width: 60%;
  }
  .small-name {
    min-height: 63px;
  }
  .my-reward-points-button.left {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .my-reward-points-button.right {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 16px;
  }
  .view-invoice-header {
    padding-top: 31px;
  }
  .view-invoice-table-content.double-line {
    border-bottom-width: 1px;
  }
  .align-right {
    text-align: right;
  }
  .message-link {
    padding-right: 15px;
  }
  .back-button {
    margin-top: 24px;
    margin-bottom: 0px;
  }
  .my-student-card-id {
    width: 100%;
  }
  .label-form {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .minus-box.minus {
    margin-top: 16px;
  }
  .confirm-popup {
    width: 80%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .download-link {
    display: block;
    margin-top: 17px;
    margin-right: 25px;
    margin-left: auto;
    float: right;
  }
  .redeem-option {
    width: 80%;
  }
  .mobile-menu-button.w--open {
    margin-left: 15px;
  }
  .mobile-nav-menu {
    overflow: visible;
  }
  .mobile-nav-link.dashboard {
    background-position: 35px 50%;
  }
  .mobile-nav-link.my-course {
    background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
    background-position: 95% 50%, 37px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .mobile-nav-link.schedule {
    background-position: 36px 50%;
  }
  .mobile-nav-link.message {
    background-image: url('../images/message.png');
    background-position: 37px 50%;
    background-repeat: no-repeat;
  }
  .mobile-padding-0 {
    padding-left: 0px;
  }
  .mobile-padding-0.all-0 {
    padding-right: 0px;
  }
  .how-to-earn-logo {
    max-width: 80%;
  }
  .dropdown-link.w--current {
    color: #fff;
  }
  .mobile-profile-picture {
    width: 15%;
  }
  .my-course-date {
    margin-top: 0px;
    text-align: center;
  }
  .invoice-details {
    margin-top: 6px;
    margin-left: 10px;
  }
  .invoice-label {
    color: #a7a7a7;
    font-size: 10px;
  }
  .invoice-label.center {
    text-align: center;
  }
  .mobile-align-right {
    text-align: right;
  }
  .invoice-link {
    color: #333;
    font-weight: 600;
  }
  .table-label-padding-left-0 {
    position: relative;
    left: -20px;
  }
  .padding-top-5 {
    margin-top: 10px;
  }
  .point-transaction-date {
    padding-left: 16%;
    color: #a1a1a1;
    font-size: 12px;
  }
  .blue-box {
    height: 20px;
    line-height: 10px;
  }
  .green-box {
    height: 20px;
    line-height: 10px;
  }
  .dashboard-icons-number {
    margin-top: 10px;
    margin-bottom: 25px;
  }
  .login-header {
    height: 20px;
  }
  .field-content {
    width: 100%;
  }
  .form-button.float-right.add-new-company.float-left {
    margin-left: 10px;
    float: left;
  }
  .form-button.company-list.float-right {
    margin-left: 0px;
    float: left;
  }
  .entries {
    width: 55px;
    padding-right: 0px;
    padding-left: 10px;
  }
  .entries-label.right {
    margin-left: 5px;
  }
  .all-task-link.active {
    float: right;
  }
  .action-payment {
    bottom: 0px;
  }
  .action-view-payment {
    bottom: 0px;
  }
  .form-details {
    margin-top: 0px;
  }
  .invoice-item-2.center {
    border-right-style: none;
  }
  .invoice-item-text-2.left {
    border-bottom-style: solid;
  }
  .invoice-item-text-3.center {
    border-bottom-style: none;
  }
}

@media (max-width: 479px) {
  .global-background.login {
    padding-top: 1%;
    padding-bottom: 0.5%;
  }
  .login-section {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .logo-student-portal {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .login-field-box {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .login-image {
    padding-right: 5px;
  }
  .login-item-1 {
    font-size: 11px;
  }
  .login-field {
    font-size: 16px;
  }
  .no-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .login-button {
    margin-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }
  .copyright {
    position: relative;
    padding-right: 60px;
    padding-bottom: 0px;
    padding-left: 60px;
    font-size: 12px;
    line-height: 18px;
  }
  .copyright.inside {
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
  .copyright.login {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .visit-our-website {
    position: static;
    display: block;
    width: 135px;
    margin-top: 29px;
    margin-right: auto;
    margin-left: auto;
    color: #000;
    font-size: 13px;
    text-align: center;
  }
  .visit-our-website:hover {
    border-bottom-color: #66b62f;
  }
  .main-content-wrapper {
    float: none;
  }
  .collapse-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-main-header {
    margin-top: 55px;
    padding: 10px 30px 20px;
  }
  .main-content-h1 {
    margin-bottom: 0px;
    font-size: 25px;
  }
  .main-content-sub-text {
    font-size: 14px;
  }
  .global-content {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .global-content.view-invoice {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-white {
    padding: 20px 25px;
    float: none;
  }
  .content-white.blue.side {
    padding-top: 30px;
  }
  .content-white.invoice {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-white.invoice-details {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub-content-header-h3 {
    margin-bottom: 15px;
    font-size: 19px;
    line-height: 25px;
  }
  .sub-content-header-h3.want-to-earn {
    font-size: 19px;
  }
  .sub-content-header-h3.subject {
    font-size: 14px;
  }
  .sub-content-header-row {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .sub-content-header-row.message-subject {
    padding-bottom: 25px;
  }
  .content-table-header {
    padding-top: 0px;
    text-align: left;
  }
  .content-table-header.align-left.padding-20 {
    padding-left: 0px;
  }
  .content-table-header.align-left.small-3.paddng-20 {
    padding-left: 0px;
  }
  .content-table-row {
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom-width: 2px;
    text-align: left;
  }
  .content-table-row.align-left {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .content-table-row.align-left.padding-0 {
    margin-bottom: 15px;
  }
  .content-table-row.align-left.padding-b-15 {
    margin-bottom: 15px;
  }
  .align-left.mobile-bold {
    color: #02aeff;
    font-weight: 600;
  }
  .align-left.margin-top-10 {
    margin-top: 10px;
  }
  .pagination {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: none;
  }
  .pagination-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  .folder-link {
    font-size: 13px;
    line-height: 19px;
  }
  .search-field {
    height: 35px;
    margin-top: 0px;
  }
  .main-content-name {
    font-size: 23px;
    line-height: 32px;
  }
  .avatar-big {
    display: block;
    max-width: 45%;
    margin: 10px auto 0px;
    float: none;
  }
  .standard-button {
    width: 95%;
    min-height: 73px;
  }
  .standard-button.green {
    width: 100%;
    min-height: 50px;
    margin-bottom: 10px;
    padding: 15px 10px 10px;
    font-size: 14px;
  }
  .standard-button.green.make-payment {
    width: 85%;
    min-height: auto;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .standard-button.small-left {
    width: 100%;
    min-height: auto;
  }
  .standard-button.line {
    min-height: auto;
    font-size: 15px;
  }
  .standard-button.line-content.auto {
    min-height: auto;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .standard-button._90 {
    width: 90%;
  }
  .standard-button._90.confirm {
    min-height: auto;
  }
  .standard-button.my-course {
    width: 90%;
    min-height: 50px;
    padding-top: 15px;
  }
  .profile-links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .table-label-bold.float-left {
    margin-left: 0px;
  }
  .table-label-bold.float-left.normal {
    min-width: 100%;
    margin-left: 0px;
  }
  .completed-box {
    width: 78px;
    margin-top: 13px;
    float: none;
    font-size: 9px;
  }
  .completed-box.active {
    float: none;
  }
  .completed-box.active.blue.float-left {
    float: right;
  }
  .completed-box.active.float-right.margin-top-10 {
    margin-top: 20px;
  }
  .completed-box.float-left {
    margin-top: 10px;
    float: left;
  }
  .completed-box.my-course-box {
    margin-top: 4px;
    float: right;
  }
  .completed-box.float-right {
    float: right;
  }
  .completed-box.float-right.margin-top-10 {
    margin-top: 8px;
    margin-right: 5px;
  }
  .pagination-number {
    margin-left: 15px;
  }
  .main-content-default {
    margin-top: 5px;
    font-size: 22px;
  }
  .main-content-default.midium {
    font-size: 19px;
    line-height: 25px;
  }
  .search-form-wrapper {
    margin-top: 5px;
  }
  .align-center {
    text-align: center;
  }
  .align-center.center {
    text-align: center;
  }
  .align-center.margin-top-10 {
    margin-top: 10px;
  }
  .level-icon {
    display: block;
    margin-top: 10px;
    float: none;
  }
  .trophy-header {
    margin-top: 1px;
    padding-top: 2px;
  }
  .sub-content-header-h4 {
    margin-bottom: 23px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .referral-row-1 {
    margin-bottom: 28px;
  }
  .referral-code-box {
    width: auto;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }
  .referral-code-box-title {
    font-size: 16px;
  }
  .share-icons {
    width: 200px;
  }
  .my-reward-point-button {
    width: 200px;
    font-size: 17px;
  }
  .top-content-box {
    max-width: 90%;
  }
  .small-name {
    min-height: auto;
    margin-bottom: 16px;
  }
  .view-invoice-header {
    height: 72px;
    padding-top: 0px;
    padding-left: 76px;
    background-position: 0px 3px;
    background-size: 58px;
    font-size: 20px;
    line-height: 21px;
  }
  .view-invoice-table-content {
    padding: 10px;
    font-size: 13px;
    text-align: left;
  }
  .align-right {
    text-align: right;
  }
  .align-right.center {
    text-align: right;
  }
  .balance-due-amount {
    font-size: 26px;
  }
  .message-date {
    text-align: left;
  }
  .message-content {
    font-size: 14px;
  }
  .message-subject-name {
    font-size: 16px;
    line-height: 23px;
  }
  .back-button {
    display: block;
    width: 100px;
    margin: 30px auto 8px;
    float: none;
  }
  .my-student-card-id {
    padding: 10px;
  }
  .confirm-popup {
    margin-top: 20%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .popup-header {
    font-size: 22px;
    line-height: 29px;
  }
  .popup-header.small {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
  }
  .popup-content.margin-b-40 {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .form-field._80.mobile {
    width: 90%;
  }
  .logout.mobile {
    height: 35px;
    margin-top: 10px;
    margin-right: 5%;
    background-image: url('../images/logout3.png');
    background-size: 25px;
  }
  .download-link {
    display: block;
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
  .id-card {
    min-height: 390px;
    padding-top: 128px;
    background-position: 50% 50%;
    background-size: 230px;
  }
  .id-student-name {
    margin-bottom: 24px;
    font-size: 13px;
  }
  .id-student-id {
    font-size: 15px;
  }
  .id-qr-code {
    width: 95px;
    margin-top: 50px;
  }
  .redeem-option {
    width: 90%;
  }
  .plus {
    text-align: left;
  }
  .plus.center {
    text-align: center;
  }
  .home-logo {
    display: block;
    margin: 42px auto 30px;
  }
  .home-logo-2 {
    max-width: 100%;
  }
  .mobile-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    float: left;
    border-bottom: 2px none #23b7fc;
    background-color: #0755aa;
  }
  .mobile-menu-button {
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    color: #fff;
  }
  .mobile-menu-button.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #02aeff;
    color: #fff;
  }
  .mobile-nav-menu {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding-bottom: 60px;
    border-top: 4px solid #23b7fc;
    background-color: #02aeff;
    color: #fff;
  }
  .mobile-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 63px;
    border-bottom: 1px solid #23b7fc;
    color: #fff;
  }
  .mobile-nav-link.dashboard {
    background-color: transparent;
    background-image: url('../images/dashboard_1.png');
    background-position: 23px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  
  .mobile-nav-link.announcement-board {
    background-color: transparent;
    background-image: url('../images/announcement-board.png');
    background-position: 23px 50%;
    background-repeat: no-repeat;
    color: #fff;
	}
	
	.mobile-nav-link.client-profile {
    background-color: transparent;
    background-image: url('../images/client-profile.png');
    background-position: 23px 50%;
    background-repeat: no-repeat;
    color: #fff;
	}
	
	.mobile-nav-link.company-list {
    background-color: transparent;
    background-image: url('../images/company-list.png');
    background-position: 23px 50%;
    background-repeat: no-repeat;
    color: #fff;
	}
	
	.mobile-nav-link.document-list {
    background-color: transparent;
    background-image: url('../images/document-list.png');
    background-position: 23px 50%;
    background-repeat: no-repeat;
    color: #fff;
	}
	
	.mobile-nav-link.task-list {
    background-color: transparent;
    background-image: url('../images/task-list.png');
    background-position: 23px 50%;
    background-repeat: no-repeat;
    color: #fff;
	}
  
  .mobile-nav-link.my-course {
    float: none;
    background-image: url('../images/nav-arrow-down.png'), url('../images/mycourse.png');
    background-position: 90% 50%, 24px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .mobile-nav-link.schedule {
    background-image: url('../images/calendar.png');
    background-position: 24px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.invoice {
    background-image: url('../images/invoice.png');
    background-position: 26px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.message {
    background-image: url('../images/message.png');
    background-position: 26px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.academic-result {
    background-image: url('../images/academicresult.png');
    background-position: 27px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .mobile-nav-link.referral-and-reward {
    background-image: url('../images/nav-arrow-down.png'), url('../images/reward.png');
    background-position: 90% 50%, 26px 50%;
    background-repeat: no-repeat, no-repeat;
  }
  .dropdown-list.w--open {
    position: relative;
    overflow: visible;
    width: 100%;
    float: left;
    background-color: #02aeff;
  }
  .mobile-sub-menu {
    position: static;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 62px;
    float: none;
    border-bottom: 1px solid #23b7fc;
    background-image: url('../images/sidenav-line.png');
    background-position: 31px 50%;
    background-repeat: no-repeat;
    color: #fff;
  }
  .dropdown-toggle {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .dropdown-toggle.w--open {
    float: none;
  }
  .mobile-padding-0 {
    padding-right: 0px;
  }
  .mobile-padding-0.align-left {
    text-align: left;
  }
  .mobile-padding-0.tablet {
    padding-right: 0px;
    padding-left: 0px;
  }
  .margin-button-30 {
    margin-bottom: 30px;
  }
  .negative {
    text-align: left;
  }
  .negative.center {
    text-align: center;
  }
  .mobile-nav-dropdown-title {
    padding-left: 63px;
    background-position: 24px 50%;
  }
  .dropdown-link {
    position: relative;
  }
  .dropdown-link.w--current {
    color: #fff;
  }
  .mobile-profile {
    padding-left: 23px;
  }
  .mobile-profile-picture {
    width: 25%;
  }
  .mobile-name {
    margin-top: 3px;
    font-size: 15px;
    text-align: left;
  }
  .my-course-date {
    margin-top: 0px;
    font-size: 13px;
    text-align: right;
  }
  .invoice-details {
    margin-top: 5px;
    margin-left: 0px;
    border-top: 1px none #e0ecdd;
  }
  .invoice-label {
    margin-top: 1px;
    margin-bottom: -4px;
    color: #a7a7a7;
    font-size: 9px;
    text-transform: uppercase;
  }
  .invoice-label.center {
    margin-top: 0px;
    text-align: center;
  }
  .mobile-align-right {
    font-size: 13px;
    text-align: right;
  }
  .mobile-center {
    font-size: 12px;
    text-align: center;
  }
  .academic-result-row {
    margin-top: 10px;
  }
  .ar-date {
    margin-top: 12px;
    font-size: 13px;
    text-align: right;
  }
  .course-name-lable {
    position: static;
    left: -17px;
  }
  .invoice-link {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
  }
  .table-label-padding-left-0 {
    position: relative;
    left: -16px;
    margin-left: -15px;
  }
  .print-section {
    padding-bottom: 5px;
    border-bottom: 1px solid #e7e7e7;
  }
  .view-invoice-label {
    color: #969696;
    font-size: 11px;
  }
  .view-invoice-description {
    padding-right: 15px;
    line-height: 18px;
  }
  .padding-top-5 {
    margin-top: 10px;
  }
  .point-transaction-date {
    padding-left: 19%;
    color: #a1a1a1;
    font-size: 12px;
    text-align: left;
  }
  .blue-box {
    height: 15px;
  }
  .green-box {
    height: 15px;
  }
  .dashboard-icons-title {
    font-size: 13px;
  }
  .login-header {
    height: 15px;
  }
  .add-client-label {
    margin-top: 10px;
    margin-bottom: 3px;
  }
  .field-content {
    margin-top: 5px;
  }
  .form-button.yellow {
    margin-top: 3px;
  }
  .form-button.float-right {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }
  .form-button.float-right.add-new-company.float-left {
    margin-left: 0px;
    float: left;
  }
  .form-button.back.float-right {
    padding-left: 40px;
  }
  .form-button.company-list.float-right {
    margin-left: 0px;
    padding-left: 39px;
    float: left;
  }
  .status.no-start {
    position: static;
    margin-left: 0px;
  }
  .action-delete {
    margin-left: 0px;
  }
  .create-document-folder {
    padding-right: 10px;
    padding-left: 10px;
  }
  .folder-list {
    padding-right: 10px;
    padding-left: 10px;
  }
  .upload-your-file-box {
    margin-top: 25%;
    margin-right: 30px;
    margin-left: 30px;
  }
  .invoice-item-text-3.center {
    border-bottom-style: solid;
  }
}

