.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

label {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.752px;
  color: #212121;
}
label .optional {
  color: #757575;
  font-weight: normal;
}
label .outer-container {
  position: relative;
}
label .outer-container .left-icons,
label .outer-container .right-icons {
  display: flex;
  position: absolute;
  height: 24px;
  gap: 8px;
}
label .outer-container .left-icons tttx-icon,
label .outer-container .right-icons tttx-icon {
  height: 24px;
  width: 24px;
}
label .outer-container .left-icons {
  left: 8px;
}
label .outer-container .right-icons {
  right: 8px;
}
label .outer-container input,
label .outer-container textarea {
  color: #212121;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-top: 4px;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  /* iPhone OS fix */
}
label .outer-container input.has-input-icon,
label .outer-container textarea.has-input-icon {
  padding-left: 40px;
}
label .outer-container input.has-input-icon.has-left-icon,
label .outer-container textarea.has-input-icon.has-left-icon {
  padding-left: 72px;
}
label .outer-container input.has-left-icon,
label .outer-container textarea.has-left-icon {
  padding-left: 40px;
}
label .outer-container input.has-right-icon,
label .outer-container textarea.has-right-icon {
  padding-right: 40px;
}
label .outer-container input.invalid,
label .outer-container textarea.invalid {
  border: 1px solid #dc0000;
}
label .outer-container input:not([type=submit]),
label .outer-container textarea:not([type=submit]) {
  font-family: "Roboto", serif;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 18.752px;
}
label .outer-container input[type=radio],
label .outer-container textarea[type=radio] {
  width: 20px;
  height: 20px;
}
label .outer-container input[type=date],
label .outer-container textarea[type=date] {
  background: white;
  display: block;
  min-width: calc(100% - 18px);
  line-height: 37px;
}
label .outer-container input[readonly],
label .outer-container textarea[readonly] {
  cursor: default;
  pointer-events: none;
  user-select: none;
  color: gray;
}
label .outer-container input:focus,
label .outer-container textarea:focus {
  border-color: #1479c6;
}
label .outer-container input:focus-visible,
label .outer-container textarea:focus-visible {
  outline: none;
}
label .outer-container textarea {
  padding: 8px;
  height: auto;
  min-height: 100px;
  resize: vertical;
}
label .outer-container textarea.resize-none {
  resize: none;
}
label .outer-container.inputBlock {
  display: flex;
  align-items: center;
  line-height: 21px;
}
label .outer-container.inputBlock .left-icons,
label .outer-container.inputBlock .right-icons {
  margin-top: 4px;
}
label .outer-container.inputBlock.readonly {
  pointer-events: none;
  user-select: none;
  color: gray;
}
label .outer-container.inputBlock.radioBlock {
  display: block;
}
label .outer-container.inputInline {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin: 0;
}
label .outer-container.inputInline input {
  margin-top: 0;
}
label .secondarylabel {
  color: #757575;
  font-size: 14px;
  line-height: 16.408px;
  font-weight: normal;
  display: flex;
  margin-top: 4px;
}
label .errorBubble {
  position: relative;
  font-size: 14px;
  line-height: 16.408px;
  font-weight: normal;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #dc0000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 4px;
}
label .errorBubble:not(.visible) {
  display: none;
}
label .errorBubble span {
  color: #dc0000;
  font-size: 16px;
  margin-right: 4px;
}

* {
  font-family: "Roboto", sans-serif;
}

#comment-container {
  display: flex;
  height: 100%;
  flex-direction: column;
}

#comment-bubbles-section {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 8px;
  padding-bottom: 8px;
  overflow: hidden;
}

#input-section,
#input-section form {
  display: flex;
  flex-direction: column;
  padding: 0px 1px;
}

#scroll-container {
  display: flex;
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
  align-items: end;
  flex-direction: column;
}

.commentBubble {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
  width: 100%;
}
.commentBubble > .bubbleText {
  background: #f0f0f0;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 4px;
  margin-top: 10px;
  font-size: 11pt;
  white-space: wrap;
}
.commentBubble > span {
  color: #757575;
  font-size: 10pt;
  margin: 2px 16px;
}
.commentBubble.right > span {
  text-align: right;
}
.commentBubble.left > span {
  text-align: left;
}

input {
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 11pt;
}
input[type=text] {
  flex-grow: 1;
}

input[type=submit] {
  text-transform: uppercase;
  background: white;
  font-size: 10pt;
  margin-top: 8px;
  width: 132px;
  display: flex;
  align-self: end;
}
input[type=submit]:hover, input[type=submit]:active {
  background: #dddddd;
}

button#attach-file {
  text-transform: uppercase;
  background: white;
  font-size: 10pt;
  margin-top: 8px;
  align-self: end;
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
}
button#attach-file:hover, button#attach-file:active {
  background: #dddddd;
}
button#attach-file * {
  margin-top: 3px;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

button.linkButton {
  border: none;
  background: transparent;
  color: #3680bd;
  cursor: pointer;
  padding: 0;
  margin-left: 5px;
  font-size: 11pt;
}

.file-link-container {
  display: flex;
  align-items: center;
}

.commentBubble .bubbleHeader {
  display: flex;
  justify-content: space-between;
}

.commentName {
  color: black;
  font-size: 10pt;
}

.commentContext {
  color: gray;
  font-size: 10pt;
}

.commentBubble .bubbleFooter {
  display: flex;
  padding: 0 10px;
  font-size: 9pt;
  color: #757575;
}

.comment-date {
  margin-left: auto;
}

.editing-sub-text {
  margin-top: 5px;
  font-size: 9pt;
  color: #757575;
}

.flex-right-align {
  margin-left: auto;
}

.cancel-edit-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}

.cancel-edit-button {
  color: whitesmoke;
  background-color: #aaaaaa;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  margin-top: 11px;
  margin-right: 18px;
}

.clickable, .clickable > * {
  cursor: pointer;
}

.deleted-comment {
  background: white !important;
  color: gray;
  border: 1px solid lightgray;
}

.commentDivider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}

.errorBubble {
  position: relative;
  font-size: 14px;
  line-height: 16.408px;
  font-weight: normal;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #dc0000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 4px;
}
.errorBubble:not(.visible) {
  display: none;
}
.errorBubble span {
  color: #dc0000;
  font-size: 16px;
  margin-right: 4px;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #9e9e9e;
}

.comment-textarea {
  resize: vertical;
  height: var(--textarea-max-height, 90px);
  width: 100%;
  padding: 10px 35px 10px 12px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}

.no-comments {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  color: #757575;
  font-size: 14px;
  gap: 4px;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
}

.mt-s {
  margin-top: 4px;
}

.bubble-header-inner {
  display: flex;
}

.unread-symbol {
  margin-left: 5px;
}

.unread-comment-divider {
  display: flex;
  margin: 10px 0;
}

.unread-comments-text {
  font-size: 10pt;
  margin: 0px 10px;
  white-space: nowrap;
  color: #757575;
}

.unread-comment-divider-line {
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
}