/* [project]/operations-frontend/node_modules/draft-js/dist/Draft.css [client] (css) */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial;
}

.public-DraftEditor-content[contenteditable="true"] {
  -webkit-user-modify: read-write-plaintext-only;
}

.DraftEditor-root {
  position: relative;
}

.DraftEditor-editorContainer {
  z-index: 1;
  background-color: #fff0;
  border-left: .1px solid #0000;
  position: relative;
}

.public-DraftEditor-block {
  position: relative;
}

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left;
}

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  text-align: left;
  left: 0;
}

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center;
}

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right;
}

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  text-align: right;
  right: 0;
}

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  z-index: 1;
  width: 100%;
  position: absolute;
}

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9;
}

.DraftEditorPlaceholder-hidden {
  display: none;
}

.public-DraftStyleDefault-block {
  white-space: pre-wrap;
  position: relative;
}

.public-DraftStyleDefault-ltr {
  text-align: left;
  direction: ltr;
}

.public-DraftStyleDefault-rtl {
  text-align: right;
  direction: rtl;
}

.public-DraftStyleDefault-listLTR {
  direction: ltr;
}

.public-DraftStyleDefault-listRTL {
  direction: rtl;
}

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em;
}

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc;
}

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle;
}

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  text-align: right;
  width: 30px;
  position: absolute;
  left: -36px;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  text-align: left;
  width: 30px;
  position: absolute;
  right: -36px;
}

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1,lower-alpha) ". ";
  counter-increment: ol1;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2,lower-roman) ". ";
  counter-increment: ol2;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3;
}

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4,lower-alpha) ". ";
  counter-increment: ol4;
}

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0;
}

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1;
}

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2;
}

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3;
}

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4;
}

/* [project]/operations-frontend/src/styles/mentionsStyle.module.css [client] (css) */
.mentionsStyle-module___lrO9a__mention {
  color: #4a85bb;
  text-decoration: none;
}

.mentionsStyle-module___lrO9a__mentionSuggestions {
  cursor: pointer;
  box-sizing: border-box;
  transform-origin: 50% 0;
  z-index: 99;
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 2px;
  flex-direction: column;
  margin: -16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  transform: scaleY(0);
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntryContainer {
  width: 100%;
  display: table;
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntryContainerLeft, .mentionsStyle-module___lrO9a__mentionSuggestionsEntryContainerRight {
  vertical-align: middle;
  display: table-cell;
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntryContainerRight {
  width: 100%;
  padding-left: 8px;
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntry {
  padding: 7px 10px 3px;
  transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56);
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntry:active {
  background-color: #000;
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntryFocused {
  background-color: #e6f3ff;
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntryText, .mentionsStyle-module___lrO9a__mentionSuggestionsEntryTitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntryTitle {
  color: #a7a7a7;
  font-size: 80%;
}

.mentionsStyle-module___lrO9a__mentionSuggestionsEntryAvatar {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
}

/* [project]/operations-frontend/src/features/FileManager/styles.module.css [client] (css) */
.styles-module__nAIrFa__fileManager {
  grid-template-areas: "ContextMenu ContextMenu ContextMenu"
                       "TreeViewer FilesViewer FilesViewer"
                       "TreeViewer FilesViewer FilesViewer";
}

.styles-module__nAIrFa__contextMenu {
  grid-area: ContextMenu;
}

.styles-module__nAIrFa__treeViewer {
  grid-area: TreeViewer;
}

.styles-module__nAIrFa__filesViewer {
  grid-area: FilesViewer;
}

/* [project]/operations-frontend/node_modules/@draft-js-plugins/anchor/lib/plugin.css [client] (css) */
.i1qh9dya {
  color: #444;
  background-color: #0000;
  border: none;
  width: 220px;
  height: 34px;
  padding: 0 12px;
  font-family: inherit;
  font-size: 15px;
}

.i1qh9dya:focus {
  outline: none;
}

.i1qh9dya::placeholder {
  color: #888;
}

.i119ugvj {
  color: #e65757;
}

.lit0q4h {
  color: #2996da;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* [project]/operations-frontend/node_modules/@draft-js-plugins/emoji/lib/plugin.css [client] (css) */
.e17si09n {
  opacity: .1;
  background-color: #e0e0e0;
  border-radius: .125em;
  width: .25em;
  transition: opacity .4s;
  position: absolute;
  top: .3em;
  bottom: .3em;
  right: 0;
}

.e19xmvdb {
  color: #9e9e9e;
  margin: 1em 0;
  padding-left: .5em;
  font-size: 1em;
  font-weight: normal;
}

.e1g1wugw {
  vertical-align: middle;
  max-width: 1.95ch;
  max-height: 1em;
  line-height: inherit;
  color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 1em;
  margin: -.2ex 0 .2ex;
  display: inline-block;
  overflow: hidden;
}

.esyutjr {
  cursor: pointer;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  flex-direction: column;
  min-width: 220px;
  max-width: 440px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  transform: scale(0);
  box-shadow: 0 4px 30px #dcdcdc;
}

.e1eijkox {
  padding: 5px 10px 1px;
  transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56);
}

.e1eijkox:active {
  background-color: #cce7ff;
}

.e1adbvmt {
  background-color: #e6f3ff;
  padding: 5px 10px 1px;
  transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56);
}

.e1adbvmt:active {
  background-color: #cce7ff;
}

.e13wg9oj {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 368px;
  margin-left: 8px;
  font-size: .9em;
  display: inline-block;
  overflow: hidden;
}

.e1w5jrn9 {
  width: 1em;
  height: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}

.e183m4hm {
  display: inline-block;
}

.e8k2yoa {
  box-sizing: border-box;
  color: #888;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1.5em;
  width: 2.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.e8k2yoa:focus {
  outline: 0;
}

.e8k2yoa:hover {
  background: #f3f3f3;
}

.e8k2yoa:active {
  background: #e6e6e6;
}

.e8k2yoa:hover, .e8k2yoa:active, .e8k2yoa:focus {
  background: #ededed;
}

.e13wqaj6 {
  box-sizing: border-box;
  color: #888;
  cursor: pointer;
  background: #ededed;
  border: 1px solid #ddd;
  border-radius: 1.5em;
  width: 2.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.2em;
}

.e13wqaj6:focus {
  outline: 0;
}

.e13wqaj6:hover {
  background: #f3f3f3;
}

.e13wqaj6:active {
  background: #e6e6e6;
}

.ec6zxdw > div {
  overscroll-behavior: contain;
}

.ejr02pv {
  z-index: 1000;
  box-sizing: content-box;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 0 .3em;
  position: absolute;
  box-shadow: 0 4px 30px #dcdcdc;
}

.e6amujp {
  display: none;
}

.e16zneum {
  color: #9e9e9e;
  height: 2.5em;
  margin: 0 0 .3em;
  padding-left: 1em;
  font-size: 1em;
  font-weight: normal;
  line-height: 2.5em;
}

.e1kg9q3n {
  z-index: 0;
  width: 21em;
  height: 20em;
  margin: 0 0 .3em;
  position: relative;
}

.e1kg9q3n:hover .e17si09n {
  opacity: .3;
}

.e1kg9q3n .e17si09n:hover, .e1kg9q3n .e17si09n:active {
  opacity: .6;
}

.e1m341vm {
  padding: 0 .5em;
}

.e1m341vm:first-child .e19xmvdb {
  display: none;
}

.e13arc1 {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.e6nwac2 {
  width: 2.5em;
  height: 2.5em;
}

.e3h4qvg {
  z-index: 2;
  position: absolute;
  inset: 0;
}

.e1129lxj {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: .5em;
  margin: .3em;
  padding: .3em;
  list-style: none;
  display: flex;
  position: absolute;
  box-shadow: 0 0 .3em #0000001a;
}

.eug7aee {
  width: 2.5em;
  height: 2.5em;
}

.eug7aee:first-child {
  border-right: 1px solid #e0e0e0;
}

.eyoq5wq {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56);
}

.e1eigyu0 {
  background: #efefef;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56);
}

.e11mkpma {
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
}

.e1cibj9i {
  width: 20em;
  margin: 0;
  padding: 0 .5em;
  list-style: none;
  display: flex;
}

.e2bpndj {
  width: 2.5em;
  height: 2.5em;
}

.e1qma4nk {
  color: #bdbdbd;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.2em;
}

.e1q5rpho {
  color: #42a5f5;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.2em;
}

.e1duapnp {
  cursor: pointer;
  background-color: #000;
  border-radius: .125em;
}

/* [project]/operations-frontend/node_modules/@draft-js-plugins/mention/lib/plugin.css [client] (css) */
.m6zwb4v, .m6zwb4v:visited {
  color: #575f67;
  cursor: pointer;
  background: #e6f3ff;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.m6zwb4v:hover, .m6zwb4v:focus {
  color: #677584;
  background: #edf5fd;
  outline: 0;
}

.m6zwb4v:active {
  color: #222;
  background: #455261;
}

.mnw6qvm {
  cursor: pointer;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 2px;
  flex-direction: column;
  min-width: 220px;
  max-width: 440px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: absolute;
  transform: scale(0);
  box-shadow: 0 4px 30px #dcdcdc;
}

.m1ymsnxd {
  opacity: 0;
  transition: opacity .25s cubic-bezier(.3, 1.2, .2, 1);
}

.m126ak5t {
  opacity: 1;
}

.mtiwdxc {
  padding: 7px 10px 3px;
  transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56);
}

.mtiwdxc:active {
  background-color: #cce7ff;
}

.myz2dw1 {
  background-color: #e6f3ff;
  padding: 7px 10px 3px;
  transition: background-color .4s cubic-bezier(.27, 1.27, .48, .56);
}

.myz2dw1:active {
  background-color: #cce7ff;
}

.mpqdcgq {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 368px;
  margin-bottom: .2em;
  margin-left: 8px;
  font-size: .9em;
  display: inline-block;
  overflow: hidden;
}

.m1mfvffo {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* [project]/operations-frontend/node_modules/react-toastify/dist/ReactToastify.css [client] (css) */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: .2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}

.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}

.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
    padding: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}

.Toastify__toast {
  --y: 0;
  touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  border-radius: var(--toastify-toast-bd-radius);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  z-index: 0;
  direction: ltr;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000001a;
}

.Toastify__toast--stacked {
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform .3s;
  position: absolute;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity .1s;
}

.Toastify__toast--stacked[data-collapsed="false"] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed="true"]:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: "";
  height: calc(var(--g) * 1px);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.Toastify__toast--stacked[data-pos="top"] {
  top: 0;
}

.Toastify__toast--stacked[data-pos="bot"] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos="bot"].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos="top"].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(3);
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  flex: auto;
  align-items: center;
  margin: auto 0;
  padding: 6px;
  display: flex;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}

.Toastify__toast-icon {
  flex-shrink: 0;
  width: 20px;
  margin-inline-end: 10px;
  display: flex;
}

.Toastify--animate {
  animation-duration: .5s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  align-self: flex-start;
  padding: 0;
  transition: all .3s;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: .7;
  transform-origin: 0;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp {
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--wrp[data-hidden="true"] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }

  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-duration: .3s;
  animation-timing-function: ease-in;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=operations-frontend_0jomyzb._.css.map*/