.auc-btn, .auc-pagination button.active {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }

.auc-btn.auc-btn-secondary, .auc-pagination button {
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2); }

.auc-rte .dropzone .dz-preview .dz-remove, .auc-comment .auc-open-comment-menu {
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.auc-avatar-default {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.auc-box {
  background-color: white;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  padding: 20px; }

.auc-outline-box {
  border: 1px solid #d1d1d1;
  border-radius: 4px; }

.auc-btn {
  background-color: #2c6cb4;
  border: 0;
  color: white;
  border-radius: 4px;
  cursor: pointer; }
  .auc-btn:hover {
    background-color: #185497; }
  .auc-btn.auc-btn-secondary {
    background-color: #e6e6e6;
    color: #666666; }
    .auc-btn.auc-btn-secondary:hover {
      background-color: #d9d9d9; }

.spinner-btn {
  position: relative; }
  .spinner-btn i {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    background: url("./images/8-dots-rotate.svg") no-repeat center center;
    background-size: contain;
    filter: invert(100);
    display: none; }
  .spinner-btn.saving {
    padding-left: 40px; }
    .spinner-btn.saving i {
      display: block; }

#auc-quote-button {
  position: fixed;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 15px; }
  #auc-quote-button::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom-color: #2c6cb4; }
  #auc-quote-button:hover::before {
    border-bottom-color: #185497; }

.auc-rte textarea {
  visibility: hidden; }
.auc-rte .tox-tinymce {
  border: 0;
  margin-bottom: 3px; }
.auc-rte .dropzone {
  border: 0;
  border-top: 1px solid #d9d9d9;
  background-color: #e6e6e6;
  min-height: 0;
  padding: 0;
  border-radius: 0 0 4px 4px; }
  .auc-rte .dropzone .dz-message {
    margin: 0;
    padding: 16px; }
  .auc-rte .dropzone .dropzone-previews {
    padding: 16px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9; }
    .auc-rte .dropzone .dropzone-previews:empty {
      display: none; }
  .auc-rte .dropzone .dz-preview.dz-image-preview {
    background-color: transparent; }
  .auc-rte .dropzone .dz-preview .dz-image {
    border-radius: 4px !important;
    background: #cccccc !important; }
  .auc-rte .dropzone .dz-preview .dz-remove {
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 24px;
    right: -12px;
    top: -12px;
    background: url("./images/icon-close.svg") no-repeat center center;
    background-size: contain; }
  .auc-rte .dropzone .dz-preview .auc-dropzone-insert {
    background-color: black;
    color: white;
    width: 100%;
    padding: 6px 10px;
    text-align: center;
    border: 0;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 0 0 4px 4px;
    cursor: pointer; }
  .auc-rte .dropzone .dz-preview.dz-complete .dz-image {
    border-radius: 4px 4px 0 0 !important; }

.auc-submit-row {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  gap: 15px; }
  @media only screen and (max-width: 767px) {
    .auc-submit-row {
      justify-content: center; } }
  .auc-submit-row button {
    padding: 7px 15px; }

.auc-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 10px; }
  .auc-pagination button {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 7px;
    min-width: 26px;
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    cursor: pointer;
    color: #404040; }
    .auc-pagination button:hover {
      background-color: #e6e6e6;
      color: black; }
    .auc-pagination button.active {
      color: white;
      background-color: #2c6cb4; }
    .auc-pagination button.auc-prev-button:before {
      content: "\25C2"; }
    .auc-pagination button.auc-next-button:before {
      content: "\25B8"; }

.auc-page {
  display: none; }
  .auc-page.current {
    display: block; }

.auc-no-comments {
  margin-bottom: 30px; }

.auc-comments {
  display: none; }
  .auc-comments.loaded {
    display: block; }

.auc-avatar-default {
  background: url("./images/icon-person.svg") no-repeat center center;
  background-size: cover;
  opacity: 0.1; }

.auc-comment {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .auc-comment .auc-post-date {
    font-size: 14px;
    color: #999999;
    margin: 0;
    padding: 0; }
    .auc-comment .auc-post-date a {
      color: #999999; }
      .auc-comment .auc-post-date a:hover {
        color: #185497; }
  .auc-comment .auc-comment-author {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .auc-comment .auc-comment-author {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding-right: 60px; } }
    .auc-comment .auc-comment-author .auc-post-date {
      display: none;
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .auc-comment .auc-comment-author .auc-post-date {
          display: block; } }
  .auc-comment .auc-author-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e6e6e6;
    margin-top: 10px;
    position: relative;
    flex-shrink: 0;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .auc-comment .auc-author-avatar {
        width: 50px;
        height: 50px;
        margin-top: 0;
        margin-right: 10px; } }
  .auc-comment .auc-author-name {
    font-size: 18px; }
  .auc-comment .auc-comment-body {
    width: 1%;
    flex-grow: 1; }
    @media only screen and (max-width: 767px) {
      .auc-comment .auc-comment-body {
        padding-top: 20px; } }
    .auc-comment .auc-comment-body .auc-post-date {
      padding-bottom: 17px; }
      @media only screen and (max-width: 767px) {
        .auc-comment .auc-comment-body .auc-post-date {
          display: none; } }
  .auc-comment .auc-comment-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .auc-comment .auc-comment-menu ul {
      list-style: none;
      text-align: right;
      position: absolute;
      right: 0;
      top: 25px;
      background-color: white;
      padding: 5px 15px;
      box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      border: 1px solid #e6e6e6;
      display: none; }
    .auc-comment .auc-comment-menu li {
      white-space: nowrap;
      font-size: 14px;
      color: #2c6cb4;
      cursor: pointer;
      padding: 5px 0;
      border-top: 1px solid #e6e6e6; }
      .auc-comment .auc-comment-menu li:first-child {
        border-top: 0; }
      .auc-comment .auc-comment-menu li:hover {
        color: #185497; }
  .auc-comment .auc-open-comment-menu {
    display: block;
    border: 0;
    background: url("./images/icon-dots.svg") no-repeat center center transparent;
    background-size: 24px 24px;
    width: 34px;
    height: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 999px;
    opacity: 0.5;
    padding: 0; }
    .auc-comment .auc-open-comment-menu:hover {
      background-color: #e6e6e6;
      opacity: 1; }
  .auc-comment .auc-inserted-image {
    max-width: 1000px;
    display: inline-block;
    margin-top: 5px; }
    .auc-comment .auc-inserted-image img {
      max-width: 100%;
      max-height: 800px;
      display: block; }
  .auc-comment .auc-inserted-file {
    display: inline-block;
    padding: 3px 10px 3px 30px;
    border-radius: 4px;
    text-decoration: none;
    color: black;
    background-color: #e6e6e6;
    position: relative;
    font-size: 16px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 6px; }
    .auc-comment .auc-inserted-file::before {
      content: '';
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      left: 7px;
      top: 50%;
      margin-top: -9px;
      background: url("./images/icon-paperclip.svg") no-repeat center center;
      background-size: contain;
      opacity: 0.5; }
  .auc-comment .auc-mention {
    display: inline-block;
    padding: 2px 15px;
    border-radius: 999px;
    background-color: rgba(44, 108, 180, 0.2);
    color: #164662;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 16px;
    line-height: 23px; }
  .auc-comment blockquote.auc-quote {
    background-color: #f2f2f2;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 22px; }
    .auc-comment blockquote.auc-quote .auc-quote-author {
      padding: 8px 15px;
      background-color: #e6e6e6;
      font-size: 13px;
      line-height: 19px;
      font-weight: bold; }
    .auc-comment blockquote.auc-quote .auc-quote-text {
      padding: 0 15px; }
    .auc-comment blockquote.auc-quote .auc-quote-block {
      margin-block-start: 1em;
      margin-block-end: 1em; }
  .auc-comment[data-status="unpublished"] .auc-comment-author, .auc-comment[data-status="unpublished"] .auc-comment-body {
    opacity: 0.3; }

#auc-new-comment {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  #auc-new-comment .auc-user-avatar {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 2px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #e6e6e6; }
    @media only screen and (max-width: 767px) {
      #auc-new-comment .auc-user-avatar {
        display: none; } }
  #auc-new-comment .auc-speech-box {
    width: 1%;
    flex-grow: 1;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    position: relative; }
    #auc-new-comment .auc-speech-box:hover {
      border-color: #a6a6a6; }
    #auc-new-comment .auc-speech-box::before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      right: 100%;
      top: 22px;
      border: 7px solid transparent;
      border-right-color: inherit; }
      @media only screen and (max-width: 767px) {
        #auc-new-comment .auc-speech-box::before {
          display: none; } }
    #auc-new-comment .auc-speech-box::after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      right: 100%;
      top: 22px;
      border: 7px solid transparent;
      border-right-color: white;
      margin-right: -1px; }
      @media only screen and (max-width: 767px) {
        #auc-new-comment .auc-speech-box::after {
          display: none; } }
    #auc-new-comment .auc-speech-box label[for="auc_comment"] {
      display: block;
      padding: 17px 20px;
      cursor: pointer;
      color: gray; }
  #auc-new-comment .auc-submit-row {
    display: none; }
  #auc-new-comment form {
    display: none; }

#auc-edit-comment {
  display: none; }

label[for="auc_edit_comment"] {
  display: none; }
