@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

i {
  font-style: normal; }

body {
  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;
  animation: none 0 ease 0 1 normal;
  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;
  break-after: auto;
  break-before: auto;
  break-inside: auto;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  color-profile: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium medium #1f1f1f;
  column-span: 1;
  column-width: 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;
  perspective: none;
  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;
  transform: none;
  transform-origin: 50% 50% 0;
  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; }

/* General Styles */
.hidden, .ph-hidden {
  display: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i.ph-icon.fa {
  font-size: 0.85em;
  vertical-align: baseline;
  margin-right: 0.5em; }

p {
  padding: 0;
  margin-bottom: 0; }

strong {
  font-weight: 600; }

button {
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
  transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease; }
  button:active, button:focus {
    outline: none !important; }

.ph-button, .ph-secondary-link, .vex-dialog-button, .button-primary, input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: bold;
  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; }

.ph-button, .vex-dialog-button, .button-primary, input[type="submit"] {
  background: #4353ff;
  color: #fff;
  cursor: pointer;
  border-radius: 2px; }
  .ph-button:disabled, .vex-dialog-button:disabled, .button-primary:disabled, input[type="submit"]:disabled {
    border-color: #23282d;
    background: #23282d;
    color: #999;
    cursor: wait; }
  .ph-button:hover, .vex-dialog-button:hover, .button-primary:hover, input[type="submit"]:hover {
    background: #23282d; }

.ph-secondary-link {
  background: none;
  color: #999; }
  .ph-secondary-link:hover {
    background: none;
    color: #555; }

/* Select Dropdown */
.ph-select-dropdown, .ph-select-text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #b1b1b1;
  line-height: 10px;
  cursor: pointer; }
  .ph-select-dropdown h2, .ph-select-text h2 {
    font-size: 1.5em;
    text-transform: none;
    letter-spacing: 0;
    font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0.5em; }
  .ph-select-dropdown p, .ph-select-text p {
    margin-bottom: 0;
    font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px; }

.ph-select-text {
  display: inline-block;
  vertical-align: middle; }

.ph-select-dropdown {
  padding-top: 15px;
  position: absolute;
  z-index: 9; }
  .ph-select-dropdown.ph-right-align {
    right: 0; }
  .ph-select-dropdown .ph-select-content {
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px; }
    .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: segoe ui, helvetica neue, Helvetica, Arial, sans-serif; }
      .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; }
      .ph-select-dropdown .ph-select-content .ph-select-row:hover {
        background: #f3f3f3; }
        .ph-select-dropdown .ph-select-content .ph-select-row:hover i.ph-icon.ph-share-comment {
          color: #4353ff; }
        .ph-select-dropdown .ph-select-content .ph-select-row:hover i.ph-icon.ph-delete-comment-location {
          color: #a00; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ph-tooltip-wrap {
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  position: relative; }

.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%);
  transition: all .25s ease-out;
  -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); }
  .ph-tooltip-wrap .ph-tooltip i {
    padding: 0 3px !important; }
  .ph-tooltip-wrap .ph-tooltip .ph-subtle {
    opacity: 0.65; }

.ph-tooltip-wrap.bottom .ph-tooltip {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 15px;
  transform: translateY(-10px) translateX(-50%); }
  .ph-tooltip-wrap.bottom .ph-tooltip:before {
    bottom: -20px; }
  .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; }

.ph-tooltip-wrap.bottom:hover .ph-tooltip {
  transform: translateY(0) translateX(-50%); }

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.ph-tooltip-wrap .ph-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS Triangles - see Trevor's post */
.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; }

.ph-tooltip-wrap:hover .ph-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) translateX(-50%); }

.ph-badge,
a.ph-badge {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 10px;
  border-radius: 3px;
  color: #0013dc;
  background: rgba(67, 83, 255, 0.2); }
  .ph-badge i,
  a.ph-badge i {
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 1px; }

.ph-unread-comments.ph-badge {
  color: #885E39;
  background: rgba(242, 153, 74, 0.13); }

.ph-panel {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
  color: #51595F;
  font-size: 13px;
  line-height: 1.4em; }
  .ph-panel .ph-empty-panel-notice {
    opacity: 0.5;
    padding: 10px 0;
    text-align: center; }
  .ph-panel .ph-panel-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
  .ph-panel .ph-panel-header-wrap {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .ph-panel .ph-panel-header-wrap.has-shadow {
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04); }
    .ph-panel .ph-panel-header-wrap.dark {
      background: #23282D;
      color: #fff; }
      .ph-panel .ph-panel-header-wrap.dark .ph-panel-title-item .ph-tab {
        opacity: 0.6; }
      .ph-panel .ph-panel-header-wrap.dark .ph-panel-title-item .ph-tab.ph-active,
      .ph-panel .ph-panel-header-wrap.dark .ph-panel-title-item .ph-tab.ph-active:hover {
        opacity: 1;
        color: #fff; }
  .ph-panel .ph-panel-subheading {
    padding: 8px 40px;
    background: #f3f3f3;
    font-size: 12px; }
  .ph-panel .ph-comments-filter i {
    font-size: 8px;
    margin-left: 5px; }
  .ph-panel .ph-comments-filter .ph-filter-item {
    padding: 2px 0; }
  .ph-panel .ph-panel-header {
    width: 100%;
    padding: 30px 40px 20px 40px;
    z-index: 2147483002;
    overflow: hidden; }
    .ph-panel .ph-panel-header .ph-panel-logo img {
      max-height: 40px;
      max-width: none;
      width: auto; }
    .ph-panel .ph-panel-header a {
      color: #6F7C8A; }
      .ph-panel .ph-panel-header a:hover {
        color: #fff; }
    .ph-panel .ph-panel-header .ph-icon {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      z-index: 2147483001;
      position: relative;
      font-size: 16px;
      cursor: pointer;
      transition: color 0.5s ease; }
      .ph-panel .ph-panel-header .ph-icon.ph-menu {
        float: left; }
      .ph-panel .ph-panel-header .ph-icon.ph-close {
        position: absolute;
        top: 32px;
        right: 40px; }
        .ph-panel .ph-panel-header .ph-icon.ph-close svg {
          fill: currentColor; }
  .ph-panel .ph-panel-subheader {
    padding: 10px 40px 20px; }
  .ph-panel .ph-panel-body {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    width: 100%;
    padding: 10px 40px 0 40px; }
    .ph-panel .ph-panel-body::-webkit-scrollbar {
      background-color: transparent;
      width: 5px; }
    .ph-panel .ph-panel-body::-webkit-scrollbar-thumb {
      background-color: #e1e2e6; }
    .ph-panel .ph-panel-body::-webkit-scrollbar-track {
      background-color: transparent; }
  .ph-panel .ph-panel-footer {
    bottom: 0;
    max-height: 0;
    width: 100%;
    text-align: center;
    padding: 30px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.04); }
    .ph-panel .ph-panel-footer i {
      opacity: 0.5;
      padding-right: 5px; }
    .ph-panel .ph-panel-footer .left-col,
    .ph-panel .ph-panel-footer .right-col {
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      font-family: Montserrat, sans-serif;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
    .ph-panel .ph-panel-footer .middle-col {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  .ph-panel a {
    color: #51595F;
    text-decoration: none; }
  .ph-panel .ph-panel-tab-content,
  .ph-panel .ph-show-comments,
  .ph-panel .ph-show-pages {
    display: none; }
  .ph-panel .ph-panel-tab-content,
  .ph-panel .ph-show-pages {
    display: none; }
    .ph-panel .ph-panel-tab-content.ph-active,
    .ph-panel .ph-show-pages.ph-active {
      display: block; }
  .ph-panel .ph-show-comments.ph-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .ph-panel .ph-show-comments.ph-active > div {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: pointer; }
      .ph-panel .ph-show-comments.ph-active > div .ph-dropdown-wrap {
        -ms-flex: 1;
            flex: 1; }
      .ph-panel .ph-show-comments.ph-active > div:last-child {
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .ph-panel .ph-panel-toggle-resolve i {
    font-size: 8px;
    margin-left: 5px; }
  .ph-panel .ph-list-none {
    padding: 25px;
    text-align: center; }
  .ph-panel .ph-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 25px;
    margin-top: 25px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%; }
    .ph-panel .ph-list-item .ph-comment-count {
      display: inline-block;
      padding: 3px 5px;
      font-size: 10px;
      border-radius: 2px;
      margin-left: auto;
      background: #a8acaf;
      color: #fff;
      font-weight: bold;
      line-height: 10px; }
      .ph-panel .ph-list-item .ph-comment-count:after {
        content: "";
        position: absolute;
        bottom: -4px;
        right: 6px;
        border-width: 0 0 5px 5px;
        border-style: solid;
        border-color: transparent #a8acaf;
        display: block;
        width: 0; }
      .ph-panel .ph-list-item .ph-comment-count.has-comments {
        background: #4353ff; }
        .ph-panel .ph-list-item .ph-comment-count.has-comments:after {
          border-color: transparent #4353ff; }
    .ph-panel .ph-list-item .ph-page-comment-count {
      display: inline-block;
      padding: 3px 5px;
      font-size: 10px;
      border-radius: 2px;
      background: #4353ff;
      color: #fff;
      text-align: center;
      font-weight: bold;
      position: relative;
      line-height: 10px; }
      .ph-panel .ph-list-item .ph-page-comment-count:after {
        content: "";
        position: absolute;
        bottom: -4px;
        right: 6px;
        border-width: 0 0 5px 5px;
        border-style: solid;
        border-color: transparent #4353ff;
        display: block;
        width: 0; }
    .ph-panel .ph-list-item .ph-approved .ph-page-comment-count {
      background: #5cb85c; }
      .ph-panel .ph-list-item .ph-approved .ph-page-comment-count:after {
        border-color: transparent #5cb85c; }
    .ph-panel .ph-list-item .ph-comment-number {
      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; }
      .ph-panel .ph-list-item .ph-comment-number i:before {
        width: 16px;
        height: 16px;
        line-height: 16px; }
      .ph-panel .ph-list-item .ph-comment-number .ph-approval-indicator {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        background: #5cb85c;
        border-radius: 50%;
        transition: all 0.35s ease; }
      .ph-panel .ph-list-item .ph-comment-number.ph-approved {
        background: #5cb85c; }
    .ph-panel .ph-list-item:first-child .ph-comment-assigned .ph-tooltip-wrap .ph-tooltip {
      bottom: auto;
      top: 100%;
      margin-bottom: 0;
      margin-top: 15px;
      transform: translateY(-10px) translateX(-50%); }
      .ph-panel .ph-list-item:first-child .ph-comment-assigned .ph-tooltip-wrap .ph-tooltip:before {
        bottom: -20px; }
      .ph-panel .ph-list-item:first-child .ph-comment-assigned .ph-tooltip-wrap .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; }
    .ph-panel .ph-list-item:first-child .ph-comment-assigned .ph-tooltip-wrap:hover .ph-tooltip {
      transform: translateY(0) translateX(-50%); }
    .ph-panel .ph-list-item:hover .ph-approval-indicator {
      opacity: 0; }
    .ph-panel .ph-list-item .ph-comment-avatar {
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
      margin-right: 20px; }
      .ph-panel .ph-list-item .ph-comment-avatar .ph-avatar {
        margin-bottom: 10px;
        position: relative; }
        .ph-panel .ph-list-item .ph-comment-avatar .ph-avatar img {
          max-width: 100% !important;
          height: auto !important;
          border-radius: 50%; }
      .ph-panel .ph-list-item .ph-comment-avatar .ph-comment-item-date {
        text-align: center;
        opacity: 0.5;
        font-size: 10px;
        font-weight: bold; }
      .ph-panel .ph-list-item .ph-comment-avatar .ph-comment-resolved-indicator {
        color: #5cb85c;
        margin-left: 5px; }
      .ph-panel .ph-list-item .ph-comment-avatar .ph-comment-number {
        position: absolute;
        margin: 0;
        top: 50%;
        bottom: auto;
        right: auto;
        left: -10px;
        margin-top: -7px; }
    .ph-panel .ph-list-item .ph-comment-content {
      position: relative;
      min-height: 40px;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      cursor: pointer; }
    .ph-panel .ph-list-item .ph-comment-item-content {
      word-break: break-word;
      font-size: 13px;
      line-height: 1.4em; }
      .ph-panel .ph-list-item .ph-comment-item-content p,
      .ph-panel .ph-list-item .ph-comment-item-content ol,
      .ph-panel .ph-list-item .ph-comment-item-content ul,
      .ph-panel .ph-list-item .ph-comment-item-content pre,
      .ph-panel .ph-list-item .ph-comment-item-content blockquote {
        margin: 0;
        font-size: 13px;
        line-height: 1.4em;
        padding: 0; }
      .ph-panel .ph-list-item .ph-comment-item-content strong, .ph-panel .ph-list-item .ph-comment-item-content b {
        font-weight: bold;
        color: #000; }
      .ph-panel .ph-list-item .ph-comment-item-content em, .ph-panel .ph-list-item .ph-comment-item-content i {
        font-style: italic; }
      .ph-panel .ph-list-item .ph-comment-item-content p {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.4em;
        font-size: 13px; }
      .ph-panel .ph-list-item .ph-comment-item-content a {
        color: #4353ff;
        text-decoration: none; }
      .ph-panel .ph-list-item .ph-comment-item-content ol, .ph-panel .ph-list-item .ph-comment-item-content ul {
        padding: 0;
        margin-left: 25px;
        margin-bottom: 10px; }
        .ph-panel .ph-list-item .ph-comment-item-content ol li, .ph-panel .ph-list-item .ph-comment-item-content ul li {
          margin: 0 0 3px 0;
          padding: 0; }
      .ph-panel .ph-list-item .ph-comment-item-content ul {
        list-style: disc; }
      .ph-panel .ph-list-item .ph-comment-item-content ol {
        list-style: decimal; }
      .ph-panel .ph-list-item .ph-comment-item-content code,
      .ph-panel .ph-list-item .ph-comment-item-content pre {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 3px; }
      .ph-panel .ph-list-item .ph-comment-item-content pre {
        white-space: pre-wrap;
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 5px 10px; }
      .ph-panel .ph-list-item .ph-comment-item-content code {
        font-size: 85%;
        padding-bottom: 2px;
        padding-top: 2px; }
      .ph-panel .ph-list-item .ph-comment-item-content code:before,
      .ph-panel .ph-list-item .ph-comment-item-content code:after {
        content: "\A0";
        letter-spacing: -2px; }
      .ph-panel .ph-list-item .ph-comment-item-content blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 10px;
        margin-top: 5px;
        padding-left: 16px; }
      .ph-panel .ph-list-item .ph-comment-item-content a, .ph-panel .ph-list-item .ph-comment-item-content a:visited {
        color: #4353ff; }
    .ph-panel .ph-list-item .ph-comment-item-details {
      padding: 15px 0 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-left: -8px; }
      .ph-panel .ph-list-item .ph-comment-item-details i {
        opacity: 0.5;
        padding: 0 8px;
        cursor: pointer; }
      .ph-panel .ph-list-item .ph-comment-item-details .ph-unread-comments {
        margin-left: auto; }
    .ph-panel .ph-list-item .ph-comment-header {
      margin-bottom: 10px;
      line-height: 13px; }
    .ph-panel .ph-list-item .ph-comment-author {
      font-weight: bold;
      margin-right: 10px; }
    .ph-panel .ph-list-item .ph-comment-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .ph-panel .ph-list-item .ph-comment-header-right {
      margin-left: auto; }
    .ph-panel .ph-list-item .ph-panel-comment-status {
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .ph-panel .ph-list-item .ph-panel-comment-status .ph-panel-status-select {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 10px);
        font-size: 12px;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 20px;
        z-index: 9;
        background: #fff;
        box-shadow: 0 0 10px rgba(81, 89, 95, 0.1);
        transition: all 0.35s ease; }
        .ph-panel .ph-list-item .ph-panel-comment-status .ph-panel-status-select .status-option {
          margin-bottom: 8px; }
          .ph-panel .ph-list-item .ph-panel-comment-status .ph-panel-status-select .status-option:last-child {
            margin-bottom: 0; }
      .ph-panel .ph-list-item .ph-panel-comment-status.ph-open .ph-panel-status-select {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0); }
  .ph-panel._ph-hide-resolved .ph-list-item.ph-resolved {
    display: none; }
  .ph-panel .ph-panel-pages-list .ph-list-item {
    display: block;
    margin-top: 20px;
    padding-bottom: 20px; }
    .ph-panel .ph-panel-pages-list .ph-list-item .ph-badge {
      margin-left: auto;
      opacity: 0;
      transition: opacity 0.35s ease; }
    .ph-panel .ph-panel-pages-list .ph-list-item:hover .ph-badge {
      opacity: 1; }
    .ph-panel .ph-panel-pages-list .ph-list-item:first-child {
      margin-top: 0; }
    .ph-panel .ph-panel-pages-list .ph-list-item .ph-page-title,
    .ph-panel .ph-panel-pages-list .ph-list-item .ph-page-url {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 10px;
      line-height: 13px; }
    .ph-panel .ph-panel-pages-list .ph-list-item .ph-page-title {
      font-weight: bold;
      padding: 10px;
      margin-bottom: 0;
      margin-left: -10px; }
      .ph-panel .ph-panel-pages-list .ph-list-item .ph-page-title:focus {
        background: #f3f3f3;
        outline: none; }
    .ph-panel .ph-panel-pages-list .ph-list-item .ph-page-url {
      opacity: 0.5; }

.ph-approve-button {
  background: #5cb85c; }

.ph-panel-title-item {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  letter-spacing: .2px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 30px; }
  .ph-panel-title-item:last-child {
    margin-bottom: 0; }
  .ph-panel-title-item .ph-tab {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
    transition: all 0.5s ease; }
    .ph-panel-title-item .ph-tab.ph-active, .ph-panel-title-item .ph-tab.ph-active:hover {
      color: #4353ff; }
    .ph-panel-title-item .ph-tab:hover {
      color: inherit; }

.ph-panel .ph-list-item .ph-comment-progress-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.ph-panel .ph-list-item .ph-approval-progress-bar-wrap {
  -ms-flex: 1 1 100px;
      flex: 1 1 100px;
  max-width: 100px;
  padding: 6px 0; }

.ph-panel .ph-list-item .ph-approval-progress-bar {
  width: 100%;
  background: #f3f3f3;
  height: 3px;
  display: inline-block;
  margin-left: 10px;
  border-radius: 10px;
  position: relative; }
  .ph-panel .ph-list-item .ph-approval-progress-bar .ph-approval-progress {
    height: 3px;
    display: inline-block;
    border-radius: 10px;
    background: #4353ff;
    position: absolute;
    top: 0;
    left: 0; }

.ph-panel .ph-list-item .ph-approved .ph-approval-progress-bar .ph-approval-progress,
.ph-panel .ph-list-item .ph-approved .ph-comment-number {
  background: #5cb85c; }

.ph-assign-options {
  max-width: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: -15px;
  top: 30px;
  background: #fff;
  padding: 15px;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  transition: 0.35s ease; }
  .ph-assign-options .ph-assign-options-select {
    max-height: 100px;
    min-width: 125px;
    overflow: auto; }
    .ph-assign-options .ph-assign-options-select::-webkit-scrollbar {
      background-color: transparent;
      width: 5px; }
    .ph-assign-options .ph-assign-options-select::-webkit-scrollbar-thumb {
      background-color: #e1e2e6; }
    .ph-assign-options .ph-assign-options-select::-webkit-scrollbar-track {
      background-color: transparent; }
  .ph-assign-options:before, .ph-assign-options:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ph-assign-options:before {
    border-color: rgba(35, 40, 45, 0);
    border-bottom-color: rgba(35, 40, 45, 0.06);
    border-width: 9px;
    right: 14px;
    z-index: 71;
    top: -18px; }
  .ph-assign-options:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    right: 15px;
    z-index: 72;
    top: -16px; }
  .ph-assign-options input,
  .ph-assign-options input:focus,
  .ph-assign-options input:active {
    font-size: 13px;
    padding: 6px 9px !important;
    background: #f3f3f3 !important;
    border: none !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: 100% !important; }
    .ph-assign-options input:before, .ph-assign-options input:after,
    .ph-assign-options input:focus:before,
    .ph-assign-options input:focus:after,
    .ph-assign-options input:active:before,
    .ph-assign-options input:active:after {
      display: none; }
  .ph-assign-options .ph-single-user-option-wrap {
    margin-bottom: 1px;
    white-space: nowrap; }
    .ph-assign-options .ph-single-user-option-wrap:last-child {
      margin-bottom: 0; }
  .ph-assign-options .ph-single-user-option {
    padding: 5px;
    transition: background 0.35s ease, color 0.35s ease; }
    .ph-assign-options .ph-single-user-option:hover {
      color: #51595F;
      background: #f3f3f3; }
    .ph-assign-options .ph-single-user-option img, .ph-assign-options .ph-single-user-option .ph-avatar {
      margin-right: 5px; }
    .ph-assign-options .ph-single-user-option .ph-avatar,
    .ph-assign-options .ph-single-user-option .ph-avatar img {
      border-radius: 50%;
      width: 20px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  .ph-assign-options .ph-search-info {
    font-size: 10px;
    padding: 8px 5px 5px; }
  .ph-assign-options .ph-single-user-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 3px;
    cursor: pointer; }
    .ph-assign-options .ph-single-user-option.ph-assigned-selection, .ph-assign-options .ph-single-user-option.ph-assigned-selection:hover {
      background: #4353ff;
      color: #fff; }
      .ph-assign-options .ph-single-user-option.ph-assigned-selection i, .ph-assign-options .ph-single-user-option.ph-assigned-selection:hover i {
        color: rgba(255, 255, 255, 0.7); }
    .ph-assign-options .ph-single-user-option:hover {
      color: #51595F;
      background: #f3f3f3; }
      .ph-assign-options .ph-single-user-option:hover i {
        color: #51595F;
        opacity: 0.5; }
    .ph-assign-options .ph-single-user-option .ph-display-name {
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 13px;
      line-height: 13px;
      font-size: 13px; }
    .ph-assign-options .ph-single-user-option i {
      font-size: 8px;
      padding: 5px;
      margin-left: auto;
      margin-right: 5px; }

.ph-comment-assigned {
  position: relative; }
  .ph-comment-assigned.ph-open .ph-assign-options {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible; }
  .ph-comment-assigned i {
    font-size: 8px;
    margin-left: 5px;
    color: #b1b1b1; }
  .ph-comment-assigned img {
    margin-right: 5px; }
  .ph-comment-assigned .ph-assigned {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .ph-comment-assigned .ph-assigned img {
      max-width: 18px;
      height: auto;
      border-radius: 50%; }
  .ph-comment-assigned .ph-assign-user.ph-unassigned {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px dashed #51595F;
    opacity: 0.5;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer; }
    .ph-comment-assigned .ph-assign-user.ph-unassigned i {
      font-size: 10px;
      margin: auto; }

.ph-dropdown-wrap {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .ph-dropdown-wrap a {
    color: inherit;
    text-decoration: none; }
  .ph-dropdown-wrap .ph-dropdown-inner {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative; }
  .ph-dropdown-wrap.ph-right-arrow .ph-dropdown {
    left: 0; }
  .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; }
    .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner {
      max-height: 100px;
      width: 100%;
      overflow: auto; }
      .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar {
        background-color: transparent;
        width: 5px; }
      .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar-thumb {
        background-color: #e1e2e6; }
      .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar-track {
        background-color: transparent; }
  .ph-dropdown-wrap.ph-right-dropdown .ph-dropdown {
    left: auto;
    right: -15px; }
  .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:before, .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; }
  .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; }
  .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; }
  .ph-dropdown-wrap.ph-has-arrow.ph-right-arrow .ph-dropdown-inner:before {
    left: auto;
    right: 14px; }
  .ph-dropdown-wrap.ph-has-arrow.ph-right-arrow .ph-dropdown-inner:after {
    left: auto;
    right: 15px; }
  .ph-dropdown-wrap:hover:not(.ph-click-open) .ph-dropdown,
  .ph-dropdown-wrap.ph-open .ph-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); }

