@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.eot");
  src: url("../font/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Regular.woff2") format("woff2"), url("../font/Inter-Regular.woff") format("woff"), url("../font/Inter-Regular.ttf") format("truetype"), url("../font/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Medium.eot");
  src: url("../font/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Inter-Medium.woff2") format("woff2"), url("../font/Inter-Medium.woff") format("woff"), url("../font/Inter-Medium.ttf") format("truetype"), url("../font/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
html body {
  font-family: open-sans, sans-serif;
  color: #fff;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

::-webkit-scrollbar-track {
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/*loader*/
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.loader-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
  bottom: 0;
}

.loader-inner {
  height: 100vh;
  position: fixed;
  width: 100%;
}

.loader-effect {
  width: 11px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 0px auto;
  position: relative;
  background: #FFF;
  box-shadow: -14px 0 #FFF, 14px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -14px 0 #6aac4d, 14px 0 #FFF;
  }
  66% {
    background: #6aac4d;
    box-shadow: -14px 0 #FFF, 14px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -14px 0 #FFF, 14px 0 #6aac4d;
  }
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  color: #fff;
}

h1 {
  font-size: 4.8125rem;
  font-weight: 500;
  margin-bottom: 44px;
  line-height: 0.62;
}

h2 {
  font-size: 1.75rem;
  font-weight: normal;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.25rem;
  font-weight: normal;
}

h4 {
  font-size: 1rem;
  font-weight: normal;
}

h3 {
  font-size: 1.75rem;
  font-weight: normal;
}

#login {
  display: flex;
  min-height: 100vh;
  max-width: 100vw;
}
#login .farm4life-brand {
  width: 26vw;
  background-color: #000;
  padding: 100px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#login .farm4life-brand .branding {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#login .farm4life-brand .branding img {
  display: block;
}
#login .farm4life-brand .branding img.farm4life-hub {
  max-width: 48%;
  margin-bottom: 55px;
}
#login .farm4life-brand .branding img.mpi {
  max-width: 39%;
  margin-bottom: 30px;
}
#login .farm4life-brand .branding img.diary-nz {
  max-width: 34%;
}
#login .farm4life-brand .branding img.farm-source {
  max-width: 28%;
  margin-bottom: 31px;
}
#login .farm4life-brand .branding img.gwd-toyota {
  max-width: 28%;
}
#login .entrance {
  width: 74vw;
  background-image: url("../img/login/F4L62.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
#login .entrance .login-container {
  padding-top: 72px;
  padding-bottom: 200px;
  width: 45%;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.25);
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#login .entrance .login h1 {
  margin-bottom: 46px;
  font-size: 2.0625rem;
  line-height: normal;
}
#login .entrance .login .fl-user input,
#login .entrance .login .fl-pass input {
  border: 0;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
  padding: 16px 0;
  outline: none;
}
#login .entrance .login .fl-user input::-webkit-input-placeholder,
#login .entrance .login .fl-pass input::-webkit-input-placeholder {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
}
#login .entrance .login .fl-user input::-moz-placeholder,
#login .entrance .login .fl-pass input::-moz-placeholder {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
}
#login .entrance .login .fl-user input:-moz-placeholder,
#login .entrance .login .fl-pass input:-moz-placeholder {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
}
#login .entrance .login .fl-user input:-ms-input-placeholder,
#login .entrance .login .fl-pass input:-ms-input-placeholder {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
}
#login .entrance .login .fl-user input {
  width: 100%;
}
#login .entrance .login .fl-pass {
  position: relative;
}
#login .entrance .login .fl-pass input {
  width: 75%;
}
#login .entrance .login .fl-pass div.forgot-pass {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #fff;
}
#login .entrance .login .fl-pass div.forgot-pass a {
  text-decoration: none;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
}
#login .entrance .login .fl-remember {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 44px;
}
#login .entrance .login .fl-remember input[type=checkbox] {
  height: 17px;
  width: 17px;
  margin-right: 10px;
}
#login .entrance .login .fl-submit {
  margin-bottom: 25px;
}
#login .entrance .login .fl-submit input[type=submit].fl-btn,
#login .entrance .login .fl-submit a.external-auth {
  border: 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #000;
  color: #fff;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 20px 0;
  width: 290px;
  position: relative;
  text-decoration: none;
  -webkit-transition: box-shadow, top 300ms linear;
  -o-transition: box-shadow, top 300ms linear;
  transition: box-shadow, top 300ms linear;
}
#login .entrance .login .fl-submit input[type=submit].fl-btn:focus,
#login .entrance .login .fl-submit a.external-auth:focus {
  outline: none;
  top: 1px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
}
#login .entrance .login .fl-submit a.external-auth.back-button {
  background-color: #fff;
  color: #000;
}
#login .entrance .login .fl-submit a.external-auth.SIT {
  background-color: #005581;
  color: #fff;
}
#login .entrance .login .fl-signup p,
#login .entrance .login label {
  color: #fff;
  font-size: 0.8125rem;
}
#login .entrance .login .fl-signup p {
  margin-bottom: 0;
}
#login .entrance .login .fl-signup p a {
  color: #fff;
}

#dashboard {
  display: flex;
  min-height: 100vh;
  max-width: 100vw;
  background-color: #000;
  /*overflow:hidden;*/
}
#dashboard img.dashboard-logo {
  margin: 44px 0 47px 45px;
  max-width: 370px;
}
#dashboard .content-container {
  position: relative;
  flex: 1 1 auto;
}
#dashboard .menu {
  position: relative;
  display: flex;
  height: 100%;
  background-color: #fff;
  color: #000;
  border-top-right-radius: 77px;
  padding-left: 45px;
  padding-top: 50px;
}
#dashboard .menu::before {
  content: "";
  position: absolute;
  right: 100%;
  left: -20px;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
#dashboard .menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#dashboard .menu ul li {
  cursor: pointer;
  margin-bottom: 27px;
}
#dashboard .menu ul li div.correspondence img {
  width: 100%;
  height: 60px;
}
#dashboard .menu ul li div.profile,
#dashboard .menu ul li div.profile img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
#dashboard .menu ul li div.profile {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: relative;
}
#dashboard .menu ul li div.profile.selected::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  z-index: 0;
  border-radius: 34px;
}
#dashboard .menu ul li div.profile img {
  position: relative;
  z-index: 1;
  width: 100%;
}
#dashboard .menu ul li div.students img {
  width: 60px;
  height: 60px;
}
#dashboard .dashboard-center {
  height: 100%;
  padding-top: 50px;
  padding-right: 20px;
}
.fade-to-black {
  position: relative;
}
.fade-to-black::before, .fade-to-black::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.fade-to-black::before {
  left: 0;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 100%);
}
.fade-to-black::after {
  right: 0;
  width: 50px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(90%, rgb(0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 90%);
}
.fade-to-black > :first-of-type {
  padding-left: 50px;
  padding-right: 50px;
}

.quick-stats {
  margin-top: 100px;
  margin-bottom: 150px;
}
.quick-stats .statistic {
  border-top: 1px solid #c1bebe;
  display: flex;
  padding: 9px 0.5rem;
}
.quick-stats .statistic p {
  width: 80%;
  margin: 0;
}
.quick-stats .statistic span {
  text-align: right;
  font-weight: 700;
  width: 20%;
}

.border-top--grey {
  border-top: 1px solid #c1bebe;
}

canvas {
  filter: invert(1) hue-rotate(180deg) !important;
}

aside.right-sidebar {
  padding-top: 50px;
  border-left: 1px solid #c1bebe;
  padding-left: 20px;
  padding-right: 20px;
}
aside.right-sidebar.fixed {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
}
aside.right-sidebar .contact-container,
aside.right-sidebar .link-wrapper {
  margin-bottom: 18px;
}
aside.right-sidebar .contact-container {
  color: #c1bebe;
}
aside.right-sidebar .contact-container p {
  font-size: 14px;
}
aside.right-sidebar .contact-container form.contact-form {
  position: relative;
}
aside.right-sidebar .contact-container form.contact-form label {
  display: none;
}
aside.right-sidebar .contact-container form.contact-form textarea {
  color: #c1bebe;
  border: inset 1px #c1bebe;
  background-color: rgba(193, 190, 190, 0.35);
  padding: 10px 10px 55px 10px;
  min-height: 160px;
  width: 100%;
}
aside.right-sidebar .contact-container form.contact-form input[type=submit] {
  position: absolute;
  width: 165px;
  height: 34px;
  border-radius: 17px;
  right: 10px;
  bottom: 15px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
aside.right-sidebar .link-wrapper {
  position: relative;
}
aside.right-sidebar .link-wrapper img {
  width: 100%;
  height: auto;
}
aside.right-sidebar .link-wrapper .content {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
aside.right-sidebar .link-wrapper .content h3 {
  font-size: 22px;
}
aside.right-sidebar .link-wrapper .content a {
  font-size: 15px;
}
aside.right-sidebar .link-wrapper .content.text-black h3,
aside.right-sidebar .link-wrapper .content.text-black a {
  color: #000;
}
aside.right-sidebar .link-wrapper .content.text-black a::after {
  background-image: url("../img/icons/arrow-up-right--black.svg");
}
aside.right-sidebar .link-wrapper .content.text-white h3,
aside.right-sidebar .link-wrapper .content.text-white a {
  color: #fff;
}
aside.right-sidebar .link-wrapper .content.text-white a::after {
  background-image: url("../img/icons/arrow-up-right--white.svg");
}
aside.right-sidebar .link-wrapper .content a {
  text-decoration: underline;
}
aside.right-sidebar .link-wrapper .content a::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
}

:root {
  --toggle-width: 10rem;
  --toggle-height: 2.25rem;
}

.toggle-handle {
  top: 0.5rem;
}

.form-fields {
  margin-bottom: 40px;
}

select {
  background-color: #000;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 9px 40px 9px 0;
  border-color: transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-image: url("../img/icons/dropdown.svg");
  background-size: 24px 11px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}
select:focus, select:focus-visible {
  outline: none;
}
select.filter {
  position: relative;
  padding-right: 90px;
  background-image: url("../img/icons/filter.svg");
  background-size: 68px 13px;
}

input:not([type=checkbox]) {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #000;
  color: #fff;
  padding: 9px 0 9px 0;
  border: 1px solid #c1bebe;
  border-color: transparent;
  border-top-color: #c1bebe;
  border-bottom-color: #c1bebe;
}
input:not([type=checkbox]):focus, input:not([type=checkbox]):focus-visible {
  outline: none;
}
input:not([type=checkbox])[type=search] {
  background-image: url("../img/icons/search.svg");
  background-size: 14px 14px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  padding-right: 45px;
}

.paper-title {
  text-align: center;
  width: 130px;
  font-size: 14px;
}
.paper-title strong {
  display: block;
}

.paper-progress-container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 20px;
}

.paper-progress-wrapper {
  position: relative;
  padding-top: 130px;
  width: 130px;
  margin-right: 20px;
}
.paper-progress-wrapper:last-of-type {
  margin-right: 0;
}
.paper-progress-wrapper .paper-icon-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 130px;
  width: 130px;
  justify-content: center;
  align-items: center;
}
.paper-progress-wrapper .paper-icon-wrapper .paper-icon-background {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #1b1b1b;
}
.paper-progress-wrapper .paper-icon-wrapper .paper-icon-background.paper-started {
  background-color: #005480;
}
.paper-progress-wrapper .paper-progress {
  position: absolute;
  left: 0;
  top: 0;
}
.paper-progress-wrapper .paper-progress::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  bottom: 10px;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/display/not-started.svg");
}
.paper-progress-wrapper .paper-progress.paper-started .paper-icon-background {
  background-color: #005480;
}
.paper-progress-wrapper .paper-progress.paper-started::after {
  background-image: url("../img/display/started.svg");
}
.paper-progress-wrapper .paper-progress svg.svg-progress {
  height: 130px;
  width: 130px;
  transform: rotate(-90deg);
}
.paper-progress-wrapper .paper-progress svg.svg-progress circle.progress-bar__background,
.paper-progress-wrapper .paper-progress svg.svg-progress circle.progress-bar--paper {
  fill: none;
  stroke-width: 1;
}
.paper-progress-wrapper .paper-progress svg.svg-progress circle.progress-bar__background {
  stroke: rgba(196, 196, 196, 0.24);
}
.paper-progress-wrapper .paper-progress svg.svg-progress circle.progress-bar--paper {
  stroke: #005480;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}

.student-name {
  text-align: center;
  width: 130px;
  font-size: 14px;
}

.student-container {
  display: flex;
  overflow-x: auto;
  padding-bottom: 20px;
}

.single-student-wrapper,
.student-wrapper {
  position: relative;
  padding-top: 130px;
  width: 130px;
  margin-right: 20px;
}
.single-student-wrapper:last-of-type,
.student-wrapper:last-of-type {
  margin-right: 0;
}
.single-student-wrapper .certificate-student,
.student-wrapper .certificate-student {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 130px;
  width: 130px;
  justify-content: center;
  align-items: center;
}
.single-student-wrapper .certificate-student .student-profile-wrapper,
.student-wrapper .certificate-student .student-profile-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 130px;
  width: 130px;
  justify-content: center;
  align-items: center;
}
.single-student-wrapper .certificate-student .student-profile-wrapper img,
.student-wrapper .certificate-student .student-profile-wrapper img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.single-student-wrapper .student-progress,
.student-wrapper .student-progress {
  position: absolute;
  left: 0;
  top: 0;
}
.single-student-wrapper .student-progress::after,
.student-wrapper .student-progress::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  bottom: 10px;
  right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/display/not-complete.svg");
}
.single-student-wrapper .student-progress.certificate-completed::after,
.student-wrapper .student-progress.certificate-completed::after {
  background-image: url("../img/display/completed.svg");
}
.single-student-wrapper .student-progress svg.svg-progress,
.student-wrapper .student-progress svg.svg-progress {
  height: 130px;
  width: 130px;
  transform: rotate(-90deg);
}
.single-student-wrapper .student-progress svg.svg-progress circle.progress-bar__background,
.single-student-wrapper .student-progress svg.svg-progress circle.progress-bar--certificate,
.student-wrapper .student-progress svg.svg-progress circle.progress-bar__background,
.student-wrapper .student-progress svg.svg-progress circle.progress-bar--certificate {
  fill: none;
  stroke-width: 1;
}
.single-student-wrapper .student-progress svg.svg-progress circle.progress-bar__background,
.student-wrapper .student-progress svg.svg-progress circle.progress-bar__background {
  stroke: rgba(196, 196, 196, 0.24);
}
.single-student-wrapper .student-progress svg.svg-progress circle.progress-bar--certificate,
.student-wrapper .student-progress svg.svg-progress circle.progress-bar--certificate {
  stroke: #6aac4d;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
}

.single-student-wrapper {
  padding-top: 0;
  padding-left: 130px;
  height: 130px;
  width: auto;
  display: flex;
  align-items: center;
}
.single-student-wrapper .student-name {
  margin-left: 30px;
  width: 100%;
  text-align: left;
}
.single-student-wrapper .student-name h2 {
  margin-bottom: 10px;
}

.student-single-stats.quick-stats {
  margin-top: 50px;
  margin-bottom: 75px;
}

.submissions {
  height: 200px;
  padding-left: 20px;
  overflow: hidden scroll;
}

.submitted-assignments {
  display: flex;
  align-items: center;
  font-size: 20px;
  border-top: 1px solid #c1bebe;
  transition: background 0.3s;
}
.submitted-assignments:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.submitted-assignments p {
  margin-bottom: 0;
}

.verified,
.pending {
  font-weight: 600;
  font-size: 20px;
  font-style: italic;
}

.verified {
  color: #6aac4d;
}

.pending {
  color: #f82929;
}

.dashboard-title .title-link {
  display: flex;
  justify-content: space-between;
}
.dashboard-title .title-link a.logout {
  text-decoration: underline;
  font-size: 1.25rem;
  color: #fff;
}
.dashboard-title .title-link a.logout::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url("../img/icons/arrow-up-right--white.svg");
  vertical-align: middle;
}
.dashboard-title .profile {
  display: flex;
}
.dashboard-title .profile .profile-image {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 20px;
}
.dashboard-title .profile .profile-image img {
  width: 100%;
  height: auto;
}
.dashboard-title .profile .profile-name h2 {
  font-size: 3.4375rem;
  margin-bottom: 10px;
}

.dashboard-profile {
  padding-top: 60px;
}
.dashboard-profile .account,
.dashboard-profile .contacts,
.dashboard-profile .earned {
  padding-top: 20px;
  padding-bottom: 70px;
}
.dashboard-profile .account h3,
.dashboard-profile .contacts h3,
.dashboard-profile .earned h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.dashboard-profile .account a,
.dashboard-profile .contacts a,
.dashboard-profile .earned a {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}
.dashboard-profile .earned-qualification {
  display: flex;
}
.dashboard-profile .earned-qualification .badge {
  width: 60px;
  margin-right: 18px;
}
.dashboard-profile .earned-qualification .badge img {
  width: 100%;
  height: auto;
}
.dashboard-profile .earned-qualification .badge-title strong {
  display: block;
}

#dashboard .menu-notifications {
  position: relative;
}
#dashboard .menu-notifications .menu {
  z-index: 100;
  /*max-width: 180px;*/
}
#dashboard .notification-slide {
  padding-left: 20%;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 60%;
  left: -100%;
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  border-top: solid 1px rgba(112, 112, 112, 0.52);
  border-right: solid 1px rgba(112, 112, 112, 0.52);
  z-index: 90;
  overflow-y: scroll;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#dashboard .notification-slide.animate-slide {
  left: 0;
  right: -50%;
}
#dashboard .notification-header {
  margin-top: 52px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#dashboard .notification-header .close {
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url("../img/actions/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#dashboard .notification-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#dashboard .notification-wrapper .date {
  color: rgba(255, 255, 255, 0.8);
}
#dashboard .notification {
  display: flex;
  padding: 1.4rem 0;
}
#dashboard .notification .profileImage {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
#dashboard .notification .profileImage img {
  width: 100%;
  height: auto;
}
#dashboard .notification .content {
  width: calc(100% - 70px);
  padding: 0 20px;
}
#dashboard .notification .message a.reply {
  display: block;
  color: #fff;
  margin-top: 30px;
}

#email-reset {
  min-height: 100vh;
  background-color: #000;
}
#email-reset .logo {
  color: #fff;
}
#email-reset .logo img {
  width: 150px;
}
#email-reset .message {
  background-color: #515151;
  border-radius: 20px;
  padding: 5%;
}
#email-reset .message .btn-reset {
  color: #000;
  padding: 10px;
  text-decoration: none;
  border-radius: 50px;
  background-color: #fff;
}
#email-reset .footer img {
  width: 150px;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.background-black {
  background-color: #000000;
}

/*# sourceMappingURL=main.css.map */
