/**
 * ProjectHuddle Mockup Styles
 */
html, body {
  overflow: hidden !important;
  height: 100% !important;
}

* {
  box-sizing: border-box;
}

.projecthuddle {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 14px;
  line-height: 1.4em;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /*************** SCROLLBAR BASE CSS ***************/
  /*************** SIMPLE INNER SCROLLBAR ***************/
  /* update scrollbar offset if both scrolls are visible */
  /*************** SIMPLE OUTER SCROLLBAR ***************/
  /* scrollbar height/width & offset from container borders */
  /* update scrollbar offset if both scrolls are visible */
  /*************** SCROLLBAR MAC OS X ***************/
  /* scrollbar height/width & offset from container borders */
  /* update scrollbar offset if both scrolls are visible */
  /*Typing Loader*/
  /* Inputs */
  /* Honeypot */
  /* Text Areas */
  /** Theme **/
  /* General Styles */
  /* Select Dropdown */
  /* Tracking Tooltip CSS */
  /*
  Tipr 2.0
  Copyright (c) 2015 Tipue
  Tipr is released under the MIT License
  http://www.tipue.com/tipr
  */
  /* Top Bar CSS */
  /*!
   * Quill Editor v1.2.0
   * https://quilljs.com/
   * Copyright (c) 2014, Jason Chen
   * Copyright (c) 2013, salesforce.com
   */
  /* This bridges the gap so you can mouse into the tooltip without it disappearing */
  /* CSS Triangles - see Trevor's post */
  /* Comment Annotations */
  /* Tracking Tooltip CSS */
}
@keyframes ph-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ph-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.projecthuddle .ph-spinner {
  min-width: 24px;
  min-height: 24px;
}
.projecthuddle .ph-spinner:before {
  content: 'Loading';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  margin-left: -10px;
}
.projecthuddle .ph-spinner:before {
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.6);
  animation: ph-spinner .6s linear infinite;
  -webkit-animation: ph-spinner .6s linear infinite;
}
.projecthuddle .ph-spinner.ph-spinner-dark:before {
  content: '';
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: rgba(255, 255, 255, 0.6);
  animation: ph-spinner .6s linear infinite;
  -webkit-animation: ph-spinner .6s linear infinite;
}
.projecthuddle .ph-loading {
  background: rgba(0, 0, 0, 0.5);
}
.projecthuddle .ph-loading .ph-loading-dots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite normal;
  -moz-animation: typing 1s linear infinite normal;
  animation: typing 1s linear infinite normal;
  position: relative;
  margin-left: -16px;
  background-color: white;
  box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
.projecthuddle .ph-loading-image {
  text-align: center;
}
.projecthuddle .ph-loading-image .ph-loading-image-dots {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite normal;
  -moz-animation: typing 1s linear infinite normal;
  animation: typing 1s linear infinite normal;
  position: relative;
  display: inline-block;
  margin-left: -32px;
  background-color: white;
  box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
}
.projecthuddle .ph-loading-image.light .ph-loading-image-dots {
  background-color: black;
  box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: typing-light 1s linear infinite normal;
  -moz-animation: typing-light 1s linear infinite normal;
  animation: typing-light 1s linear infinite normal;
}
@-webkit-keyframes typing {
  0% {
    background-color: white;
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  45% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px white, 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px white;
  }
}
@-moz-keyframes typing {
  0% {
    background-color: white;
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  45% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px white, 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px white;
  }
}
@keyframes typing {
  0% {
    background-color: white;
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  45% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px white, 32px 0px 0px 0px rgba(255, 255, 255, 0.2);
  }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px white;
  }
}
@-webkit-keyframes typing-light {
  0% {
    background-color: black;
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  45% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px black, 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px black;
  }
}
@-moz-keyframes typing-light {
  0% {
    background-color: black;
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  45% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px black, 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px black;
  }
}
@keyframes typing-light {
  0% {
    background-color: black;
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  45% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px black, 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px black;
  }
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.projecthuddle .scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.projecthuddle .scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.projecthuddle .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.projecthuddle .scroll-element {
  display: none;
}
.projecthuddle .scroll-element, .projecthuddle .scroll-element div {
  box-sizing: content-box;
}
.projecthuddle .scroll-element.scroll-x.scroll-scrollx_visible,
.projecthuddle .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.projecthuddle .scroll-element .scroll-bar,
.projecthuddle .scroll-element .scroll-arrow {
  cursor: default;
}
.projecthuddle .scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.projecthuddle .scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.projecthuddle .scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.projecthuddle .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.projecthuddle .scrollbar-inner > .scroll-element,
.projecthuddle .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.projecthuddle .scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.projecthuddle .scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.projecthuddle .scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.projecthuddle .scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.projecthuddle .scrollbar-inner > .scroll-element .scroll-element_outer,
.projecthuddle .scrollbar-inner > .scroll-element .scroll-element_track,
.projecthuddle .scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.projecthuddle .scrollbar-inner > .scroll-element .scroll-element_track,
.projecthuddle .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.projecthuddle .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.projecthuddle .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.projecthuddle .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.projecthuddle .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.projecthuddle .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.projecthuddle .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.projecthuddle .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.projecthuddle .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.projecthuddle .scrollbar-outer > .scroll-element,
.projecthuddle .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.projecthuddle .scrollbar-outer > .scroll-element {
  background-color: transparent;
}
.projecthuddle .scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.projecthuddle .scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.projecthuddle .scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: transparent;
}
.projecthuddle .scrollbar-outer > .scroll-element .scroll-element_outer,
.projecthuddle .scrollbar-outer > .scroll-element .scroll-element_track,
.projecthuddle .scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.projecthuddle .scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #23282d;
}
.projecthuddle .scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #5a5e62;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #5a5e62;
}
.projecthuddle .scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.projecthuddle .scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.projecthuddle .scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}
.projecthuddle .scrollbar-macosx > .scroll-element,
.projecthuddle .scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.projecthuddle .scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.projecthuddle .scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}
.projecthuddle .scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.projecthuddle .scrollbar-macosx:hover > .scroll-element .scroll-bar,
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.projecthuddle .scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
.projecthuddle .animated {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    display: block;
    opacity: 0;
  }
  1% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.projecthuddle .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    display: none;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    display: none;
  }
}
.projecthuddle .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.projecthuddle .typing_loader {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  position: relative;
  left: -12px;
}
.projecthuddle input[type="text"], .projecthuddle input[type="text"]:focus, .projecthuddle input[type="text"]:active,
.projecthuddle input[type="email"], .projecthuddle input[type="email"]:focus, .projecthuddle input[type="email"]:active,
.projecthuddle input[type="password"], .projecthuddle input[type="password"]:focus, .projecthuddle input[type="password"]:active,
.projecthuddle textarea, .projecthuddle textarea:focus, .projecthuddle textarea:active {
  outline: none !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 1em;
  width: 100%;
  background: #f3f3f3;
  color: #777;
  border: none;
  display: block;
  padding: 15px;
  margin-bottom: 10px;
}
.projecthuddle .ph-comment-form, .projecthuddle .ph-edit-content {
  background: #f3f3f3;
}
.projecthuddle .ql-container.ph-edit-content {
  margin-bottom: 10px;
}
.projecthuddle .ph-comment-form {
  transition: min-height 0.35s ease;
}
.projecthuddle .ph-comment-form:focus, .projecthuddle .ph-comment-form .focused {
  min-height: 70px;
}
.projecthuddle .ql-editor.ql-blank:before {
  font-size: 13px;
}
.projecthuddle [contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #ccc;
  font-size: 14px;
}
.projecthuddle [contenteditable=true]:empty:before [contenteditable=true]:not(:empty) {
  min-height: 75px;
}
.projecthuddle input[type="checkbox"] {
  vertical-align: middle;
}
.projecthuddle input[type="text"]#ph-website {
  display: none;
}
.projecthuddle textarea, .projecthuddle textarea:focus, .projecthuddle textarea:active {
  line-height: 1.4em;
  resize: none;
  overflow: auto;
}
@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.projecthuddle .vex, .projecthuddle .vex *, .projecthuddle .vex *:before, .projecthuddle .vex *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.projecthuddle .vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.projecthuddle .vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.projecthuddle .vex-overlay {
  background: #000;
}
.projecthuddle .vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.projecthuddle .vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.25s;
  -webkit-animation: vex-fadeout 0.25s;
  -moz-animation: vex-fadeout 0.25s;
  -ms-animation: vex-fadeout 0.25s;
  -o-animation: vex-fadeout 0.25s;
  -webkit-backface-visibility: hidden;
}
.projecthuddle .vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff;
}
.projecthuddle .vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
.projecthuddle .vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7";
}
.projecthuddle .vex-dialog-form {
  margin: 0;
}
.projecthuddle .vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.projecthuddle .vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff;
}
.projecthuddle body.vex-open {
  overflow: hidden;
}
@keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-webkit-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-moz-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-ms-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@-o-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@-webkit-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@-moz-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@-ms-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@-o-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
  }
}
@keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-webkit-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-moz-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-ms-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-o-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
.projecthuddle .vex.vex-theme-default {
  padding-top: 160px;
  padding-bottom: 160px;
}
.projecthuddle .vex.vex-theme-default label {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px;
}
.projecthuddle .vex.vex-theme-default .vex-overlay {
  animation: vex-fadein 0.25s;
  -webkit-animation: vex-fadein 0.25s;
  -moz-animation: vex-fadein 0.25s;
  -ms-animation: vex-fadein 0.25s;
  -o-animation: vex-fadein 0.25s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.projecthuddle .vex.vex-theme-default.vex-closing .vex-content {
  animation: vex-fadeout 0.25s;
  -webkit-animation: vex-fadeout 0.25s;
  -moz-animation: vex-fadeout 0.25s;
  -ms-animation: vex-fadeout 0.25s;
  -o-animation: vex-fadeout 0.25s;
  -webkit-backface-visibility: hidden;
}
.projecthuddle .vex.vex-theme-default .vex-content {
  animation: vex-fadein 0.25s;
  -webkit-animation: vex-fadein 0.25s;
  -moz-animation: vex-fadein 0.25s;
  -ms-animation: vex-fadein 0.25s;
  -o-animation: vex-fadein 0.25s;
  -webkit-backface-visibility: hidden;
}
.projecthuddle .vex.vex-theme-default .vex-content {
  background: transparent;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 585px;
  font-size: 1.1em;
  line-height: 1.5em;
  user-select: text;
}
.projecthuddle .vex.vex-theme-default .vex-content h1, .projecthuddle .vex.vex-theme-default .vex-content h2, .projecthuddle .vex.vex-theme-default .vex-content h3, .projecthuddle .vex.vex-theme-default .vex-content h4, .projecthuddle .vex.vex-theme-default .vex-content h5, .projecthuddle .vex.vex-theme-default .vex-content h6, .projecthuddle .vex.vex-theme-default .vex-content p, .projecthuddle .vex.vex-theme-default .vex-content ul, .projecthuddle .vex.vex-theme-default .vex-content li {
  color: inherit;
}
.projecthuddle .vex.vex-theme-default .vex-close {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.projecthuddle .vex.vex-theme-default .vex-close:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  font-family: 'ionicons';
  content: '\f404';
  font-size: 45px;
  font-weight: normal;
  line-height: 25px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent;
  transition: color 0.5s ease;
}
.projecthuddle .vex.vex-theme-default .vex-close:hover:before, .projecthuddle .vex.vex-theme-default .vex-close:active:before {
  color: #222;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-message {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 200;
  font-size: 2em;
  line-height: 1.2em;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1.5em;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea {
  color: #000;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea,
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"],
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"] {
  margin: 0 0 1em;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input textarea:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  outline: none;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-button {
  float: right;
  margin: 0 0 0 0.5em;
  font-size: 11px;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-button.vex-last {
  margin-left: 0;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  .projecthuddle .vex.vex-theme-default .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
.projecthuddle .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-primary {
  background: #4353ff;
  color: #fff;
}
.projecthuddle .vex.vex-theme-default .vex-dialog-button.vex-dialog-button-secondary {
  background: transparent;
  color: #777;
}
.projecthuddle .vex-loading-spinner.vex-theme-default {
  -moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #f0f0f0;
  border: 0.2em solid transparent;
  border-top-color: #bbb;
  top: -1.1em;
  bottom: auto;
}
.projecthuddle .ph-share-signature {
  color: #999;
  display: inline-block;
  margin: 0 0 10px 0;
}
.projecthuddle .ph-share-signature .ph-share-signature-link {
  margin-bottom: 20px;
}
.projecthuddle .vex.vex-theme-dialog {
  padding-top: 160px;
  padding-bottom: 160px;
}
.projecthuddle .vex.vex-theme-dialog label {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 11px;
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
  font-weight: normal;
}
.projecthuddle .vex.vex-theme-dialog .terms label {
  font-size: 14px;
}
.projecthuddle .vex.vex-theme-dialog .ph-terms {
  height: 150px;
  overflow: auto;
  background: #f3f3f3;
  padding: 20px 25px;
  margin-top: 20px;
  display: none;
  margin-bottom: 25px;
}
.projecthuddle .vex.vex-theme-dialog u {
  cursor: pointer;
}
.projecthuddle .vex.vex-theme-dialog.vex-closing .vex-content {
  animation: vex-flyout 0.5s;
  -webkit-animation: vex-flyout 0.5s;
  -moz-animation: vex-flyout 0.5s;
  -ms-animation: vex-flyout 0.5s;
  -o-animation: vex-flyout 0.5s;
  -webkit-backface-visibility: hidden;
}
.projecthuddle .vex.vex-theme-dialog .vex-content {
  animation: vex-flyin 0.5s;
  -webkit-animation: vex-flyin 0.5s;
  -moz-animation: vex-flyin 0.5s;
  -ms-animation: vex-flyin 0.5s;
  -o-animation: vex-flyin 0.5s;
  -webkit-backface-visibility: hidden;
}
.projecthuddle .vex.vex-theme-dialog .vex-content {
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
  box-shadow: 0 0 0 1px rgba(35, 40, 45, 0.12), 0 0 3px rgba(0, 0, 0, 0.2);
  user-select: text;
  padding: 45px;
  border-radius: 2px;
}
.projecthuddle .vex.vex-theme-dialog .vex-content h1, .projecthuddle .vex.vex-theme-dialog .vex-content h2, .projecthuddle .vex.vex-theme-dialog .vex-content h3, .projecthuddle .vex.vex-theme-dialog .vex-content h4, .projecthuddle .vex.vex-theme-dialog .vex-content h5, .projecthuddle .vex.vex-theme-dialog .vex-content h6, .projecthuddle .vex.vex-theme-dialog .vex-content p, .projecthuddle .vex.vex-theme-dialog .vex-content ul, .projecthuddle .vex.vex-theme-dialog .vex-content li {
  color: inherit;
}
.projecthuddle .vex.vex-theme-dialog .vex-close {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.projecthuddle .vex.vex-theme-dialog .vex-close:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  font-family: 'ionicons';
  content: '\f404';
  font-size: 35px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 8px;
  right: 8px;
  color: #bbb;
  background: transparent;
  transition: color 0.5s ease;
}
.projecthuddle .vex.vex-theme-dialog .vex-close:hover:before, .projecthuddle .vex.vex-theme-dialog .vex-close:active:before {
  color: #222;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-message {
  margin-bottom: 1em;
  font-weight: 200;
  font-size: 1.6em;
  line-height: 1.4em;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1.5em;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input textarea, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="date"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="datetime"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="email"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="month"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="number"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="password"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="search"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="tel"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="text"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="time"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="url"], .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="week"] {
  margin: 0 0 1em;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input textarea:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  outline: none;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-buttons div {
  padding: 10px;
  float: right;
}
.projecthuddle .vex.vex-theme-dialog.vex-left-buttons .vex-dialog-form .vex-dialog-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-button {
  float: right;
  margin: 0 0 0 0.5em;
  font-size: 11px;
}
.projecthuddle .vex.vex-theme-dialog.vex-left-buttons .vex-dialog-button {
  float: left;
  margin: 0 0.5em 0 0;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-button.vex-last {
  margin-left: 0;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  .projecthuddle .vex.vex-theme-dialog .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-button.vex-dialog-button-primary {
  background: #4353ff;
  color: #fff;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-button.vex-dialog-button-primary:disabled {
  cursor: pointer;
}
.projecthuddle .vex.vex-theme-dialog .vex-dialog-button.vex-dialog-button-secondary {
  background: transparent;
  color: #777;
}
.projecthuddle .vex-loading-spinner.vex-theme-dialog {
  -moz-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #f0f0f0;
  border: 0.2em solid transparent;
  border-top-color: #bbb;
  top: -1.1em;
  bottom: auto;
}
.projecthuddle .ph-share-signature {
  color: #999;
  display: inline-block;
  margin: 0 0 10px 0;
}
.projecthuddle .ph-share-signature .ph-share-signature-link {
  margin-bottom: 20px;
}
.projecthuddle .vex-dialog-link {
  background: none;
  color: #999;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 10px;
  padding: 15px 0 0 0;
  text-deoration: none;
  line-height: 15px;
  display: inline-block;
}
.projecthuddle .vex-dialog-link:hover {
  color: #333;
}
.projecthuddle .vex input {
  border: 1px solid transparent;
}
.projecthuddle .vex input.ph-error {
  border: 1px solid rgba(183, 10, 0, 0.65);
}
.projecthuddle #toast-container > div {
  padding: 15px 15px 15px 53px;
  background-position: 20px center;
  background-size: 18px;
  opacity: 1;
}
.projecthuddle .toast-info {
  background-color: #23282d;
}
.projecthuddle .toast-success {
  background-color: #7bae54;
}
.projecthuddle .hidden, .projecthuddle .ph-hidden {
  display: none;
}
.projecthuddle * {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.projecthuddle.single-ph-project {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 99999999999 !important;
}
.projecthuddle i.ph-icon.fa {
  font-size: 0.85em;
  vertical-align: baseline;
  margin-right: 0.5em;
}
.projecthuddle p {
  margin-bottom: 1em;
}
.projecthuddle strong {
  font-weight: 600;
}
.projecthuddle em {
  font-style: italic;
}
.projecthuddle button {
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
  transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease;
}
.projecthuddle button:active, .projecthuddle button:focus {
  outline: none !important;
}
.projecthuddle .ph-button, .projecthuddle .ph-secondary-link, .projecthuddle .vex-dialog-button, .projecthuddle .button-primary, .projecthuddle input[type="submit"] {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.5s ease, transform 0.5s ease, color 0.5s ease;
}
.projecthuddle .ph-button, .projecthuddle .vex-dialog-button, .projecthuddle .button-primary, .projecthuddle input[type="submit"] {
  background: #4353ff;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
}
.projecthuddle .ph-button:disabled, .projecthuddle .vex-dialog-button:disabled, .projecthuddle .button-primary:disabled, .projecthuddle input[type="submit"]:disabled {
  border-color: #23282d;
  background: #23282d;
  color: #999;
  cursor: wait;
}
.projecthuddle .ph-button:hover, .projecthuddle .vex-dialog-button:hover, .projecthuddle .button-primary:hover, .projecthuddle input[type="submit"]:hover {
  background: #23282d;
}
.projecthuddle .ph-secondary-link {
  background: none;
  color: #999;
}
.projecthuddle .ph-secondary-link:hover {
  color: #555;
  background: none;
}
.projecthuddle .ph-dropdown {
  overflow: visible;
}
.projecthuddle .ph-select-dropdown, .projecthuddle .ph-select-text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #b1b1b1;
  line-height: 10px;
  cursor: pointer;
}
.projecthuddle .ph-select-dropdown h2, .projecthuddle .ph-select-text h2 {
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  font-weight: 200;
  color: #fff;
  margin-bottom: 0.5em;
}
.projecthuddle .ph-select-dropdown p, .projecthuddle .ph-select-text p {
  margin-bottom: 0;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
}
.projecthuddle .ph-select-text {
  display: inline-block;
  vertical-align: middle;
}
.projecthuddle .ph-select-dropdown {
  padding-top: 15px;
  position: absolute;
  z-index: 9;
}
.projecthuddle .ph-select-dropdown.ph-right-align {
  right: 0;
}
.projecthuddle .ph-select-dropdown .ph-select-content {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.projecthuddle .ph-select-dropdown .ph-select-content .ph-select-row {
  background: #fff;
  display: block;
  padding: 20px;
  transition: background 0.5s ease, color 0.5s ease;
  white-space: nowrap;
  text-align: left;
  cursor: pointer;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
}
.projecthuddle .ph-select-dropdown .ph-select-content .ph-select-row a {
  transition: background 0.5s ease, color 0.5s ease;
  padding: 0 !important;
  font-size: 10px !important;
}
.projecthuddle .ph-select-dropdown .ph-select-content .ph-select-row:hover {
  background: #f3f3f3;
}
.projecthuddle .ph-select-dropdown .ph-select-content .ph-select-row:hover i.ph-icon.ph-share-comment {
  color: #4353ff;
}
.projecthuddle .ph-select-dropdown .ph-select-content .ph-select-row:hover i.ph-icon.ph-delete-comment-location {
  color: #a00;
}
.projecthuddle .ph-image-tip {
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 1;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 8px 10px;
  margin-left: 12px;
  margin-top: -50px;
  top: -999px;
  left: -999px;
}
.projecthuddle .ph-image-tip:after {
  content: "";
  position: absolute !important;
  bottom: -8px;
  z-index: 100;
  border: 0 solid #111;
  border: 0 solid rgba(0, 0, 0, 0.85);
  border-bottom: 8px solid transparent;
  width: 100%;
  border-left-width: 8px;
  left: 0;
}
.projecthuddle .tipr_content {
  font-size: 10px;
  text-align: center;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  line-height: 1.7em;
  color: #dcdcdc;
  background-color: #111416;
  padding: 5px 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  white-space: nowrap;
}
.projecthuddle .tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000;
  border-radius: 2px;
}
.projecthuddle .tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -77px;
  z-index: 1000;
  border-radius: 2px;
}
.projecthuddle .tipr_point_top, .projecthuddle .tipr_point_bottom {
  position: relative;
  background: #121417;
}
.projecthuddle .tipr_point_top:after, .projecthuddle .tipr_point_top:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
}
.projecthuddle .tipr_point_top:after {
  border-top-color: #121417;
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}
.projecthuddle .tipr_point_top:before {
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.projecthuddle .tipr_point_bottom:after, .projecthuddle .tipr_point_bottom:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
}
.projecthuddle .tipr_point_bottom:after {
  border-bottom-color: #121417;
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}
.projecthuddle .tipr_point_bottom:before {
  border-bottom-color: #121417;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.projecthuddle #top-bar {
  z-index: 400;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  color: #6F7C8A;
  user-select: none;
  transform: translate3d(0, 0, 0);
  overflow: visible;
}
.projecthuddle #top-bar .ph-control-upper {
  background: #23282d;
  position: relative;
  z-index: 1;
  line-height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projecthuddle #top-bar .ph-control-upper .ph-controls-inner {
  position: relative;
}
.projecthuddle #top-bar a, .projecthuddle #top-bar button {
  text-decoration: none;
  color: #6F7C8A;
}
.projecthuddle #top-bar #logo {
  display: inline-block;
  padding: 15px;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projecthuddle #top-bar #logo a {
  display: block;
}
.projecthuddle #top-bar #logo a img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
}
.projecthuddle #top-bar .project-controls {
  padding: 10px 0;
  background: #191d21;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, z-index 0.35s 0.35s, visibility 0.35s 0.35s, top 0s 0.35s;
}
.projecthuddle #top-bar .open .project-controls {
  top: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.35s ease;
}
.projecthuddle #top-bar .project-controls > .ph-prev-next-buttons {
  display: inline-block;
}
.projecthuddle #top-bar .controls {
  -webkit-font-smoothing: subpixel-antialiased;
  white-space: nowrap;
}
.projecthuddle #top-bar .controls a, .projecthuddle #top-bar .controls button, .projecthuddle #top-bar .controls .ph-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.projecthuddle #top-bar .controls .mobile-more {
  padding-left: 0;
}
.projecthuddle #top-bar .controls .ph-control {
  display: inline-block;
}
.projecthuddle #top-bar .controls a, .projecthuddle #top-bar .controls button, .projecthuddle #top-bar .controls .ph-control {
  padding: 10px;
  position: relative;
  transition: background 0.5s ease, color 0.5s ease;
}
.projecthuddle #top-bar .controls a:hover, .projecthuddle #top-bar .controls button:hover, .projecthuddle #top-bar .controls .ph-control:hover {
  color: #fff;
}
.projecthuddle #top-bar .controls a.disabled, .projecthuddle #top-bar .controls button.disabled, .projecthuddle #top-bar .controls .ph-control.disabled {
  color: #ff8284;
}
.projecthuddle #top-bar .controls .ph-prev-next-buttons {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.projecthuddle #top-bar .controls .ph-prev-next-buttons .button-text {
  display: none;
}
.projecthuddle #top-bar .controls .ph-control-button {
  padding: 10px 12px;
  border: 1px solid #40474E;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 5px;
}
.projecthuddle #top-bar .controls .ph-control-button:disabled {
  opacity: 0.5;
}
.projecthuddle #top-bar .controls .ph-control-button .ph-icon {
  font-size: 10px;
}
.projecthuddle #top-bar .controls .ph-login {
  margin: -10px;
  padding: 10px;
}
.projecthuddle #top-bar .controls .ph-comments-button {
  position: relative;
}
.projecthuddle #top-bar .controls .ph-comments-button .ph-count {
  position: absolute;
  top: 6px;
  right: 0;
  min-width: 15px;
  height: 15px;
  background: #4353ff;
  color: #fff;
  padding: 0 3px;
  line-height: 15px;
  font-size: 8px;
  border-radius: 999px;
}
.projecthuddle #top-bar .controls .ph-user {
  font-size: 10px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.projecthuddle #top-bar .controls .ph-user .ph-avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.projecthuddle #top-bar .controls .ph-user .ph-avatar img {
  border-radius: 100px;
  max-width: 20px;
}
.projecthuddle #top-bar .controls .ph-user .ph-user-dropdown {
  display: none;
}
.projecthuddle #top-bar .controls .ph-select-text {
  line-height: inherit;
}
.projecthuddle #top-bar .controls .ph-select-dropdown,
.projecthuddle #top-bar .controls .ph-select-text {
  color: #6F7C8A;
}
.projecthuddle #top-bar .controls .ph-select-dropdown {
  padding-top: 0;
  /* Match icon padding */
  top: 100%;
  background: #23282d;
}
.projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content {
  box-shadow: none;
}
.projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content .ph-select-row, .projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content a.ph-select-row {
  color: #6F7C8A;
  background: transparent;
  font-size: 10px;
  padding: 20px;
  width: 100%;
  display: block;
}
.projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content .ph-select-row i, .projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content a.ph-select-row i {
  margin-right: 5px;
  font-size: 14px;
}
.projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content .ph-select-row:hover a, .projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content .ph-select-row a:hover, .projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content a.ph-select-row:hover a, .projecthuddle #top-bar .controls .ph-select-dropdown .ph-select-content a.ph-select-row a:hover {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .projecthuddle #top-bar .controls .ph-prev-next-buttons .button-text {
    display: inline-block;
  }
}
@media screen and (min-width: 780px) {
  .projecthuddle #top-bar .project-controls {
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    background: transparent;
  }
  .projecthuddle #top-bar .project-controls > * {
    display: inline-block;
  }
  .projecthuddle #top-bar .controls .mobile-more {
    display: none;
  }
  .projecthuddle #top-bar .open .project-controls {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    background: transparent;
  }
  .projecthuddle #top-bar .open .project-controls > * {
    display: inline-block;
  }
}
.projecthuddle #ph-thumbs-navigator {
  background: #181b1f;
  position: absolute;
  display: none;
  width: 100%;
  z-index: 0;
  transition: transform 0.35s ease;
}
.projecthuddle #ph-thumbs-navigator.ph-show {
  display: block;
}
.csstransforms3d .projecthuddle #ph-thumbs-navigator {
  display: block;
  transform: translate3d(0, -100%, 0);
}
.csstransforms3d .projecthuddle #ph-thumbs-navigator.ph-show {
  transform: translate3d(0, 0, 0);
}
.projecthuddle #ph-thumb-nav-inner {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 221px;
}
.projecthuddle .ph-nav-thumb-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 25px;
  width: 240px;
  cursor: pointer;
}
.projecthuddle .ph-nav-thumb-link:hover .ph-thumb-details {
  opacity: 1;
  transform: translateY(0);
}
.projecthuddle .ph-nav-thumb-link:hover .ph-thumb-details .ph-icon {
  margin-right: 2px;
}
.projecthuddle .ph-nav-thumb {
  display: block;
  width: 100%;
  height: 140px;
  border-radius: 2px;
  background-size: cover;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.35);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.projecthuddle .ph-thumb-title {
  display: block;
  margin-top: 10px;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  overflow: hidden;
}
.projecthuddle .ph-thumb-details {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.25s ease, opacity 0.25s ease;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #555;
  padding: 12px 18px;
}
.projecthuddle .ph-thumb-nav-info {
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projecthuddle .ph-thumb-nav-info .ph-close {
  font-size: 14px;
}
.projecthuddle .ph-thumb-date {
  float: right;
}
.projecthuddle .ph-thumb-comment {
  float: left;
}
.projecthuddle .ph-thumb-name {
  display: inline-block;
  vertical-align: middle;
}
.projecthuddle .project-huddle-inner .ph-loading {
  top: 50%;
  left: 50%;
  position: fixed;
}
.projecthuddle .project-huddle,
.projecthuddle .project-huddle-inner {
  height: 100%;
}
.projecthuddle .project-huddle-inner {
  display: flex;
  flex-direction: column;
}
.projecthuddle .project-huddle-inner #top-bar {
  flex: 0 0 auto;
  width: 100%;
}
.projecthuddle .project-huddle-inner #canvas {
  flex: 1 1 auto;
}
.projecthuddle section#canvas {
  text-align: center;
  background: #0e0f10;
  user-select: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.projecthuddle section#canvas .ph-no-images {
  color: #fff;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
}
.projecthuddle section#canvas .ph-project-image-outer {
  width: auto;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.projecthuddle section#canvas .ph-project-image-outer::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.projecthuddle section#canvas .ph-project-image-outer::-webkit-scrollbar-track {
  background: transparent;
}
.projecthuddle section#canvas .ph-project-image-outer::-webkit-scrollbar-thumb {
  width: 7px;
  margin-left: -7px;
  border-radius: 7px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.projecthuddle section#canvas .ph-project-image-outer::-webkit-scrollbar-thumb:window-inactive {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
.projecthuddle section#canvas .ph-project-image-outer::-webkit-scrollbar-corner {
  background: transparent;
}
.projecthuddle section#canvas .ph-project-image-outer .ph-project-image-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: crosshair;
  width: auto;
  transform-origin: center;
}
.projecthuddle section#canvas .ph-project-image-outer .ph-image-comments-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.projecthuddle section#canvas .ph-project-image-outer .ph-image-comments-container .ph-comment {
  pointer-events: auto;
}
.projecthuddle section#canvas .ph-project-image-outer img {
  display: inline-block;
}
.projecthuddle section#canvas .ph-project-image-outer img.ph-project-image {
  position: relative;
  max-width: none !important;
  height: auto !important;
}
.projecthuddle section#canvas .ph-project-image-outer .ph-project-inner {
  display: block;
}
.projecthuddle section#canvas .ph-project-image-outer.ph-size-scale img.ph-project-image {
  max-width: 100% !important;
  height: auto !important;
}
.projecthuddle section#canvas .ph-project-image-outer.ph-size-scale img.ph-project-image.scale-override {
  max-width: none !important;
}
.projecthuddle section#canvas .ph-project-image-outer.ph-size-scale .ph-project-inner {
  display: inline-block;
}
.projecthuddle section#canvas .ph-project-image-outer.ph-alignment-center {
  text-align: center;
}
.projecthuddle section#canvas .ph-project-image-outer.ph-alignment-right {
  text-align: right;
}
.projecthuddle section#canvas .ph-project-image-outer.ph-alignment-left {
  text-align: left;
}
.projecthuddle .ph-project-zoom-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 26px;
  padding: 10px;
  z-index: 9;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.projecthuddle .ph-project-zoom-wrap .ph-zoom-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.projecthuddle .ph-project-zoom-wrap .ph-zoom-in,
.projecthuddle .ph-project-zoom-wrap .ph-zoom-out {
  padding: 5px;
  cursor: pointer;
  opacity: 0.5;
  text-shadow: 0 0 20px #000;
}
.projecthuddle .ph-project-zoom-wrap .ph-zoom-percent {
  font-size: 10px;
  text-align: center;
  flex: 1 0 100%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}
.projecthuddle.comment-showing .ph-project-zoom-wrap {
  z-index: auto;
}
.projecthuddle #ph-comments-panel {
  position: fixed;
  right: 0;
  top: 60px;
  bottom: 0;
  background: #191d21;
  width: 100%;
  max-width: 400px;
  z-index: 400;
  color: #6F7C8A;
  transition: all 0.35s ease;
  transform: translate3d(100%, 0, 0);
  display: flex;
  flex-direction: column;
}
.projecthuddle #ph-comments-panel.ph-show {
  transform: translate3d(0, 0, 0);
}
.projecthuddle #ph-comments-panel .close-panel-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px;
  cursor: pointer;
}
.projecthuddle #ph-comments-panel .ph-no-comments {
  padding: 40px;
  text-align: center;
  opacity: 0.5;
}
.projecthuddle #ph-comments-panel .ph-panel-title {
  padding: 15px 40px;
  flex: 0 1 auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  text-align: center;
}
.projecthuddle #ph-comments-panel .ph-comment-order {
  position: absolute;
  background: #4353ff;
  left: 30px;
  top: 36px;
  z-index: 2;
  margin: 0;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
}
.projecthuddle #ph-comments-panel .ph-comments-container {
  overflow-y: auto;
  flex: 1 1 auto;
  border-top: 1px solid #23282d;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-content {
  position: relative;
  min-height: 40px;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-count {
  position: absolute;
  margin: 0;
  top: -5px;
  right: -5px;
  left: auto;
  bottom: auto;
  display: inline-block;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-item-author {
  color: #fff;
  font-weight: bold;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item {
  cursor: pointer;
  margin-bottom: 0;
  padding: 25px 25px 25px 100px;
  position: relative;
  float: left;
  z-index: 2;
  width: 100%;
  transition: all 0.5s ease;
  border-bottom: 1px solid #23282d;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item:hover {
  background: rgba(0, 0, 0, 0.2);
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-item-author {
  color: #fff;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-avatar {
  position: absolute;
  left: 40px;
  top: 25px;
  width: 40px;
  z-index: 2;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-avatar img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  max-width: 100%;
  height: auto !important;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-item-author {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-item-date {
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-content {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #6F7C8A;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-content a {
  color: #4353ff;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-content .ph-comment-item-content {
  line-height: 1.4em;
  max-height: 5.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-count {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  position: absolute;
  width: 24px;
  height: 22px;
  font-size: 9px;
  line-height: 24px;
  text-align: center;
  right: 0;
  color: #fff;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-count:before {
  color: #4353ff;
  font-family: 'Ionicons';
  content: "\f3fc";
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 30px;
  z-index: -1;
  transition: color 0.25s ease;
}
.projecthuddle #ph-comments-panel .ph-comments-container .ph-comment-panel-item .ph-comment-count.ph-approved:before {
  color: #5cb85c;
}
.projecthuddle .vex input[type=checkbox] {
  margin-right: 8px;
}
.projecthuddle #top-bar .controls button.ph-approve-button {
  font-size: 10px;
  line-height: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  padding: 0;
  border: 1px solid #40474E;
  margin: 0 15px 0 0;
  transition: color 0.25s ease, background 0.25s ease;
}
.projecthuddle #top-bar .controls button.ph-approve-button.width-transition {
  transition: color 0.25s ease, background 0.25s ease, width 0.25s ease;
}
.projecthuddle #top-bar .controls button.ph-approve-button .ph-icon {
  font-size: 12px;
  margin-right: 5px;
}
.projecthuddle #top-bar .controls button.ph-approve-button .ph-button-text {
  display: inline-block;
  padding: 20px;
  transition: opacity 0.25s ease;
}
.projecthuddle #top-bar .controls button.ph-approve-button.ph-spinner .ph-button-text {
  opacity: 0;
}
.projecthuddle #top-bar .controls button.ph-approve-button.ph-pending, .projecthuddle #top-bar .controls button.ph-approve-button.ph-pending:hover {
  background: #7bae54;
  color: #fff;
  border: none;
}
.projecthuddle #top-bar .controls button.ph-approve-button.ph-approved, .projecthuddle #top-bar .controls button.ph-approve-button.ph-approved:hover {
  background: #6F7C8A;
  color: #fff;
  border: none;
}
.projecthuddle #top-bar .controls button.ph-approve-button:hover {
  background: #fff;
  border-color: #fff;
  color: #23282d;
}
.projecthuddle .ph-nav-thumb-link .ph-approval-indicator {
  color: #7bae54;
  vertical-align: middle;
  margin-right: 5px;
}
.projecthuddle .vex .approve-option {
  color: #777;
  font-size: 11px;
  line-height: 1.3em;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.projecthuddle .vex .approve-option input[type=checkbox] {
  margin: 0 8px 0 0;
}
.projecthuddle .vex .terms {
  background: #f3f3f3;
  padding: 15px 20px;
  border-radius: 9999px;
}
.projecthuddle .ph-filter {
  padding: 25px 0 0 25px;
}
.projecthuddle .ph-image-filter-dropdown-container {
  position: relative;
  cursor: pointer;
}
.projecthuddle .image-filter-dropdown {
  margin-top: 0;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
.projecthuddle .image-filter-dropdown i {
  font-size: 10px;
  margin-left: 5px;
}
.projecthuddle .image-filter-dropdown-wrap {
  position: relative;
  cursor: pointer;
}
.projecthuddle .image-filter-menu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  min-width: 150px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease-in-out;
}
.projecthuddle ul.image-filter-menu {
  background: #fff;
  border-radius: 3px;
  padding: 12px 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: "Lato", "Segoe UI", "Helvetica Neue", arial, sans-serif;
}
.projecthuddle ul.image-filter-menu:before {
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  left: 20px;
  z-index: 72;
  margin-top: -10px;
}
.projecthuddle ul.image-filter-menu li {
  padding: 5px 0;
  margin: 2px 4px;
  color: #777;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.projecthuddle ul.image-filter-menu li:hover {
  color: #000;
}
.projecthuddle ul.image-filter-menu li i {
  color: #c3c3c3;
  margin-right: 5px;
  font-size: 18px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.projecthuddle ul.image-filter-menu li.active {
  color: #0074a2;
}
.projecthuddle .ph-image-filter-dropdown-container.ph-show .image-filter-menu-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.projecthuddle .ph-none-approved {
  padding: 25px;
  opacity: 0.25;
}
.projecthuddle .ql-container {
  box-sizing: border-box;
  height: 100%;
  margin: 0px;
  position: relative;
}
.projecthuddle .ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.projecthuddle .ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.projecthuddle .ql-clipboard p {
  margin: 0;
  padding: 0;
}
.projecthuddle .ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  font-size: 13px;
  padding: 0;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.projecthuddle .ql-editor strong {
  font-weight: bold;
}
.projecthuddle .ql-editor em {
  font-style: italic;
}
.projecthuddle .focus.comment-textarea .ql-editor {
  min-height: 40px;
}
.projecthuddle .ql-editor p,
.projecthuddle .ql-editor ol,
.projecthuddle .ql-editor ul,
.projecthuddle .ql-editor pre,
.projecthuddle .ql-editor blockquote,
.projecthuddle .ql-editor h1,
.projecthuddle .ql-editor h2,
.projecthuddle .ql-editor h3,
.projecthuddle .ql-editor h4,
.projecthuddle .ql-editor h5,
.projecthuddle .ql-editor h6 {
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.projecthuddle .ql-editor ol,
.projecthuddle .ql-editor ul {
  padding-left: 0;
}
.projecthuddle .ql-editor ol > li,
.projecthuddle .ql-editor ul > li {
  list-style-type: none;
}
.projecthuddle .ql-editor ul > li::before {
  content: '\25CF';
}
.projecthuddle .ql-editor ul[data-checked=true],
.projecthuddle .ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.projecthuddle .ql-editor ul[data-checked=true] > li::before,
.projecthuddle .ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.projecthuddle .ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.projecthuddle .ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.projecthuddle .ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.projecthuddle .ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.projecthuddle .ql-editor ol li,
.projecthuddle .ql-editor ul li {
  padding-left: 1.5em;
}
.projecthuddle .ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.projecthuddle .ql-editor ol li:before {
  content: counter(list-num,decimal) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.projecthuddle .ql-editor ol li.ql-indent-1:before {
  content: counter(list-1,lower-alpha) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.projecthuddle .ql-editor ol li.ql-indent-2:before {
  content: counter(list-2,lower-roman) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.projecthuddle .ql-editor ol li.ql-indent-3:before {
  content: counter(list-3,decimal) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.projecthuddle .ql-editor ol li.ql-indent-4:before {
  content: counter(list-4,lower-alpha) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.projecthuddle .ql-editor ol li.ql-indent-5:before {
  content: counter(list-5,lower-roman) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.projecthuddle .ql-editor ol li.ql-indent-6:before {
  content: counter(list-6,decimal) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.projecthuddle .ql-editor ol li.ql-indent-7:before {
  content: counter(list-7,lower-alpha) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.projecthuddle .ql-editor ol li.ql-indent-8:before {
  content: counter(list-8,lower-roman) ". ";
}
.projecthuddle .ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.projecthuddle .ql-editor ol li.ql-indent-9:before {
  content: counter(list-9,decimal) ". ";
}
.projecthuddle .ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.projecthuddle .ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.projecthuddle .ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.projecthuddle .ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.projecthuddle .ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.projecthuddle .ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.projecthuddle .ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.projecthuddle .ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.projecthuddle .ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.projecthuddle .ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.projecthuddle .ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.projecthuddle .ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.projecthuddle .ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.projecthuddle .ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.projecthuddle .ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.projecthuddle .ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.projecthuddle .ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.projecthuddle .ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.projecthuddle .ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.projecthuddle .ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.projecthuddle .ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.projecthuddle .ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.projecthuddle .ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.projecthuddle .ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.projecthuddle .ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.projecthuddle .ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.projecthuddle .ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.projecthuddle .ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.projecthuddle .ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.projecthuddle .ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.projecthuddle .ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.projecthuddle .ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.projecthuddle .ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.projecthuddle .ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.projecthuddle .ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.projecthuddle .ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.projecthuddle .ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.projecthuddle .ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.projecthuddle .ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.projecthuddle .ql-editor .ql-bg-black {
  background-color: #000;
}
.projecthuddle .ql-editor .ql-bg-red {
  background-color: #e60000;
}
.projecthuddle .ql-editor .ql-bg-orange {
  background-color: #f90;
}
.projecthuddle .ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.projecthuddle .ql-editor .ql-bg-green {
  background-color: #008a00;
}
.projecthuddle .ql-editor .ql-bg-blue {
  background-color: #06c;
}
.projecthuddle .ql-editor .ql-bg-purple {
  background-color: #93f;
}
.projecthuddle .ql-editor .ql-color-white {
  color: #fff;
}
.projecthuddle .ql-editor .ql-color-red {
  color: #e60000;
}
.projecthuddle .ql-editor .ql-color-orange {
  color: #f90;
}
.projecthuddle .ql-editor .ql-color-yellow {
  color: #ff0;
}
.projecthuddle .ql-editor .ql-color-green {
  color: #008a00;
}
.projecthuddle .ql-editor .ql-color-blue {
  color: #06c;
}
.projecthuddle .ql-editor .ql-color-purple {
  color: #93f;
}
.projecthuddle .ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.projecthuddle .ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.projecthuddle .ql-editor .ql-size-small {
  font-size: 0.75em;
}
.projecthuddle .ql-editor .ql-size-large {
  font-size: 1.5em;
}
.projecthuddle .ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.projecthuddle .ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.projecthuddle .ql-editor .ql-align-center {
  text-align: center;
}
.projecthuddle .ql-editor .ql-align-justify {
  text-align: justify;
}
.projecthuddle .ql-editor .ql-align-right {
  text-align: right;
}
.projecthuddle .ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.4);
  content: attr(data-placeholder);
  pointer-events: none;
  position: absolute;
}
.projecthuddle .ql-bubble.ql-toolbar:after,
.projecthuddle .ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.projecthuddle .ql-bubble.ql-toolbar button,
.projecthuddle .ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.projecthuddle .ql-bubble.ql-toolbar button svg,
.projecthuddle .ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.projecthuddle .ql-bubble.ql-toolbar button:active:hover,
.projecthuddle .ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.projecthuddle .ql-bubble.ql-toolbar input.ql-image[type=file],
.projecthuddle .ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.projecthuddle .ql-bubble.ql-toolbar button:hover,
.projecthuddle .ql-bubble .ql-toolbar button:hover,
.projecthuddle .ql-bubble.ql-toolbar button.ql-active,
.projecthuddle .ql-bubble .ql-toolbar button.ql-active,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label:hover,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label:hover,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item:hover,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item:hover,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.projecthuddle .ql-bubble.ql-toolbar button:hover .ql-fill,
.projecthuddle .ql-bubble .ql-toolbar button:hover .ql-fill,
.projecthuddle .ql-bubble.ql-toolbar button.ql-active .ql-fill,
.projecthuddle .ql-bubble .ql-toolbar button.ql-active .ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.projecthuddle .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.projecthuddle .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.projecthuddle .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.projecthuddle .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.projecthuddle .ql-bubble.ql-toolbar button:hover .ql-stroke,
.projecthuddle .ql-bubble .ql-toolbar button:hover .ql-stroke,
.projecthuddle .ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.projecthuddle .ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.projecthuddle .ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.projecthuddle .ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.projecthuddle .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.projecthuddle .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.projecthuddle .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.projecthuddle .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
.projecthuddle .ql-bubble {
  box-sizing: border-box;
}
.projecthuddle .ql-bubble * {
  box-sizing: border-box;
}
.projecthuddle .ql-bubble .ql-hidden {
  display: none;
}
.projecthuddle .ql-bubble .ql-out-bottom,
.projecthuddle .ql-bubble .ql-out-top {
  visibility: hidden;
}
.projecthuddle .ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.projecthuddle .ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.projecthuddle .ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.projecthuddle .ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.projecthuddle .ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.projecthuddle .ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.projecthuddle .ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.projecthuddle .ql-bubble .ql-fill,
.projecthuddle .ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.projecthuddle .ql-bubble .ql-empty {
  fill: none;
}
.projecthuddle .ql-bubble .ql-even {
  fill-rule: evenodd;
}
.projecthuddle .ql-bubble .ql-thin,
.projecthuddle .ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.projecthuddle .ql-bubble .ql-transparent {
  opacity: 0.4;
}
.projecthuddle .ql-bubble .ql-direction svg:last-child {
  display: none;
}
.projecthuddle .ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.projecthuddle .ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.projecthuddle .ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.projecthuddle .ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.projecthuddle .ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.projecthuddle .ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.projecthuddle .ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.projecthuddle .ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.projecthuddle .ql-bubble .ql-editor a {
  text-decoration: underline;
}
.projecthuddle .ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.projecthuddle .ql-bubble .ql-editor code,
.projecthuddle .ql-bubble .ql-editor pre {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.projecthuddle .ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.projecthuddle .ql-bubble .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.projecthuddle .ql-bubble .ql-editor code:before,
.projecthuddle .ql-bubble .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.projecthuddle .ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.projecthuddle .ql-bubble .ql-editor img {
  max-width: 100%;
}
.projecthuddle .ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.projecthuddle .ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.projecthuddle .ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.projecthuddle .ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.projecthuddle .ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.projecthuddle .ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.projecthuddle .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.projecthuddle .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.projecthuddle .ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.projecthuddle .ql-bubble .ql-color-picker,
.projecthuddle .ql-bubble .ql-icon-picker {
  width: 28px;
}
.projecthuddle .ql-bubble .ql-color-picker .ql-picker-label,
.projecthuddle .ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.projecthuddle .ql-bubble .ql-color-picker .ql-picker-label svg,
.projecthuddle .ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.projecthuddle .ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.projecthuddle .ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.projecthuddle .ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.projecthuddle .ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.projecthuddle .ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.projecthuddle .ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.projecthuddle .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.projecthuddle .ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.projecthuddle .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.projecthuddle .ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.projecthuddle .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.projecthuddle .ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.projecthuddle .ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.projecthuddle .ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.projecthuddle .ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.projecthuddle .ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.projecthuddle .ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.projecthuddle .ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.projecthuddle .ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
  z-index: 99;
}
.projecthuddle .ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.projecthuddle .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.projecthuddle .ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.projecthuddle .ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.projecthuddle .ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.projecthuddle .ql-bubble .ql-tooltip-editor {
  display: none;
}
.projecthuddle .ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.projecthuddle .ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.projecthuddle .ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.projecthuddle .ph-tooltip-wrap {
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  position: relative;
}
.projecthuddle .ph-tooltip-wrap .ph-tooltip {
  background: #51595F;
  bottom: 100%;
  font-size: 11px !important;
  color: #fff !important;
  line-height: 14px !important;
  display: block;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 4px 6px;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  position: absolute;
  width: auto !important;
  height: auto !important;
  border-radius: 3px !important;
  transform: translateY(10px) translateX(-50%);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.projecthuddle .ph-tooltip-wrap .ph-tooltip i {
  padding: 0 3px !important;
}
.projecthuddle .ph-tooltip-wrap .ph-tooltip .ph-subtle {
  opacity: 0.65;
}
.projecthuddle .ph-tooltip-wrap.bottom .ph-tooltip {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 15px;
  transform: translateY(-10px) translateX(-50%);
}
.projecthuddle .ph-tooltip-wrap.bottom .ph-tooltip:before {
  bottom: -20px;
}
.projecthuddle .ph-tooltip-wrap.bottom .ph-tooltip:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: none;
  border-bottom: solid #51595F 5px;
  bottom: auto;
  top: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.projecthuddle .ph-tooltip-wrap.bottom:hover .ph-tooltip {
  transform: translateY(0) translateX(-50%);
}
.projecthuddle .ph-tooltip-wrap .ph-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.projecthuddle .ph-tooltip-wrap .ph-tooltip:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid #51595F 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}
.projecthuddle .ph-tooltip-wrap:hover .ph-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) translateX(-50%);
}
.projecthuddle .ph-dropdown-wrap {
  position: relative;
  cursor: pointer;
  user-select: none;
}
.projecthuddle .ph-dropdown-wrap a {
  color: #51595F;
  text-decoration: none;
}
.projecthuddle .ph-dropdown-wrap .ph-dropdown-inner {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.projecthuddle .ph-dropdown-wrap.ph-right-arrow .ph-dropdown {
  left: 0;
}
.projecthuddle .ph-dropdown-wrap .ph-dropdown {
  max-width: 200px;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 30px 0 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  transition: 0.35s ease;
}
.projecthuddle .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner {
  max-height: 100px;
  width: 100%;
  overflow: auto;
}
.projecthuddle .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
.projecthuddle .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar-thumb {
  background-color: #e1e2e6;
}
.projecthuddle .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.projecthuddle .ph-dropdown-wrap.ph-right-dropdown .ph-dropdown {
  left: auto;
  right: -15px;
}
.projecthuddle .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:before, .projecthuddle .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.projecthuddle .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:before {
  border-color: rgba(35, 40, 45, 0);
  border-bottom-color: rgba(35, 40, 45, 0.06);
  border-width: 9px;
  left: 14px;
  z-index: 71;
  top: -18px;
}
.projecthuddle .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  left: 15px;
  z-index: 72;
  top: -16px;
}
.projecthuddle .ph-dropdown-wrap.ph-has-arrow.ph-right-arrow .ph-dropdown-inner:before {
  left: auto;
  right: 14px;
}
.projecthuddle .ph-dropdown-wrap.ph-has-arrow.ph-right-arrow .ph-dropdown-inner:after {
  left: auto;
  right: 15px;
}
.projecthuddle .ph-dropdown-wrap:hover:not(.ph-click-open) .ph-dropdown, .projecthuddle .ph-dropdown-wrap.ph-open .ph-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.projecthuddle .hide-comments .ph-comment {
  display: none;
}
.projecthuddle *[contenteditable] {
  user-select: auto !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.projecthuddle .loading {
  margin-top: 1px;
  margin-bottom: 1px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid #ccc;
  border-top-color: #999;
  animation: spin 1s infinite linear;
}
.projecthuddle .loading--double {
  border-style: double;
  border-width: .5rem;
}
.projecthuddle .comment-textarea, .projecthuddle .ph-edit-content {
  background: #f3f3f3;
  font-size: 16px;
  padding: 15px;
}
@media screen and (min-device-width: 480px) {
  .projecthuddle .comment-textarea, .projecthuddle .ph-edit-content {
    font-size: 13px;
  }
}
.projecthuddle [contenteditable]:focus, .projecthuddle [contenteditable]:active {
  outline: none !important;
}
.projecthuddle .ph-edit-content {
  margin-bottom: 10px;
}
.projecthuddle .ph-comment-thread {
  position: absolute;
}
.projecthuddle .ph-comment-form {
  position: relative;
}
.projecthuddle .ph-comment-form-controls {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  padding: 10px;
  justify-content: flex-end;
  color: #c2c2c2;
}
.projecthuddle .ph-comment-form-controls .ph-form-controls-left,
.projecthuddle .ph-comment-form-controls .ph-form-controls-right {
  flex: 1;
  display: flex;
  align-items: center;
}
.projecthuddle .ph-comment-form-controls .ph-form-controls-right {
  justify-content: flex-end;
}
.projecthuddle .ph-comment-wrapper {
  overflow: visible;
  text-align: left;
  color: #51595F;
  display: block;
  opacity: 1;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.projecthuddle .ph-comment-wrapper {
  overflow: visible;
  text-align: left;
  color: #51595F;
  width: 100%;
  display: block;
  padding-top: 3px;
  font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.projecthuddle .ph-comment-wrapper.ph-has-more .ph-comment-item:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
}
.projecthuddle .ph-comment-wrapper .ph-loading-image.ph-more-loading {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: -30px;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.projecthuddle .ph-comment-wrapper .ph-loading-image.ph-more-loading .ph-loading-image-dots {
  width: 6px;
  height: 6px;
}
.projecthuddle .ph-comment-wrapper.ph-comments-loading .ph-loading-image {
  opacity: 1;
}
.projecthuddle .ph-comment-wrapper .ph-button {
  font-weight: bold;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details {
  display: flex;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner {
  min-width: 150px;
  font-size: 11px;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail {
  color: #51595F;
  padding: 5px 0;
  display: flex;
  align-items: center;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail i {
  margin-right: 12px;
  opacity: 0.5;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail:first-child {
  padding-top: 0;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail:last-child {
  padding-bottom: 0;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail.ph-delete-tech-detail {
  color: #a00;
  border-top: 1px solid #f3f3f3;
  margin-top: 8px;
  padding-top: 10px;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-dropdown input {
  min-width: 150px;
  font-size: 13px;
  margin-bottom: 0;
  padding: 10px;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon {
  padding: 0 16px 8px;
  margin-bottom: -8px;
  margin-right: -16px;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon:first-child {
  margin-left: -16px;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon .ph-dropdown {
  right: -2px;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon i {
  opacity: 0.5;
  font-size: 12px;
}
.projecthuddle .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon i.ion-link {
  font-size: 14px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header {
  margin-bottom: 30px;
  user-select: none;
  position: relative;
  z-index: 99;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header svg {
  fill: currentColor;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-header-inner {
  display: flex;
  justify-content: space-between;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-header-inner .ph-comment-header-right,
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-header-inner .ph-comment-header-left {
  display: flex;
  align-items: center;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-resolve {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #51595F;
  line-height: 10px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-resolve .loading {
  display: none;
  color: #999;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-resolve.pending .loading {
  display: inline-block;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-resolve.pending .checkbox {
  display: none;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-resolve i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  color: #4353ff;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-resolve i.ph-approved {
  color: #5cb85c;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-comment-assigned {
  margin-left: 16px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-category-select {
  text-decoration: none;
  float: left;
  cursor: pointer;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-category-select i {
  display: inline-block;
  vertical-align: middle;
  color: #b1b1b1;
  font-size: 10px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-header-controls {
  color: #b1b1b1;
  cursor: pointer;
  line-height: 10px;
  text-align: right;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-header-controls i {
  margin-left: 7px;
  transition: color 0.5s ease;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-header-controls i.ph-hide-bubble {
  padding: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: -8px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-header .ph-category-color-indicator {
  background: #4353ff;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text {
  max-height: 300px;
  overflow: auto;
  margin-bottom: 30px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text::-webkit-scrollbar {
  background-color: #F5F5F5;
  border-radius: 4px;
  width: 8px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text::-webkit-scrollbar-thumb {
  background-color: #e1e2e6;
  border-radius: 4px;
  box-shadow: 0 4px 0 #fff, 0 -4px 0 #fff;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text::-webkit-scrollbar-track {
  background-color: #F5F5F5;
  border-radius: 4px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text:empty {
  margin-bottom: 0;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item {
  padding: 0 20px 25px 0;
  word-break: break-word;
  position: relative;
  margin-right: 15px;
  font-size: 13px;
  font-size: 13px;
  line-height: 1.4em;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item:after {
  content: "";
  display: table;
  clear: both;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item p,
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ol,
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ul,
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item pre,
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item blockquote {
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  padding: 0;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item strong, .projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item b {
  font-weight: bold;
  color: #000;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item em, .projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item i {
  font-style: italic;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
  font-size: 13px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item a {
  color: #4353ff;
  text-decoration: none;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ol, .projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ul {
  padding: 0;
  margin-left: 25px;
  margin-bottom: 10px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ol li, .projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ul li {
  margin: 0 0 3px 0;
  padding: 0;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ul {
  list-style: disc;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item ol {
  list-style: decimal;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item code,
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item pre {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item pre {
  white-space: pre-wrap;
  margin-bottom: 10px;
  margin-top: 5px;
  padding: 5px 10px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item code:before,
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 16px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item:last-child {
  padding-bottom: 0;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item:last-child {
  padding-bottom: 0;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-avatar img {
  border-radius: 100%;
  max-width: 100%;
  height: auto !important;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-comment-wrap {
  padding-left: 55px;
  float: left;
  z-index: 2;
  position: relative;
  width: 100%;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea {
  margin-top: 5px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea textarea {
  margin-bottom: 10px;
  max-height: 300px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea .ph-button, .projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea .ph-secondary-link {
  font-size: 0.7em;
  line-height: 0.7em;
  padding: 12px;
  font-weight: bold;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .comment-item-content {
  margin-bottom: 5px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-item-controls {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  height: 25px;
  z-index: 4;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-item-controls:hover {
  opacity: 1;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-item-controls .ph-icon {
  color: #51595F;
  display: inline-block;
  width: 18px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  font-size: 13px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-text .ph-comment-item:hover .ph-item-controls {
  opacity: 1;
}
.projecthuddle .ph-comment-wrapper .ph-comment-content {
  position: relative;
  width: 99%;
  margin: 0 2px;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(35, 40, 45, 0.12), 0 0 3px rgba(0, 0, 0, 0.2);
  cursor: auto;
  user-select: text;
  padding: 30px;
  border-radius: 2px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-item-author {
  font-weight: bold;
  font-size: 13px;
  color: #51595F;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-item-content {
  color: #51595F;
  font-size: 1em;
}
.projecthuddle .ph-comment-wrapper .ph-comment-item-date {
  color: #B1B1B1;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}
.projecthuddle .ph-comment-wrapper .ph-comment-submit {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: -1px;
  margin-right: -1px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-submit .ph-button.submit-comment {
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  padding: 16px 22px;
}
.projecthuddle .ph-comment-wrapper .ph-comment-submit .ph-cancel {
  margin-left: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999;
  cursor: pointer;
}
.projecthuddle .ph-comment-wrapper .ph-comment-detail-dropdown-header {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #51595F;
  opacity: 0.5;
  display: inline-flex;
  align-items: center;
}
.projecthuddle .ph-comment-wrapper .ph-comment-detail-dropdown-header i {
  margin: 0 4px;
  line-height: 0;
}
.projecthuddle .ph-modal-wrapper {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  right: 0 !important;
  z-index: 1000 !important;
  display: none;
  background: rgba(0, 0, 0, 0.5) !important;
}
.projecthuddle .ph-popup .ph-loading-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.projecthuddle .ph-loading .ph-popup > :not(.ph-loading-image) {
  visibility: hidden;
  opacity: 0;
}
.projecthuddle .ph-loading .ph-popup .ph-loading-image {
  visibility: visible;
  opacity: 1;
}
.projecthuddle .ph-success .ph-popup > :not(.ph-success-message),
.projecthuddle .ph-success .ph-popup > :not(.ph-close-icon) {
  visibility: hidden;
  opacity: 0;
}
.projecthuddle .ph-success .ph-popup .ph-success-message {
  visibility: visible;
  opacity: 1;
}
.projecthuddle .ph-popup .ph-loading-image, .projecthuddle .ph-popup .ph-success-message {
  visibility: hidden;
  opacity: 0;
}
.projecthuddle .ph-popup > * {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.projecthuddle .ph-popup .ph-success-message {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  color: #7bae54;
  font-size: 18px;
}
.projecthuddle .ph-popup-container {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.projecthuddle .ph-popup-container .ph-popup {
  font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  line-height: 1.5em;
  padding: 45px;
  box-shadow: 0 0 0 1px rgba(35, 40, 45, 0.12), 0 0 3px rgba(0, 0, 0, 0.2);
  user-select: text;
  border-radius: 2px;
}
.projecthuddle .ph-popup-container .ph-popup .ph-dialog-message {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 30px;
}
.projecthuddle .ph-popup-container .ph-popup p:not([class]) {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.projecthuddle .ph-popup-container .ph-popup p[class] {
  margin-bottom: 1.5em;
}
.projecthuddle .ph-popup-container .ph-popup p[class]:last-child {
  margin-bottom: 0;
}
.projecthuddle .ph-popup-container .ph-popup .ph-tertiary-link {
  font-size: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.projecthuddle .ph-popup-container .ph-popup .ph-dialog-reset {
  position: absolute;
  right: 40px;
  bottom: 55px;
}
.projecthuddle .ph-popup-container .ph-popup .ph-dialog-input {
  margin-bottom: 30px;
}
.projecthuddle .ph-popup-container .ph-popup .ph-dialog-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.projecthuddle .ph-popup-container .ph-popup .ph-dialog-buttons :last-child {
  margin-left: auto;
}
.projecthuddle .ph-popup-container .ph-popup .ph-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.projecthuddle .ph-popup-container .ph-popup .ph-close-icon:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  font-family: 'ionicons';
  content: '\f404';
  font-size: 35px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 8px;
  right: 8px;
  color: #bbb;
  background: transparent;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.projecthuddle .project-huddle-comment-bubble,
.projecthuddle .project-huddle-comment-dot,
.projecthuddle .ph-annotation-tooltip,
.projecthuddle .ph-image-tip,
.projecthuddle .ph-comment,
.projecthuddle .ph-popup-frame {
  font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
  font-size-adjust: none;
  font-size: 100%;
  font-style: normal;
  letter-spacing: normal;
  font-stretch: normal;
  font-variant: normal;
  font-weight: 400;
  font: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
  text-align: left;
  text-align-last: auto;
  text-decoration: none;
  -webkit-text-emphasis: none;
  text-emphasis: none;
  text-height: auto;
  text-indent: 0;
  text-justify: auto;
  text-outline: none;
  text-shadow: none;
  text-transform: none;
  text-wrap: normal;
  alignment-adjust: auto;
  alignment-baseline: baseline;
  -webkit-animation: none 0 ease 0 1 normal;
  animation: none 0 ease 0 1 normal;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  azimuth: center;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: none 0 0 auto repeat scroll padding-box transparent;
  background-color: transparent;
  background-image: none;
  baseline-shift: baseline;
  binding: none;
  bleed: 6pt;
  bookmark-label: content();
  bookmark-level: none;
  bookmark-state: open;
  bookmark-target: none;
  border: 0 none transparent;
  border-radius: 0;
  bottom: auto;
  box-align: stretch;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
  box-direction: normal;
  box-flex: 0.0;
  box-flex-group: 1;
  box-lines: single;
  box-ordinal-group: 1;
  box-orient: inline-axis;
  box-pack: start;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-column-break-after: auto;
  break-after: auto;
  -webkit-column-break-before: auto;
  break-before: auto;
  -webkit-column-break-inside: auto;
  break-inside: auto;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  color-profile: auto;
  -webkit-column-count: auto;
  -moz-column-count: auto;
  column-count: auto;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: normal;
  -moz-column-gap: normal;
  column-gap: normal;
  -webkit-column-rule: medium medium #1f1f1f;
  -moz-column-rule: medium medium #1f1f1f;
  column-rule: medium medium #1f1f1f;
  -webkit-column-span: 1;
  -moz-column-span: 1;
  column-span: 1;
  -webkit-column-width: auto;
  -moz-column-width: auto;
  column-width: auto;
  -webkit-columns: auto auto;
  -moz-columns: auto auto;
  columns: auto auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  crop: auto;
  cursor: auto;
  direction: ltr;
  display: inline;
  dominant-baseline: auto;
  drop-initial-after-adjust: text-after-edge;
  drop-initial-after-align: baseline;
  drop-initial-before-adjust: text-before-edge;
  drop-initial-before-align: caps-height;
  drop-initial-size: auto;
  drop-initial-value: initial;
  elevation: level;
  empty-cells: show;
  fit: fill;
  fit-position: 0 0;
  float: none;
  float-offset: 0 0;
  grid-columns: none;
  grid-rows: none;
  hanging-punctuation: none;
  height: auto;
  hyphenate-after: auto;
  hyphenate-before: auto;
  hyphenate-character: auto;
  hyphenate-lines: no-limit;
  hyphenate-resource: none;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  icon: auto;
  image-orientation: auto;
  image-rendering: auto;
  image-resolution: normal;
  inline-box-align: last;
  left: auto;
  line-height: inherit;
  line-stacking: inline-line-height exclude-ruby consider-shifts;
  list-style: disc outside none;
  margin: 0;
  marks: none;
  marquee-direction: forward;
  marquee-loop: 1;
  marquee-play-count: 1;
  marquee-speed: normal;
  marquee-style: scroll;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  move-to: normal;
  nav-down: auto;
  nav-index: auto;
  nav-left: auto;
  nav-right: auto;
  nav-up: auto;
  opacity: 1;
  orphans: 2;
  outline: medium none invert;
  outline-offset: 0;
  overflow: visible;
  overflow-style: auto;
  padding: 0;
  page: auto;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  page-policy: start;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  pointer-events: auto;
  position: static;
  presentation-level: 0;
  punctuation-trim: none;
  quotes: none;
  rendering-intent: auto;
  resize: none;
  right: auto;
  rotation: 0;
  rotation-point: 50% 50%;
  ruby-align: auto;
  ruby-overhang: none;
  ruby-position: before;
  ruby-span: none;
  size: auto;
  string-set: none;
  table-layout: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform-style: flat;
  transform-style: flat;
  transition: all 0 ease 0;
  unicode-bidi: normal;
  vertical-align: baseline;
  white-space: normal;
  white-space-collapse: collapse;
  widows: 2;
  width: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: auto;
  text-align: start;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.projecthuddle .ph-comment {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147482998 !important;
}
.projecthuddle .ph-comment.ph-clicked-dot {
  z-index: 2147482999 !important;
}
.projecthuddle .ph-comment.ph-hover-dot {
  z-index: 2147483000 !important;
}
.projecthuddle .ph-comment.ph-clicked-dot .ph-annotation-dot, .projecthuddle .ph-comment.ph-hover-dot .ph-annotation-dot {
  cursor: move !important;
}
.projecthuddle .project-huddle-comment-bubble {
  opacity: 0;
  visibility: hidden;
  max-width: 400px !important;
  width: 9999px;
  margin-left: 38px;
  margin-top: -45px;
  position: absolute;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.ph-hover-dot .projecthuddle .project-huddle-comment-bubble, .ph-clicked-dot .projecthuddle .project-huddle-comment-bubble {
  visibility: visible;
  opacity: 1;
  z-index: 2147483646;
}
.projecthuddle .ph-right-overflow.ph-left-overflow .project-huddle-comment-bubble {
  margin-left: -28px;
  margin-top: 40px;
  right: auto;
}
.projecthuddle .ph-right-overflow:not(.ph-left-overflow) .project-huddle-comment-bubble {
  right: 38px;
}
.projecthuddle .ph-image-tip {
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: 999999;
  width: auto;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 8px 10px;
  margin-left: 12px;
  margin-top: -50px;
  font-family: sans-serif;
  white-space: nowrap !important;
}
.projecthuddle .ph-image-tip:after {
  content: "";
  position: absolute !important;
  bottom: -8px;
  z-index: 100;
  border: 0 solid #111;
  border: 0 solid rgba(0, 0, 0, 0.85);
  border-bottom: 8px solid transparent;
  width: 100%;
  border-left-width: 8px;
  left: 0;
}
.projecthuddle .ph-annotation-dot-container {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 9999999999;
}
.projecthuddle .project-huddle-comment-dot {
  width: 36px !important;
  height: 36px !important;
  margin-top: -18px !important;
  margin-left: -18px !important;
  border: none !important;
}
.projecthuddle .ph-annotation-dot {
  position: absolute !important;
  width: 36px !important;
  height: 36px !important;
  margin-top: -18px !important;
  margin-left: -18px !important;
  background: #4353ff !important;
  border: 3px solid #fff !important;
  border-radius: 100% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
  text-align: center !important;
  line-height: 30px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #fff !important;
  cursor: pointer !important;
  z-index: 2147483647 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  transition: background 0.35s ease !important;
  box-sizing: border-box !important;
  opacity: 0.5;
}
.projecthuddle .ph-annotation-dot:before, .projecthuddle .ph-annotation-dot:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.projecthuddle .ph-annotation-dot:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 8px;
  right: -25px;
  left: auto;
  bottom: 7px;
  top: auto;
}
.projecthuddle .ph-annotation-dot:before {
  border-color: rgba(35, 40, 45, 0);
  border-right-color: rgba(35, 40, 45, 0.16);
  border-width: 8px;
  right: -24px;
  left: auto;
  bottom: 7px;
  top: auto;
}
.projecthuddle .ph-annotation-dot.ph-approved {
  background: #5cb85c !important;
}
.projecthuddle .ph-right-overflow:not(.ph-left-overflow) .ph-annotation-dot:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  left: -25px;
  right: auto;
  bottom: 7px;
  top: auto;
}
.projecthuddle .ph-right-overflow:not(.ph-left-overflow) .ph-annotation-dot:before {
  border-color: rgba(35, 40, 45, 0);
  border-left-color: rgba(35, 40, 45, 0.16);
  border-width: 8px;
  left: -24px;
  right: auto;
  bottom: 7px;
  top: auto;
}
.projecthuddle .ph-right-overflow.ph-left-overflow .ph-annotation-dot:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  bottom: -26px;
  right: auto;
  left: 7px;
  top: auto;
}
.projecthuddle .ph-right-overflow.ph-left-overflow .ph-annotation-dot:before {
  border-color: rgba(35, 40, 45, 0);
  border-bottom-color: rgba(35, 40, 45, 0.16);
  border-width: 8px;
  bottom: -25px;
  right: auto;
  left: 7px;
  top: auto;
}
.projecthuddle .ph-hover-dot .ph-annotation-dot,
.projecthuddle .ph-clicked-dot .ph-annotation-dot {
  opacity: 1;
}
.projecthuddle .ph-hover-dot .ph-annotation-dot:before, .projecthuddle .ph-hover-dot .ph-annotation-dot:after,
.projecthuddle .ph-clicked-dot .ph-annotation-dot:before,
.projecthuddle .ph-clicked-dot .ph-annotation-dot:after {
  opacity: 1;
  visibility: visible;
}
.projecthuddle .ph-hover-dot .project-huddle-comment-bubble,
.projecthuddle .ph-clicked-dot .project-huddle-comment-bubble {
  visibility: visible;
  opacity: 1;
}
.projecthuddle body._ph-cursor, .projecthuddle body.ph_cursor:hover,
.projecthuddle ._ph-cursor:hover {
  cursor: crosshair !important;
  position: static;
}
.projecthuddle body._ph-cursor .ph-annotation-dot, .projecthuddle body._ph-cursor ._ph-annotation-dot, .projecthuddle body.ph_cursor:hover .ph-annotation-dot, .projecthuddle body.ph_cursor:hover ._ph-annotation-dot,
.projecthuddle ._ph-cursor:hover .ph-annotation-dot,
.projecthuddle ._ph-cursor:hover ._ph-annotation-dot {
  pointer-events: none;
}
.projecthuddle .ph-annotation-tooltip {
  box-sizing: content-box;
  display: none;
  font-family: 'Open Sans', 'lucida grande', 'lucida sans unicode', 'lucida sans', sans-serif;
  line-height: 1.5;
  position: absolute;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  border-radius: 2px;
  margin-top: 10px;
  margin-left: 20px;
  box-shadow: rgba(0, 0, 0, 0.70196) 0px 0px 2px;
  max-width: 400px;
  white-space: pre-wrap;
  word-wrap: break-word;
  top: 161.609px;
  left: 602.219px;
  z-index: 2147483645;
  background: rgba(0, 0, 0, 0.8);
}
.projecthuddle ._ph-hide-resolved .ph-comment-container .ph-comment:not(.ph-hover-dot) .ph-annotation-dot.ph-approved {
  display: none;
}

/*# sourceMappingURL=project-huddle.css.map */
