@charset "UTF-8";
/**
 * SETTINGS PAGE CSS
 */
/* line 4, ../sass/pscomments.scss */
.psc-form {
  margin-top: 1em;
  clear: both;
}

/* line 9, ../sass/pscomments.scss */
.psc-form .psc-field-label {
  width: 600px;
  margin-right: 5%;
  display: block;
  clear: both;
}

/* line 16, ../sass/pscomments.scss */
.psc-form .psc-field {
  width: 50%;
  float: right;
  margin-top: -20px;
}

/* line 22, ../sass/pscomments.scss */
.psc-success {
  color: green;
}

/**
 * COMMENTS CSS
 */
@font-face {
  font-family: 'psc-Aller';
  src: url('../fonts/Aller_latin-ext_gdi.svg?1666691339#Aller') format("svg");
  src: url('../fonts/Aller_latin-ext_gdi.woff?1666691339') format("woff"), url('../fonts/Aller_latin-ext_gdi.eot?1666691339') format("embedded-opentype"), url('../fonts/Aller_latin-ext_gdi.eot?&1666691339#iefix') format("embedded-opentype"), url('../fonts/Aller_latin-ext_gdi.ttf?1666691339') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'psc-Aller';
  src: url('../fonts/Aller-Bold_latin-ext_gdi.svg?1666691339#Aller-Bold') format("svg");
  src: url('../fonts/Aller-Bold_latin-ext_gdi.woff?1666691339') format("woff"), url('../fonts/Aller-Bold_latin-ext_gdi.eot?1666691339') format("embedded-opentype"), url('../fonts/Aller-Bold_latin-ext_gdi.eot?&1666691339#iefix') format("embedded-opentype"), url('../fonts/Aller-Bold_latin-ext_gdi.ttf?1666691339') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'psc-Aller';
  src: url('../fonts/Aller-Light_latin-ext_gdi.svg?1666691339#Aller-Light') format("svg");
  src: url('../fonts/Aller-Light_latin-ext_gdi.woff?1666691339') format("woff"), url('../fonts/Aller-Light_latin-ext_gdi.eot?1666691339') format("embedded-opentype"), url('../fonts/Aller-Light_latin-ext_gdi.eot?&1666691339#iefix') format("embedded-opentype"), url('../fonts/Aller-Light_latin-ext_gdi.ttf?1666691339') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'psc-PS-Icons';
  src: url('../fonts/PS-Icons.svg?1666691339#PS-Icons') format("svg");
  src: url('../fonts/PS-Icons.woff?1666691339') format("woff"), url('../fonts/PS-Icons.eot?1666691339') format("embedded-opentype"), url('../fonts/PS-Icons.eot?&1666691339#iefix') format("embedded-opentype"), url('../fonts/PS-Icons.ttf?1666691339') format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 32, ../sass/pscomments.scss */
html body #psc-comments {
  padding: 0 0px 0 0;
  font-family: 'psc-Aller', 'Helvetica-Neue', Arial, sans-serif;
  /**
   * BASE CSS
   */
  /**
   * HEADER CSS
   */
  /**
   * FORM CSS
   */
  /**
   * COMMENT CSS
   */
}
/* line 41, ../sass/pscomments.scss */
html body #psc-comments * {
  position: relative;
}
/* line 45, ../sass/pscomments.scss */
html body #psc-comments label {
  display: block;
  cursor: pointer;
  margin-bottom: .5rem;
}
/* line 51, ../sass/pscomments.scss */
html body #psc-comments button, html body #psc-comments html input[type="button"], html body #psc-comments input[type="reset"], html body #psc-comments input[type="submit"] {
  cursor: pointer;
  font-size: 100%;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  -webkit-appearance: none;
  text-transform: none;
}
/* line 62, ../sass/pscomments.scss */
html body #psc-comments input[type=text], html body #psc-comments input[type=password], html body #psc-comments input[type=email], html body #psc-comments input[type=search], html body #psc-comments input[type=tel], html body #psc-comments textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
}
/* line 68, ../sass/pscomments.scss */
html body #psc-comments textarea,
html body #psc-comments select,
html body #psc-comments .psc-select-wrapper,
html body #psc-comments input[type=text],
html body #psc-comments input[type=password],
html body #psc-comments input[type=email],
html body #psc-comments input[type=search],
html body #psc-comments input[type=tel] {
  padding: 1rem;
  border: 2px solid #dddddd;
  width: 100%;
  margin: .25rem 0 1rem 0;
  border-radius: 4px;
  color: #111111;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  line-height: 1;
  box-sizing: border-box;
}
/* line 89, ../sass/pscomments.scss */
html body #psc-comments textarea:hover,
html body #psc-comments select:hover,
html body #psc-comments .select-wrapper:hover,
html body #psc-comments input[type=text]:hover,
html body #psc-comments input[type=password]:hover,
html body #psc-comments input[type=email]:hover,
html body #psc-comments input[type=search]:hover,
html body #psc-comments input[type=tel]:hover {
  border-color: #347dab;
}
/* line 100, ../sass/pscomments.scss */
html body #psc-comments p {
  margin-bottom: 15px;
}
/* line 102, ../sass/pscomments.scss */
html body #psc-comments p:last-child {
  margin-bottom: 0px;
}
/* line 107, ../sass/pscomments.scss */
html body #psc-comments img {
  max-width: 100%;
  height: auto;
}
/* line 112, ../sass/pscomments.scss */
html body #psc-comments a {
  color: #015c96;
}
/* line 115, ../sass/pscomments.scss */
html body #psc-comments .psc-textarea {
  width: 100%;
  float: left;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 1.3em;
  margin-top: 4px;
  max-height: 360px !important;
}
/* line 126, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-list .comment-locked {
  background: #fcdb70;
  box-sizing: border-box;
  padding: 14px;
  text-align: center;
}
/* line 133, ../sass/pscomments.scss */
html body #psc-comments .comment-login-button, html body #psc-comments button.load-more {
  white-space: nowrap;
  font-family: 'psc-aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: .5em 2em;
  border-radius: 3px;
  border: 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #015c96;
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 35px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border: 1px solid #cbcbcb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #015b95;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
  background-image: -moz-linear-gradient(bottom, #025c95 0%, #4185af 100%);
  background-image: -o-linear-gradient(bottom, #025c95 0%, #4185af 100%);
  background-image: -webkit-linear-gradient(bottom, #025c95 0%, #4185af 100%);
  background-image: linear-gradient(bottom, #025c95 0%, #4185af 100%);
}
/* line 177, ../sass/pscomments.scss */
html body #psc-comments .comment-login-button:hover, html body #psc-comments button.load-more:hover {
  background-color: #015b96;
  background-image: -webkit-linear-gradient(bottom, #4185af 0%, #025c95 100%);
  transition: background-position .1s linear;
}
/* line 184, ../sass/pscomments.scss */
html body #psc-comments .psc-hp {
  display: none;
}
/* line 188, ../sass/pscomments.scss */
html body #psc-comments .form-submit {
  overflow: hidden;
  margin-bottom: 0px;
  clear: both;
}
/* line 194, ../sass/pscomments.scss */
html body #psc-comments .form-submit input[type="submit"]:hover,
html body #psc-comments .form-submit input[type="submit"]:focus {
  color: #ffffff;
  background-color: #347dab;
  text-decoration: none;
}
/* line 201, ../sass/pscomments.scss */
html body #psc-comments .form-submit input[type="submit"] {
  white-space: nowrap;
  font-family: 'psc-aller', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: .5em 2em;
  border-radius: 3px;
  border: 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #015c96;
  -webkit-transition: background-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  float: right;
  clear: both;
  margin-top: 4px;
}
/* line 227, ../sass/pscomments.scss */
html body #psc-comments > header {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}
/* line 234, ../sass/pscomments.scss */
html body #psc-comments .psc-comments-title {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 4px;
  margin-top: 0;
}
/* line 241, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-count {
  font-size: 0.8571428571428571rem;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 252, ../sass/pscomments.scss */
html body #psc-comments .psc-autosize.psc-textarea-transition {
  transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
}
/* line 258, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-header .psc-meta {
  line-height: 40px;
}
/* line 261, ../sass/pscomments.scss */
html body #psc-comments .comment-require-users {
  padding-bottom: 0px !important;
}
/* line 263, ../sass/pscomments.scss */
html body #psc-comments .comment-require-users .psc-comment-form-description {
  margin-bottom: 0px !important;
}
/* line 272, ../sass/pscomments.scss */
html body #psc-comments .psc-meta {
  line-height: 24px;
  float: left;
  width: calc(100% - 70px - 20px);
  z-index: 4;
}
/* line 283, ../sass/pscomments.scss */
html body #psc-comments .psc-order {
  float: right;
  font-size: 14px;
  line-height: 46px;
  color: #dddddd;
  font-weight: 300;
  position: absolute;
  right: 0px;
  top: -17px;
}
/* line 300, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-meta-item {
  position: relative;
  padding-right: 4px;
  margin-right: 4px;
  display: block;
  float: left;
  white-space: nowrap;
  color: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  vertical-align: super;
  border-left: 1px solid #919191;
  padding-left: 10px;
}
/* line 317, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-meta-item:first-child {
  border: 0;
  padding-left: 0;
}
/* line 323, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling {
  font-size: 11px;
  color: #515151;
  float: left;
  clear: left;
  line-height: 13px;
  font-weight: normal;
  border: 0;
  padding-left: 0;
  margin-top: 3px;
}
/* line 333, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling .name {
  margin-top: 1px;
  display: inline-block;
}
/* line 337, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling .icon {
  width: 14px;
  height: 14px;
  background: url('../images/comment_feelings.png?1666691339');
  display: inline-block;
  margin-right: 4px;
}
/* line 344, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling.red {
  color: #ce3232;
}
/* line 346, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling.red .icon {
  background-position: 14px 0px;
}
/* line 350, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling.blue {
  color: #015c96;
}
/* line 352, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling.blue .icon {
  background-position: 28px 0px;
}
/* line 356, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling.green {
  color: #479528;
}
/* line 358, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-feeling.green .icon {
  background-position: 0px 0px;
}
/* line 364, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-comment-since {
  font-size: 11px;
  color: #515151;
  float: left;
  line-height: 13px;
  font-weight: normal;
  border: 0;
  padding-left: 0;
  margin-top: 5px;
  display: inline-block;
}
/* line 376, ../sass/pscomments.scss */
html body #psc-comments .bypostauthor .psc-meta {
  color: #7506fe;
}
/* line 380, ../sass/pscomments.scss */
html body #psc-comments .psc-author {
  float: left;
  clear: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 388, ../sass/pscomments.scss */
html body #psc-comments .psc-comment .psc-author-tag {
  font-size: 11px;
  top: 1px;
}
/* line 394, ../sass/pscomments.scss */
html body #psc-comments .bypostauthor .psc-author-tag {
  display: inline;
}
/* line 398, ../sass/pscomments.scss */
html body #psc-comments .psc-meta .psc-title {
  font-size: 11px;
  line-height: 10px;
}
/* line 405, ../sass/pscomments.scss */
html body #psc-comments .psc-moderator-star {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -4px;
  display: block;
  float: left;
  background: url('../images/comment_moderator_star.png?1666691339') no-repeat top center;
  margin-right: 8px;
}
/* line 416, ../sass/pscomments.scss */
html body #psc-comments .psc-entry .psc-avatar {
  width: 70px;
}
/* line 420, ../sass/pscomments.scss */
html body #psc-comments .psc-avatar {
  max-width: 70px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
}
/* line 427, ../sass/pscomments.scss */
html body #psc-comments .psc-avatar img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
}
/* line 433, ../sass/pscomments.scss */
html body #psc-comments .psc-avatar-wrap {
  max-height: 40px;
  overflow: hidden;
  border-radius: 3px;
}
/* line 439, ../sass/pscomments.scss */
html body #psc-comments .psc-entry-body {
  overflow: hidden;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* line 445, ../sass/pscomments.scss */
html body #psc-comments .psc-entry-body.maxheight {
  max-height: 160px;
}
/* line 447, ../sass/pscomments.scss */
html body #psc-comments .psc-entry-body.maxheight:after {
  content: ' ';
  background: transparent url("../images/comment_fade.png?1413276774") repeat-x bottom left;
  height: 32px;
  z-index: 39;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 459, ../sass/pscomments.scss */
html body #psc-comments .psc-entry-body.maxheight.psc-active:after {
  content: '';
  background-image: none;
}
/* line 465, ../sass/pscomments.scss */
html body #psc-comments .psc-entry-body.maxheightReport {
  max-height: 0px;
}
/* line 467, ../sass/pscomments.scss */
html body #psc-comments .psc-entry-body.maxheightReport:after {
  content: ' ';
  height: 20px;
  z-index: 39;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/* line 478, ../sass/pscomments.scss */
html body #psc-comments .psc-entry-body.maxheightReport.psc-active:after {
  content: '';
  background-image: none;
}
/* line 486, ../sass/pscomments.scss */
html body #psc-comments .psc-comment {
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
  transition: 0.2s all;
}
/* line 497, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap {
  transition: 0.2s all;
}
/* line 500, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.green > .comment {
  background: url('../images/bg-feeling-green.png?1666691339') no-repeat;
  background-size: contain;
}
/* line 506, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.blue > .comment {
  background: url('../images/bg-feeling-blue.png?1666691339') no-repeat;
  background-size: contain;
}
/* line 513, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.red > .comment {
  background: url('../images/bg-feeling-red.png?1666691339') no-repeat;
  background-size: contain;
}
/* line 518, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap .comment-respond {
  padding-left: 30px;
  margin-left: 0;
  padding-top: 10px !important;
  background: url("../images/comment_reply.png?1433146296") no-repeat left 20px;
}
/* line 526, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap .psc-meta a {
  text-decoration: none;
}
/* line 529, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap .read-inappropriate {
  display: none;
  font-size: 12px;
}
/* line 532, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap .read-inappropriate a {
  text-decoration: none !important;
}
/* line 537, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap .read-inappropriate.read-inappropriate-text {
  color: #666666;
  margin-right: 15px;
}
/* line 545, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden-report {
  transition: 0.2s all;
  /*opacity: 0.3;*/
}
/* line 549, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment figure, html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .psc-order, html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .psc-entry-body, html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .read-more-button, html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .psc-meta-item:not(.psc-author), html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .psc-read-more, html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .psc-comment-tools, html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .maxheightReport {
  display: none;
}
/* line 554, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .read-inappropriate {
  display: inline-block;
}
/* line 560, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .psc-comment-header {
  margin-bottom: 7px !important;
  margin-top: -1px;
}
/* line 564, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden-report > .psc-comment .read-inappropriate:last-of-type {
  margin-bottom: 5px !important;
}
/* line 571, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden {
  transition: 0.2s all;
  /*opacity: 0.3;*/
  z-index: 300;
}
/* line 575, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment header, html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment .psc-entry-body, html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment .psc-tool-text, html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment .psc-extra-menu, html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment .comment-reply-link, html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment form, html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment .comment-reply-title, html body #psc-comments .psc-comment-wrap.psc-hidden > .psc-comment .psc-upvotes {
  opacity: 0.1 !important;
}
/* line 580, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden .psc-hide {
  padding-left: 20px;
  background: url('../images/show_comment.png?1666691339') no-repeat left center !important;
}
/* line 585, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap.psc-hidden .psc-tool-item-popover {
  opacity: 1;
}
/* line 591, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-author {
  width: 50%;
  margin-bottom: 0;
  height: auto;
  position: static;
}
/* line 597, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-feeling {
  width: 50%;
  height: auto;
}
/* line 602, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-author input {
  height: auto;
}
/* line 606, ../sass/pscomments.scss */
html body #psc-comments .read-more-button {
  font-size: 12px;
  width: 100%;
  clear: both;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
/* line 613, ../sass/pscomments.scss */
html body #psc-comments .read-more-button a {
  text-decoration: none;
}
/* line 617, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools {
  min-height: 1em;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 9px;
}
/* line 623, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools a {
  font-size: 12px !important;
}
/* line 626, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools .psc-tool-item-popover {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
  display: none;
  position: absolute;
  top: 26px;
  left: 61px;
  height: auto;
  background: white;
  z-index: 1000 !important;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  min-width: 100px;
  text-align: left;
  overflow: hidden;
  border: 1px solid #dddddd;
}
/* line 649, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools .psc-tool-item-popover .psc-tool-item {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 7px 10px 7px 8px;
  z-index: 1;
}
/* line 656, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools .psc-tool-item-popover .psc-tool-item a {
  padding-left: 21px;
  margin-right: 0 !important;
}
/* line 660, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools .psc-tool-item-popover .psc-tool-item:last-child {
  border-bottom: none;
}
/* line 665, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools .like-counter {
  float: right;
  height: 14px;
  width: 14px;
  display: block;
  top: 4px;
  left: 13px;
  font-size: 13px;
  color: #515151;
}
/* line 677, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools a {
  margin-right: 1rem;
  font-size: 0.8571428571428571rem;
  white-space: pre;
  text-decoration: none;
  font-weight: normal;
}
/* line 686, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-tools a .icon {
  margin-right: .25rem;
}
/* line 690, ../sass/pscomments.scss */
html body #psc-comments .psc-tool-item {
  float: left;
  z-index: 1;
}
/* line 695, ../sass/pscomments.scss */
html body #psc-comments .psc-tool-item.psc-right {
  float: right;
}
/* line 699, ../sass/pscomments.scss */
html body #psc-comments .psc-upvotes {
  top: -2px;
  right: 19px;
  padding-top: 4px;
  margin-right: 4px !important;
  /* padding-left: 17px; */
  /* background: image-url('comment_upvote.png') no-repeat left center; */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: black;
  position: relative;
  width: 24px;
  height: 29px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  outline: 0;
}
/* line 723, ../sass/pscomments.scss */
html body #psc-comments .psc-upvotes.psc-active,
html body #psc-comments a.psc-upvotes:hover {
  outline: 0;
  /*background: image-url('comment_upvote_active.png') no-repeat left center; */
}
/* line 726, ../sass/pscomments.scss */
html body #psc-comments .psc-upvotes.psc-active .like-svg-image svg,
html body #psc-comments a.psc-upvotes:hover .like-svg-image svg {
  fill: #44a31b;
}
/* line 731, ../sass/pscomments.scss */
html body #psc-comments .psc-extra-menu, html body #psc-comments .psc-extra-menu-active {
  margin-left: 5px;
}
/* line 734, ../sass/pscomments.scss */
html body #psc-comments .psc-extra-menu {
  padding-left: 16px;
  background: url('../images/morepopover_inactive.png?1666691339') no-repeat left center;
}
/* line 738, ../sass/pscomments.scss */
html body #psc-comments .psc-extra-menu-active {
  padding-left: 16px;
  color: #ababab;
  background: url('../images/morepopover_active.png?1666691339') no-repeat left center;
}
/* line 743, ../sass/pscomments.scss */
html body #psc-comments .psc-hide {
  padding-left: 20px;
  background: url('../images/hide_comment.png?1666691339') no-repeat 0px 0px;
}
/* line 748, ../sass/pscomments.scss */
html body #psc-comments .psc-delete {
  padding-left: 20px;
  background: url('../images/comment_delete.png?1666691339') no-repeat 0px 0px;
}
/* line 753, ../sass/pscomments.scss */
html body #psc-comments .psc-report {
  padding-left: 20px;
  background: url('../images/comment_flag.png?1666691339') no-repeat 0px 0px;
}
/* line 757, ../sass/pscomments.scss */
html body #psc-comments .psc-soft-report-appropriate {
  padding-left: 20px;
  background: url('../images/checked.png?1666691339') no-repeat 2px center;
}
/* line 761, ../sass/pscomments.scss */
html body #psc-comments .psc-soft-report-inappropriate {
  padding-left: 20px;
  background: url('../images/unchecked.png?1666691339') no-repeat 2px center;
}
/* line 769, ../sass/pscomments.scss */
html body #psc-comments .psc-read-more {
  display: none;
}
/* line 773, ../sass/pscomments.scss */
html body #psc-comments .psc-icon {
  font-family: 'psc-PS-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 4px;
  vertical-align: middle;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
/* line 794, ../sass/pscomments.scss */
html body #psc-comments .psc-icon-reply:before {
  content: "\e60a";
}
/* line 798, ../sass/pscomments.scss */
html body #psc-comments .comment-reply-link:before,
html body #psc-comments .comment-reply-login:before {
  content: "";
  margin-right: 0;
}
/* line 804, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-header {
  margin-bottom: 12px;
  overflow: hidden;
  clear: both;
}
/* line 810, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-header {
  margin-bottom: 15px;
  overflow: hidden;
  clear: both;
}
/* line 816, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-title {
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
  clear: both;
  font-weight: bold;
}
/* line 824, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-description {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
}
/* line 828, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-form-description ul {
  font-size: 12px;
}
/* line 833, ../sass/pscomments.scss */
html body #psc-comments .psc-comment-wrap .psc-comment-wrap,
html body #psc-comments .children {
  padding-left: 30px;
  margin-left: 0;
  background: url('../images/comment_reply.png?1666691339') no-repeat left 20px;
}
/* line 840, ../sass/pscomments.scss */
html body #psc-comments #reply-title, html body #psc-comments .psc-close-report-form {
  font-family: 'psc-Aller', 'Helvetica-Neue', Arial, sans-serif;
  margin: 0;
  position: relative;
  /*		float: right; */
  z-index: 99;
  margin-bottom: 20px;
  width: 100%;
}
/* line 849, ../sass/pscomments.scss */
html body #psc-comments #reply-title small, html body #psc-comments .psc-close-report-form small {
  float: right;
}
/* line 852, ../sass/pscomments.scss */
html body #psc-comments #reply-title a, html body #psc-comments .psc-close-report-form a {
  font-family: 'psc-Aller', 'Helvetica-Neue', Arial, sans-serif;
  height: 20px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  padding-top: 3px;
  width: auto;
  background: url('../images/comment_delete.png?1666691339') no-repeat left center;
  padding-left: 20px;
  text-transform: capitalize;
  text-decoration: none;
}
/* line 864, ../sass/pscomments.scss */
html body #psc-comments #reply-title a:before, html body #psc-comments .psc-close-report-form a:before {
  content: "";
  display: none;
}
/* line 871, ../sass/pscomments.scss */
html body #psc-comments .psc-order-select-wrap {
  float: right;
  width: 200px;
}
/* line 878, ../sass/pscomments.scss */
html body #psc-comments .psc-order-select {
  border: 0;
  padding: 5px;
  margin: 0;
  border-radius: 0;
  background: #f1f1f1;
  width: 100%;
}
/* line 888, ../sass/pscomments.scss */
html body #psc-comments #respond {
  border-bottom: 1px solid #DDD;
  margin-bottom: 0px;
  padding-bottom: 16px;
  padding-top: 20px;
  width: 100%;
}
/* line 896, ../sass/pscomments.scss */
html body #psc-comments .psc-report-form {
  display: none;
  border-top: 1px solid #DDD;
  margin-top: 20px;
  padding-top: 20px;
}
/* line 903, ../sass/pscomments.scss */
html body #psc-comments .load-more-comments {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
/* line 910, ../sass/pscomments.scss */
html body #psc-comments .load-more-comments .load-more.loading {
  background: grey !important;
  cursor: progress;
}

/* line 916, ../sass/pscomments.scss */
.showPopUp {
  display: block !important;
}

/* line 920, ../sass/pscomments.scss */
.like-svg-image {
  float: left;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute !important;
  top: 6px;
  left: 0px;
  fill: #515151;
}
/* line 929, ../sass/pscomments.scss */
.like-svg-image svg {
  display: block;
  float: left;
  height: 14px;
  width: 14px;
  top: 0;
  left: 0;
  position: absolute !important;
}
