/* line 4, app/assets/stylesheets/blog_post.scss */
.overlay__wrap {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 16px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
}

/* line 19, app/assets/stylesheets/blog_post.scss */
.overlay__wrap.active {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/blog_post.scss */
.overlay__inner {
  border-radius: 6px;
  z-index: 99999;
  display: inline-block;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

/* line 32, app/assets/stylesheets/blog_post.scss */
.overlay__image {
  width: 100%;
  height: auto;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border: 10px solid RGB(var(--neeto-ui-white));
  border-radius: 10px;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  cursor: zoom-out;
}

/* line 44, app/assets/stylesheets/blog_post.scss */
.overlay__close {
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: RGB(var(--neeto-ui-white));
  border-radius: 50px;
  cursor: pointer;
  margin-bottom: 0.75rem;
  margin-left: auto;
}

/* line 58, app/assets/stylesheets/blog_post.scss */
.overlay__close:hover {
  opacity: 1;
}

/* line 62, app/assets/stylesheets/blog_post.scss */
.overlay__close svg {
  fill: RGB(var(--neeto-ui-black));
}

/* line 66, app/assets/stylesheets/blog_post.scss */
body.overlay--visible {
  overflow: hidden;
}

/* line 71, app/assets/stylesheets/blog_post.scss */
.neeto-editor-emoji {
  font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 97, app/assets/stylesheets/blog_post.scss */
.neeto-publish-made-with__wrapper {
  background: #ffffff;
  padding: 0.375rem 0.5rem;
  border-radius: 0.375rem;
  color: #000000;
  border: 0.5px solid #dfdfde;
  font-weight: normal;
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", Arial, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.375rem;
}

/* line 115, app/assets/stylesheets/blog_post.scss */
.neeto-publish-made-with__wrapper strong {
  font-weight: 700;
}

/* line 119, app/assets/stylesheets/blog_post.scss */
.neeto-publish-made-with__wrapper:hover {
  box-shadow: inset 0 0 0 1px #dfdfde;
  text-decoration: none;
}

/* line 125, app/assets/stylesheets/blog_post.scss */
.neeto-editor-content {
  white-space: normal !important;
}

/* line 129, app/assets/stylesheets/blog_post.scss */
.neeto-publish-listing__no-data {
  height: calc(100dvh - 420px);
}

/* line 134, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-root {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

/* line 143, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-root.visible {
  display: -webkit-box;
  display: flex;
}

/* line 148, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/* line 158, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-container {
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* line 167, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-container:after {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/* line 175, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-modal {
  width: 90%;
  max-width: 800px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  position: relative;
  overflow-y: auto;
  border-radius: 20px;
}

@media (min-width: 768px) {
  /* line 175, app/assets/stylesheets/blog_post.scss */
  .np-blog-share-modal-modal {
    min-width: 730px;
    display: inline-block;
  }
}

/* line 193, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-modal--title-block {
  border-radius: 10px;
  background: #f7f7f7;
}

/* line 197, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-modal--title-block .heading-block {
  line-height: 1.2;
}

/* line 201, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-modal--title-block .link-block {
  color: #767676;
}

/* line 205, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-modal--title-block .image-block {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 205, app/assets/stylesheets/blog_post.scss */
  .np-blog-share-modal-modal--title-block .image-block {
    max-width: 178px;
  }
}

/* line 215, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-close-button {
  position: absolute;
  z-index: 1;
  max-width: 22px;
  opacity: 0.8;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: flex;
}

/* line 226, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-close-button:hover {
  opacity: 1;
}

/* line 231, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-container,
.np-blog-share-modal-modal,
.np-blog-share-modal-overlay {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}

/* line 237, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-share-btn {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  display: -webkit-box;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: none;
  border-radius: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (min-width: 768px) {
  /* line 237, app/assets/stylesheets/blog_post.scss */
  .np-blog-share-modal-share-btn {
    height: 3rem;
    width: 3rem;
  }
}

/* line 260, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-share-btn.copy-button {
  border: 0.5px solid #000000;
}

/* line 263, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-share-btn.copy-button .check-icon {
  display: none;
}

/* line 268, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-share-btn.copy-button.active .check-icon {
  display: block;
}

/* line 272, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-share-btn.copy-button.active .copy-icon {
  display: none;
}

/* line 278, app/assets/stylesheets/blog_post.scss */
.np-blog-share-modal-share-btn.more-button {
  border: 0.5px solid #000000;
}

@-webkit-keyframes np-blog-share-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes np-blog-share-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes np-blog-share-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes np-blog-share-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes np-blog-share-modal-modal-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}

@keyframes np-blog-share-modal-modal-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}

@-webkit-keyframes np-blog-share-modal-modal-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}

@keyframes np-blog-share-modal-modal-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}

/* line 327, app/assets/stylesheets/blog_post.scss */
.np-header-wrapper {
  background-color: #f7f7f7;
}

/* line 331, app/assets/stylesheets/blog_post.scss */
.blog-post:first-child {
  border-top: none;
  padding-top: 0;
}

/* line 336, app/assets/stylesheets/blog_post.scss */
.blog-post .neeto-editor-content {
  color: RGB(var(--neeto-ui-gray-600));
}

/* line 340, app/assets/stylesheets/blog_post.scss */
.blog-post__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: RGB(var(--neeto-ui-gray-400));
}

/* line 347, app/assets/stylesheets/blog_post.scss */
.blog-post__thumbnail-image {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
}

/* line 354, app/assets/stylesheets/blog_post.scss */
.blog-post__thumbnail-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  /* line 347, app/assets/stylesheets/blog_post.scss */
  .blog-post__thumbnail-image {
    max-width: 210px;
    padding-bottom: 16.25%;
  }
}

/* line 369, app/assets/stylesheets/blog_post.scss */
.np-article-thumbnail-image {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  overflow: hidden;
  border-radius: 5px;
}

/* line 376, app/assets/stylesheets/blog_post.scss */
.np-article-thumbnail-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 386, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-root {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

/* line 395, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-root.visible {
  display: -webkit-box;
  display: flex;
}

/* line 400, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

/* line 410, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-container {
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* line 419, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-container:after {
  width: 0;
  height: 100%;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

/* line 427, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-content {
  width: 90%;
  max-width: 500px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  margin: 1.2rem;
  position: relative;
  overflow-y: auto;
  border-radius: 20px;
}

@media (min-width: 768px) {
  /* line 427, app/assets/stylesheets/blog_post.scss */
  .np-subscription-modal-content {
    min-width: 450px;
    display: inline-block;
  }
}

/* line 446, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-close-button {
  position: absolute;
  z-index: 1;
  max-width: 22px;
  opacity: 0.8;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: flex;
}

/* line 457, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-close-button:hover {
  opacity: 1;
}

/* line 462, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-container,
.np-subscription-modal-content,
.np-subscription-modal-overlay {
  -webkit-animation-fill-mode: forwards !important;
          animation-fill-mode: forwards !important;
}

@-webkit-keyframes np-subscription-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes np-subscription-modal-overlay-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes np-subscription-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes np-subscription-modal-overlay-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes np-subscription-modal-content-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}

@keyframes np-subscription-modal-content-in {
  0% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
}

@-webkit-keyframes np-subscription-modal-content-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}

@keyframes np-subscription-modal-content-out {
  0% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    opacity: 0;
  }
}

/* line 512, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-overlay-in-animation {
  -webkit-animation: np-subscription-modal-overlay-in 0.3s ease-out;
          animation: np-subscription-modal-overlay-in 0.3s ease-out;
}

/* line 516, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-overlay-out-animation {
  -webkit-animation: np-subscription-modal-overlay-out 0.3s ease-out;
          animation: np-subscription-modal-overlay-out 0.3s ease-out;
}

/* line 520, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-content-in-animation {
  -webkit-animation: np-subscription-modal-content-in 0.3s ease-out;
          animation: np-subscription-modal-content-in 0.3s ease-out;
}

/* line 524, app/assets/stylesheets/blog_post.scss */
.np-subscription-modal-content-out-animation {
  -webkit-animation: np-subscription-modal-content-out 0.3s ease-out;
          animation: np-subscription-modal-content-out 0.3s ease-out;
}
