.dashboard-drupal-block .comment-form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .dashboard-drupal-block .comment-form {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 575.98px) {
  .dashboard-drupal-block .comment-form {
    padding: 0.625rem;
  }
}
.dashboard-drupal-block .comment-form .emoji-picker {
  position: absolute;
  right: 3.5rem;
  top: 3.0625rem;
  border-radius: 50%;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #fff url(./images/design/face-smile-upside-down.svg) center no-repeat;
  padding: 0;
  border: none;
  min-width: 0;
  min-height: 0;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
.dashboard-drupal-block .comment-form .emoji-picker:hover {
  border-color: #a4e9d7;
  background-color: #a4e9d7;
  color: transparent;
}
.dashboard-drupal-block .comment-form .post-form-submit-active {
  background-color: #fff;
  background: url(./images/design/send-navy.svg) 5px 8px/24px no-repeat;
  border-color: #4ad3b0;
  -webkit-transition: none;
  transition: none;
}
.dashboard-drupal-block .comment-form .post-form-submit-active:hover {
  background-color: #a4e9d7;
  -webkit-transition: none;
  transition: none;
}
.dashboard-drupal-block .comment-form iframe {
  height: 172px !important;
  overflow-y: hidden;
}
.dashboard-drupal-block .comment-form iframe .form-item-upload {
  margin-bottom: 0;
}
.dashboard-drupal-block .comment-form .form-item legend {
  display: none;
}
.dashboard-drupal-block .comment-form .awards-list-moduleon {
  padding-left: 0;
  margin-top: 7px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .dashboard-drupal-block .comment-form .awards-list-moduleon {
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.dashboard-drupal-block .comment-form .awards-list-moduleon .fi {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  font-size: 20px;
}
@media (max-width: 1399.98px) {
  .dashboard-drupal-block .comment-form .awards-list-moduleon .awards-list__item {
    margin-right: 5px;
  }
}
@media (max-width: 1199.98px) {
  .dashboard-drupal-block .comment-form .awards-list-moduleon .awards-list__item {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .dashboard-drupal-block .comment-form .awards-list-moduleon .awards-list__item {
    margin-right: 5px;
  }
}
.dashboard-drupal-block .comment-form .awards-list-moduleon a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-drupal-block .comment-form .awards-list-moduleon a:last-child {
  margin-right: 0;
}
.dashboard-drupal-block .comment-form .awards-list-moduleon .icon-file {
  background: #fff url(./images/design/file-icon.svg) center no-repeat;
  border: 1px solid #4ad3b0;
  border-radius: 50%;
  height: 2.5rem;
  min-height: 0;
  min-width: 0;
  outline: none;
  text-indent: -9999px;
  width: 2.5rem;
  margin-left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dashboard-drupal-block .comment-form .awards-list-moduleon .icon-file:hover {
  background-color: #a4e9d7;
}
@media (max-width: 991.98px) {
  .dashboard-drupal-block .comment-form .awards-list-moduleon .icon-file {
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.1875rem;
    padding: 0.625rem;
  }
}
.dashboard-drupal-block .comment-form .awards-list-moduleon .icon-pic {
  background: #fff url(./images/design/picture.svg) center no-repeat;
  border: 1px solid #4ad3b0;
  border-radius: 50%;
  height: 2.5rem;
  min-height: 0;
  min-width: 0;
  outline: none;
  text-indent: -9999px;
  width: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dashboard-drupal-block .comment-form .awards-list-moduleon .icon-pic:hover {
  background-color: #a4e9d7;
}
@media (max-width: 991.98px) {
  .dashboard-drupal-block .comment-form .awards-list-moduleon .icon-pic {
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.125rem;
    padding: 0.625rem;
  }
}
.dashboard-drupal-block .comment-form .post-hint {
  margin: 1.25rem 0;
  font-weight: 600;
  color: #2f3758;
}
.dashboard-drupal-block .comment-form__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.dashboard-drupal-block .comment-form__container .form-actions {
  margin-left: 0.3125rem;
}
.dashboard-drupal-block .comment-form__container .opigno-post-form-text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 5px;
  margin-bottom: 0 !important;
}
.dashboard-drupal-block .comment-form__container .opigno-post-form-text-container .error-msg {
  margin-top: 5px;
  color: #d34a4a;
}
.dashboard-drupal-block .comment-form__container .opigno-user-mention-list {
  position: absolute;
  top: 90%;
  left: 60px;
}
.dashboard-drupal-block .comment-item__form .opigno-post-form-wrapper {
  width: 100%;
}
.dashboard-drupal-block .comment-item__form .opigno-post-form-wrapper .form-actions {
  margin-right: 0;
}
.dashboard-drupal-block .comment-item__form .opigno-post-form-wrapper .comment-form {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.625rem 0 0;
  margin-bottom: 0;
}
.dashboard-drupal-block .comment-item__form .opigno-post-form-wrapper .comment-form .comment-form__container {
  margin-bottom: 0;
}
.dashboard-drupal-block .comment-item__container {
  overflow: visible;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference {
  margin: 1.25rem 0;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  margin-right: 0;
  padding: 0;
  position: relative;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper summary {
  display: none;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper .ajax-progress {
  left: 55%;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper .ajax-progress .throbber {
  height: 1.5rem;
  width: 1.5rem;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper .entities-list .rendered-entity {
  position: relative;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper .entities-list .rendered-entity > input {
  margin-left: 0;
  margin-right: 0.625rem;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper .entities-list .rendered-entity > input:last-child {
  margin-right: 5px;
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 0;
  background-color: #fff !important;
  border-color: #fff !important;
  background-image: url(./images/svg/fi-rr-cross-small.svg) !important;
  background-repeat: no-repeat !important;
  color: transparent;
  font-size: 0;
  min-width: 0;
  min-height: 0;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper .reset-iframe-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 0;
  background-color: #fff !important;
  border-color: #fff !important;
  background: url(./images/svg/fi-rr-cross-small.svg) center no-repeat;
  margin: 5px;
}
.dashboard-drupal-block .field--widget-entity-browser-entity-reference .js-form-wrapper p {
  text-align: center;
  color: #a5a5a5;
  padding-top: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dashboard-drupal-block .field--name-images .entities-list {
  white-space: nowrap;
  overflow-x: auto;
}
.dashboard-drupal-block .field--name-images .entities-list::-webkit-scrollbar {
  height: 3px;
}
.dashboard-drupal-block .field--name-images .entities-list::-webkit-scrollbar-thumb {
  background-color: #707070;
}
.dashboard-drupal-block .field--name-images .entities-list .rendered-entity .ajax-progress {
  display: none;
}
.dashboard-drupal-block .field--name-images .entities-list .rendered-entity img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.dashboard-drupal-block .field--name-documents .entities-list {
  white-space: normal;
  overflow-x: hidden;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity {
  margin: 0;
  width: 100%;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .ajax-progress {
  display: none;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
  background-color: #f5f5f5;
  border-radius: 0.625rem;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .file::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .pdf::before {
  background: url("./images/design/pdf-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .docx::before {
  background: url("./images/design/doc-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .gif::before {
  background: url("./images/design/gif-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .jpeg::before {
  background: url("./images/design/jpg-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .png::before {
  background: url("./images/design/png-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .pptx::before {
  background: url("./images/design/ppt-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .svg::before {
  background: url("./images/design/svg-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .txt::before {
  background: url("./images/design/txt-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .webp::before {
  background: url("./images/design/pdf-file.svg") no-repeat;
}
.dashboard-drupal-block .field--name-documents .entities-list .rendered-entity .opigno-file-extension-formatter .xlsx::before {
  background: url("./images/design/xls-file.svg") no-repeat;
}