/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/general.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*--------------------------------
	# GENERIC RESET
--------------------------------*/
html,
body,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary,
audio,
canvas,
video,
mark,
code,
kbd,
pre,
samp,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
div {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

ul,
ol,
dl {
  list-style: none;
}

/*-----------------------------------
	#TAGS HTML5 BROWSER NO SUPPORT
-------------------------------------*/
article,
aside,
details,
dialog,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1.6em;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/*-----------------------------------
	#LINKS
-------------------------------------*/
a {
  cursor: pointer;
  background-color: transparent;
  text-decoration-skip: objects;
  -webkit-text-decoration-skip: objects;
}

a:focus,
a:hover {
  text-decoration: underline;
}

a:visited,
a:active {
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

/*-----------------------------------
	#HEADINGS, WITH AND WITHOUT LINK
-------------------------------------*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/*-----------------------------------
	#RESET TABLE
-------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------
	#RESET FORM
-------------------------------------*/
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Remove shading to form elements
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -ms-appearance: none;
  /* 3 */
  -moz-appearance: none;
  /* 3 Firefox */
  -webkit-appearance: none;
  /* 3 Safari and Chrome */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

[type=radio] + label,
[type=checkbox] + label {
  cursor: pointer;
}

/*-----------------------------------
	#RESET INTERACTIVE
-------------------------------------*/
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*-----------------------------------
	#RESET SCRIPTING
-------------------------------------*/
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/*-----------------------------------
	#RESET HIDDEN
-------------------------------------*/
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none !important;
}

/*--------------------------------
	# END GENERIC RESET
--------------------------------*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXp-p7K4KLg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes fadeIn {
  100% {
    opacity: 0.7;
  }
  0% {
    opacity: 0.1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url(https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXp-p7K4KLg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "MontserratBold";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes fadeIn {
  100% {
    opacity: 0.7;
  }
  0% {
    opacity: 0.1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes zoom {
  25% {
    transform: scale3d(1.5, 1.5, 0);
  }
  50% {
    transform: scale3d(1, 1, 0);
  }
  75% {
    transform: scale3d(1.25, 1.25, 0);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.action.add-notes span {
  background-image: url(https://static.twonas.com/apps/misc//icon_add_notes.png);
}

.action.open-link span {
  background-image: url(https://static.twonas.com/apps/misc//icon_open_link.png);
}

.action.see-notes span {
  background-image: url(https://static.twonas.com/apps/misc//icon_see_notes.png);
}

.action.send-files span {
  background-image: url(https://static.twonas.com/apps/misc//icon_send_files.png);
}

/* CONTENTS
◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛◛

1   BASE & GRAL

2   LOGIN

3  AVATAR

4  WYSIWYG EDITOR

◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚◚ */
/************ 1. BASE & GRAL  **************/
html,
body {
  height: 100%;
}

h2,
h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

h2 {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "MontserratBold", sans-serif;
}

a {
  text-decoration: none;
}

.dev-display-border {
  border-width: 2px !important;
  border-style: solid !important;
}
.dev-display-border.red {
  color: red !important;
}
.dev-display-border.green {
  color: green !important;
}
.dev-display-border.orange {
  color: orange !important;
}
.dev-display-border.fuchsia {
  color: fuchsia !important;
}

.tw-button {
  text-align: center;
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: "MontserratBold", sans-serif;
  text-transform: uppercase;
  min-width: 11.25rem;
  cursor: pointer;
  background: #2a42ee;
  color: #ffffff;
  border: 1px solid #2a42ee;
  margin-right: 1.25rem;
}
.tw-button:hover {
  background: #ffffff;
  color: #2a42ee;
}
.tw-button--white {
  background: #ffffff;
  color: #2a42ee;
}
.tw-button--white:hover {
  background: #2a42ee;
  color: #ffffff;
}
.tw-button:last-child {
  margin-right: 0;
}

.tw-title {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  text-transform: uppercase;
}
.tw-title--bold {
  font-family: "MontserratBold", sans-serif;
}

.tw-text {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
}
.tw-text--bold {
  font-family: "MontserratBold", sans-serif;
}

.settings-section .rules-add .select-multiple ul li {
  padding-left: 20px;
  margin-left: 0.625rem;
}
.settings-section .rules-add .select-multiple ul li.disabled-li {
  padding-left: 0;
  margin-left: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.freshwidget-button {
  margin-top: 160px !important;
}

.freshwidget-theme {
  font-family: "Montserrat", sans-serif !important;
}

.nw-editor__res {
  word-break: normal;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.hideAccessible {
  position: absolute;
  left: -624.9375rem;
}

::-webkit-scrollbar-track {
  display: none;
  border-color: transparent;
  background-color: transparent;
}

::-webkit-scrollbar * {
  background: transparent;
}

::-webkit-scrollbar {
  width: 0.4375rem;
  min-width: 0.4375rem;
  height: 0.4375rem;
  min-height: 0.4375rem;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background-color: #666;
  -webkit-box-shadow: inset 0 0 0;
}

/********* --- **************/
/********* LOADING **************/
.dimmed {
  animation: fadeOut infinite 4s;
  -webkit-animation: fadeOut infinite 4s;
  -moz-animation: fadeOut infinite 4s;
  -o-animation: fadeOut infinite 4s;
  -ms-animation: fadeOut infinite 4s;
}
.dimmed.preview-viewer {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e7e7;
  padding: 0 1.25rem 1.25rem 1.25rem;
}
.dimmed.version-bubbles-dimmed span {
  display: block;
  width: 20px;
  border: 0;
  height: 20px;
  margin-right: 4px;
  margin-top: 2px;
  background: rgba(74, 74, 74, 0.1);
  border-radius: 50%;
}
.dimmed.dimmed_top {
  margin-top: -2px;
}
.dimmed.dimmed_top .dimmed_title {
  width: 9.375rem;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.dimmed.dimmed_top .dimmed_nav {
  max-width: 10.5rem;
  min-width: 10.5rem;
}
.dimmed.dimmed_list {
  margin-top: -2px;
}
.dimmed.dimmed_list_main {
  margin-top: -0.9375rem;
}
.dimmed.dimmed_main {
  top: 66px;
  display: flex;
  position: relative;
}
.dimmed.dimmed_main .dimmed_content .dimmed_flex {
  margin-top: 12px;
}
.dimmed.dimmed_main .dimmed_title {
  width: 9.375rem;
  margin-top: 0.625rem;
}
.dimmed.dimmed_main .dimmed_nav {
  max-width: 10.5rem;
  max-width: 10.5rem;
}
.dimmed .dimmed_flex,
.dimmed .dimmed_flex_section,
.dimmed .dimmed_status {
  display: flex;
}
.dimmed .dimmed_data {
  margin-top: 1.875rem;
  padding-left: 20px;
}
.dimmed .dimmed_data .dimmed_title {
  width: 94% !important;
  height: 1.875rem;
}
.dimmed .dimmed_tag {
  display: block;
  background: rgba(74, 74, 74, 0.05);
  border: 0.5px solid #b3b3b3;
  margin-right: 5px;
  min-width: 60px;
  height: 22px;
}
.dimmed .dimmed_avatar {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(74, 74, 74, 0.1);
  border-radius: 50%;
}
.dimmed .dimmed_table_box.dimmed_table_padding {
  min-height: 12.5rem;
}
.dimmed .dimmed_table_padding .dimmed_title {
  margin: 20px 0 20px 20px !important;
}
.dimmed .dimmed_title {
  width: 7.5rem;
  height: 1.25rem;
  background: rgba(74, 74, 74, 0.1);
}
.dimmed .dimmed_title.long {
  width: 220px !important;
  margin-top: 10px !important;
}
.dimmed .dimmed_title.long {
  width: 15.625rem !important;
}
.dimmed .dimmed_subtitle {
  width: 7.5rem;
  height: 1.25rem;
  margin: 0.625rem 1.25rem;
  background: rgba(46, 73, 235, 0.1);
}
.dimmed .dimmed_box_small {
  background: rgba(255, 255, 255, 0.1);
  height: 20px;
  width: 20px;
  border: 0.5px solid #b3b3b3;
  margin: 0 10px 0 0px;
}
.dimmed .dimmed_box {
  background: rgba(74, 74, 74, 0.05);
  width: 100%;
  height: 40px;
  border: 0.5px solid #b3b3b3;
  margin: 14px 20px 0 0px;
}
.dimmed .dimmed_status_box {
  background: rgba(74, 74, 74, 0.05);
  width: 100%;
  height: 66px;
  border: 0.5px solid #b3b3b3;
  margin: 0 20px 25px 0px;
}
.dimmed .dimmed_table_box {
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 40px;
  border: 0.5px solid #b3b3b3;
  margin: 7px 20px 0 0px;
}

.share-feedback .loader.plugin-section {
  position: absolute;
  left: 170px;
}

.loader.plugin-section .dimmed_nav {
  margin-top: -40px;
}
.loader.plugin-section .dimmed_main .dimmed_content .dimmed_flex {
  margin-top: 5px;
  padding-left: 6px;
}
.loader.plugin-section .dimmed_outset {
  position: relative;
  top: 70px;
  left: 0;
  max-width: 300px;
}
.loader.plugin-section .dimmed_outset .header-title-section h2 span {
  white-space: nowrap;
}

.loader.proj-section-nested .dimmed_nav,
.loader.proj-section .dimmed_nav {
  margin-top: -40px;
}
.loader.proj-section-nested .dimmed_main .dimmed_content .dimmed_flex,
.loader.proj-section .dimmed_main .dimmed_content .dimmed_flex {
  margin-top: 5px;
  padding-left: 6px;
}

.loader.proj-section .dimmed_outset {
  position: relative;
  top: 70px;
  left: 165px;
  max-width: 300px;
}

.loader.proj-section-nested .dimmed_outset {
  position: relative;
  top: 0;
  left: 0;
  max-width: 300px;
}
.loader.proj-section-nested .dimmed_main {
  top: -1px;
  left: -4px !important;
}

.loader.dash-section .dimmed_nav {
  margin-top: -80px;
}
.loader.dash-section .dimmed_outset {
  position: relative;
  top: 70px;
  left: 165px;
  max-width: 73vw;
}

.loader.vers-section .dimmed_nav {
  margin-top: -80px;
}
.loader.vers-section .dimmed_content {
  padding-left: 164px;
}
.loader.vers-section .dimmed_outset {
  position: relative;
  top: 70px;
  left: 165px;
  max-width: 73vw;
}

.version-related-item .version-list-checkbox .dimmed {
  border: 1px solid #c0c0c0;
  border-top: 0 !important;
}

.version-related-item li:nth-child(even) .version-bubbles-dimmed span:nth-child(3),
.uploaded-versions li:nth-child(even) .version-bubbles-dimmed span:nth-child(3),
.library-results-main .results li:nth-child(even) .version-bubbles-dimmed span:nth-child(3) {
  display: none;
}

.uploaded-versions .uploaded-version_li .version-bubbles-dimmed,
.artwork-added .version-bubbles-dimmed {
  margin-left: 0.375rem;
}

/********* --- **************/
/************ 2. LOGIN  **************/
.app-display-disabled .app-info .app-name {
  opacity: 0.5;
}
.app-display-disabled figure.app-logo img {
  opacity: 0.5;
  filter: grayscale(100%);
}
.app-display-disabled .app-description strong {
  color: #2e49eb;
  font-weight: bold;
  cursor: pointer;
}
.app-display-disabled .app-description strong:hover {
  text-decoration: underline;
}

#login .disconnect-error .status-message {
  margin-top: -40px;
}
#login .disconnect-error .status-message div.alert-message-icon.warning {
  padding: 0 !important;
  width: 118% !important;
}
#login .disconnect-error .status-message div.alert-message-icon.warning h3 {
  background-position: 100% 80% !important;
}
#login .disconnect-error .status-message div.alert-message-icon.warning h3 span {
  line-height: 170%;
}

.with-overlay::after {
  content: "";
  display: block;
  position: fixed;
  padding: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1000000;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-feedback-main {
  top: 20% !important;
}

.organization-mngmt-container .error-state {
  position: relative;
  right: -3.25rem;
  margin-top: -3.125rem;
}
.organization-mngmt-container .error-state button {
  position: relative;
  left: -22px;
  margin-top: 0px !important;
}
.organization-mngmt-container .loading-spinner {
  margin-right: -70px;
}
.organization-mngmt-container .loading-spinner .alert-loading {
  margin-top: -120px;
}
.organization-mngmt-container .empty-state {
  width: 331px;
  margin: -100px 50px 0 auto;
}
.organization-mngmt-container .empty-state p {
  color: #4a4a4a;
  font-family: "MontserratBold", sans-serif;
  text-transform: uppercase;
}

.login-form {
  font-size: 14px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
.login-form label {
  display: none;
}
.login-form label.checklabel {
  display: block;
}
.login-form input {
  display: block;
  width: 21.875rem;
  height: 1.875rem;
  border: 0;
  outline: none;
  margin: 19px auto 0 auto;
  color: #4a4a4a;
  padding-left: 1.25rem;
  box-shadow: 0 0.3125rem 0.9375rem 0 #ececec;
}
.login-form input.ng-pristine {
  border: 1px solid transparent !important;
}
.login-form input.ng-invalid {
  border: 1px solid #c8494e;
}
.login-form input[type=password], .login-form input[type=text], .login-form input[type=email] {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif;
}
.login-form input::placeholder {
  color: #c0c0c0 !important;
}
.login-form div a {
  color: #c0c0c0;
}

.login-auto-key .error {
  width: 21.875rem !important;
  margin-top: 3.125rem !important;
}

.error-account .error,
.login-form-main .error {
  width: 21.875rem !important;
  margin-top: 1.25rem !important;
}

.login-form-main .card {
  padding-top: 0.9375rem !important;
}

.preview-waiting {
  margin-top: 0;
}
.preview-waiting .alert-loading {
  margin-top: 0;
  background: transparent !important;
}
.preview-waiting .alert-loading div.alert-loading-content {
  width: 2.25rem !important;
  height: 2.25rem !important;
  margin-top: 1.5625rem !important;
}
.preview-waiting .alert-loading div.alert-loading-content img {
  width: 2.25rem !important;
  height: 2.25rem !important;
}

.login-loading {
  margin-top: 0;
}
.login-loading .alert-loading {
  margin-top: 0;
  background: transparent !important;
}

.two-factor-form-error .card strong {
  color: #c8494e !important;
  padding-top: 2.25rem;
}

.recovery .alert-try-again {
  margin-bottom: 1.25rem !important;
  margin-top: 0.625rem !important;
}

#login {
  background: #f8f8f8;
}
#login div.alert-message-icon {
  width: 100%;
  padding: 1.25rem 0;
}
#login div.alert-message-icon.stop_move h3 {
  margin-right: 20px;
}
#login div.alert-message-icon.stop_move {
  background-color: transparent !important;
  background-position: 125% 80% !important;
}
#login div.alert-message-icon.no_linked, #login div.alert-message-icon.no_messages, #login div.alert-message-icon.no_versions {
  background-color: transparent !important;
}
#login div.alert-message-icon.alert_notice {
  background-color: transparent !important;
  background-size: 11% !important;
  background-position: 93% 60% !important;
}
#login div.alert-message-icon.launched {
  background-color: transparent !important;
  background-position: 115% 65% !important;
}
#login div.alert-message-icon.warning h3, #login div.alert-message-icon.alert h3 {
  text-align: center !important;
}
#login div.alert-message-icon.stop_move h3, #login div.alert-message-icon.launched h3, #login div.alert-message-icon.alert h3, #login div.alert-message-icon.stop h3, #login div.alert-message-icon.warning h3 {
  background-size: 11% !important;
  background-color: transparent !important;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 130%;
  text-align: center;
  background-position: 100% 100% !important;
  padding: 1.875rem 3.75rem 0.625rem 0;
}
#login .login-form .error em {
  color: #4a4a4a !important;
  font-style: oblique !important;
}
#login button {
  max-width: 11.625rem !important;
  height: 1.8125rem !important;
  margin: 1.25rem auto 1.25rem auto;
}
#login .alert-try-again {
  padding: 0.3125rem 0.75rem;
  margin-bottom: -1.125rem;
}
#login .alert-try-again span {
  font-size: 92% !important;
}
#login .alert-try-again .fieldset {
  display: none;
}
#login .login-error .error,
#login .login-loading .error {
  margin-top: 2.5rem;
  width: 21.875rem;
}
#login .login-http-error .error {
  width: 18.75rem;
  margin-top: 1.875rem;
  padding: 1.25rem 0 0 2.5rem;
}

.login-user-error .alert-button {
  margin-top: 0.625rem;
}
.login-user-error .alert-button .alert-main {
  text-align: center;
}
.login-user-error .alert-button .fieldset {
  display: none !important;
}

#login .inactive-sessions button {
  max-width: 260px !important;
}

.error-main .status-message {
  margin: -1.25rem auto -0.625rem auto !important;
}
.error-main .status-message .alert-message-icon.login-error {
  background-size: 3.125rem 3.125rem !important;
}
.error-main .status-message .alert-message-icon.login-error h3 span {
  font-size: 1.125rem !important;
}

#login .multiple-org-saml {
  margin-top: 2.5rem;
}
#login .multiple-org-saml button {
  max-width: 90% !important;
}

#login .login-success-container div.alert-message-icon.login-success {
  background-size: 50px 50px !important;
  max-width: 278px;
}
#login .login-success-container div.alert-message-icon.login-success h3 {
  padding-top: 20px !important;
}
#login .login-success-container div.alert-message-icon.login-success h3 span {
  white-space: nowrap;
}

#twona .feedback-item span.feedback-info strong,
#twona strong {
  font-family: "MontserratBold", sans-serif !important;
}
#twona .event-title, #twona .bubble-letter {
  font-family: "MontserratBold", sans-serif;
}
#twona .ai-bg .grid-wrapper {
  grid-template-columns: 100% !important;
  grid-template-areas: "header" "content " "footer" !important;
}
#twona .ai-bg .grid-wrapper .app-wrapper {
  grid-template-columns: 100% !important;
  grid-template-areas: "main" !important;
  padding: 0 120px 0 140px;
  min-height: auto !important;
  margin-top: 32px;
}
#twona .project-details-features .project-details-features-asignee .assignee-name {
  overflow: hidden;
  width: 155px;
  text-overflow: ellipsis;
  word-break: break-word;
}
#twona .message-files .display-list {
  top: 0;
}
#twona .project-details-comments-list .grid-list .dimmed {
  padding-top: 0 !important;
}
#twona .message-files .grid-list {
  top: 1.125rem;
  padding-top: 0;
  margin-bottom: 2.5rem;
}
#twona .message-files .notes-list .view-mode-nav {
  margin-top: -3.5rem;
}
#twona .message-files .displays-main {
  margin-bottom: 1.25rem;
}
#twona .approval-feedback-section .message-files .displays-main {
  margin-bottom: 3.75rem;
}
#twona .approval-feedback-section .message-files .notes-list .view-mode-nav {
  margin-top: 0.3125rem;
}
#twona .approval-feedback-section .message-files .notes-list .view-mode-nav .list-view-ico {
  margin-top: -0.4375rem !important;
}
#twona .approval-feedback-section .version-details-comments-list .message-files .notes-list .view-mode-nav {
  margin-top: 0.375rem;
}
#twona .approval-feedback-section .view-mode-nav {
  padding-top: 0;
  top: -2.1875rem;
}
#twona .approval-feedback-section .view-mode-nav .list-view-ico {
  margin-top: -0.6875rem !important;
}
#twona .approval-feedback-section .view-mode-nav .list-slash strong {
  line-height: 100%;
  position: relative;
  top: -0.5rem;
}
#twona .approval-feedback-section .view-mode-nav .grid-view-ico {
  margin-top: -0.375rem !important;
}
#twona .approval-feedback-section .display-list,
#twona .approval-feedback-section .grid-list {
  top: 0;
  margin-bottom: -1.875rem;
}
#twona .attachments-active-list .notes-list {
  margin-left: 2.1875rem !important;
}
#twona .attachments-active-list .view-mode-nav {
  padding-top: 0;
  top: -2.1875rem;
}
#twona .attachments-active-list .display-list,
#twona .attachments-active-list .grid-list {
  top: 0.625rem;
}
#twona .project-details-comments-list .message-main .pdfjs-viewer .loader {
  margin-top: -2.1875rem;
}
#twona .pdfjs-viewer iframe {
  border: 1px solid #e7e7e7 !important;
}
#twona .pdfjs-viewer .alert.alert-message-icon {
  max-width: 610px;
}
#twona .pdfjs-viewer .alert.alert-message-icon h3 {
  background-size: 50px !important;
}
#twona .notes-load-error .alert.alert-message-icon {
  max-width: 700px;
  margin-top: 20px;
}
#twona .notes-load-error .alert.alert-message-icon h3 {
  background-size: 50px !important;
}
#twona .dashboard-bg .grid-wrapper .main-section,
#twona .dashboard-bg .grid-wrapper .plugin,
#twona .dashboard-bg .grid-wrapper .main-section.plugin,
#twona .dashboard-bg .app-wrapper .tab_navigation,
#twona .dashboard-bg .app-wrapper .main-content,
#twona .dashboard-bg .app-wrapper,
#twona .dashboard-bg .pin_navigation,
#twona .settings-bg .grid-wrapper .main-section,
#twona .settings-bg .grid-wrapper .plugin,
#twona .settings-bg .grid-wrapper .main-section.plugin,
#twona .settings-bg .app-wrapper .tab_navigation,
#twona .settings-bg .app-wrapper .main-content,
#twona .settings-bg .app-wrapper,
#twona .settings-bg .pin_navigation,
#twona .add-project-bg .grid-wrapper .main-section,
#twona .add-project-bg .grid-wrapper .plugin,
#twona .add-project-bg .grid-wrapper .main-section.plugin,
#twona .add-project-bg .app-wrapper .tab_navigation,
#twona .add-project-bg .app-wrapper .main-content,
#twona .add-project-bg .app-wrapper,
#twona .add-project-bg .pin_navigation,
#twona .library-bg .grid-wrapper .main-section,
#twona .library-bg .grid-wrapper .plugin,
#twona .library-bg .grid-wrapper .main-section.plugin,
#twona .library-bg .app-wrapper .tab_navigation,
#twona .library-bg .app-wrapper .main-content,
#twona .library-bg .app-wrapper,
#twona .library-bg .pin_navigation {
  background: transparent !important;
}
#twona .loader_small div.alert-loading {
  margin: 0 !important;
  padding: 0 !important;
}
#twona .loader_small .alert-loading-content {
  width: 20px !important;
  height: 20px !important;
}
#twona .loader_small .alert-loading-content img {
  width: 20px !important;
  height: 20px !important;
}
#twona .box-plugin .alert-loading {
  background: transparent;
}
#twona .header-drop .header.main-app .avatar {
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
}
#twona .header {
  background: #ffffff !important;
}
#twona .autocomplete-results ul {
  background: #fff;
}
#twona .autocomplete-results .header:hover {
  background: #FBFBFB !important;
}
#twona .autocomplete-results .header.main-app {
  padding-bottom: 0.0625rem !important;
  cursor: pointer;
}
#twona .autocomplete-results .header.main-app .info p span {
  display: block;
}
#twona .autocomplete-results .header.main-app .info p span.user-name {
  font-family: "MontserratBold", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
}
#twona .tw-header__info-user .header.main-app .author-line-open .author-name {
  line-height: 100% !important;
}
#twona .tw-header__info-user .header.main-app .author-name {
  font-family: "Montserrat", sans-serif;
  line-height: 2.5rem !important;
  text-transform: none !important;
  color: #c0c0c0;
  cursor: pointer !important;
  text-decoration: none;
}
#twona .header.main-app {
  font-size: 1.5rem;
  padding-bottom: 0 !important;
}
#twona .header.main-app .info {
  padding-left: 0.5rem !important;
}
#twona .header.main-app .avatar {
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
  cursor: pointer;
}
#twona .main-section .error {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 24%;
  left: 0%;
}
#twona .main-section .error .error_body {
  max-width: 17.5rem;
  position: relative;
  margin: 0 auto;
}
#twona .main-section .error .error_body p {
  white-space: nowrap;
  position: absolute;
}
#twona .main-section .error .error_body,
#twona .main-section.plugin .error .error_body {
  max-width: 59.375rem !important;
  text-align: center;
}
#twona .main-section .error .error_body h2.title,
#twona .main-section.plugin .error .error_body h2.title {
  font-family: "MontserratBold", sans-serif;
}
#twona .main-section .error .error_body p,
#twona .main-section.plugin .error .error_body p {
  white-space: normal;
}
#twona .main-section .error .error_body .content,
#twona .main-section.plugin .error .error_body .content {
  text-align: center !important;
  display: block;
}
#twona .main-section .error .error_body .content p.txt,
#twona .main-section.plugin .error .error_body .content p.txt {
  padding-left: 0;
  display: block;
}
#twona .main-section.plugin .error .error_body p,
#twona .main-section .error .error_body p {
  position: relative !important;
}
#twona .tw-header__info-user .header-dropdown .header.main-app .author-name {
  color: #000000 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
}
#twona .inv-add .box-form__fieldset button {
  text-transform: uppercase !important;
}
#twona .labels li.item-excluded span {
  cursor: default !important;
  opacity: 0.25;
}
#twona .project-version-box.version-upload-section .files-upload ul li.files-upload-li .ctn,
#twona .project-attachments-upload.project-add-box .files-upload ul li.files-upload-li .ctn {
  border: 0 !important;
}
#twona .project-version-box.version-upload-section .files-upload ul li.files-upload-li .ctn .list-item,
#twona .project-attachments-upload.project-add-box .files-upload ul li.files-upload-li .ctn .list-item {
  border: 0 !important;
}
#twona .apollo-main.upload .two-boxes-plugin .uplodaded .list-item .right {
  text-align: left !important;
}
#twona .apollo-main.upload .two-boxes-plugin .uplodaded .list-item button {
  top: 26px !important;
}
#twona .apollo-main.upload .two-boxes-plugin .files-upload-li .list-item {
  padding: 14px 0 !important;
}
#twona .apollo-main.upload .two-boxes-plugin .files-upload ul li {
  margin-top: 0.875rem !important;
}
#twona .apollo-main.upload .two-boxes-plugin .files-upload ul li .progressbar {
  min-height: 3.75rem !important;
}
#twona .project-details-section .version-details-preview-file .pdfjs-viewer,
#twona .version-details-section .version-details-preview-file .pdfjs-viewer {
  margin-top: 0.625rem;
  margin-bottom: 1.5625rem;
  height: 37.5rem;
}
#twona .project-details-section .version-details-preview-file .pdfjs-viewer .viewer,
#twona .version-details-section .version-details-preview-file .pdfjs-viewer .viewer {
  height: 37.5rem;
}
#twona .project-details-section .version-details-preview-file .pdfjs-viewer .loader,
#twona .version-details-section .version-details-preview-file .pdfjs-viewer .loader {
  margin-top: 0.625rem;
}
#twona .project-details-section .version-details-preview-file .pdfjs-viewer .loader .dimmed,
#twona .version-details-section .version-details-preview-file .pdfjs-viewer .loader .dimmed {
  display: block;
}
#twona .project-details-section .version-details-preview-file .pdfjs-viewer .loader .dimmed .dimmed_box_large,
#twona .version-details-section .version-details-preview-file .pdfjs-viewer .loader .dimmed .dimmed_box_large {
  height: 35rem;
}
#twona .message-main .pdfjs-viewer {
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  height: 37.5rem;
}
#twona .message-main .pdfjs-viewer .viewer {
  height: 37.5rem;
}
#twona .message-main .pdfjs-viewer .loader .dimmed {
  display: block;
}
#twona .message-main .pdfjs-viewer .loader .dimmed .dimmed_box_large {
  height: 33.125rem;
}
#twona .pdfjs-viewer .alert-message-icon.no_linked {
  background-position: 90% 30% !important;
  height: 140px;
  margin-top: 30px;
  background-size: 40% 40% !important;
}

.record-configuration .select-default select {
  font-family: "Montserrat", sans-serif;
  min-width: 21.875rem !important;
  max-width: 21.875rem !important;
  margin-top: 0.625rem;
}

#body .popup-box.popup-error .alert-message-icon {
  max-width: 27.5rem !important;
  width: 27.5rem !important;
  padding: 0 2.0625rem 1.875rem 0 !important;
}

#twona .modal-record-player-main .popup-box .alert-message-icon,
#twona .modal-record-main .popup-box .alert-message-icon,
#twona .messages-section-main .popup-box.popup-error .alert-message-icon,
#body .modal-record-main .popup-box .alert-message-icon,
#body .modal-record-player-main .popup-box .alert-message-icon {
  padding-right: 0 !important;
  padding-left: 0 !important;
  max-width: auto !important;
  width: auto !important;
  padding: 0 !important;
}
#twona .modal-record-player-main .popup-box .alert-message-icon.alert h3,
#twona .modal-record-main .popup-box .alert-message-icon.alert h3,
#twona .messages-section-main .popup-box.popup-error .alert-message-icon.alert h3,
#body .modal-record-main .popup-box .alert-message-icon.alert h3,
#body .modal-record-player-main .popup-box .alert-message-icon.alert h3 {
  background-size: 3.125rem 3.125rem !important;
  background-position: 50% 0% !important;
  padding-top: 70px !important;
}

#body .modal-record-player-main .popup-box.popup-error .alert-message-icon,
#body .modal-record-player-main .popup-box.popup-error .alert-message-icon,
.modal-record-player-main .popup-box.popup-error .alert-message-icon,
.modal-record-main .popup-box.popup-error .alert-message-icon,
.popup-box.popup-error .alert-message-icon {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-top: 1.875rem !important;
  max-width: 100% !important;
  width: 100% !important;
}
#body .modal-record-player-main .popup-box.popup-error .alert-message-icon.alert h3,
#body .modal-record-player-main .popup-box.popup-error .alert-message-icon.alert h3,
.modal-record-player-main .popup-box.popup-error .alert-message-icon.alert h3,
.modal-record-main .popup-box.popup-error .alert-message-icon.alert h3,
.popup-box.popup-error .alert-message-icon.alert h3 {
  background-position: 50% 0% !important;
}
#body .modal-record-player-main .popup-box.popup-error .alert-message-icon h3,
#body .modal-record-player-main .popup-box.popup-error .alert-message-icon h3,
.modal-record-player-main .popup-box.popup-error .alert-message-icon h3,
.modal-record-main .popup-box.popup-error .alert-message-icon h3,
.popup-box.popup-error .alert-message-icon h3 {
  padding-left: 50px !important;
  padding-top: 50px !important;
}
#body .modal-record-player-main .popup-box.popup-error .alert-message-icon h3 span,
#body .modal-record-player-main .popup-box.popup-error .alert-message-icon h3 span,
.modal-record-player-main .popup-box.popup-error .alert-message-icon h3 span,
.modal-record-main .popup-box.popup-error .alert-message-icon h3 span,
.popup-box.popup-error .alert-message-icon h3 span {
  font-size: 80%;
}

.event-item .action-link {
  color: #2e49eb;
  cursor: pointer;
  font-family: "MontserratBold", sans-serif;
  text-decoration: underline;
}
.event-item .action-link:hover {
  text-decoration: none;
}
.event-item .notification-activity {
  position: absolute;
  color: #4a4a4a;
  right: 16px;
  top: 12px;
  font-size: 0.875rem;
}
.event-item .notification-activity.dismiss {
  cursor: pointer;
  text-decoration: underline;
}
.event-item .notification-activity.dismiss:hover {
  text-decoration: none;
}
.event-item p {
  padding-bottom: 0;
  font-size: 0.875rem;
  line-height: 150%;
}
.event-item .header-notification {
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.event-item .header-notification strong {
  color: #c8494e;
  margin-left: 10px;
}
.event-item .header-notification h3 {
  color: #2e49eb;
  margin: 0 0 6px 0;
  text-transform: none;
  font-size: 0.875rem;
}

.helpers-upload-main .files-upload ul li {
  height: 30px;
  overflow: hidden;
}
.helpers-upload-main .list-item {
  border: 1px solid #eaeaea !important;
  margin-bottom: 6px;
}

.uplodaded .list-item .main {
  min-width: 75% !important;
  max-width: 75% !important;
  width: 75% !important;
}
.uplodaded .list-item .right {
  min-width: 20% !important;
  max-width: 20% !important;
  width: 20% !important;
  text-align: right !important;
  padding-right: 0 !important;
}
.uplodaded .list-item .right span {
  padding-right: 1.25rem !important;
}

.ctn.fail .list-item button {
  color: #c8494e;
}

.ctn .list-item {
  position: relative;
}
.ctn .list-item button {
  position: sticky;
  padding-left: 8px;
}

.list-item {
  display: flex;
  flex-direction: row;
}

.note-box-main .note-list-main ol {
  padding-left: 20px;
  font-family: "MontserratBold", sans-serif;
}
.note-box-main .note-list-main ol li span {
  font-family: "MontserratBold", sans-serif !important;
  font-size: 0.75rem;
}

.files-upload .drag {
  display: block;
  cursor: pointer;
  height: 3.5rem;
  line-height: 3.5rem;
  border: 1px dashed #c0c0c0;
  margin-bottom: 0.9375rem;
  text-align: center;
  background: #ffffff;
}
.files-upload .drag input {
  position: absolute;
  left: -624.9375rem;
}
.files-upload .drag div span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #4a4a4a;
  cursor: pointer;
  height: 3.5rem;
  margin-bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.files-upload .drag div span em {
  display: none;
}
.files-upload .drag:hover {
  background: rgba(46, 73, 235, 0.1);
}

.counter-header h5 {
  font-family: "MontserratBold", sans-serif;
  font-size: 0.875rem;
  color: #4a4a4a;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.counter-header h5 span {
  margin-left: 0.3125rem;
}
.counter-header .icon-circle {
  top: -2px;
  left: 4px;
}

.version-files-list-id-data .icon-circle {
  top: -2px;
  margin-left: 8px !important;
}

.version-related-group .file-list-checkbox,
.version-origin-artwork .file-list-checkbox {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #ffffff !important;
  margin-top: -1px;
}
.version-related-group .file-list-checkbox .counter-header,
.version-origin-artwork .file-list-checkbox .counter-header {
  padding-top: 0 !important;
}
.version-related-group .file-list-checkbox .counter-header h5,
.version-origin-artwork .file-list-checkbox .counter-header h5 {
  padding-left: 20px;
}
.version-related-group ul.version-related-group-list ul.labels,
.version-origin-artwork ul.version-related-group-list ul.labels {
  min-height: 20px;
  margin-left: 20px !important;
  margin-top: -24px !important;
}
.version-related-group ul.version-related-group-list ul.labels .item span,
.version-origin-artwork ul.version-related-group-list ul.labels .item span {
  font-size: 14px !important;
}

.version-origin-artwork .version-related-item .version-files-list-item-feedabcks {
  padding-left: 5px !important;
}

.version-origin-artwork ul.labels {
  min-height: 20px;
  margin-left: 20px !important;
  margin-top: -24px !important;
}

#twona .v-origin-artwork-error div.alert-message-icon.alert {
  width: 100% !important;
}
#twona .v-origin-artwork-error div.alert-message-icon.alert h3 {
  background-position: 100% 20px !important;
  background-size: 60px !important;
}

.box_default {
  display: block;
  width: 100%;
  border: 1px solid #e7e7e7;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
.box_default label {
  display: block;
  font-size: 14px;
  font-family: "MontserratBold", sans-serif;
  color: #4a4a4a;
}
.box_default input {
  border: 1px solid #c0c0c0;
  color: #4a4a4a;
  display: block;
  width: 100%;
  min-width: 100%;
  padding-left: 0.625rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.5rem;
  line-height: 2.25rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}
.box_default input.input-error {
  border: 1px solid #c8494e;
}
.box_default input::-webkit-input-placeholder {
  opacity: 0.8;
}
.box_default input:focus::-webkit-input-placeholder {
  color: transparent;
}
.box_default.box_white {
  background: #ffffff;
}
.box_default.box_grey {
  background: #F6F6F6;
}
.box_default .box_main {
  padding-top: 0.9375rem;
}
.box_default .box_main .box_item select {
  min-width: 50%;
  height: 2.375rem !important;
  margin-top: 0.875rem;
  background-position: 99% 75% !important;
}

.box_fieldset {
  width: 100%;
  max-width: 100%;
  padding: 12px 0 0 0;
  display: flex;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.box_fieldset button {
  display: block;
  color: #ffffff;
  background: #2a42ee;
  position: relative;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  margin-right: 1.375rem;
  max-width: 100px;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
}
.box_fieldset button.grey {
  margin-right: 0 !important;
}
.box_fieldset button:active, .box_fieldset button:hover, .box_fieldset button:focus {
  outline: none;
  background: #ffffff;
  border: 0.0625rem solid #2a42ee;
  color: #2a42ee;
}

.txt_uppercase {
  text-transform: uppercase;
}

.txt_error {
  color: #c8494e;
}

.labels-header-container {
  margin-bottom: -0.375rem;
}
.labels-header-container span {
  margin-bottom: 0.375rem !important;
}

.header.main-app .avatar {
  overflow: visible;
}

.version-details-feedback .feedback-item .dot-nav-main {
  position: absolute;
  right: 6px;
  top: 6px;
}
.version-details-feedback .feedback-item .dot-nav-main .dot-nav {
  width: 26px;
  height: 16px;
}

/********* --- **************/
/************ 4. AVATAR  **************/
.avatar {
  position: relative;
  overflow: hidden;
  height: 2.5rem;
  width: 2.5rem;
}
.avatar img {
  width: 100% !important;
  height: 100% !important;
}
.avatar img[src=""],
.avatar img:not([src]) {
  width: 103% !important;
  border: 0 !important;
  outline: none !important;
  height: 103% !important;
  margin: -2% -1% -1% -3% !important;
}

.carousel-upload .carousel-list li {
  border: 0.0625rem solid transparent;
}

#twona .carousel {
  padding: 0;
}

.preview-viewer .preview-canvas .buttons-tool {
  left: 18px !important;
}

.versions-details-main .version-details-comments-list .header.main-app p {
  flex-direction: row !important;
}
.versions-details-main .version-details-comments-list .header.main-app .author-feedback {
  display: block;
  order: 2;
  margin-top: -2px;
}

.header.main-app .author-feedback {
  display: none;
}

/************ 5. WYSIWYG EDITOR  **************/
.wysiwyg-extended {
  display: grid;
  width: 100%;
}
.wysiwyg-extended .ql-container {
  height: 276px !important;
}
.wysiwyg-extended .ql-editor {
  word-break: break-all;
  max-width: 68vw;
  padding-right: 10px !important;
  font-family: "Montserrat", sans-serif;
}
.wysiwyg-extended .ql-editor p .ap {
  overflow: visible !important;
}
.wysiwyg-extended .ql-editor ul {
  margin-left: 25px !important;
}
.wysiwyg-extended .ql-editor ul li {
  padding-left: 0 !important;
  list-style-type: circle !important;
}
.wysiwyg-extended .ql-editor ul li::before {
  content: none !important;
  margin-left: -20px !important;
}
.wysiwyg-extended .ql-editor em {
  font-style: oblique !important;
}
.wysiwyg-extended .ql-editor strong {
  font-weight: bolder !important;
}
.wysiwyg-extended .ql-editor strong > em {
  font-style: oblique !important;
  font-weight: bolder !important;
}
.wysiwyg-extended .ql-formats {
  padding-right: 1.0625rem;
  border-right: 1px #D6D6D6 solid;
}
.wysiwyg-extended .ql-formats:last-child {
  border-right: 0 !important;
}
.wysiwyg-extended .ql-toolbar.ql-snow {
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  border: 1px solid #cccccc;
  position: relative;
}
.wysiwyg-extended .ql-toolbar.ql-snow #textarea-emoji {
  position: absolute;
  top: 60px !important;
  left: 20px;
  max-width: 85% !important;
}
.wysiwyg-extended .ql-toolbar.ql-snow #textarea-emoji #tab-toolbar,
.wysiwyg-extended .ql-toolbar.ql-snow #textarea-emoji #tab-panel {
  position: sticky;
  z-index: 20000000000;
}
.wysiwyg-extended #emoji-palette {
  max-width: 85% !important;
  left: 12px !important;
  top: 5px !important;
  margin: 25px 0;
}
.wysiwyg-extended #emoji-palette #tab-toolbar ul {
  justify-content: left !important;
}
.wysiwyg-extended #emoji-palette #tab-toolbar ul li {
  margin-right: 3px !important;
}
.wysiwyg-extended #emoji-palette #tab-panel {
  padding-top: 10px;
  max-height: 180px !important;
  justify-content: normal !important;
}
.wysiwyg-extended #emoji-palette #tab-panel .ap.bem {
  margin-bottom: 10px !important;
}
.wysiwyg-extended button.ql-active .ql-stroke {
  stroke: #222CE5 !important;
}

.message-text em {
  font-style: oblique !important;
}
.message-text strong {
  font-weight: bolder !important;
}
.message-text strong > em {
  font-style: oblique !important;
  font-weight: bolder !important;
}

#login .login-form.user-confirm .alert-try-again {
  padding-top: 0.75rem;
  padding-bottom: 1.875rem;
  margin-bottom: 0;
}
#login .login-form-main.recovery .card p {
  line-height: 160%;
  max-width: 354px;
}
#login .login-form-main .login-form .alert-try-again {
  margin-bottom: 1.875rem !important;
}
#login .login-saml-error .error {
  width: 100%;
  padding-left: 2.5rem;
}

.modal-signature-main .loader-small div.alert-loading {
  padding: 0.5625rem 0 0rem 0;
  min-height: 3rem;
}
.modal-signature-main .loader-small div.alert-loading .alert-loading-content {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}
.modal-signature-main .loader-small div.alert-loading .alert-loading-content img {
  width: 1.5625rem !important;
  height: 1.5625rem !important;
}

@media (min-width: 1px) and (max-width: 736px) {
  #login .organization-mngmt-container {
    width: auto !important;
  }
  #login .organization-mngmt-container .error-state {
    position: static !important;
  }
  #login .organization-mngmt-container .error-state button {
    position: static !important;
  }
  #login .disconnect-error .status-message div.alert-message-icon.warning {
    width: 75% !important;
  }
  #login .disconnect-error .status-message div.alert-message-icon.warning h3 {
    background-position: 100% 55% !important;
  }
  #login div.alert-message-icon {
    padding-top: 0;
  }
  #login div.alert-message-icon.alert h3 {
    background-size: 18% !important;
    background-color: transparent !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 130%;
    background-position: 50% 40% !important;
    padding: 7.5rem 0 0.625rem 0;
  }
  #login .login-loading .error {
    margin-top: 1.25rem;
  }
  #login .alert-try-again {
    padding: 0.3125rem 0rem;
  }
  #login .alert-try-again span {
    white-space: normal;
  }
  #body .feedback-content-main .complete-box .complete-box-action.completed-artwork .action-icon.complete-ico {
    position: relative;
    top: 25px;
    margin-bottom: -30px !important;
  }
  #body .feedback-content-main .complete-box .complete-box-action {
    padding-top: 0;
    margin-top: -1.25rem;
    margin-bottom: 1.25rem !important;
  }
  #body .feedback-content-main .complete-box .complete-box-action figure.action-icon.complete-ico {
    margin-bottom: -3.125rem !important;
    margin-top: 1.25rem;
    background-size: 3.75rem 3.75rem !important;
  }
  #body .layout-share-main {
    height: 100% !important;
  }
  #body .layout-share-main .plugin-wrapper {
    margin-bottom: 200px !important;
  }
  body#body .feedback-info .fieldset-buttons button {
    width: 140px !important;
    min-width: 140px !important;
  }
  body#body .files-list-download {
    margin-left: 0 !important;
  }
  body#body .files-list-download .list-item {
    text-align: center !important;
    position: relative !important;
    display: block !important;
  }
  body#body .files-list-download .list-item .main {
    max-width: 100% !important;
  }
  body#body .files-list-download .list-item .main span {
    width: 100%;
  }
  body#body .files-list-download .list-item .action {
    display: inline-block;
    width: 100% !important;
    max-width: 6.25rem !important;
    cursor: pointer;
    color: #ffffff;
    padding: 0.3125rem 0 0.3125rem 0.625rem;
    margin: 0.875rem auto 0rem auto !important;
    background: #2a42ee;
    color: #ffffff !important;
    border: 0 !important;
  }
  body#body .files-list-download .list-item .action span {
    text-decoration: none;
    color: #ffffff !important;
  }
  body#body .files-list-download .list-item .right {
    display: inline-block;
    width: auto !important;
    max-width: auto !important;
    cursor: pointer;
    color: #ffffff !important;
    padding: 0.3125rem 0 0.3125rem 0rem;
    margin: 0.875rem auto 0rem auto;
    background: #2a42ee;
    border: 0 !important;
  }
  body#body .files-list-download .list-item .right span {
    color: #ffffff !important;
    font-size: 0.875rem !important;
    text-align: left !important;
  }
  body#body .feedback-content .feedback-content-main.with-title h3 {
    min-width: 100% !important;
  }
  body#body .tw-timeline__item .author-name {
    word-break: break-all;
  }
  body#body .list-download-div {
    overflow-x: hidden;
  }
  body#body .tw-feedback {
    max-width: 100%;
  }
  body#twona .version-origin-artwork .group-item {
    max-width: 100% !important;
  }
  body#twona .version-origin-artwork ul.labels {
    margin-top: -24px !important;
  }
  body#twona .ai-bg .grid-wrapper .app-wrapper {
    padding: 0 0 0 0 !important;
  }
  body#twona .ai-bg .grid-wrapper .app-wrapper .question-prompt {
    margin-left: 0 !important;
  }
  body#twona .ai-bg .grid-wrapper .app-wrapper .question-prompt .question-ta {
    padding-left: 0 !important;
  }
  body#twona .project-stage-two .alert-message-icon.stop_move {
    background-size: 30% 30% !important;
    max-width: 183px !important;
    padding-bottom: 140px !important;
    background-position: 34% 69% !important;
    left: 30% !important;
    z-index: 999999;
    background-color: #fff !important;
    max-width: 100% !important;
  }
  body#twona .project-stage-two .alert-message-icon.stop_move h3 {
    font-size: 14px !important;
  }
  body#twona .plugin-wrapper {
    min-height: 90vh !important;
  }
  body#twona .core-notifications-main .notification-failed,
  body#twona .core-notifications-main .notification-action,
  body#twona .core-notifications-main .notification-success {
    width: 100% !important;
  }
  body#twona .version-detail-preview-file .note-legacy-wrapper {
    max-width: calc(100vw - 30px) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-top: 1px solid #afb3cb !important;
    border: 0;
    padding: 0 0 0 0 !important;
  }
  body#twona .version-detail-preview-file .note-legacy-wrapper .note-info {
    margin-bottom: 0 !important;
  }
  body#twona .box_default {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  body#twona .box_default.preview-main {
    width: 90% !important;
  }
  body#twona .box_default .box_main .box_item select {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  body#twona .box-plugin .alert-loading {
    background: transparent;
  }
  body#twona .app-wrapper .inv-add {
    margin-bottom: -1.5625rem;
  }
  body#twona .tw-header__info-user {
    min-height: 2.75rem !important;
    padding-top: 0.25rem !important;
    border-bottom: 1px solid #2e49eb;
  }
  body#twona .tw-header__info-user .header-drop {
    min-height: 5.625rem !important;
  }
  body#twona .tw-header {
    height: auto;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  }
  body#twona .tw-header__info-user .header.main-app {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  body#twona .tw-header__info-user .header-main-user {
    height: 2rem;
  }
  body#twona .tw-header__info-user .header {
    background: transparent !important;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: 100%;
    justify-content: flex-end;
  }
  body#twona .tw-header__info-user .header .avatar {
    order: 1;
  }
  body#twona .tw-header__info-user .dropmenu-opened .header {
    justify-content: flex-start !important;
  }
  body#twona .tw-header__info-user .dropmenu-opened .header .info {
    order: 2 !important;
  }
  body#twona .tw-header__info-user .header.main-app .author-name:after {
    display: none !important;
  }
  body#twona .tw-header__info-user .header-drop .header {
    background: #ffffff !important;
    padding: 0 0.9375rem 0.625rem 0.9375rem !important;
    height: 2.5rem;
  }
  body#twona .header-dropdown .header.main-app {
    padding-top: 0.9375rem !important;
  }
  body#twona .header-dropdown .header.main-app .avatar {
    height: 3.75rem !important;
    width: 3.75rem !important;
  }
  body#twona .tab-nav {
    position: relative;
    top: 1.625rem;
    min-height: 4.5rem;
  }
  body#twona .tab-nav-overflow.approvals_menu {
    margin-top: -3.375rem !important;
    margin-bottom: 1.25rem !important;
  }
  body#twona .tab-nav-overflow.approvals_menu .tab-nav {
    top: 0rem !important;
  }
  body#twona .d-section .tab-nav-overflow {
    margin-top: -3.375rem !important;
  }
  body#twona .d-section .tab-nav {
    top: 0rem !important;
  }
  body#twona .popup-box.popup-error .alert-message-icon.alert h3 {
    background-size: 35% 35% !important;
  }
  body#twona .project-details-features .project-details-features-asignee .assignee-name {
    width: 70% !important;
  }
  .settings-section .rules-add .select-multiple ul li {
    padding-left: 0 !important;
  }
  .modal-main div.alert-button {
    text-align: center !important;
  }
  .main-section.plugin .error .error_body {
    max-width: 18.75rem;
  }
  .modal-main div.alert-button .alert-main {
    border: 0.0625rem solid #c8494e;
    padding: 1.25rem 0;
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    -ms-border-radius: 0.3125rem;
    -o-border-radius: 0.3125rem;
  }
  .approval-notes .note-main .alert-try-again,
  .message-notes .note-main .alert-try-again {
    padding-left: 0;
    padding-right: 0;
  }
  .approval-notes .note-main {
    z-index: 20000000000 !important;
    padding-left: 0.625rem !important;
  }
  .tw-box-approval__fieldset {
    padding: 0.9375rem 0 0 0 !important;
  }
  .tw-box-approval__fieldset button {
    min-width: 6.25rem !important;
  }
  .message-notes .note-legacy-wrapper,
  .approval-notes .note-legacy-wrapper {
    padding-right: 0 !important;
    max-width: 90vw;
  }
  .message-notes .note-legacy {
    padding-right: 0 !important;
  }
  .tw-feedback__sup .header .author-line span {
    display: inline !important;
  }
  .freshwidget-button {
    margin-top: -80px !important;
  }
  .box_default .dot-nav ul {
    min-width: 78vw !important;
  }
  .dot-nav ul,
  .version-status-update-menu ul {
    border: 1px solid #cccccc !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    min-width: 92vw !important;
  }
  .record-configuration {
    padding-left: 1.25rem !important;
  }
  .record-configuration ul li {
    justify-content: flex-start !important;
  }
  .record-configuration .select-default select {
    margin-left: 1.25rem !important;
    min-width: 60vw !important;
    max-width: 12.5rem !important;
    margin-top: 0.625rem;
  }
  .profile-section .data-header {
    padding: 0.3125rem 0.9375rem 0 0.9375rem;
  }
  .settings-section .m_licenses {
    padding-top: 2.0625rem !important;
    padding-right: 1.25rem !important;
  }
  #login .login-saml .alert-message-icon h3 span {
    font-size: 17px !important;
  }
  #twona .attachments-active-list .notes-list {
    margin-left: 0 !important;
  }
  .version-details-feedback .feedback-item .dot-nav-main ul {
    right: -8px !important;
  }
  .wysiwyg-extended .ql-editor {
    max-width: 82vw;
  }
}
@media (min-width: 500px) and (max-width: 736px) {
  body#body .files-list-download .list-item {
    max-width: 82vw !important;
  }
  body#body .files-list-download .list-item .main {
    max-width: 100% !important;
  }
  body#body .files-list-download .list-item .right {
    max-width: auto !important;
  }
}
@media (min-width: 737px) and (max-width: 1200px) {
  .project-details-features .project-details-features-asignee .assignee-name {
    width: 100% !important;
  }
}
@media (min-width: 737px) and (max-width: 1200px) {
  #body .feedback-content-main .complete-box .complete-box-action figure.action-icon.complete-ico {
    margin-bottom: -50px !important;
    margin-top: 20px;
    background-size: 3.75rem 3.75rem !important;
  }
}
@media (max-width: 1199px) {
  .approval-notes .note-main .carousel {
    max-width: 78vw !important;
    margin-top: 0 !important;
  }
}
@media (min-width: 1600px) {
  #twona .files-upload .ctn .main span {
    max-width: 35vw !important;
  }
  #twona .files-upload .ctn_02 .main span {
    max-width: 35vw !important;
  }
}
@media (min-width: 1400px) {
  #twona .files-upload .ctn .main span {
    max-width: 28vw !important;
  }
  #twona .files-upload .ctn_02 .main span {
    max-width: 28vw !important;
  }
  #body .files-list-download .list-item .main {
    min-width: 85% !important;
    max-width: 85% !important;
    width: 85% !important;
  }
}
#login .login-form .error {
  padding-bottom: 2.5rem;
}

#login .login-form input {
  margin-bottom: 25px !important;
}

@media (min-width: 737px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #login section {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    padding-top: 0 !important;
  }
  #login section article {
    margin: 140px auto 0 auto !important;
  }
}
@media (min-width: 737px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #twona .plugin-wrapper {
    display: flex !important;
    padding-right: 1.25rem !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
    justify-content: space-between !important;
  }
  #twona .plugin-wrapper .tab_navigation {
    max-width: 170px !important;
  }
}
@media (min-width: 980px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #twona .two-boxes-plugin {
    justify-content: space-between !important;
  }
  #twona .two-boxes-plugin .box-plugin.box-single {
    max-width: 90% !important;
    width: 90% !important;
    margin-right: 20px !important;
  }
  #twona .two-boxes-plugin .box-plugin.box-single:last-child {
    margin-right: 0 !important;
  }
}
#body .messages-section-main .feedback-message-list .message .content .message-text {
  margin-top: -0.5rem;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/applications-imports/login.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/


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