body {
  background: #fcfcfc;
  line-height: 130%;
}

label {
  color: #2e2e2e;
}

input[type="email"], input[type="text"], input[type="password"], textarea {
  will-change: background-position;
  color: #0e6252;
  background: #fff0;
  border: none;
  border-bottom: 1px solid #1abc9c;
  width: 200px;
  padding: 10px 0;
  transition: all .3s cubic-bezier(.64, .09, .08, 1);
  display: block;
}

input[type="email"]:focus, input[type="email"]:valid, input[type="text"]:focus, input[type="text"]:valid, input[type="password"]:focus, input[type="password"]:valid, textarea:focus, textarea:valid {
  box-shadow: none;
  background-position: 0 0;
  outline: none;
}

input[type="email"]:focus::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input[type="email"]:valid::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input[type="text"]:focus::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input[type="text"]:valid::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input[type="password"]:focus::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input[type="password"]:valid::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

textarea:focus::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

textarea:valid::-webkit-input-placeholder {
  color: #1abc9c;
  font-size: 11px;
  transform: translateY(-20px);
  visibility: visible !important;
}

input[type="email"]::-webkit-input-placeholder {
  transition: all .2s cubic-bezier(.64, .09, .08, 1);
}

input[type="text"]::-webkit-input-placeholder {
  transition: all .2s cubic-bezier(.64, .09, .08, 1);
}

input[type="password"]::-webkit-input-placeholder {
  transition: all .2s cubic-bezier(.64, .09, .08, 1);
}

textarea::-webkit-input-placeholder {
  transition: all .2s cubic-bezier(.64, .09, .08, 1);
}

input[type="checkbox"]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*="lightbox-"]):not([role="switch"]) {
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*="lightbox-"]):not([role="switch"]):before {
  content: "";
  background: #fff;
  border: 2px solid #1abc9c;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  position: absolute;
}

input[type="checkbox"]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*="lightbox-"]):not([role="switch"]):after {
  content: "✓";
  color: #fff;
  opacity: 0;
  will-change: opacity;
  background: #1abc9c;
  border: 2px solid #1abc9c;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
}

input[type="checkbox"]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*="lightbox-"]):not([role="switch"]):checked:after {
  opacity: 1;
}

input[type="checkbox"]:not(.modal-trigger):not(.toggle):not(#alert-check):not([id*="lightbox-"]):not([role="switch"]):focus {
  outline: none;
}

input[type="radio"] {
  cursor: pointer;
  margin: 0 8px;
  position: relative;
  top: 2px;
  left: 2px;
}

input[type="radio"]:before {
  content: "";
  will-change: background-size;
  z-index: 2;
  background-color: #fff;
  background-image: radial-gradient(circle, #1abc9c 40%, #fff 50%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0;
  border: 2px solid #1abc9c;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: all .3s cubic-bezier(.64, .09, .08, 1);
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
}

input[type="radio"]:after {
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transition: all .3s cubic-bezier(.64, .09, .08, 1);
  position: absolute;
}

input[type="radio"]:checked:before {
  background-size: 14px 14px;
}

input[type="radio"]:focus {
  outline: none;
}

select {
  color: #212121;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  padding: 6px;
}

input[type="range"] {
  -webkit-appearance: none;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
  cursor: pointer;
  background: #9e9e9e;
  height: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
  background: #2ecc71;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  box-shadow: 0 2px 5px #0000001a, 0 2px 10px #00000012;
}

input[type="range"]::-moz-range-track {
  cursor: pointer;
  background: #9e9e9e;
  height: 3px;
}

input[type="range"]::-moz-range-thumb {
  cursor: pointer;
  background: #2ecc71;
  border: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

input[type="range"]::-ms-track {
  cursor: pointer;
  color: #0000;
  background: none;
  border-color: #0000;
}

input[type="range"]::-ms-fill-lower {
  background: #2ecc71;
}

input[type="range"]::-ms-fill-upper {
  background: #9e9e9e;
}

input[type="range"]::-ms-thumb {
  background: #2ecc71;
}

.toggle {
  display: none;
}

.toggle:checked + label {
  background: #93e7b6;
}

.toggle:checked + label:after {
  background: #2ecc71;
  margin-left: 18px;
}

.toggle + label {
  will-change: background;
  background: #9e9e9e;
  width: 30px;
  height: 6px;
  margin-top: 12px;
  transition: background .3s cubic-bezier(.64, .09, .08, 1);
  position: absolute;
}

.toggle + label:after {
  content: "";
  cursor: pointer;
  will-change: background, margin-left;
  background: #dedede;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-left: -1px;
  transition: all .3s;
  display: inline-block;
  position: absolute;
  box-shadow: 0 2px 5px #0000001a, 0 2px 10px #00000012;
}

[class*="btn"] {
  cursor: pointer;
  text-transform: uppercase;
  will-change: background-size, background-image;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0;
  border: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Roboto;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.64, .09, .08, 1), box-shadow .3s cubic-bezier(.64, .09, .08, 1);
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #00000024, 0 2px 10px #0000001a;
}

[class*="btn"]:after {
  content: "";
  background: radial-gradient(circle, #fff 95%, #0000 95%) 50% / .7% no-repeat;
  transition: none;
  position: absolute;
}

[class*="btn"]:focus {
  background-size: 1000%;
  outline: none;
}

.btn--float {
  will-change: box-shadow, background-color;
  background-color: #ffeb3b;
  background-image: radial-gradient(circle, #ffeb3b 1%, #fff388 15%, #0000 30%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 22px;
}

.btn--float:hover {
  background-color: #fe5;
  box-shadow: 0 5px 11px #00000029, 0 4px 15px #00000021;
}

.btn--raised {
  will-change: box-shadow, background-color;
  color: #fff;
  background-color: #3498db;
  background-image: radial-gradient(circle, #3498db 1%, #75b9e7 15%, #0000 30%);
  border-radius: 1.98px;
  box-shadow: 0 2px 5px #00000024, 0 2px 10px #0000001a;
}

.btn--raised:hover {
  background-color: #4aa3df;
  box-shadow: 0 5px 11px #00000029, 0 4px 15px #00000021;
}

.btn--flat {
  box-shadow: none;
  background-color: #fcfcfc;
  background-image: radial-gradient(circle, #28e1bd 1%, #6bebd1 15%, #0000 30%);
}

.btn--primary {
  background-color: #1abc9c;
  background-image: radial-gradient(circle, #1abc9c 1%, #3ee4c4 15%, #0000 30%);
}

.btn--primary:hover {
  background-color: #1dd2af;
}

.btn--secondary {
  background-color: #28e1bd;
  background-image: radial-gradient(circle, #28e1bd 1%, #6bebd1 15%, #0000 30%);
}

.btn--secondary:hover {
  background-color: #3ee4c4;
}

.btn--accent {
  background-color: #ffeb3b;
  background-image: radial-gradient(circle, #ffeb3b 1%, #fff388 15%, #0000 30%);
}

.btn--accent:hover {
  background-color: #fe5;
}

.btn--red {
  background-color: #e74c3c;
  background-image: radial-gradient(circle, #e74c3c 1%, #ef8b80 15%, #0000 30%);
}

.btn--red:hover {
  background-color: #ea6153;
}

.btn--yellow {
  background-color: #d35400;
  background-image: radial-gradient(circle, #d35400 1%, #ff7921 15%, #0000 30%);
}

.btn--yellow:hover {
  background-color: #ed5e00;
}

.btn--green {
  background-color: #4caf50;
  background-image: radial-gradient(circle, #4caf50 1%, #80c883 15%, #0000 30%);
}

.btn--green:hover {
  background-color: #5cb860;
}

.btn--blue {
  background-color: #2196f3;
  background-image: radial-gradient(circle, #2196f3 1%, #6ab8f7 15%, #0000 30%);
}

.btn--blue:hover {
  background-color: #39a1f4;
}

.mswitch {
  --matter-helper-theme: var(--matter-theme-rgb, var(--matter-primary-rgb, 33, 150, 243));
  z-index: 0;
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), .87);
  font-family: var(--matter-font-family, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
}

.mswitch > input {
  appearance: none;
  z-index: 1;
  float: right;
  background-clip: padding-box;
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), .38);
  cursor: pointer;
  border: 5px solid #0000;
  border-radius: 12px;
  outline: none;
  width: 46px;
  height: 24px;
  margin: 0 0 0 5px;
  transition: background-color .2s, opacity .2s;
  display: inline-block;
  position: relative;
}

.mswitch > input + span {
  box-sizing: border-box;
  width: inherit;
  cursor: pointer;
  margin-right: -51px;
  padding-right: 51px;
  display: inline-block;
}

.mswitch > input + span:before {
  content: "";
  background-color: rgb(var(--matter-onsurface-rgb, 0, 0, 0));
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: opacity .3s .1s, transform .2s .1s;
  display: block;
  position: absolute;
  top: -8px;
  right: 11px;
  transform: scale(1);
}

.mswitch > input + span:after {
  content: "";
  z-index: 1;
  background-color: rgb(var(--matter-surface-rgb, 255, 255, 255));
  pointer-events: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: background-color .2s, transform .2s;
  position: absolute;
  top: 2px;
  right: 21px;
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}

.mswitch > input:checked {
  background-color: rgba(var(--matter-helper-theme), .6);
}

.mswitch > input:checked + span:before {
  background-color: rgb(var(--matter-helper-theme));
  right: -5px;
}

.mswitch > input:checked + span:after {
  background-color: rgb(var(--matter-helper-theme));
  transform: translateX(16px);
}

.mswitch:hover > input + span:before {
  opacity: .04;
}

.mswitch > input:focus + span:before {
  opacity: .12;
}

.mswitch:hover > input:focus + span:before {
  opacity: .16;
}

.mswitch:active > input {
  background-color: rgba(var(--matter-helper-theme), .6);
}

.mswitch:active > input:checked {
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), .38);
}

.mswitch:active > input + span:before {
  opacity: 1;
  transition: transform, opacity;
  transform: scale(0);
}

.mswitch > input:disabled {
  background-color: rgba(var(--matter-onsurface-rgb, 0, 0, 0), .38);
  opacity: .38;
  cursor: default;
}

.mswitch > input:checked:disabled {
  background-color: rgba(var(--matter-helper-theme), .6);
}

.mswitch > input:disabled + span {
  color: rgba(var(--matter-onsurface-rgb, 0, 0, 0, .38));
  cursor: default;
}

.mswitch > input:disabled + span:before {
  z-index: 1;
  background-color: rgb(var(--matter-surface-rgb, 255, 255, 255));
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 10px;
  transition: none;
  transform: scale(1);
}

.mswitch > input:disabled + span:after {
  opacity: .38;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  z-index: 1040;
  opacity: .5;
  filter: alpha(opacity= 50);
  background-color: #000;
  position: fixed;
  inset: 0;
}

.modal {
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  color: #2e2e2e;
  outline: 0;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal a {
  color: #1abc9c;
}

.modal-open .modal {
  overflow: hidden auto;
}

.modal-dialog {
  width: auto;
  margin: 10px;
  position: relative;
}

.modal-content {
  background: #fff padding-box padding-box;
  border: 1px solid #0003;
  border-radius: 6px;
  outline: 0;
  position: relative;
  box-shadow: 0 3px 9px #00000080;
}

.modal-content template {
  display: block;
}

.modal-content div[slot="header"] {
  z-index: 10;
  position: relative;
}

.modal-content div[slot="header"] .md-icon-button.close {
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-header {
  border-bottom: 1px solid #303030;
  padding: 15px;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  float: right;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  padding: 15px;
  position: relative;
}

.modal-body input[type="text"], .modal-body textarea {
  min-width: 350px;
}

.modal-body textarea {
  min-height: 100px;
}

.modal-body [slot="footer"] {
  margin-top: 15px;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

@media (width >= 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }

  .tags-master-modal .modal-dialog {
    width: 1100px;
  }

  .modal-content {
    box-shadow: 0 5px 15px #00000080;
  }
}

.modal-sm {
  width: 300px;
}

@media (width >= 992px) {
  .modal-lg {
    width: 900px;
  }
}

.operations-queue {
  z-index: 9999;
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
}

.operations-queue .operation-item {
  box-sizing: border-box;
  background: #dedede;
  border: 1px solid #fff3;
  border-radius: 16px;
}

.operations-queue .operation-item + .operation-item {
  margin-top: 10px;
}

.operations-queue .operation-item .title {
  margin-bottom: 10px;
  font-family: Lato-Bold;
  font-size: 16px;
  line-height: 1;
}

.operations-queue .operation-item .status label {
  opacity: .5;
  font-family: Lato-Regular;
}

.operations-queue .operation-item .status span {
  font-family: Lato-Bold;
}

.operations-queue .operation-item .operation-item-content {
  padding: 15px 100px 15px 15px;
  font-size: 14px;
  position: relative;
}

.operations-queue .operation-item .operation-item-content .pending {
  color: #ef8c34;
}

.operations-queue .operation-item .operation-item-content .confirmed, .operations-queue .operation-item .operation-item-content .done {
  color: #49c5b6;
}

.operations-queue .operation-item .operation-item-content .error {
  color: red;
}

.operations-queue .operation-item .operation-item-content .close {
  text-decoration: none;
  position: absolute;
  top: 13px;
  right: 10px;
}

.operations-queue .operation-item .operation-item-content .close img {
  opacity: .5;
  width: 15px;
  height: 15px;
}

.operations-queue .hex-container a.icon-link {
  color: #fff;
}

.multi-selector {
  position: relative;
}

.multi-selector .dropdown-container {
  z-index: 10;
  background: #000;
  border: 1px solid #000;
  border-radius: 12px;
  width: 100%;
  max-height: 405px;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  overflow: auto;
  box-shadow: 0 2px #11111180;
}

.multi-selector .dropdown-selected {
  cursor: pointer;
  flex-direction: column;
  display: flex;
}

.multi-selector .dropdown-selected .dropdown-selected-zone {
  display: flex;
}

.multi-selector .dropdown-selected .arrow {
  color: #fff;
  transition: transform .2s;
}

.multi-selector .dropdown-selected .arrow._active {
  transform: rotate(180deg);
}

.multi-selector .dropdown-selected-zone {
  flex-wrap: wrap;
  row-gap: 8px;
  display: flex;
}

.multi-selector .dropdown-selected-zone .selected-item {
  color: #fff;
  align-items: center;
  display: flex;
}

.multi-selector .dropdown-selected-zone .selected-item .pp-icon {
  margin-right: 8px;
}

.multi-selector .dropdown-selected-zone .selected-item .comma {
  margin: 0 8px;
}

.multi-selector .dropdown-menu {
  padding: 8px;
  transition: all .2s;
}

.multi-selector .dropdown-menu .dropdown-item {
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
  padding: 8px;
}

.multi-selector .dropdown-menu .dropdown-item:hover, .multi-selector .dropdown-menu .dropdown-item._picked {
  background-color: #000;
}

.multi-selector .dropdown-menu .dropdown-item._picked {
  cursor: default;
}

.multi-selector .dropdown-menu .dropdown-item .pp-checkbox {
  padding: 0;
  position: relative;
}

.multi-selector .dropdown-menu .dropdown-item .pp-checkbox:before {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.multi-selector .dropdown-menu .dropdown-item .pp-checkbox:after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 0;
}

.multi-selector .dropdown-menu .dropdown-item .checkbox-filler {
  width: 8px;
  height: 100%;
}

.multi-selector .dropdown-menu .checkbox-container {
  margin: 0 8px;
}

.tags-master-modal div[slot="footer"] {
  justify-content: flex-end;
  display: flex;
}

.tags-master-modal div[slot="footer"] > * {
  margin-left: 10px;
}

.tags-master {
  display: flex;
}

.tags-master .search-container {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.tags-master .search-container .clear {
  color: #1abc9c;
  cursor: pointer;
  opacity: .5;
  background: none;
  border: none;
  font-size: 30px;
}

.tags-master .search-container .clear.active {
  opacity: 1;
}

.tags-master .search-container .mswitch {
  margin-left: 25px;
}

.tags-master .image-col {
  width: 25%;
}

.tags-master .image-col img {
  max-width: 100%;
}

.tags-master .image-col .result-content {
  cursor: pointer;
  padding: 0 10px;
  font-size: 10px;
}

.tags-master .image-col .result-content:hover {
  background: #0000001a;
}

.tags-master .image-col .result-header {
  justify-content: space-between;
  display: flex;
}

.tags-master .image-col .result-header .clear {
  cursor: pointer;
  opacity: .5;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

.tags-master .image-col .result-header .clear.active {
  opacity: 1;
}

.tags-master .tags-col {
  width: 75%;
  padding-left: 15px;
}

.tags-master .tags-col .tags-content {
  max-height: 70vh;
  display: flex;
  overflow-y: scroll;
}

.tags-master .tags-col .tags-content::-webkit-scrollbar {
  -webkit-appearance: none;
}

.tags-master .tags-col .tags-content::-webkit-scrollbar:vertical {
  width: 11px;
}

.tags-master .tags-col .tags-content::-webkit-scrollbar:horizontal {
  height: 11px;
}

.tags-master .tags-col .tags-content::-webkit-scrollbar-thumb {
  background-color: #00000080;
  border: 2px solid #fff;
  border-radius: 8px;
}

.tags-master .tags-col .tags-content .tags-types-col {
  width: 33.3333%;
}

.tags-master .tags-col .tags-content .tags-types-col .title {
  font-weight: bold;
}

.tags-master .tags-col .tags-content .tags-types-col .list {
  margin-bottom: 15px;
}

.tags-master .tags-col .tags-content .tags-types-col .list div {
  cursor: pointer;
  opacity: .5;
}

.tags-master .tags-col .tags-content .tags-types-col .list div:hover, .tags-master .tags-col .tags-content .tags-types-col .list div.active {
  opacity: 1;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

.margin-top {
  margin-top: 15px;
}

.modal-form > * {
  margin-bottom: 25px;
}

.main-page {
  padding-bottom: 100px;
  position: relative;
}

.main-page .main-page-header-container {
  z-index: 2;
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.main-page .main-page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
  display: flex;
}

.main-page .main-page-header .cabinet-menu {
  align-items: center;
  display: flex;
}

.main-page .main-page-header .cabinet-menu a {
  color: #000;
  margin-bottom: 0;
}

.main-page .main-page-header .cabinet-menu a.router-link-active {
  color: #1abc9c;
}

.main-page .main-page-header .cabinet-menu a:not(:first-child) {
  margin-left: 10px;
}

.main-page .main-page-content {
  justify-content: space-between;
  padding: 0 10px;
  display: flex;
}

.main-page .main-page-content .main-page-content-col {
  align-items: flex-end;
  display: flex;
}

.main-page .main-page-content .main-page-content-col .mswitch + .mswitch {
  margin-left: 40px;
}

.main-page .filters-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.main-page .filters-container .controls button + button {
  margin-left: 10px;
}

.main-page .images {
  flex-wrap: wrap;
  display: flex;
}

.main-page .images > a {
  width: calc(16.6667% - 1px);
  padding: 10px;
  position: relative;
}

.main-page .images > a input[type="checkbox"] {
  top: 10px;
  left: 10px;
  position: absolute !important;
}

.main-page .images > a img {
  max-width: 100%;
}

.main-page .controls-drawer {
  background: #dedede;
  height: 100px;
  padding: 10px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-page .controls-drawer .buttons-col > * {
  margin-left: 10px;
}

.main-page .controls-drawer.show {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.main-page .controls-drawer.show .content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-page .controls-drawer.show .content input, .main-page .controls-drawer.show .content textarea {
  width: 300px;
}

.main-page .controls-drawer.show .content button {
  margin-bottom: 0;
}

.main-page .queue-table {
  width: 100%;
}

.main-page .queue-table .queue-row {
  background: #ececec;
  border-radius: 10px;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 10px;
  padding: 10px;
  display: grid;
}

.main-page .queue-table .queue-row .info-label {
  color: gray;
}

.main-page .queue-table .queue-row .images-col {
  flex-direction: column;
  display: flex;
}

.main-page .queue-table .queue-row .images-col .images-label {
  font-size: 12px;
}

.main-page .queue-table .queue-row .images-col .images-content {
  display: flex;
}

.main-page .queue-table .queue-row .images-col .images-content img {
  height: 75px;
  margin-bottom: 5px;
}

.main-page .queue-table .queue-row .images-col .images-content img:not(:last-child) {
  margin-right: 5px;
}

.main-page .queue-table .queue-row .info-col {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.main-page .queue-table .queue-row .info-col button {
  height: 25.5px;
}

.main-page .queue-table .queue-row .info-col .info-content {
  justify-content: space-between;
  display: flex;
}

.main-page .filters {
  align-items: center;
  display: flex;
  position: relative;
}

.main-page .filters > * + * {
  margin-left: 15px;
}

.main-page.static-pages {
  margin-top: 78px;
}

.main-page.media-catalog, .main-page.static-page {
  padding-top: 136px;
}

.main-page.queue, .main-page.tags {
  padding-top: 134px;
}

a {
  color: #1abc9c;
}

.rotate-symbol {
  transform: rotate(90deg);
}

span.badge {
  color: #fff;
  text-align: center;
  float: right;
  box-sizing: border-box;
  background-color: #26a69a;
  border-radius: 2px;
  min-width: 3rem;
  height: 22px;
  padding: 0 6px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 22px;
}

span.badge + span.badge {
  margin-left: 14px;
}

span.badge .badge-remove {
  margin-left: 6px;
  position: relative;
  bottom: 3px;
}

.login-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}
/*# sourceMappingURL=index.3cc4c8dc.css.map */
