.pcom-notifications-bell-button {
  width: 40px;
  height: 40px; }
  .pcom-notifications-bell-button .arrow {
    display: block;
    z-index: 22;
    position: absolute;
    right: 25px;
    top: 58px; }
  .pcom-notifications-bell-button .pcom-notifications-image {
    position: relative;
    height: 55px;
    width: 55px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    right: 0;
    top: 32px;
    cursor: pointer; }
    .pcom-notifications-bell-button .pcom-notifications-image span.pcom-notifications-image-advice {
      display: inline-block;
      position: absolute;
      top: 3px;
      right: 3px;
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      font-size: 8px;
      color: #fff !important;
      overflow: hidden;
      background-color: #d2003c;
      border: 1px solid #869099;
      border-radius: 10px;
      z-index: 20; }
    .pcom-notifications-bell-button .pcom-notifications-image div {
      background-image: url(https://propiedadescom.s3.amazonaws.com/notifications/pcom-notification-bell-icon-hover.png);
      background-position: 0 0;
      background-size: 100% auto; }
      .pcom-notifications-bell-button .pcom-notifications-image div.pcom-notifications-image-bell-icon {
        position: absolute;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        top: 28px;
        left: 27px;
        transform: translate(-50%, -50%);
        object-fit: cover; }
    .pcom-notifications-bell-button .pcom-notifications-image svg {
      fill: none;
      stroke: #4ad200;
      stroke-width: 5px;
      stroke-dasharray: 1;
      stroke-dashoffset: 0;
      stroke-linecap: round;
      animation: loading 4500ms ease-in-out infinite alternate; }
@keyframes loading {
  100% {
    stroke: #008423;
    stroke-dasharray: 10;
    transform: rotate(250deg); } }
.NoShowPopOverAlert .pcom-notifications-image {
  position: relative;
  height: 55px;
  width: 55px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  right: 0;
  top: 32px;
  cursor: pointer; }
  .NoShowPopOverAlert .pcom-notifications-image div {
    background-image: url(https://propiedadescom.s3.amazonaws.com/notifications/pcom-notification-bell-icon.png);
    background-position: 0 0;
    background-size: 100% auto; }
    .NoShowPopOverAlert .pcom-notifications-image div.pcom-notifications-image-bell-icon {
      position: absolute;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      top: 28px;
      left: 27px;
      transform: translate(-50%, -50%);
      object-fit: cover; }

.pcom-notifications-popover {
  position: absolute;
  top: 80px;
  right: 0px;
  width: 360px;
  max-width: 360px;
  height: auto;
  border-radius: 4px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #878e96;
  background-color: #ffffff;
  z-index: 20; }
  .pcom-notifications-popover button.pcom-close-popover {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 20;
    font-size: 20px;
    color: #3b4144; }
  .pcom-notifications-popover .pcom-notifications-popover-list {
    margin: 0px;
    position: relative;
    padding: 20px 0px 38px 0px; }
    .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-header .pcom-notifications-popover-list-header-title {
      border-bottom: solid 1px #d2d2d2;
      font-family: 'Roboto', sans-serif;
      font-size: 21px;
      font-weight: 300;
      color: #3b4144;
      margin: 0px 20px 0px 20px; }
    .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification {
      font-family: 'Roboto', sans-serif;
      border-bottom: solid 1px #d2d2d2;
      cursor: pointer; }
      .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .pcom-notification-popover-image {
        width: 28%;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .pcom-notification-popover-image img {
          width: 80%;
          height: auto; }
      .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .pcom-notification-popover-text {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
        padding: 10px; }
        .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .pcom-notification-popover-text p {
          margin: 0px;
          padding: 0px;
          line-height: normal; }
        .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .pcom-notification-popover-text .pcom-notification-popover-title {
          font-size: 15px;
          font-weight: bold;
          text-align: left;
          color: #4ad200;
          text-align: left; }
        .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .pcom-notification-popover-text .pcom-notification-popover-message {
          font-size: 15px;
          margin-top: 10px;
          font-weight: normal;
          color: #3b4144;
          text-align: left; }
        .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .pcom-notification-popover-text .pcom-notification-popover-time {
          font-size: 15px;
          margin-top: 10px;
          font-weight: normal;
          color: #869099;
          text-align: left; }
      .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .pcom-notifications-popover-notification .full {
        width: 100%; }
    .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-content .not-seen {
      background-color: #f4f5f6; }
    .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 38px; }
      .pcom-notifications-popover .pcom-notifications-popover-list .pcom-notifications-popover-list-footer a {
        display: inline-block;
        text-align: center;
        width: 100%;
        line-height: 38px;
        border: solid 2px #4ad200;
        font-size: 16px;
        font-weight: 500;
        background-color: white;
        text-align: center;
        color: #4ad200; }

.pcom-notifications-form {
  padding: 10px; }
  .pcom-notifications-form h2, .pcom-notifications-form h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #4ad200;
    width: 100%; }
  .pcom-notifications-form p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #3b4144;
    width: 100%; }
  .pcom-notifications-form div.center {
    text-align: center;
    float: left;
    margin: 0 0 20px 0;
    padding: 0; }
  .pcom-notifications-form div.form-input-button {
    text-align: center;
    padding: 10px 0px; }
    .pcom-notifications-form div.form-input-button button {
      background-color: white;
      color: #4ad200;
      width: 160px;
      height: 30px;
      line-height: 30px;
      border: solid 1px #4ad200;
      font-family: 'Roboto', sans-serif; }
      .pcom-notifications-form div.form-input-button button:hover {
        background-color: #4ad200;
        color: white; }
  .pcom-notifications-form div.form-input-radio {
    float: left;
    margin: 5%; }
    .pcom-notifications-form div.form-input-radio label {
      display: inline-block;
      vertical-align: middle;
      color: #3b4144;
      margin-top: 3px;
      margin-right: 20px;
      font-size: 12pt;
      font-weight: 300; }
    .pcom-notifications-form div.form-input-radio input[type="radio"] {
      display: inline-block;
      vertical-align: middle;
      margin-right: 6px;
      position: relative;
      width: 12px;
      height: 12px;
      border-radius: 100%;
      outline: none !important;
      -webkit-appearance: none; }
      .pcom-notifications-form div.form-input-radio input[type="radio"]::before {
        position: relative;
        top: -1px;
        left: -1px;
        display: block;
        content: '';
        background: white;
        border: 1px solid rgba(128, 128, 128, 0.4);
        border-radius: 100%;
        box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3);
        width: 14px;
        height: 14px; }
      .pcom-notifications-form div.form-input-radio input[type="radio"]:active::before {
        box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), inset 0 0 2px 3px rgba(0, 0, 0, 0.1); }
      .pcom-notifications-form div.form-input-radio input[type="radio"]:focus::before {
        box-shadow: inset 0 0.1em 1px -0.1em rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(74, 210, 0, 0.5); }
      .pcom-notifications-form div.form-input-radio input[type="radio"]:checked::before {
        background: #b7ed99;
        border-color: #4ad200; }
      .pcom-notifications-form div.form-input-radio input[type="radio"]:disabled::before {
        cursor: not-allowed;
        background-color: #eaeaea;
        border-color: rgba(128, 128, 128, 0.2); }
      .pcom-notifications-form div.form-input-radio input[type="radio"]::after {
        position: relative;
        top: -8px;
        left: 6px;
        display: block;
        content: '';
        background: #4ad200;
        border-radius: 100%;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        width: 0;
        height: 0; }
      .pcom-notifications-form div.form-input-radio input[type="radio"]:checked::after {
        transition: all ease-in-out 100ms 0;
        top: -15px;
        left: 0px;
        width: 12px;
        height: 12px; }
      .pcom-notifications-form div.form-input-radio input[type="radio"]:disabled::after {
        background: #cccccc; }
  .pcom-notifications-form .notifications-form-omit {
    float: right;
    text-decoration: underline; }
  .pcom-notifications-form .errorForm {
    width: 100%;
    text-align: center;
    color: red; }

.tc {
  text-align: center; }

/*# sourceMappingURL=notifications.css.map */
