
body .panel--files--without-header {
  grid-template-rows: 1fr;
  margin-top: -20px;
}
.panel--files--without-header .panel--files--scroll {
  padding-top: 20px;
}

.autocompletion-add-user {
  width: fit-content;
}


.vue-modal-top,
.vue-modal-bottom,
.vue-modal-left,
.vue-modal-right,
.vue-modal-topRight,
.vue-modal-topLeft,
.vue-modal-bottomLeft,
.vue-modal-bottomRight {
  display: block;
  overflow: hidden;
  position: absolute;
  background: transparent;
  z-index: 9999999;
}
.vue-modal-topRight,
.vue-modal-topLeft,
.vue-modal-bottomLeft,
.vue-modal-bottomRight {
  width: 12px;
  height: 12px;
}
.vue-modal-top {
  right: 12;
  top: 0;
  width: 100%;
  height: 12px;
  cursor: n-resize;
}
.vue-modal-bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  cursor: s-resize;
}
.vue-modal-left {
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  cursor: w-resize;
}
.vue-modal-right {
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  cursor: e-resize;
}
.vue-modal-topRight {
  right: 0;
  top: 0;
  background: transparent;
  cursor: ne-resize;
}
.vue-modal-topLeft {
  left: 0;
  top: 0;
  cursor: nw-resize;
}
.vue-modal-bottomLeft {
  left: 0;
  bottom: 0;
  cursor: sw-resize;
}
.vue-modal-bottomRight {
  right: 0;
  bottom: 0;
  cursor: se-resize;
}
#vue-modal-triangle::after {
  display: block;
  position: absolute;
  content: '';
  background: transparent;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
}
#vue-modal-triangle.clicked::after {
  border-bottom: 10px solid #369be9;
}


.vm--block-scroll {
  overflow: hidden;
  width: 100vw;
}
.vm--container {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.vm--overlay {
  position: fixed;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  /* z-index: 999; */
  opacity: 1;
}
.vm--container.scrollable {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.vm--modal {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;

  background-color: white;
  border-radius: 3px;
  box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
}
.vm--container.scrollable .vm--modal {
  margin-bottom: 2px;
}
.vm--top-right-slot {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.vm-transition--overlay-enter-active,
.vm-transition--overlay-leave-active {
  transition-duration: 0;
}
.vm-transition--overlay-enter,
.vm-transition--overlay-leave-active {
  opacity: 0;
}
.vm-transition--modal-enter-active,
.vm-transition--modal-leave-active {
  transition-duration: 0;
}
.vm-transition--modal-enter,
.vm-transition--modal-leave-active {
  opacity: 0;
  transform: translateY(-20px);
}
.vm-transition--default-enter-active,
.vm-transition--default-leave-active {
  transition-duration: 0;
}
.vm-transition--default-enter,
.vm-transition--default-leave-active {
  opacity: 0;
}


.vue-dialog {
  font-size: 14px;
}
.vue-dialog div {
  box-sizing: border-box;
}
.vue-dialog-content {
  flex: 1 0 auto;
  width: 100%;
  padding: 14px;
}
.vue-dialog-content-title {
  font-weight: 600;
  padding-bottom: 14px;
}
.vue-dialog-buttons {
  display: flex;
  flex: 0 1 auto;
  width: 100%;
  border-top: 1px solid #eee;
}
.vue-dialog-buttons-none {
  width: 100%;
  padding-bottom: 14px;
}
.vue-dialog-button {
  font-size: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  color: inherit;
  font: inherit;
  outline: none;
}
.vue-dialog-button:hover {
  background: #f9f9f9;
}
.vue-dialog-button:active {
  background: #f3f3f3;
}
.vue-dialog-button:not(:first-of-type) {
  border-left: 1px solid #eee;
}


.buttonus {
  position: relative;
  padding: 2px;
  display: inline-block;
}
.buttonus .marker {
  margin-left: 5px;
}
body .buttonus--sub {
  position: absolute;
  display: none;
}
body .buttonus--sub-button {
  position: absolute;
  right: 0;
  bottom: -3px;
  display: block;
}
body .buttonus--sub-button .buttonus {
  padding: 0;
}
body .buttonus--sub-button .buttonus--button {
  padding: 3px;
  font-size: 6px;
  mask-image: none;
  -webkit-mask-image: none;
  border-radius: 50%;
  display: flex;
  gap: 7px;
}
.buttonus--text--section {
  display: flex;
  align-items: center;
}
.buttonus--label {
  display: flex;
  align-items: center;
}
.buttonus--submenu {
  position: absolute;
  height: 0;
  width: 0;
  right: 0;
  top: 0;
}
.buttonus--submenu--level-0 {
  top: inherit;
  right: inherit;
  bottom: 0;
  left: 0;
}
.buttonus--button {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 9px;
}
.buttonus--reverse .buttonus--button {
  flex-direction: row-reverse;
}
.buttonus--reverse .buttonus--icon {
  margin-right: 0;
  margin-left: 7px;
}
.buttonus--container {
  display: inline-block;
}
.portal-target-container {
  position: absolute;
  left: 0;
}
.buttonus--keycodes {
  margin-left: 20px;
  opacity: 0.5;
  margin-right: 4px;
  text-align: right;
  width: 100%;
  margin-top: -3px;
}
.buttonus--keycodes kbd {
  margin-top: 3px;
  font-family: Arial, Helvetica, sans-serif;
}
.buttonus--keycode {
  margin-left: 12px;
}
.buttonus--submenu-block {
  width: fit-content;
  width: -moz-fit-content;
  position: relative;
  max-height: calc(var(--platform-height) - 20px);
  overflow: auto;
}
.buttonus--label {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  max-width: 70vw;
  text-overflow: ellipsis;
}
.buttonus--button {
  display: flex;
  gap: 5px;
  padding: 9px;
  cursor: pointer;
}
.buttonus--disabled {
  opacity: 0.5;
  cursor: default;
}
.buttonus--small {
  font-size: 0.7em;
}
.buttonus--submenu-block .buttonus {
  display: block;
}
.buttonus--icon {
  position: relative;
}
.buttonus--svg svg {
  width: 22px;
  height: 22px;
  display: block;
}
.app .buttonus--mark {
  position: absolute;
  right: -4px;
  top: -8px;
}
.app .buttonus--mark:before {
  content: '*';
}
.buttonus--level-0 {
  flex-direction: column-reverse;
}
ul[role="menu"] {
  position: absolute;
  z-index: 1000;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.loading {
  border: none;
  position: absolute;
  box-sizing: border-box;
  background-blend-mode: soft-light;
  background-size: 20px;
  animation-timing-function: steps(24);
}
.loading-global {
  bottom: 0;
  min-height: 30px;
  min-width: 150px;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.loading-global--text {
  position: relative;
  width: 100%;
}
.loading-global--text:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
}
.loading-global--text span {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: white;
}
.progressbar {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow: hidden;
}
.progressbar--fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.progressbar--text {
  position: relative;
  padding: 5px;
  white-space: nowrap;
}
.progressbar--fill--text {
  width: 100%;
  position: absolute;
}
.foreign-object-container-text {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gui--move-element {
  position: relative;
  z-index: 100;
}
.app .gui--move-element {
  pointer-events: all;
}
.person-name--avatar--letters {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  position: static;
  background-color: #ccc;
  color: black;
}
.person-name--avatar {
  height: 50px;
  margin-bottom: 5px;
}
.person-name--avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.person-name--name {
  margin-top: 2px;
  font-size: 12px;
  width: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.person-name--name span {
  opacity: 1;
}
.person-name--name i {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  margin-left: 3px;
}
.person-name--name i:hover {
  opacity: 1;
}
.person-name--name:hover i {
  opacity: 0.75;
}
.person-name--name.baned i,
.person-name--name.baned:hover i {
  opacity: 0.5;
  color: red;
}
.share--block,
.panel-ivvi .share--block {
  border-radius: var(--border-radius);
}
.share--block .buttonus,
.panel-ivvi .share--block .buttonus {
  padding: 0;
}
.share--block .buttonus--button,
.panel-ivvi .share--block .buttonus--button {
  padding: 12px;
}
.share--block .buttonus--label,
.panel-ivvi .share--block .buttonus--label {
  display: block;
}
.share--block--shared {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: 'header cancel' 'field field' 'members members' 'catalog catalog';
  grid-gap: 10px 20px;
  padding: 10px 0;
  max-width: 450px;
}
.share--block--shared:not(:first-child) {
  margin-top: 30px;
}
.share--block--shared:not(:last-child) {
  margin-bottom: 30px;
}
.share--header {
  grid-area: header;
  padding-left: 9px;
  font-weight: bold;
}
.share--cancel {
  grid-area: cancel;
  border-radius: var(--border-radius);
}
.share--field {
  grid-area: field;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
}
.share--field .input {
  max-width: 400px;
  word-break: break-all;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.share--saved {
  display: none;
  color: var(--menubar--background);
  background: var(--panel--main--active--color);
  padding: 10px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  position: absolute;
  border-radius: var(--border-radius);
}
.share--saved-visible .share--saved {
  display: block;
}
.share--members {
  grid-area: members;
}
.share--copy {
  position: relative;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  color: var(--menubar--background);
  cursor: pointer;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  font-size: 1.5em;
}
.share--copy:before {
  content: '';
  display: block;
  opacity: 0.8;
  background: var(--panel--main--active--color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.share--copy i {
  position: relative;
  z-index: 2;
}
.share--copy:hover:before {
  opacity: 1;
}
.share--copied--message {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, -50%);
  border-radius: var(--border-radius);
  background-color: var(--panel--main--active--color);
  color: var(--menubar--background);
  padding: 5px;
  font-size: 18px;
}
.share--members--all {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  justify-items: end;
  align-items: center;
}
.share--block--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.share-catalog {
  padding: 2px 5px 13px 5px;
  grid-area: catalog;
  text-align: right;
}
.share-catalog p {
  margin: 5px 0;
}
.share-catalog p:first-child {
  margin-top: 0;
}
.share-catalog p:last-child {
  margin-bottom: 0;
}
.share-catalog--ml {
  padding: 2px 5px 13px 44px;
}
.flex-5,
.flex-10,
.flex-20,
.flex-30 {
  display: flex;
  align-items: center;
}
.flex-5 {
  gap: 5px;
}
.flex-10 {
  gap: 10px;
}
.flex-20 {
  gap: 20px;
}
.flex-30 {
  gap: 30px;
}
.flex-top {
  align-items: start;
}
.flex-wrap {
  flex-wrap: wrap;
}
.ml5 {
  margin-left: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}

