@charset "UTF-8";
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: rgba(0, 0, 0, 0.1254901961);
  border-left: none;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1882352941);
  border-radius: 20px;
  border: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3137254902);
}

input:focus {
  outline: solid 1px #ff17a3;
}

#container #content > .header, #container #content .column, #container #content .button, #container #content .search-box, #container #content .date-box, #container #content .title {
  display: flex;
  align-items: center;
}
#container #content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
}
#container #content .icon img {
  max-width: 100%;
}
#container #content > .header {
  container-type: inline-size;
  container-name: app_header;
  padding: 1rem 2rem 1rem calc(2rem - 10px);
  box-sizing: border-box;
  min-height: 4.5rem;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  font-family: Poppins, sans-serif;
  gap: 0 5rem;
  color: #22252B;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  #container #content > .header {
    padding: 1rem 2rem 1rem 2rem;
  }
}
#container #content > .header .column {
  gap: 2rem;
}
#container #content > .header .column:nth-child(2) {
  align-items: center;
  justify-content: right;
  flex-grow: 1;
}
#container #content > .header .timesheet {
  width: 100%;
  margin: 1em 0 1em 0;
  overflow: visible;
}
#container #content > .header .timesheet .box-wrapper {
  max-height: 50vh;
}
#container #content > .header .timesheet .box-wrapper .box-content {
  overflow-y: auto;
}
#container #content > .header .actions {
  display: flex;
  gap: 1em;
}
#container #content > .header .title {
  font-size: 1.3333333333rem;
}
@media screen and (max-width: 1023px) {
  #container #content > .header .title {
    font-size: 1rem;
  }
}
@container app_header (max-width: 100rem) {
  #container #content > .header .column {
    gap: 2.3333333333em;
  }
  #container #content > .header .date-box {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #container #content > .header .date-box, #container #content > .header .logo, #container #content > .header .search-box {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .dashboard #container #content > .header > .column:nth-child(2), .index #container #content > .header > .column:nth-child(2) {
    display: none;
  }
  .dashboard #container #content > .header > .column:first-child, .index #container #content > .header > .column:first-child {
    width: 100%;
    justify-content: space-between;
  }
}

#container #content > .header .title {
  font-weight: 700;
  gap: 0.82em;
}
#container #content > .header .title .label {
  font-size: 1.2rem;
}
@media screen and (max-width: 1023px) {
  #container #content > .header .title .label {
    font-size: 1.1666666667rem;
  }
}
#container #content > .header .title .icon {
  width: 2.5rem;
}
#container #content > .header .title .icon img {
  display: block;
  margin: auto;
}
#container #content > .header .id-number {
  font-size: 1.25rem;
  background: #ff17a3;
  color: white;
  padding: 0.2em 0.5em;
  border-radius: 0.25em;
}
@media screen and (max-width: 1023px) {
  #container #content > .header .id-number {
    font-size: 1rem;
  }
}
#container #content > .header .id-number.status[data-status=draft] {
  background: #CECECE;
  color: #535353;
}
#container #content > .header .id-number.status[data-status=czeka] {
  background: #FFBE00;
}
#container #content > .header .id-number.status[data-status=w-trakcie-realizacji] {
  background: #08B73E;
}
#container #content > .header .id-number.status[data-status=zrobione] {
  background: #157FCE;
}
#container #content > .header .id-number.status[data-status=przetarg-przegrany] {
  background: #8131B5;
}
#container #content > .header .id-number.status[data-status=wstrzymane] {
  background: #D41C1C;
}
#container #content > .header .id-number.status[data-status=anulowane] {
  background: #22222C;
}
#container #content > .header .id-number.status[data-status=confirmed] {
  background: #ffff00;
  color: #22222C;
}
#container #content > .header .id-number.status[data-status=sent] {
  background: #d4c900;
  color: #22222C;
}
#container #content > .header .id-number.status[data-status=approved] {
  background: #68b162;
}
#container #content > .header .id-number.status[data-status=accomplished] {
  background: #008DFD;
}
#container #content > .header .id-number.status[data-status=lost] {
  background: #000000;
}
#container #content > .header .id-number.status[data-status=canceled] {
  background: #ff0000;
}
#container #content > .header .id-number.status[data-status=template] {
  background: #fd00ef;
}
#container #content > .header .id-number.status {
  transition: all ease 0.2s;
}
#container #content > .header .id-number.status:hover {
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1882352941) inset;
}
#container #content > .header .button {
  background: white;
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 500;
  min-height: 2em;
  padding: 0.3em 1.5em;
  box-sizing: border-box;
  gap: 0.7em;
  box-shadow: 5px 5px 10px rgba(34, 37, 43, 0.0941176471);
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: all 0.5s ease;
}
#container #content > .header .button .icon {
  height: 1em;
  filter: invert(0);
  transition: all 0.5s ease;
}
#container #content > .header .button .icon img {
  max-height: 100%;
}
#container #content > .header .button:hover {
  color: white;
  background: #ff17a3;
}
#container #content > .header .button:hover .icon {
  filter: invert(1);
}
#container #content > .header .button .badge {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  background: red;
  min-width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 1.5em;
  line-height: 1.5;
  transform: translate(0%, -50%);
  padding: 0 0.5em;
  box-sizing: border-box;
}
#container #content > .header .button.pin:not(.faded) {
  color: white;
  background: #ff17a3;
}
#container #content > .header .button.pin:not(.faded) .icon {
  filter: invert(1);
}
#container #content > .header .button.pin:not(.faded):hover {
  color: inherit;
  background: white;
}
#container #content > .header .button.pin:not(.faded):hover .icon {
  filter: invert(0);
}
#container #content > .header .button.mute:not(.faded) {
  color: white;
  background: #ff17a3;
}
#container #content > .header .button.mute:not(.faded) .icon {
  filter: invert(1);
}
#container #content > .header .button.mute:not(.faded):hover {
  color: inherit;
  background: white;
}
#container #content > .header .button.mute:not(.faded):hover .icon {
  filter: invert(0);
}
#container #content > .header .search-box {
  background: white;
  border-radius: 30px;
  padding: 0 0 0 0.6666666667em;
  border: solid 0.3333333333em white;
}
#container #content > .header .search-box .input {
  margin: 0 1em;
}
#container #content > .header .search-box .input input {
  border: none;
  outline: none;
  font-weight: 300;
}
#container #content > .header .search-box .button {
  background: black;
  color: white;
}
#container #content > .header .date-box {
  font-size: 1.2rem;
  gap: 0.5em;
  line-height: 1;
}
#container #content > .header .date-box .date {
  font-weight: 700;
}
#container #content > .header .date-box .icon {
  margin-top: -0.15em;
}
#container #content #home {
  display: grid;
  overflow-y: auto;
  padding-bottom: 2rem;
  gap: 20px;
  min-height: 43.3333333333rem;
}
#container #content #home .box-wrapper {
  min-height: 16.6666666667rem;
}
@media screen and (max-width: 1023px) {
  #container #content #home {
    display: block;
    overflow-y: visible;
    min-height: auto;
  }
  #container #content #home > .box-wrapper {
    flex: none;
    max-height: 100%;
    min-height: auto;
    margin: 20px 0;
  }
  #container #content #home > .box-wrapper:first-child {
    margin-top: 0;
  }
  #container #content #home > .box-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1240px) {
  #container #content #home {
    overflow: hidden;
  }
}
#container #content #home[data-elements="1"], #container #content #home[data-elements="2"] {
  grid-template-rows: 1fr;
}
#container #content #home[data-elements="3"], #container #content #home[data-elements="4"] {
  grid-template-rows: 1fr 1fr;
}
#container #content #home[data-elements="5"], #container #content #home[data-elements="6"] {
  grid-template-rows: 1fr 1fr 1fr;
}
#container #content #home[data-elements="1"] {
  grid-template-columns: 1fr;
}
#container #content #home[data-elements="3"] > :first-child, #container #content #home[data-elements="5"] > :first-child {
  grid-row: span 2;
}

.team.calendar .previous, .team.calendar .next {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4.1666666667rem;
  font-size: 1rem;
}
.team.calendar .previous {
  left: 0;
}
.team.calendar .next {
  right: 0;
}
.team.calendar ul li {
  font-size: 1rem;
}
.team.calendar .month-name {
  display: table-cell !important;
  text-align: center;
}
.team.calendar .month-name h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.team.calendar table {
  margin: 0 5em;
  width: calc(100% - 10em);
}
.team.calendar table ul {
  padding-bottom: 2.5rem;
}
.team.calendar thead tr:first-child {
  display: none;
}
.team.calendar tr, .team.calendar td, .team.calendar th {
  border: none;
  background: none;
}
.team.calendar th.today {
  background: #316522;
}
.team.calendar thead:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px rgba(107, 107, 107, 0.2);
  width: 100%;
  left: 0;
}
.team.calendar th h3 {
  font-size: 1.1666666667rem;
  font-weight: 400;
  margin: 0;
}
.team.calendar td li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.team.calendar td li p {
  font-size: 1.1666666667rem;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.team.calendar tbody tr:not(:last-child) {
  border-bottom: solid 1px rgba(107, 107, 107, 0.2);
}

.box-wrapper .raport-generator select {
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2509803922) inset;
  padding: 3px 5px;
  margin: 0 3px;
}

#container #home #tasks {
  font-size: 1rem;
  color: #3A3E46;
  max-height: none;
  padding: 0 2.5em;
}
#container #home #tasks ul li {
  display: flex;
  gap: 0.8333333333em;
  align-items: center;
  padding-top: 1.0833333333em;
  padding-bottom: 1.0833333333em;
}
#container #home #tasks ul li .task_description {
  font-size: 1.1666666667rem;
  margin-left: 0;
  margin-right: 0;
  flex: 1;
  outline: none;
}
#container #home #tasks ul li .reference_id {
  order: 10;
  font-size: 1.1666666667rem;
  line-height: 2rem;
  margin: 0;
  padding: 0 1em;
}

#refresh-indicator {
  display: none;
}

#container #zlecenia_lista .row .id_zlecenia {
  transition: all 0.5s ease;
}

#container #zlecenia_lista .row:hover .id_zlecenia {
  transform: translateX(15px);
}

.assignments_list {
  position: relative;
}

.assignments-wrapper {
  container-name: lista_zlecen;
  container-type: inline-size;
  list-style: none;
  margin: 0;
  padding: 0;
}

#publishing-assignments, #design-assignments, #offers-browser, #archive-browser {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  padding-bottom: 40px;
}

.box-header {
  border-top-right-radius: 0.5555555556em;
  border-top-left-radius: 0.5555555556em;
  height: 4rem;
  padding: 1em 1.5rem;
  box-sizing: border-box;
  background: #22252B;
  display: flex;
  gap: 1.5em 4em;
  align-items: center;
  color: white;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.box-header .toggler {
  display: flex;
  align-items: center;
}
.box-header .collapse-all-button {
  padding: 0.5rem;
  margin-right: -0.5rem;
}
.box-header .collapse-all-button:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(/ui/icons/collapse-block.svg) 50% 0% no-repeat, url(/ui/icons/collapse-block.svg) 50% 100% no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
}
.box-header .actions {
  display: flex;
  align-items: center;
}

.assignment {
  font-size: 1.1666666667rem;
}
.assignment .main > .box-wrapper .box-header .client {
  flex: 1;
}
.assignment .header .ai-support {
  color: #fefe5c;
  display: none;
}
.ai-supported.assignment .header .ai-support {
  display: block;
}

@container app_header (max-width: 120rem) {
  .assignment .header .actions .button {
    gap: 0 !important;
  }
  .assignment .header .actions .button .label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: ease all 0.5s;
  }
  .assignment .header .actions .button:hover {
    gap: 0.7rem !important;
  }
  .assignment .header .actions .button:hover .label {
    max-width: 15rem;
  }
}
.assignment .box-header .company {
  font-weight: 100;
}
@media screen and (max-width: 1023px) {
  .assignment .box-header .company {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .assignment .box-header .client {
    font-size: 1.3333333333rem;
  }
}
.assignment .box-content .block {
  margin: 0.5rem 0;
  padding: 0 1.5rem;
}
.assignment .box-content .block .block {
  margin: 0;
  padding: 0;
}
.assignment .box-content .block .full-width {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 1023px) {
  .assignment .box-content .block .full-width {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.assignment .box-content .block .block-title {
  display: flex;
  align-items: center;
  color: #ff17a3;
  font-weight: 400;
  font-size: 1.1rem;
  background: #5f646d;
  padding: 0.2rem 0.8rem;
  margin: 2rem 0 1rem 0;
  color: white;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.assignment .box-content .block .block-title.important {
  background: #22252B;
  padding: 0.5em 1.5rem;
  margin: 0 -1.5rem;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 0;
}
.assignment .box-content .block .block-title.important + div {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.assignment .box-content .block .block-title:after {
  margin-left: 1em;
  content: "";
  display: block;
  flex: 1;
  height: 1px;
}
.assignment .box-content .block.proofs {
  background: #ecf9fa;
}
.assignment .box-content .block.prezentacje {
  background: rgba(255, 232, 248, 0.67);
}
.assignment .preview {
  min-width: 9.6rem;
  margin: 1rem 0;
}
.assignment .preview > ul {
  display: flex;
}
.assignment .preview li {
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  height: 6.4rem;
  justify-content: center;
  overflow: hidden;
  width: 9.6rem;
  position: relative;
  margin-right: 5px;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
.assignment .preview li:hover .download-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 5px;
  background: #ffffff;
  color: #22252b;
  border-radius: 3px;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.assignment .preview li:hover .download-button:hover {
  opacity: 1;
}
.assignment .preview img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.assignment .block.assignment-info {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 2em;
}
.assignment .block.assignment-info .preview {
  overflow-x: auto;
  margin: 0;
}
.assignment .block.assignment-info .status {
  font-weight: 700;
  cursor: pointer;
}
.assignment .block.assignment-info .status:hover {
  text-decoration: underline;
}
.assignment .block.assignment-info .statusText:after {
  content: "";
  width: 0.8rem;
  height: 1em;
  background: url(/ui/icons-black/expand.svg) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: middle;
}
.assignment .block.assignment-info .ai-assist {
  display: flex;
  gap: 0 5px;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
}
.assignment .block.assignment-info .data_deadline {
  font-weight: 700;
}
.assignment .block.assignment-info .data_deadline.exceeded {
  color: #db2828;
}
.assignment .block.assignment-team .avatar-wrapper {
  width: 2.1666666667rem;
  height: 2.1666666667rem;
}
.assignment .block.assignment-team .alter-button-wrapper {
  height: calc(9px + 2.1666666667rem);
}
.assignment .block.assignment-team .alter-button-wrapper .select2-container .select2-selection--multiple {
  min-height: 2.2rem;
}
.assignment .block.assignment-team .subscribe-button, .assignment .block.assignment-team .alter-button {
  margin-left: 0.5rem;
  height: calc(9px + 2.1666666667rem);
}
.assignment .block.assignment-team .alter-button .fa {
  font-size: 1.5rem;
  margin: 0.82rem;
  line-height: 1.5;
}
.assignment .block.assignment-team .label {
  font-size: 1.0833333333rem;
  font-weight: 100;
}
.assignment .block.assignment-team .users-group {
  display: flex;
}
.assignment .block.assignment-dirs .dirs-list {
  padding: 0.5rem;
  background: #efefef;
  color: #22252b;
  font-size: 1rem;
  border-radius: 0.3571428571rem;
  overflow-x: auto;
}
.assignment .block.assignment-dirs .dirs-list .fa-edit {
  font-size: 1.2rem;
  vertical-align: middle;
}
.assignment .block.assignment-dirs .dirs-list a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.assignment .block.assignment-dirs .dirs-list a:hover {
  text-decoration: underline;
}
.assignment .block.assignment-dirs .dirs-list .path:hover a {
  text-decoration: underline;
}
.assignment .block.assignment-dirs .dirs-list .path:hover a:hover ~ a {
  text-decoration: none;
  opacity: 0.7;
}
.assignment .block.assignment-dirs .dirs-list .buildDirStruct {
  font-weight: 500;
  border: solid 1px rgba(0, 0, 0, 0.5019607843);
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
}
.assignment .block.assignment-dirs .dirs-list .buildDirStruct:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1882352941);
  color: black;
}
.assignment .main {
  overflow: hidden;
  container-type: size;
  position: relative;
}
.assignment .main .box-wrapper {
  max-height: 100%;
}
.assignment .main .box-wrapper .box-content {
  overflow-y: auto;
  overflow-x: hidden;
  container-type: size;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .assignment .main .box-wrapper .box-content {
    flex: auto;
    height: 100vh;
  }
}
.assignment #content[data-layout=two-columns] .main {
  display: flex;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
.assignment #content[data-layout=two-columns] .main > .box-wrapper {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .assignment #content[data-layout=two-columns] .main {
    display: block;
    overflow-y: auto;
  }
  .assignment #content[data-layout=two-columns] .main > .box-wrapper {
    margin-bottom: 1em;
  }
  .assignment #content[data-layout=two-columns] .main > .box-wrapper:last-child {
    margin-bottom: 0;
  }
}

.assignment #content[data-layout=one-column] .main {
  display: flex;
}
.assignment #content[data-layout=one-column] .main > .box-wrapper {
  flex: 1;
}

.assignment .box-wrapper.comments .box-content {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .assignment .box-wrapper.comments .box-content {
    flex: auto;
    height: 100vh;
  }
}
.assignment .box-wrapper.comments #komentarze-widget {
  display: flex;
  flex-direction: column;
}
.assignment .box-wrapper.comments #komentarze-widget > ul {
  flex: 1;
  overflow-y: auto;
}
.assignment .block.comments .block-title .actions {
  order: 2;
  margin-right: 1rem;
}
.assignment .block.comments .assignment-comments {
  padding: 0 !important;
  max-height: calc(100vh - 15rem);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.assignment .block.comments .assignment-comments #komentarze-widget {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.assignment .block.comments .assignment-comments #komentarze-widget > ul {
  flex: 1;
  overflow: auto;
}
.assignment .assignment-comments {
  height: 100%;
  box-sizing: border-box;
}
.assignment .inner-links {
  display: flex;
  gap: 0.3rem 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
}
.assignment .inner-links a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  white-space: nowrap;
}
.assignment .inner-links a:hover {
  text-decoration: underline;
}
.assignment .inner-links .badge {
  font-weight: 400;
  display: inline-block;
  background: red;
  padding: 0 4px;
  border-radius: 2px;
  line-height: 1.3;
  height: 1.2em;
  box-sizing: border-box;
  text-align: center;
  margin: -0.2em 0.4em;
}
.assignment .inner-links .badge:before {
  content: attr(data-unfinished-tasks);
}
.assignment .inner-links .badge[data-unfinished-tasks="0"] {
  display: none;
}
.assignment .layout-toggle {
  display: none;
}
.assignment #content[data-layout=two-columns] .layout-toggle[data-layout=two-columns] {
  display: none !important;
}
.assignment #content[data-layout=two-columns] .block.comments {
  display: none !important;
}
.assignment #content[data-layout=two-columns] .inner-links [href="#komentarze"] {
  display: none !important;
}
.assignment #content[data-layout=one-column] .layout-toggle[data-layout=one-column] {
  display: none !important;
}
.assignment #content[data-layout=one-column] .box-wrapper.comments {
  display: none !important;
}

#my-tasks.main {
  overflow: hidden;
}
#my-tasks.main .box-wrapper {
  max-height: 100%;
}

#user-profile {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
}
#user-profile .box-content {
  overflow: auto;
}

.block a {
  color: inherit;
}
.block h3 {
  font-size: 1em;
  font-weight: 700;
}
.block h3 a {
  color: inherit;
}
.block .collapse-button {
  order: 100;
  display: flex;
  align-items: center;
  margin-left: 1em;
  font-size: 0.9166666667rem;
  color: white;
  font-weight: 400;
  cursor: pointer;
}
.block .collapse-button:before {
  content: "Zwiń";
}
.block .collapse-button:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("/ui/icons/collapse-block.svg") 50% 50% no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
  transform-origin: 50% 50%;
  margin-left: 0.5em;
}
.block[data-collapsed=true] .collapse-button:before {
  content: "Rozwiń";
}
.block[data-collapsed=true] .collapse-button:after {
  transform: rotate(180deg);
}
.block.metrics > .block-title + div {
  margin-top: 1rem;
}

.user-widget {
  border-color: transparent;
  transition: all 0.5s ease;
  height: auto;
}
.user-widget:hover {
  border-color: #ddd;
}
.user-widget .name {
  font-family: inherit;
  font-weight: 100;
}
.user-widget .name img.muted-icon {
  width: 13px;
  filter: invert(1) brightness(0.5) sepia(1) hue-rotate(320deg) saturate(10);
  vertical-align: middle;
}
.user-widget.muted .name {
  border-bottom: solid 1px red;
}

.linked_dtp ul {
  list-style: none;
  padding: 0;
}

.file-list-block .actions {
  font-size: 0.8333333333rem;
  color: #22252b;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
.file-list-block .actions:first-child {
  margin-bottom: 1rem;
}
.file-list-block .actions:last-child {
  margin-top: 1rem;
}
.file-list-block .actions label {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.file-list-block .actions label:hover {
  text-decoration: underline;
}
.file-list-block .actions div {
  display: flex;
  align-items: center;
}
.file-list-block .actions a {
  text-decoration: none;
  color: inherit;
}
.file-list-block .actions a:hover {
  text-decoration: underline;
}
.file-list-block .actions .files_order {
  margin: 0 1rem;
}
.file-list-block .actions .files_order .fa, .file-list-block .actions .files_filter .fa {
  font-size: 1.3em;
  margin-top: 0.2em;
}

.black-button {
  background: #22252B;
  border: 0;
  border-radius: 5em;
  color: white;
  padding: 0.5em 3em;
  font-weight: 500;
  display: block;
  margin: 1em auto 0 auto;
}

@media screen and (max-width: 1023px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.header .box-wrapper.calendar.preview {
  width: 100%;
}

.assignmentLoaderIndicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.6274509804);
  z-index: 10;
}
.assignmentLoaderIndicator img {
  width: 3rem;
  height: 3rem;
  display: block;
}

.personality {
  display: flex;
  align-items: center;
  gap: 1em;
  color: inherit;
  text-decoration: none;
}
.personality .avatar {
  width: 3.6666666667rem;
  height: 3.6666666667rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: -0.5rem 0;
}
.personality .avatar img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.personality .name {
  font-size: 1.083rem;
  font-weight: 700;
}
.personality:hover {
  text-decoration: underline;
}

.confidential .main .box-wrapper:first-child .box-content:after {
  background: url(/ui/confidential.png) calc(100% - 1rem) 4rem no-repeat;
  background-size: 30%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  pointer-events: none;
}

.confidential-icon {
  color: #ff17a3;
  font-size: 1.4em;
}

body[data-notifications-modal-visible=true] #content {
  filter: blur(4px);
}
body[data-notifications-modal-visible=true] .notification_invoker {
  position: relative;
  background: #5f646d;
}
body[data-notifications-modal-visible=true] .notification_invoker:after {
  content: "";
  position: absolute;
  right: -10px;
  border: solid 10px transparent;
  border-left: none;
  border-right: solid 10px white;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  body.notifications #container #content > .header {
    display: none;
  }
  body.notifications #container #content > .main {
    margin-top: 1em;
  }
}

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