@charset "UTF-8";
/*
div.file-item {
  .image-container {
    overflow: hidden;
    height: 65px;
    display: flex;
    flex-flow: wrap row;
    border: 1px solid #e1e1e1;
    margin-right: 12px;

    img {
      box-sizing: border-box;
      display: flex;
      width: 100%;
      height: 100%;
      object-fit: scale-down;
      object-position: center;
    }
  }
}*/
mat-toolbar.share-link-added .share-link {
  position: relative !important;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: flex !important;
  align-items: center;
}
mat-toolbar.share-link-added .share-link svg {
  width: 20px;
  height: 20px;
}

toasts {
  position: fixed;
  z-index: 9999;
  top: 60px;
  left: 50%;
  margin-left: -250px;
}
toasts toast {
  display: flex;
  flex-flow: wrap column;
  width: 500px;
  max-width: 100%;
  height: 150px;
  background: #fff;
  box-shadow: 0 5px 5px 1px #1115;
  border-radius: 18px;
  padding: 24px;
}
toasts toast .title {
  font-weight: bold;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
toasts toast .content {
  display: flex;
  flex-flow: wrap row;
}
toasts toast .content text {
  font-size: 12px;
}
toasts {
  position: fixed;
  z-index: 9999;
  top: 60px;
  left: 50%;
  margin-left: -250px;
}
toasts toast {
  display: flex;
  flex-flow: wrap column;
  width: 500px;
  max-width: 100%;
  height: 120px;
  background: #fff;
  box-shadow: 0 5px 5px 1px #1115;
  border-radius: 18px;
  padding: 24px;
}
toasts toast .title {
  font-weight: bold;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
toasts toast .content {
  display: flex;
  position: relative;
  flex-flow: wrap row;
}
toasts toast .content input {
  flex: 1;
  padding: 12px;
  font-size: 12px;
  border: 0;
  border-radius: 8px;
}
toasts toast .content button {
  margin-left: 12px;
  width: 40px;
  height: 40px;
  font-size: 10px;
  border: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}
toasts toast .content .copy {
  opacity: 0.8;
  background-color: #e1e1e1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
toasts toast .content .copy:hover {
  opacity: 1;
  color: #000;
}
toasts toast .content .close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  opacity: 0.6;
  color: #333;
}
toasts toast .content .close:hover {
  opacity: 1;
  color: #000;
}
toasts toast .content .close:before {
  content: "x";
  font-size: 20px;
  transform: scale(1.4, 1);
  position: relative;
  display: inline-block;
  line-height: 10px;
}

/*# sourceMappingURL=share.css.map */



.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content > mat-toolbar {
  display: none !important;
}
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar {
  position: absolute;
  z-index: 1000;
  box-sizing: border-box;
  width: 300px;
  min-width: initial;
  bottom: 5px;
  left: 0;
  margin-left: 5px;
  border-radius: 4px;
  height: 60px;
  display: inline-block;
  flex-flow: wrap;
  background: transparent;
  background: #fff;
}
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar > span {
  display: inline-block;
}
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar mat-button-toggle,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar .fill-remaining-space,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar .fill-remaining-space + span,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar .fill-remaining-space + span + button,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar .fill-remaining-space + span + button + span,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar .client,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar app-ui-collection,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar span > span,
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar button {
  display: none;
}
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar button[mattooltip="Построить размер"] {
  width: 41px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  border-radius: 0;
  border-right: 1px solid #e1e1e1;
}
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar button[mattooltip*=снимок] {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.shared-mode app-root > mat-sidenav-container > mat-sidenav-content > .page-content app-planner > mat-toolbar .overflow-hidden {
  margin: 0;
  padding: 0;
  left: 0;
  margin-top: 10px;
}
.shared-mode .cdk-overlay-container app-project-photo mat-dialog-actions > button:not(:last-child):not(:nth-last-child(2)) {
  display: none;
}
