#smuw-subjects-tasks-fixed-icon {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  padding: 0.6rem 1.2rem;
  background-color: #3fd0ff;
  color: white;
  border-radius: 50px;
  font-weight: bold;
}
#smuw-subjects-tasks-fixed-icon:hover {
  background-color: #22bff3;
}

.information-full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.information-full-screen,
.information-full-screen .spinning-loader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.information-full-screen.hidden {
  display: none !important;
}
.information-full-screen.vishidden {
  opacity: 0;
}
.information-full-screen.visshow {
  opacity: 1;
}
.information-full-screen > div,
.information-full-screen .logo,
.information-full-screen .spinning-loader,
.information-full-screen .spinning-loader > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.information-full-screen .full-screen-content {
  overflow-y: scroll;
  width: 96%;
  max-width: 730px;
  height: fit-content;
  max-height: 960px;
  background-color: white;
  padding: 50px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.information-full-screen h3 {
  font-size: 30px;
  line-height: 47px;
  letter-spacing: -0.39px;
  margin-bottom: 21px;
}
.information-full-screen h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-top: 35px;
  margin-bottom: 8px;
}
.information-full-screen h5,
.information-full-screen p.small {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.13px;
  margin-bottom: 0;
}
.information-full-screen p {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.15px;
  margin-bottom: 13px;
}
.information-full-screen textarea {
  margin-bottom: 30px;
}
.information-full-screen .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
}
.information-full-screen .close:before {
  cursor: pointer;
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%3E%3Cpath%20d%3D%22M19.5962%2020.3654L1.1346%201.1346M1.1346%2020.3654L19.5962%201.1346%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat no-repeat center;
}
.information-full-screen .author-contact > a:not(:last-of-type) {
  margin-right: 30px;
}
.information-full-screen .full-screen-content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.information-full-screen .full-screen-content::-webkit-scrollbar-thumb {
  background: #c2c2cd;
  border-radius: 4px;
}
.information-full-screen .full-screen-content::-webkit-scrollbar-thumb:hover {
  background: #d8d8e2;
}
.information-full-screen .full-screen-content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px #ffffff;
}

@media screen and (max-width: 575px) {
  .information-full-screen .full-screen-content {
    max-height: 98%;
  }
}/*# sourceMappingURL=smuw-subjects-tasks.css.map */