.stream-article-section {
  background: #f1f3f8 !important;
  border-color: #f1f3f8 !important;
  border-radius: 5px !important;
  padding-top: 30px !important; }
  .stream-article-section .holder {
    padding: 0 30px !important; }
    .stream-article-section .holder #sidebar-controls #show-controls i {
      background: transparent;
      color: #8d93a9; }
    .stream-article-section .holder #sidebar-controls .controls {
      background: transparent;
      border-radius: 5px; }
      .stream-article-section .holder #sidebar-controls .controls button svg, .stream-article-section .holder #sidebar-controls .controls button i, .stream-article-section .holder #sidebar-controls .controls button sub {
        background: transparent;
        color: #8d93a9; }

.Toaster__alert {
  background-color: white;
  overflow: hidden;
  max-width: 650px;
  position: relative;
  border-radius: 0.4rem;
  display: flex;
  padding: 1rem;
  padding-right: 48px;
  box-shadow: rgba(52, 58, 64, 0.15) 0px 1px 10px 0px, rgba(52, 58, 64, 0.1) 0px 6px 12px 0px, rgba(52, 58, 64, 0.12) 0px 6px 15px -2px; }

.Toaster__alert_text {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #212529;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1rem;
  margin: 0px; }

.Toaster__alert_close {
  padding: 12px;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 7px;
  right: 4px;
  border-radius: 0.4rem;
  border: 0;
  -webkit-appearance: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }

.Toaster__alert_close:focus {
  box-shadow: rgba(52, 58, 64, 0.15) 0px 0px 0px 3px; }

.Toaster__message-wrapper {
  padding: 8px; }

.checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

.loading-box {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 60px); }

.loading-class {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px; }

.page-loading {
  position: relative; }
  .page-loading .page-loading-overlay {
    opacity: 0.1;
    background-color: #dedfe4;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999999;
    left: 0; }

#header .menu li.points-box {
  display: -webkit-box;
  display: -ms-flexbox;
  color: #1296b6;
  font-weight: 600;
  padding-right: 20px; }

#header .menu li.pr-2 {
  padding-right: 18px !important; }

#header .menu .add-btn {
  position: fixed;
  bottom: 80px;
  right: 17.5px;
  background: #162038;
  color: #fff !important;
  /* border: 1px solid #fff; */
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #header .menu .add-btn .icon-holder {
    vertical-align: middle; }
  @media (min-width: 769px) {
    #header .menu .add-btn {
      bottom: 85px; } }

#header .menu .expulp-float-btn {
  position: fixed;
  bottom: 20px;
  left: 17.5px;
  background: #fff;
  color: #fff !important;
  border: 1px solid #162038;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 27px;
  border-radius: 100%;
  text-align: center; }
  #header .menu .expulp-float-btn .icon-holder {
    vertical-align: middle; }
  @media (min-width: 769px) {
    #header .menu .expulp-float-btn {
      bottom: 25px; } }
  #header .menu .expulp-float-btn img {
    width: 30px;
    height: 30px; }

#main {
  position: relative;
  min-height: calc(100vh - 110px); }

.bar-loader {
  position: fixed;
  top: 50px;
  width: 100%;
  height: auto;
  z-index: 99; }
  @media (min-width: 768px) {
    .bar-loader {
      top: 61px; } }

.article-loader svg {
  width: 100%; }

.error-alert, .info-alert, .success-alert {
  overflow: hidden; }

.ReactModal__Overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010;
  background: url(/images/fancybox/fancybox_overlay.png);
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center; }

.ReactModal__Overlay.overlay-lock {
  overflow: auto;
  overflow-y: scroll; }

.ReactModal__Overlay.overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.ReactModal__Content:focus {
  outline: none !important; }

.ReactModal__Content {
  margin: auto;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
  position: relative !important;
  border: none !important;
  padding: 15px; }
  .ReactModal__Content .react-modal-content-small {
    max-width: 480px; }
  @media (max-width: 768px) {
    .ReactModal__Content {
      height: 100% !important; } }

.ReactModal__Body--open {
  overflow-y: hidden; }

.ReactModal__Body--open .ReactModal__Content {
  z-index: 8030;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }

#social-share-popup .visual .visual-article {
  color: #60646d;
  margin-bottom: 0; }

#social-share-popup .visual .visual-article .img-box {
  width: 90px;
  height: 90px; }

#social-share-popup .visual .visual-article .text-box {
  color: #60646d; }

#social-share-popup .visual .visual-article .text-box h4 {
  font-size: 16px; }

#social-share-popup .visual .visual-article .text-box p {
  font-size: 14px; }

#social-share-popup .intro {
  margin-bottom: 30px; }

#social-share-popup .intro h2 {
  margin-bottom: 0; }

#social-share-popup .social-buttons .column,
#social-share-popup .social-buttons .column a {
  width: 100% !important; }

#social-share-popup .social-buttons .column a {
  padding-right: 15px; }

#thanks-popup {
  height: 300px; }

.popup-main.report.thanks .intro svg {
  font-size: 80px;
  color: #1296b6;
  display: block;
  margin: 20px auto 40px; }

.btn-a {
  background: transparent;
  border: 0; }

.btn-a:focus {
  outline: none; }

.btn.btn-follow {
  border-radius: 3px !important; }
  .btn.btn-follow .total {
    min-width: 45px;
    text-align: center;
    cursor: text; }

.btn.btn-greyed .text {
  opacity: .7;
  cursor: not-allowed; }

hr.small {
  margin: 15px 0; }

.article-post .social-actions .btn-a {
  color: #8d93a9; }

.external-article .article-post .social-actions .btn-a {
  color: #5e657e; }

.social-actions .share-list .btn-a:hover {
  color: #1296b6; }

.article-post .img-holder {
  text-align: center; }

.editing-area .input-box {
  position: absolute;
  display: block; }

.stream-card {
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden; }
  .stream-card .author-img {
    font-size: 14px; }
    .stream-card .author-img img {
      width: 35px;
      height: 35px; }

.stream-setting .properties-block .img-cover {
  background-color: #f1f3f8;
  border-color: #f1f3f8;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .stream-setting .properties-block .img-cover.overlay:after {
    background: rgba(22, 32, 56, 0.3); }
  .stream-setting .properties-block .img-cover .cover-holder label {
    color: #fff; }

.stream-setting .properties-block .style-textarea {
  margin-top: -189px; }

.stream-setting .properties-block .column .style-textarea {
  margin-top: 0;
  width: 100%; }

.stream-setting .stream-img {
  display: flex;
  align-items: flex-start; }
  .stream-setting .stream-img input[type="file"] {
    display: none; }

.stream-setting .img-box {
  width: 108px;
  height: 108px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 25px 0 0;
  cursor: pointer; }

.stream-setting .btn {
  display: inline-block;
  vertical-align: top;
  margin: 25px 0 0;
  padding: 13px 30px;
  color: #fff;
  cursor: pointer; }
  @media (max-width: 767px) {
    .stream-setting .btn {
      font-weight: 500;
      padding: 10px 30px;
      margin: 0; } }

.stream-setting .footer .btn i {
  top: 15px; }

.rtl-text {
  direction: rtl !important; }
  .rtl-text .inline {
    direction: ltr !important; }
  .rtl-text p {
    font-size: 1.2em !important; }

.article-section .container {
  max-width: 942px !important; }

.article-section .time-and-stream {
  padding: 0 15px;
  margin-bottom: 20px; }
  .article-section .time-and-stream time {
    padding: 0;
    display: inline;
    font-size: 14px; }
  .article-section .time-and-stream .page {
    font-size: 14px; }
    .article-section .time-and-stream .page span {
      text-transform: capitalize; }
  .article-section .time-and-stream .edit-btn {
    float: right;
    color: #1296b6;
    font-size: .8em;
    position: relative;
    bottom: -1px; }

.article-section h1 {
  text-transform: none !important;
  padding: 0 15px; }

.article-section .article-header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-top: 1px solid #e4e4e4; */
  /* border-bottom: 1px solid #e4e4e4; */
  padding: 8px 0px;
  margin-bottom: 20px; }
  .article-section .article-header-info em.byline {
    padding: 0 15px;
    direction: ltr !important;
    margin-bottom: 0px; }
    .article-section .article-header-info em.byline a {
      width: 20px;
      height: 20px; }
      .article-section .article-header-info em.byline a img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .article-section .article-header-info em.byline strong {
      font-size: 14px; }
  .article-section .article-header-info .share-list {
    margin-bottom: 0 !important;
    padding: 0 25px !important; }
    .article-section .article-header-info .share-list li {
      padding-right: 0 !important; }
      .article-section .article-header-info .share-list li .btn-a .icon-share {
        font-size: 20px; }

.article-section .article-footer-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px !important; }
  .article-section .article-footer-tags .share-list.bottom {
    width: 48% !important;
    margin-bottom: 0 !important;
    padding: 0 25px !important; }
    .article-section .article-footer-tags .share-list.bottom li {
      padding-right: 0 !important; }
      .article-section .article-footer-tags .share-list.bottom li .btn-a .icon-share {
        font-size: 20px; }

.article-section figure.media-container {
  margin: 0 !important; }

.article-section .article-content {
  padding: 0 15px; }
  .article-section .article-content * {
    padding: 0 !important; }
  .article-section .article-content pre {
    padding: 20px !important; }

.article-section em a {
  border-radius: 25px;
  overflow: hidden; }

.article-section p a {
  font-size: 1em;
  line-height: 1em;
  margin-right: 0; }

.article-section .tag-list li a {
  font-size: 14px; }

.article-section .rtl-text {
  direction: rtl !important; }
  .article-section .rtl-text .time-and-stream {
    direction: ltr !important; }

.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9; }

.ql-bubble .ql-editor h2 {
  margin: 30px 0 25px; }

.row {
  justify-content: flex-start; }

.alert {
  min-height: 61px; }
  .alert p {
    padding: 10px 20px; }

.error-page {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 60px); }
  .error-page .error-box {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 50px; }
    .error-page .error-box .error-code {
      font-size: 4em; }
    .error-page .error-box p {
      font-size: 1.5em; }

.message-page {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 60px); }
  .message-page .message-box {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 50px; }
    .message-page .message-box .message-icon {
      font-size: 6em; }
      .message-page .message-box .message-icon i {
        color: #1296b6; }
    .message-page .message-box p {
      font-size: 1.5em; }

.author, .author-img {
  text-transform: capitalize; }

.bottom-bar .close-cta {
  position: absolute;
  right: 20px;
  top: 28px; }

.share-link {
  margin-top: 15px; }
  .share-link span {
    font-weight: bold; }
  .share-link .input {
    margin-top: 10px; }
    .share-link .input .form-group {
      position: relative; }
      .share-link .input .form-group .link-copied {
        position: absolute;
        right: 10px;
        top: 24px;
        transform: translateY(-50%);
        font-size: 0.9em;
        color: #1296b6;
        pointer-events: none; }

.managing-stream .article-post[data-status="rejected"], .managing-stream .article-post[data-status="published"], .managing-stream .article-post[data-status="approved"] {
  opacity: 0.8; }
  .managing-stream .article-post[data-status="rejected"] .article-post-overlay, .managing-stream .article-post[data-status="published"] .article-post-overlay, .managing-stream .article-post[data-status="approved"] .article-post-overlay {
    display: flex; }

.article-post .post-content p {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.article-post .article-post-overlay {
  position: absolute;
  background: #ffffffbd;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  color: #c8c8c8;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1em; }
  .article-post .article-post-overlay span {
    text-transform: capitalize; }

.article-post .loading-box {
  position: absolute;
  background: #ffffffbd;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99; }

.article-post .inline {
  color: #b9bbc0; }
  .article-post .inline .author {
    color: #8d93a9;
    display: inline-block; }
    .article-post .inline .author a {
      vertical-align: middle; }
  .article-post .inline time {
    display: inline-block;
    vertical-align: middle; }
  .article-post .inline .read-time {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }

.bottom-bar.article-options .btn-area {
  padding: 0 20px; }
  .bottom-bar.article-options .btn-area .info-area {
    width: 60%; }
    .bottom-bar.article-options .btn-area .info-area .item {
      margin-right: 20px; }
      .bottom-bar.article-options .btn-area .info-area .item .status span {
        font-weight: bold; }
      .bottom-bar.article-options .btn-area .info-area .item .status .link {
        margin-left: 5px; }
      .bottom-bar.article-options .btn-area .info-area .item .select-page label {
        font-weight: bold; }
  .bottom-bar.article-options .btn-area .btn-options {
    color: #1296b6;
    padding: 16px 0 !important; }
  .bottom-bar.article-options .btn-area .btn, .bottom-bar.article-options .btn-area .btn-cancel {
    margin: 0 0 0px 14px;
    padding: 16px 50px;
    font-weight: 700; }
  .bottom-bar.article-options .btn-area .btn-cancel {
    padding: 16px 25px; }
  .bottom-bar.article-options .btn-area .btn.btn-default {
    background: #bfc5d0 !important; }

.small-link {
  font-size: 14px;
  vertical-align: top; }

.drawer-active .drawer-open {
  transform: none; }

.drawer-active .drawer-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99; }

@media (max-width: 767px) {
  .drawer-active header#header {
    z-index: 9; } }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  width: 100%;
  font-weight: 500;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  background: #fff;
  transition: 0.25s linear;
  transform: translateX(100%);
  z-index: 99; }
  @media (min-width: 768px) {
    .drawer {
      width: 380px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-start; } }
  .drawer .drawer-head {
    padding: 20px;
    font-size: 14px;
    border-bottom: 1px solid #e8ebf2; }
    @media (min-width: 768px) {
      .drawer .drawer-head {
        padding: 22px 20px 22px 21px; } }
    .drawer .drawer-head .btn-drawer-back {
      color: #5e657e;
      outline: none;
      display: block;
      vertical-align: middle;
      padding: 0 0 0 20px !important;
      position: relative; }
      .drawer .drawer-head .btn-drawer-back svg {
        position: absolute;
        top: calc(50% - 7px);
        right: auto;
        left: 0; }
    .drawer .drawer-head .drawer-head-close {
      color: #5e657e;
      outline: none;
      display: block;
      vertical-align: middle;
      position: relative;
      text-align: center; }
      .drawer .drawer-head .drawer-head-close .btn-drawer-close {
        position: absolute;
        top: calc(50% - 10px);
        left: auto;
        right: 0; }
        .drawer .drawer-head .drawer-head-close .btn-drawer-close svg {
          width: 20px;
          height: 20px; }
  .drawer .drawer-content {
    padding: 20px; }

.drawer-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-transition: .25s linear;
  transition: .25s linear;
  z-index: 99;
  opacity: 0;
  visibility: hidden; }

.custom-drawer {
  position: relative;
  z-index: 99;
  visibility: hidden; }
  .custom-drawer.drawer-open {
    z-index: 99999;
    visibility: visible; }

.capitalize {
  text-transform: capitalize; }

.d-flex {
  display: flex; }

.flex-rows {
  flex-direction: row; }

.flex-columns {
  flex-direction: column; }

.ai-flex-start {
  align-items: flex-start; }

.ai-flex-end {
  align-items: flex-end; }

.ai-center {
  align-items: center; }

.jc-flex-start {
  justify-content: flex-start; }

.jc-flex-end {
  justify-content: flex-end; }

.jc-center {
  justify-content: center; }

.jc-space-btw {
  justify-content: space-between; }

.gap-5 {
  gap: 5px !important; }

.m-0 {
  margin: 0 !important; }

.mr-1 {
  margin-right: 1em !important; }

.ml-1 {
  margin-left: 1em !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1em !important; }

.mt-2 {
  margin-top: 2em !important; }

.mt-3 {
  margin-top: 3em !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1em !important; }

.mb-2 {
  margin-bottom: 2em !important; }

.mb-3 {
  margin-bottom: 3em !important; }

.pt-1 {
  padding-top: 1em !important; }

.pt-2 {
  padding-top: 2em !important; }

select.bg-gray {
  height: 60px;
  width: 100%; }

.bg-grey {
  background: #c0c6d1 !important; }

footer.footer {
  margin-top: 20px; }
  footer.footer .footer-links {
    justify-content: center; }
    footer.footer .footer-links li {
      padding: 15px;
      font-size: 12px; }

/* Custom Expulp Editor classes */
.expulp-align-center {
  text-align: center; }

.expulp-align-justify {
  text-align: justify; }

.expulp-align-right {
  text-align: right; }

.expulp-syntax {
  background-color: #23241f !important;
  color: #f8f8f2;
  overflow: visible; }

#signin-popup .form-inputs, #signup-popup .form-inputs {
  width: 100%;
  padding: 20px 10px 10px 10px; }
  #signin-popup .form-inputs .intro .expulp-logo, #signup-popup .form-inputs .intro .expulp-logo {
    width: 60px;
    margin-bottom: 15px; }

@media (min-width: 768px) {
  #signin-popup.popup-main .close, #signup-popup.popup-main .close {
    top: 0;
    right: 0; } }

#signin-popup .col .pwd-input, #signup-popup .col .pwd-input {
  margin-bottom: 3px !important; }

@media (max-width: 768px) {
  .popup-main .col .intro h2.mobile-title {
    font-size: 18px; } }

.page-loading {
  position: relative; }
  .page-loading .page-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity: 0; }

.hidden {
  display: none !important; }

input.form-control {
  margin-bottom: 21px !important; }

.input-error input {
  border: 1px solid #e21738; }
  .input-error input + .error {
    text-align: left;
    padding-top: 6px; }

.input-error .form-control {
  margin-bottom: 0 !important; }

.empty-box {
  text-align: center;
  padding: 15px; }
  .empty-box-text {
    font-size: 1.2em;
    color: #cecece;
    opacity: .6; }

#react-toast {
  position: fixed;
  z-index: 9999; }

.text-error {
  color: #e21738; }

.badge {
  width: auto !important;
  border-radius: 4px !important;
  padding: 0 5px !important; }

.count-dot {
  width: 4px !important;
  height: 4px !important; }

@media (min-width: 768px) {
  .popup-main .cols .col:first-child {
    display: flex !important; } }

.popup-main .input .show {
  top: 23px; }

.popup-main .login-social-buttons a {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  border: 1px solid #dde1eb;
  background-color: #fff;
  display: block;
  padding: 13px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: #162038; }
  .popup-main .login-social-buttons a.btn-twitter i {
    color: #44beff; }
  .popup-main .login-social-buttons a.btn-facebook i {
    color: #0372e6; }
  .popup-main .login-social-buttons a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-size: 24px; }

.icon-facebook {
  color: #0372e6; }

.social-account .social-holder {
  margin-bottom: 10px; }
  .social-account .social-holder .access-token {
    padding-left: 43px; }
    .social-account .social-holder .access-token.expired i {
      color: #ff807f; }

.btn-disabled {
  opacity: .5;
  cursor: not-allowed; }

.text-disabled {
  color: #999; }

.message-bottom {
  position: fixed;
  bottom: 100px;
  /* padding: 30px; */
  text-align: center;
  width: 100%;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  /* background: #1295b5; */
  /* color: white; */
  z-index: 10; }
  .message-bottom p {
    border-radius: 5px 5px 0 0;
    display: flex;
    padding: 10px;
    background: #1196b6;
    flex-direction: column;
    justify-content: space-around;
    max-width: 40%;
    margin: auto;
    color: #fff; }
    .message-bottom p a {
      transition: transform 0.3s ease-out; }
      .message-bottom p a i {
        color: #fff; }
      .message-bottom p a:hover {
        transform: translateY(4px); }

.profile-setting .breadcrumb li {
  color: #8d93a9; }
  .profile-setting .breadcrumb li:last-child {
    color: #162038; }

.profile-block .input-box .form-control.editing {
  padding-right: 110px; }

.profile-block .input-box .btn-change {
  top: 38%; }
  .profile-block .input-box .btn-change.editing {
    right: 70px; }

.profile-block .input-box .btn-cancel.editing {
  right: 10px; }

.profile-block .profile-col .btn {
  margin-top: 0;
  margin-bottom: 10px; }
  .profile-block .profile-col .btn.btn-danger {
    background: #152037; }

.profile-btn {
  overflow: hidden; }

.home #main {
  padding-top: 0; }

.home .banner-post.inner {
  margin-top: 0; }

.home .news-section.with-periods + .news-section.with-periods {
  border-top: 0 !important; }

.author.truncate-author {
  max-width: 45%; }
  .author.truncate-author a {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.xp-select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 0 30px 0 20px;
  font-size: 15px;
  line-height: 46px;
  color: #8d93a9;
  display: block;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white !important;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc) !important;
  background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px), calc(100% - 2.5em) 0.8em !important;
  background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
  background-repeat: no-repeat !important; }
  .xp-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .xp-select[disabled] {
    opacity: .6; }

.custom-select {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:hover {
    border-color: #888; }
  .custom-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none; }
  .custom-select option {
    font-weight: normal; }

/** auto complete **/
.autocomplete {
  width: 100%;
  height: 50px;
  font-size: 20px;
  line-height: 24px;
  padding: 11px 5px 11px;
  color: #1296b6;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #dce1ec;
  background: none; }

.autocomplete::-webkit-input-placeholder {
  color: #bfc5d0; }

.autocomplete::-moz-placeholder {
  opacity: 1;
  color: #bfc5d0; }

.autocomplete:-moz-placeholder {
  color: #bfc5d0; }

.autocomplete:-ms-input-placeholder {
  color: #bfc5d0; }

.autocomplete.placeholder {
  color: #bfc5d0; }

.react-autosuggest__container {
  position: relative; }

.ui-menu-item.highlighted {
  color: #1296b6; }

.section-subtitle {
  font-size: 0.6em;
  color: #a0a6b7;
  font-weight: normal;
  vertical-align: top;
  margin-left: 5px; }

.text-center {
  text-align: center; }

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important; } }

.h-100 {
  height: 100%; }

.w-100 {
  width: 100%; }

.w-50 {
  width: 50%; }

.w-25 {
  width: 25%; }

.w-33 {
  width: 33%; }

.b0 {
  border: 0 !important; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.input-icon {
  position: relative; }
  .input-icon i {
    position: absolute;
    left: 12px;
    top: 13px;
    font-size: 20px;
    color: #8d93a9; }
  .input-icon input.form-control {
    height: 43px;
    padding-left: 38px;
    border-radius: 25px; }

.invite-result {
  position: relative;
  padding: 15px 30px 30px 70px; }
  .invite-result p {
    color: #8d93a9;
    font-size: 20px; }

.profile-menu .count {
  font-size: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px; }

.profile-menu .info-list {
  padding-bottom: 20px; }

.profile-menu .stream-drop .inner-drop li {
  margin-bottom: 2px; }
  .profile-menu .stream-drop .inner-drop li.is-internal .title {
    color: #747a79; }

.profile-menu .stream-drop .inner-drop a {
  max-width: calc(100% - 20px); }

.invite-form {
  margin-top: -30px; }
  .invite-form form .form-group textarea.form-control {
    height: 200px; }
  .invite-form form .form-group:last-child {
    margin-bottom: 0; }

.article-post .info-post .info-dropdown {
  min-width: 138px;
  max-width: 160px;
  width: auto !important; }
  .article-post .info-post .info-dropdown li {
    white-space: nowrap; }
    .article-post .info-post .info-dropdown li a {
      text-overflow: ellipsis;
      overflow: hidden; }

.article-post .info-post.ch-2 {
  top: 46px; }

.article-post .info-post.ch-3 {
  top: 82px; }

.article-post .info-post.suggested {
  background: #ffffffc2; }

.article-post .info-post .btn-action {
  display: block;
  text-align: center;
  width: 25px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  margin: 0 auto;
  color: #8d93a9;
  font-size: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .article-post .info-post .btn-action {
      width: 31px;
      height: 31px;
      line-height: 31px; } }

.article-post .rtl-text .read-time {
  display: inline-block !important;
  direction: ltr !important; }

.tags a {
  font-size: 10px; }

.topics-admin .table tr td, .streams-admin .table tr td {
  vertical-align: top; }
  .topics-admin .table tr td .tags a, .streams-admin .table tr td .tags a {
    min-width: auto;
    font-size: 10px; }
  .topics-admin .table tr td:first-child, .streams-admin .table tr td:first-child {
    vertical-align: middle; }
  .topics-admin .table tr td:last-child, .streams-admin .table tr td:last-child {
    vertical-align: middle; }
  .topics-admin .table tr td .suggestion-btn, .streams-admin .table tr td .suggestion-btn {
    font-size: 0.7em; }

.topics-admin .table tr.parents-suggestions, .streams-admin .table tr.parents-suggestions {
  display: none; }
  .topics-admin .table tr.parents-suggestions.show, .streams-admin .table tr.parents-suggestions.show {
    display: table-row; }
  .topics-admin .table tr.parents-suggestions td .tags, .streams-admin .table tr.parents-suggestions td .tags {
    justify-content: center; }

.streams-admin .table-header {
  font-size: 15px; }

.streams-admin .xp-select {
  font-size: 14px; }

.streams-admin .table tr {
  border-bottom: 1px solid #dfdfdf; }
  .streams-admin .table tr.blacklist {
    background: #ff9c9c; }
  .streams-admin .table tr.in-progress {
    background: #59e7da; }
  .streams-admin .table tr td {
    vertical-align: middle;
    font-size: 14px; }
    .streams-admin .table tr td:first-child {
      max-width: 200px; }

.streams-admin ul.list-disc {
  list-style: disc; }

.streams-admin .table-holder .table-header {
  cursor: pointer; }

.streams-admin .table-holder.toggle {
  height: 50px !important; }

.aside .streams-section {
  padding-bottom: 0; }

.topics-list {
  max-width: 80%; }
  .topics-list li {
    display: inline-block;
    padding: 0 5px; }

.admin-interface .link-back::after {
  display: none !important; }

.admin-interface .balance {
  font-size: .8em; }

.admin-interface .col-4 {
  border-right: 1px solid #ccd0d9; }

.admin-btn {
  width: 41px;
  height: 41px;
  font-size: 17px;
  line-height: 37px;
  border: 2px solid #dce1ec;
  border-radius: 100%;
  text-align: center;
  position: fixed !important;
  right: 10px !important;
  bottom: 20px;
  background: #162038;
  color: #fff !important;
  z-index: 999; }

fa.like-rows {
  transform: rotate(90deg); }

.checkbox-list {
  display: flex;
  flex-flow: row wrap;
  overflow: visible; }
  .checkbox-list li {
    min-width: 102px;
    margin: 0 -1px 0 0; }
    @media (min-width: 768px) {
      .checkbox-list li {
        min-width: 100px; } }
    @media (max-width: 373px) {
      .checkbox-list li {
        min-width: 90px; } }
  .checkbox-list input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden; }
    .checkbox-list input[type="checkbox"]:checked ~ label {
      color: #fff;
      border-color: #1296b6;
      background: #1296b6;
      border-right-color: #fff;
      border-left-color: #fff; }
  .checkbox-list label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
    color: #8d93a9;
    border: 1px solid #dce1ec;
    background: #fff;
    cursor: pointer;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .checkbox-list label {
        padding: 10px 15px;
        font-size: 15px;
        line-height: 18px; } }

.btn, button, a {
  position: relative; }

.btn-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0; }

.btn-loading .btn-loader {
  display: flex; }
  .btn-loading .btn-loader > div {
    display: flex;
    align-items: center; }

.btn-loading .btn-text {
  visibility: hidden; }

.drafts-sidebar .text-info {
  overflow: hidden; }
  .drafts-sidebar .text-info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .drafts-sidebar .text-info .draft-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.article-visited img {
  filter: grayscale(100%);
  opacity: 0.6 !important; }

body.onboarding-register-page {
  overflow: hidden !important; }

@media (max-width: 768px) {
  section.news-section .row {
    margin-bottom: 0 !important; } }

@media (min-width: 769px) {
  section.news-section:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; } }

section.news-section.with-periods {
  margin-top: 30px; }
  section.news-section.with-periods:first-child {
    border-top: 0; }
  section.news-section.with-periods .streams-section hr {
    margin: 50px 0 !important; }
  section.news-section.with-periods div:nth-last-child(2) hr {
    display: none; }
  section.news-section.with-periods .period-load-more {
    display: block;
    margin: auto auto 15px;
    border-radius: 20px;
    width: 45%; }
    @media (max-width: 768px) {
      section.news-section.with-periods .period-load-more {
        width: 80%; } }

.page-load-more {
  display: block;
  margin: auto auto 15px;
  border-radius: 20px;
  width: 45%; }
  @media (max-width: 768px) {
    .page-load-more {
      width: 80%; } }

.btn-circle {
  border-radius: 50%;
  color: #1296b6;
  border: 2px solid #1296b6;
  width: 25px;
  height: 25px;
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  text-align: center;
  box-sizing: border-box; }

#subscriptions-tab .subscription-filter {
  width: 33%; }
  @media (max-width: 767px) {
    #subscriptions-tab .subscription-filter {
      width: 100%; } }

#subscriptions-tab .table thead {
  border-top: 0; }

#subscriptions-tab .table tr.loading-row {
  opacity: 0.7; }

#subscriptions-tab .subscription-box {
  display: flex;
  align-items: center;
  color: #1296b6; }
  #subscriptions-tab .subscription-box .dp {
    margin-right: 10px; }
    #subscriptions-tab .subscription-box .dp img {
      border-radius: 5px; }

.visual .btn.btn-follow {
  width: 202px; }

.visual .btn.follow a {
  color: #162038 !important; }

@media (max-width: 768px) {
  .banner-post {
    margin-bottom: 30px; } }

.banner-post .container {
  padding-top: 0 !important; }

.banner-post .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .banner-post .cols {
      flex-direction: column-reverse;
      align-items: center; } }
  .banner-post .cols .col {
    display: flex;
    align-items: center;
    width: 49%; }
    @media (max-width: 767px) {
      .banner-post .cols .col {
        width: 100%;
        margin: auto; } }
    .banner-post .cols .col:last-child {
      max-width: 420px; }
      .banner-post .cols .col:last-child img {
        max-width: 100%;
        display: block; }
    @media (max-width: 767px) {
      .banner-post .cols .col .post-content {
        margin: auto;
        text-align: center; } }
    @media (min-width: 769px) {
      .banner-post .cols .col .post-content h1 {
        margin-bottom: 20px; } }
    .banner-post .cols .col .post-content .btn {
      font-size: 18px; }
      @media (max-width: 768px) {
        .banner-post .cols .col .post-content .btn {
          width: 100%;
          text-align: center;
          font-size: 1.4em; } }
      @media (max-width: 373px) {
        .banner-post .cols .col .post-content .btn {
          width: 100%;
          text-align: center;
          font-size: 1.1em; } }

.card-cta {
  padding-top: 20px; }
  @media (max-width: 767px) {
    .card-cta {
      margin: auto; } }
  @media (max-width: 768px) {
    .card-cta {
      border-bottom: 1px solid #dce1ec;
      padding-bottom: 20px; } }
  .card-cta .container .post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 380px; }
    .card-cta .container .post-content h1 {
      text-align: center; }
      @media (max-width: 767px) {
        .card-cta .container .post-content h1 {
          font-size: 30px; } }
    .card-cta .container .post-content p {
      text-align: center; }
      @media (max-width: 767px) {
        .card-cta .container .post-content p {
          font-size: 25px; } }
    @media (max-width: 767px) {
      .card-cta .container .post-content button {
        text-align: center; } }

.slick-slide {
  margin: 0 !important;
  padding: 0 10px; }

.streams-sl .slide {
  margin: 0 !important; }

.streams-section .slide, .streams-sl .slide, .streams-sl2 .slide {
  max-width: 232px; }

@media (min-width: 769px) {
  .streams-section {
    padding: 0; } }

#faq-popup .intro {
  text-align: center; }

.sitemap-page .h5 {
  text-align: center;
  margin-bottom: 30px; }

.sitemap-page .col {
  width: 33%; }
  .sitemap-page .col .sitemap li {
    padding: 10px;
    text-align: center; }

.terms-page p, .pp-page p {
  line-height: 1.5em; }

.ui-menu {
  box-shadow: none !important;
  margin-top: -20px !important;
  border-radius: 0 !important; }
  .ui-menu li {
    cursor: pointer; }

.faq-page {
  max-height: 600px;
  overflow-y: auto; }
  .faq-page .intro h2 {
    color: #1296b6; }
  .faq-page p {
    font-size: 14px;
    line-height: 1.3em; }
    .faq-page p strong {
      font-size: 16px;
      margin-bottom: 10px;
      display: inline-block; }

a[disabled] {
  opacity: 0.7 !important;
  cursor: not-allowed; }

.topic-match {
  color: darkred; }

.filter-streams {
  padding-right: 0 !important; }
  .filter-streams .form-group {
    margin: 15px 0 0 0; }
    .filter-streams .form-group .form-control {
      margin: 0 !important; }

.empty-li {
  padding: 20px;
  text-align: center;
  font-size: 1.2em;
  color: #cecece;
  opacity: .6; }

.streams-section .content-holder .head,
.streams-sl .content-holder .head,
.streams-sl2 .content-holder .head {
  min-height: 120px; }

.empty-topics {
  margin-top: 15px;
  color: #8d93a9; }

.subtext-text {
  color: #a7a7a7;
  font-weight: 600;
  font-size: 17px; }

.btn-danger {
  background: #152037; }

.box-shadowed-page-overlay {
  position: fixed;
  inset: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  z-index: 98; }
  @media (max-width: 768px) {
    .box-shadowed-page-overlay {
      display: none; } }

.box-shadowed {
  margin: auto;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
  position: relative !important;
  border: none !important;
  padding: 15px;
  z-index: 99;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12); }
  @media (max-width: 768px) {
    .box-shadowed .popup-main {
      overflow: hidden; } }

.float-btn-tooltip {
  background: #162038 !important;
  font-size: 12px !important;
  line-height: 26px !important;
  border-radius: 5px !important;
  color: #fff !important; }
  .float-btn-tooltip:after {
    border-right-color: #162038 !important; }

.btn-tooltip .tooltip {
  display: none;
  background: #162038;
  padding: 2px 10px;
  right: 37px;
  top: 1px;
  position: absolute;
  font-size: 12px;
  /* height: 100%; */
  line-height: 26px;
  border-radius: 5px;
  color: #fff; }
  .btn-tooltip .tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #162038;
    position: absolute;
    right: -5px;
    top: 10px; }

.btn-tooltip:hover .tooltip {
  display: inline-block; }

.text-area-10 {
  min-height: 150px; }

@media (min-width: 768px) {
  .popup-main.popup-sm {
    width: 450px;
    height: auto;
    padding: 15px; }
  .popup-main.popup-md {
    width: 752px;
    height: auto;
    padding: 15px; } }

@media (max-width: 768px) {
  .news-section.no-border + .streams-section {
    border-top: 0 !important;
    padding-top: 0 !important; } }

@media (max-width: 480px) {
  #social-share-popup .social-buttons .column,
  #social-share-popup .social-buttons .column a {
    width: 100%; }
  #social-share-popup .social-buttons .column a {
    padding-right: 15px; } }

.modal-fade-enter {
  opacity: 0; }

.modal-fade-enter-active {
  opacity: 1;
  transition: opacity 500ms ease-in; }

.modal-fade-exit {
  opacity: 1; }

.modal-fade-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-in; }

.slide-enter {
  opacity: 0;
  transform: scale(1.1); }

.slide-enter-active {
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms, transform 300ms; }

.slide-exit {
  opacity: 1;
  transform: scale(1); }

.slide-exit-active {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 300ms, transform 300ms; }

