
a{
  text-decoration: none;
}

ul.simple-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: black;
  display: flex;
  align-items: center;
}
ul.simple-tabs li {
  display: inline-block;
  font-size: 1.75em;
  display: flex;
  align-items: center;
  padding: 0 1em;
  cursor: pointer;
}
ul.simple-tabs li.active {
  background-color: #0786fb;
  cursor: auto;
}
ul.simple-tabs li.active:hover {
  background-color: rgba(7, 134, 251, 0.7);
  opacity: 1;
}
ul.simple-tabs li:hover {
  opacity: 0.7;
}

.simple-tab-panel {
  display: none;
}
.simple-tab-panel.active {
  display: block;
}

.flex-balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body:not(.day-mode) .nav-tabs > li.active > a {
  background-color: #202020;
}
body:not(.day-mode) .nav-tabs > li.active > a:hover {
  opacity: 1;
  background-color: #404040;
}
body:not(.day-mode) .nav-tabs > li.active > a h1 {
  color: #d4d4d4;
}

.form-control {
  background: #383838;
  border: none;
  border-radius: 0px;
  border-bottom: solid 1px #4b4b4b;
  margin-right: 30px;
  /*    padding: 0 0 12px 0; */
  color: #b4b4b4;
  display: inline-block;
  box-shadow: none;
  font-family: "roboto";
  font-weight: 400;
  flex-grow: 1;
  font-size: 12px;
  color: #fff;
  border: solid 2px #d2d2d2;
  border-radius: 5px;
}

.day-mode .form-control {
  background: #f9f9f9;
}

.form-control:first-child {
  border: none;
  border-radius: 0px;
  border-bottom: solid 1px #4b4b4b;
  margin-right: 30px;
  /*    padding: 0 0 12px 0; */
  color: #b4b4b4;
  display: inline-block;
  box-shadow: none;
  font-family: "roboto";
  font-weight: 400;
  flex-grow: 1;
  font-size: 12px;
  color: #b4b4b4;
  border: solid 2px #0786fb;
  border-radius: 5px;
}

#content-search .form-control {
  background: #FFFFFF;
  border: 1px solid #E5E7EE;
  border-radius: 100px;
  margin-right: 24px;
  /*    padding: 0 0 12px 0; */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  color: #B1B4BC;
  display: inline-block;
  box-shadow: none;
  flex-grow: 1;
}

.day-mode #content-search .form-control {
  color: #000;
  /*    border-bottom: solid 1px $light-grey; */
}

.day-mode #content-search input::-moz-placeholder {
  color: #B4B4B4;
}

.day-mode #content-search input:-ms-input-placeholder {
  color: #B4B4B4;
}

.day-mode #content-search input::placeholder {
  color: #B4B4B4;
}

/* created a non-compound class to be able to extending this class */
.btn-btn-primary, .comments .edit-save, .comments .edit-cancel, .comments .comment-delete, .comments .comment-edit, .comments .comment-reply, .login-form .form-group button[type=submit],
.btn.btn-primary {
  padding: 4px 30px;
  background: #000D33;
  border-radius: 100px;
  text-align: center;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 100%;
}
.btn-btn-primary:hover, .comments .edit-save:hover, .comments .edit-cancel:hover, .comments .comment-delete:hover, .comments .comment-edit:hover, .comments .comment-reply:hover, .login-form .form-group button[type=submit]:hover,
.btn.btn-primary:hover {
  opacity: 0.7;
  color: #fff;
}

/** Sidebar **/
.sidebar {
  padding-top: 28px;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed;
  left: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 225px;
  background: #fff;
  z-index: 16000000;
  border-right: 1px solid #E5E7EE;
}

.modal-open .sidebar{
  z-index: 1030;
}

.sidebar .logo {
  text-align: right;
  display: block;
  margin-bottom: 25px;
  margin-top: 0px;
  margin-right: 19px;
}
.sidebar .logo img {
  width: calc(100% - 60px);
}

.sidebar .logo:hover {
  opacity: 0.7;
}

.side-nav {
  margin-top: 60px;
  margin-left: auto;
  margin-right: 19px;
  padding: 0px;
  width: 140px;

}

.side-nav li {
  list-style-type: none;
  padding: 0px;
  margin: 0;
  margin-bottom: 32px;
}

.side-nav li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #0A1532;
  display: block;
  padding-left: 30px;
  height: 19px;
  background-size: 15px!important;
}
.side-nav li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #0786fb no-repeat;
  transition: all 0.25s ease;
}

.side-nav li a.active,
.side-nav li a:hover {
  color: #5221D1;
  text-decoration: none;
  opacity: 1;
}

.side-nav .disabled {
  opacity: 0.3;
}


/* side nav menu icons */

.side-nav .nav-community{
  background: url('../images/icons/icon-community.png') 0px 0px no-repeat;
  background-size: 16px!important;
}
.side-nav .nav-community:hover, .side-nav .nav-community.active{
  background: url('../images/icons/icon-community-active.png') 1px 1px no-repeat;
  background-size: auto!important;
}

.side-nav .nav-market,
.more-nav .nav-market{
  background: url('../images/icons/icon-market.png') top left no-repeat;
}
.side-nav .nav-market:hover, .side-nav .nav-market.active,
.more-nav .nav-market:hover, .more-nav .nav-market.active,
{
  background: url('../images/icons/icon-market-active.png') top left no-repeat;
}

.side-nav .nav-certification,
.more-nav .nav-certification{
  background: url('../images/icons/icon-certification.png') top left no-repeat;
}
.side-nav .nav-certification:hover, .side-nav .nav-certification.active
.more-nav .nav-certification:hover, .more-nav .nav-certification.active{
  background: url('../images/icons/icon-certification-active.png') top left no-repeat;
}

.side-nav .nav-solutions,
.more-nav .nav-solutions{
  background: url('../images/icons/icon-solutions.png') top left no-repeat;
}
.side-nav .nav-solutions:hover, .side-nav .nav-solutions.active,
.more-nav .nav-solutions:hover, .more-nav .nav-solutions.active{
  background: url('../images/icons/icon-solutions-active.png') top left no-repeat;
}

.side-nav .nav-insight,
.more-nav .nav-insight{
  background: url('../images/icons/icon-insight.png') top left no-repeat;
  background-size: 16px!important;

}

.side-nav .nav-insight:hover, .side-nav .nav-insight.active,
.more-nav .nav-insight:hover, .more-nav .nav-insight.active{
  background: url('../images/icons/icon-insight-active.png') top left no-repeat;
  background-size: 16px!important;
}

.side-nav .nav-chat,
.more-nav .nav-chat{
  background: url('../images/icons/icon-messages.png') top left no-repeat;
}
.side-nav .nav-chat:hover, .side-nav .nav-chat.active,
.more-nav .nav-chat:hover, .more-nav .nav-chat.active{
  background: url('../images/icons/icon-messages-active.png') top left no-repeat;
}


.side-nav .nav-book,
.more-nav .nav-book{
  background: url('../images/icons/book-icon.png') top left no-repeat;
  background-size: 16px!important;
}

.side-nav .nav-book:hover, .side-nav .nav-book.active,
.more-nav .nav-book:hover, .more-nav .nav-book.active{
  background: url('../images/icons/book-icon-active.png') top left no-repeat;
  background-size: 16px!important;
}


.side-nav .nav-media,
.more-nav .nav-media{
  background: url('../images/icons/icon-media.png') top left no-repeat;
}
.side-nav .nav-media:hover, .side-nav .nav-media.active,
.more-nav .nav-media:hover, .more-nav .nav-media.active{
  background: url('../images/icons/icon-media-active.png') top left no-repeat;
}

.side-nav .nav-tv,
.more-nav .nav-tv{
  background: url('../images/icons/icon-tv.png') top left no-repeat;
}
.side-nav .nav-tv:hover, .side-nav .nav-tv.active,
.more-nav .nav-tv:hover, .more-nav .nav-tv.active{
  background: url('../images/icons/icon-tv-active.png') top left no-repeat;
}

.side-nav .nav-jobs,
.more-nav .nav-jobs{
  background: url('../images/icons/icon-jobs.png') 0px 0px no-repeat;
  background-size: auto!important;
}
.side-nav .nav-jobs:hover, .side-nav .nav-jobs.active,
.more-nav .nav-jobs:hover, .more-nav .nav-jobs.active{
  background: url('../images/icons/icon-jobs-active.png') -1px 0px no-repeat;
  background-size: 16px!important;
}

.side-nav .nav-rewards,
.more-nav .nav-rewards{
  background: url('../images/icons/icon-rewards.png') top left no-repeat;
}
.side-nav .nav-rewards:hover, .side-nav .nav-rewards.active,
.more-nav .nav-rewards:hover, .more-nav .nav-rewards.active{
  background: url('../images/icons/icon-rewards-active.png') top left no-repeat;
}

.side-nav .nav-circles,
.more-nav .nav-circles{
  background: url('../images/icons/icon-circles.png') top left no-repeat;
  padding-top: 2px;
}
.side-nav .nav-circles:hover, .side-nav .nav-circles.active,
.more-nav .nav-circles:hover, .side-nav .nav-circles.active{
  background: url('../images/icons/icon-circles-active.png') top left no-repeat;
}


.side-nav .nav-resources,
.more-nav .nav-resources{
  background: url('../images/icons/icon-resources.png') 0px 0px no-repeat;
  background-size: auto!important;
}
.side-nav .nav-resources:hover, .side-nav .nav-resources.active,
.more-nav .nav-resources:hover, .more-nav .nav-resources.active{
  background: url('../images/icons/icon-resources-active.png') -2px -1px no-repeat;
  background-size: 16px!important;
}

.side-nav .nav-forum,
.more-nav .nav-forum{
  background: url('../images/icons/icon-messages.png') 0px 0px no-repeat;
  background-size: auto!important;
}
.side-nav .nav-forum:hover, .side-nav .nav-forum.active,
.more-nav .nav-forum:hover, .more-nav .nav-forum.active{
  background: url('../images/icons/icon-messages-active.png') 0px 0px no-repeat;
  background-size: 19px!important;
}

.side-nav .nav-feed,
.more-nav .nav-feed{
  background: url('../images/icons/icon-feed.png') 0px 0px no-repeat;
  background-size: auto!important;
}
.side-nav .nav-feed:hover, .side-nav .nav-feed.active,
.more-nav .nav-feed:hover, .more-nav .nav-feed.active{
  background: url('../images/icons/icon-feed-active.png') -1px 0px no-repeat;
  background-size: 16px!important;
}


.side-nav .nav-events,
.more-nav .nav-events{
  background: url('../images/icons/icon-events.png') top left no-repeat;
}
.side-nav .nav-events:hover, .side-nav .nav-events.active,
.more-nav .nav-events:hover, .more-nav .nav-events.active{
  background: url('../images/icons/icon-events-active.png') top left no-repeat;
}

.side-nav .nav-submit,
.more-nav .nav-submit{
  background: url('../images/icons/icon-submit.png') 0px 0px no-repeat;
  background-size: auto!important;
}
.side-nav .nav-submit:hover, .side-nav .nav-submit.active,
.more-nav .nav-submit:hover, .more-nav .nav-submit.active{
  background: url('../images/icons/icon-submit-active.png') -1px -1px no-repeat;
  background-size: 16px!important;
}

.side-nav .nav-help,
.more-nav .nav-help{
  background: url('../images/icons/nav-help-icon.png') 0px 0px no-repeat;
  background-size: 16px!important;
}


.side-nav .nav-admin,
.more-nav .nav-admin{
  background: url('../images/icons/icon-admin.png') top left no-repeat;
}
.side-nav .nav-admin{
  margin-top: 100px;
}

.side-nav .nav-admin:hover, .side-nav .nav-admin.active,
.more-nav .nav-admin:hover, .side-nav .nav-admin.active{
  background: url('../images/icons/icon-admin-active.png') top left no-repeat;
}

.side-nav .nav-discord{
  max-width: 100%;
  width: 128px;
  height: 34px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #5865F2;
  color: #5865F2;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  padding-left: 40px;
  background: url('../images/discord-blue.png') 6px 9px no-repeat;
  background-size: 30px!important;
  background-color: #FFF;

}

.side-nav .nav-discord:hover{
  opacity: 0.7;
}


.side-nav .nav-youtube{
  max-width: 100%;
  width: 128px;
  height: 34px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid red;
  color: red ;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  padding-left: 40px;
  background: url('../images/youtube.png') 8px 4px no-repeat;
  background-size: 25px!important;
  background-color: #FFF;

}

.side-nav .nav-youtube:hover{
  opacity: 0.7;
}



.side-actions {
  text-align: right;
  padding-right: 20px;
  margin-bottom: 10px;
}

.side-actions > span {
  display: inline-block;
  margin-left: 40px;
}

.side-actions a:hover {
  opacity: 0.6;
}

#theme-mode a {
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
}

.feed-item {
  display: flex;
  align-items: stretch;
}

.bottomFiller {
  width: 100%;
  height: 100px;
}

.feed-item-details-container {
  width: 100%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feed-item-extras {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #0A1532;
  margin-top: 10px;
}

.feed-item-source-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
.feed-item-source-actions a {
  display: inline-block;
  text-decoration: none;
  padding-left: 25px;
  margin-right: 10px;
  width: auto;
}
.feed-item-source-actions a.no-padding {
  padding-left: 0px;
}

.feed-item-source-actions-left {
  display: flex;
  align-items: center;
  max-width: 98%;
  padding-top: 4px;
  margin-bottom: 16px;
  margin-top: 14px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.feed-item-source {
  display: flex;
  align-items: center;
}

.source-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.source-icon.rss {
  background-image: url("/images/rss-icon.png");
}
.source-icon.reddit {
  background-image: url("/images/social-icons/reddit_logo.svg");
  background-size: 175%;
}
.source-icon.api {
  background-image: url("/images/social-icons/twitter.png");
}
.source-icon.youtube {
  background-image: url("/images/social-icons/youtube_play.png");
  cursor: pointer;
}
.source-icon.twitter {
  background-image: url("/images/social-icons/twitter.png");
}
.source-icon.manual {
  background-image: url("/images/icons/Link_ic.png");
}
.source-icon.scraper {
  background-image: url("/images/icons/Link_ic.png");
}

.blog-rss-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/rss-icon.png");
}

.blog-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feed-item-row {
  display: flex;
  justify-content: space-between;
}
.feed-item-row.flex-start {
  justify-content: flex-start;
}
.feed-item-row.youtube {
  margin-top: 10px;
}

@media (max-width: 780px) {
  .hide-small {
    display: none !important;
  }
}
@media (max-width: 780px) {
  .expanded .hide-small {
    display: none !important;
  }
}

@media (min-width: 780px) {
  .show-small {
    display: none !important;
  }
}
@media (min-width: 780px) {
  .expanded .show-small {
    display: none !important;
  }
}

@media (min-width: 1150px) {
  .hide-large {
    display: none !important;
  }
}

@media (max-width: 1150px) {
  body .show-large {
    display: none !important;
  }
}

.feed-item-actions {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.feed-item-votes {
  margin-right: 10px;
  padding-right: 15px;
  padding-left: 15px;
}
.feed-item-votes.horizontal {
  width: 115px;
  padding-left: 0px;
}
.feed-item-votes.horizontal .vote-container {
  height: 14px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.feed-item-votes.horizontal .vote-container .vote-count {
  font-size: 14px;
}
.feed-item-votes.horizontal .vote-container .upvote {
  margin-left: 0px;
}
.feed-item-votes.horizontal .vote-container .downvote {
  margin-right: 0px;
}
.feed-item-votes.horizontal .vote-container .upvote, .feed-item-votes.horizontal .vote-container .upvote.active, .feed-item-votes.horizontal .vote-container .downvote, .feed-item-votes.horizontal .vote-container .downvote.active {
  min-width: 20px;
  transform: scale(0.8);
  background-size: 100%;
}

.comment-link {
  display: inline-block;
  background: url("/images/icons/icon-comments.png") top left no-repeat;
  background-size: contain;
  min-width: 13px;
  padding-left: 24px;
  height: 13px;
  margin-right: 8px;
  margin-top: 0;
  margin-left: 15px !important;
}

.profile-info > * {
  margin-top: 0;
  margin-bottom: 10px;
}
.profile-info .post-title {
  margin-top: 5px;
}

.feed-item-info {
  display: flex;
  align-items: center;
}

.feed-item-content {
  width: 100%;
  margin-top: -40px;
}

.admin-feed .feed-item-content{
  margin-top: 0px;
}

.feed-content-left {
  flex-grow: 1;
}

.show-expanded {
  display: none;
}
.expanded .show-expanded {
  display: block;
}

.show-exanded-flex {
  display: none;
}
.expanded .show-exanded-flex {
  display: flex;
}

.feed-content-right {
  padding-right: 10px;
}

.flex-grow-1 {
  flex-grow: 1;
}

.feed-item-details {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-top: 5px;
}
.feed-item-details .feed-item-title {
  width: calc(100% - 50px);
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.expanded .feed-item-details .feed-item-description, .expanded .feed-item-details .feed-item-thumb {
  display: block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 21px */

  display: flex;
  align-items: center;
  color: #0A1532;
}
@media (max-width: 780px) {
  .feed-item-details .feed-item-title {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .collapse-small {
    flex-direction: column;
  }
}

@media (max-width: 1150px) {
  .collapse-medium {
    flex-direction: column;
  }
}

.expanded .post-details .feed-item-description, .expanded .post-details .feed-item-thumb {
  display: block;
}
@media (max-width: 780px) {
  .post-details {
    flex-direction: column;
  }
}

.feed-item-thumb {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-top: 10px;
  display: none;
}
.feed-item-thumb.profile {
  display: block;
}
.feed-item-thumb.profile .feed-item-thumb-link {
  width: auto;
}

.news-feed-list .feed-item-thumb {
  margin-top: 0px;
}

.feed-item-thumb-link {
  position: relative;
  display: inline-block;
  background-size: cover;
  width: 210px;
}
@media (max-width: 780px) {
  .feed-item-thumb-link {
    width: 100%;
  }
}

.feed-item-thumb-img {
  width: 100%;
  border-radius: 8px;
}

.youtube_overlay {
  width: 100%;
  height: 100%;
  background-image: url("/images/social-icons/youtube_play.png");
  background-position: center;
  background-size: 25%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  z-index: 10;
}

.audio_overlay {
  width: 100%;
  height: 100%;
  background-image: url("/images/blueSpeaker.png");
  background-position: center;
  background-size: 25%;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  z-index: 200000;
}

.youtube_playButton {
  background-image: url("/images/social-icons/youtube_play.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 21px;
  margin-right: 5px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
  z-index: 10;
}
.expanded .youtube_playButton {
  display: none;
}

.audio_playButton {
  background-image: url("/images/blueSpeaker.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
  z-index: 200000;
}
.expanded .audio_playButton {
  display: none;
}

.youtube_overlay:after, .youtube_playButton:after {
  content: "Click video once to play and once again to hide.";
  position: absolute;
  left: 0px;
  top: calc(100% + 5px);
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 0;
  padding: 5px;
  border-radius: 5px;
  z-index: 200000;
  pointer-events: none;
}
.youtube_overlay:hover, .youtube_playButton:hover {
  filter: brightness(75%);
}
.youtube_overlay:hover:after, .youtube_playButton:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}

.audio_overlay:after, .audio_playButton:after {
  content: "Click audio icon once to play and once again to hide.";
  position: absolute;
  left: 0px;
  top: calc(100% + 5px);
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 0;
  padding: 5px;
  border-radius: 5px;
  z-index: 200000;
  pointer-events: none;
}
.audio_overlay:hover, .audio_playButton:hover {
  filter: brightness(75%);
}
.audio_overlay:hover:after, .audio_playButton:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}

.feed-item iframe {
  max-width: 100%;
}

.feed-item-description {
  display: none;
  margin-top: 5px;
  max-width: calc(100% - 40px);
}
@media (max-width: 780px) {
  .feed-item-description {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.feed-item-row.audio {
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 780px) {
  .feed-item-votes {
    position: absolute;
    bottom: -25px;
  }
  .feed-item-votes.horizontal {
    display: block;
  }

  .feed-item-details-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .feed-item-title {
    width: 100%;
  }

  .feed-item-extras {
    font-size: 11px;
  }

  .feed-item-source-actions {
    font-size: 11px;
  }

  .news-feed-list .feed-item-thumb {
    width: 100%;
  }
}
/** Platform Content **/
.platform-content .content {
  margin: 15px 0px;
}

.blog-posts {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  padding-top: 30px;
}


.blog-posts .post-extra {
  font-size: 12px;
}

.image-entry {
  display: inline-block;
  width: 175px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: solid 1px #ccc;
  position: relative;
  text-align: center;
}

.blog-posts .post-image {
  float: left;
  margin-right: 15px;
}

.blog-posts li {
  position: relative;
  clear: both;
}

.post-entry {
  border-right: solid 1px #EBEBEB;
  width: 50px;
}
.post-entry .vote-count {
  font-size: 12pt;
}

.blog-posts .post-details {
  border-left: solid 1px #EBEBEB;
  padding-left: 20px;
  width: 100%;
}

.blog-posts .post-title a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #0A1532;
}

.blog-posts a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.blog-posts .post-thumb {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 5px;
  position: relative;
}

.blog-posts .post-thumb img {
  max-width: 100%;
}

.blog-posts .post-info {
  margin-bottom: 5px;
}

.blog-posts .post-date, .blog-posts .post-field-info {
  border-right: solid 1px #EBEBEB;
  padding-right: 10px;
  margin-right: 10px;
  color: #fff;
  vertical-align: top;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.blog-posts .post-date:nth-last-of-type(1), .blog-posts .post-field-info:nth-last-of-type(1) {
  border-right: 0;
}
@media (max-width: 780px) {
  .blog-posts .post-date.hide-small, .blog-posts .post-field-info.hide-small {
    display: none;
  }
}

.blog-posts .post-date {
  border-right: none;
}

.blog-posts .post-actions {
  float: right;
}

.blog-posts .post-actions a {
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  cursor: pointer;
}

.blog-posts .post-actions a:hover {
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  opacity: 0.8;
}

.blog-posts .post-votes {
  padding: 0 20px;
  min-width: 140px;
}

.blog-posts .post-field-extra {
  display: inline-block;
  margin-right: 40px;
  color: #0A1532;
}

.blog-posts .post-field-extra span {
  display: inline-block;
}

.blog-posts .post-field-extra strong {
  margin-right: 5px;
}

.blog-posts .post-title {
  flex-grow: 1;
}

.post-extras {
  margin-top: 10px;
}

.blog-posts .event-ticket-price {
  display: block;
  font-family: "roboto";
  font-weight: 500;
  font-size: 20px;
  color: #0786FB;
  margin-right: 10px;
  margin-left: auto;
}


.blog-posts li {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style-type: none;
}

.day-mode .blog-posts .post-date, .day-mode .blog-posts .post-field-info {
  color: #7c7c7c;
}

.opportunity-bottom-row {
  margin-top: 10px;
}

.opportunities-list.blog-posts li {
  padding: 10px 0px;
}

.opportunities-list .feed-item-details {
  margin-top: 0px;
}

.opportunities-list.blog-posts .post-info {
  margin-bottom: 0px;
}

.blog-posts .content-source {
  display: inline-block;
  padding-top: 5px;
}

.blog-posts .source-icon, .platform-content-container .source-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.platform-content-container .content-source {
  display: inline-block;
}

.platform-content-container .details-header .content-source {
  margin-left: 15px;
}

.details-header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  color: #fff;
  background: #7C7C7C;
  margin-bottom: 0px;
  top: 0px;
  font-size: 13px;
}
@media (max-width: 650px) {
  .details-header {
    display: none;
  }
}
@media (max-width: 1150px) {
  .details-header {
    position: fixed;
    width: calc(100%);
    left: 0px;
    top: 60px;
    box-sizing: border-box;
  }
}

.details-header-flexwrap {
  display: flex;
  flex-wrap: wrap;
}

.details-header.details-header--mobile {
  display: none;
}
@media (max-width: 650px) {
  .details-header.details-header--mobile {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    z-index: 1000000;
    top: 16px;
  }
}

.deatils-header--column {
  width: 100%;
}

.details-header--details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 12px;
}

.details-header-item {
  padding: 15px;
  line-height: normal;
  display: flex;
}
.details-header-item.details-date {
  padding-right: 0px;
}
.details-header-item.details-actions {
  padding-left: 0px;
}
@media (max-width: 650px) {
  .details-header-item {
    padding: 10px;
    justify-content: flex-start;
  }
  .details-header-item .details-header-item.details-votes.vote-container * {
    font-size: 12px;
    margin-right: 10px;
    padding-left: 20px;
  }
  .details-header-item .vote-counter-container {
    padding-left: 0px;
    min-width: 60px;
    margin-right: 10px;
  }
}

.details-header a {
  color: #fff;
}

.details-header {
  position: sticky;
  width: 100%;
  z-index: 10000;
}

.day-mode .details-header {
  background: #fff;
  color: #000;
}

.day-mode .details-header a {
  color: #0786fb;
}
.day-mode .details-header a.details-header--link-white {
  color: #fff;
}

.day-mode .details-header .details-close span {
  color: #fff;
}

.details-header .offer-status-label {
  margin: 0;
}

.details-header .vote-container {
  margin: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 650px) {
  .details-header .vote-container {
    justify-content: flex-start;
    padding-top: 0;
  }
}

.vote-counter-container {
  display: flex;
}


.details-header .vote-container .vote-count {
  width: auto;
  margin: 0;
  font-size: 14px;
  font-family: "roboto";
  font-weight: 400;
  padding: 0 10px;
}
@media (max-width: 780px) {
  .details-header .vote-container .vote-count {
    font-size: 12px;
  }
}

.details-header .details-close {
  color: #fff;
  background: #000D33;
  text-align: center;
  cursor: pointer;
  padding: 0px;
}
.details-header .details-close .details-header--link-white {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px;
}
.details-header .details-close .details-header--close-image {
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  padding-right: 10px;
}
.details-header .details-close:hover {
  opacity: 0.8;
}
@media (max-width: 1150px) {
  .details-header .details-close .details-header--close-image {
    padding-right: 0px;
  }
  .details-header .details-close .closeText {
    display: none;
  }
}
@media (max-width: 780px) {
  .details-header .details-close {
    color: transparent;
    display: flex;
    align-items: center;
  }
  .details-header .details-close .closeText {
    display: none;
  }
  .details-header .details-close .details-header--close-image {
    padding-right: 0;
    height: 16px;
  }
}

.details-header .details-field {
  border-right: solid 1px #b4b4b4;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 780px) {
  .opportunity-container .details-header .details-entity {
    width: auto;
  }
}

.details-actions a {
  display: inline-block;
  text-decoration: none;
  padding-left: 25px;
  margin-right: 5px;
}
.details-actions a.bookmarker {
  padding-left: 20px;
}
.details-actions a.supervoter {
  width: auto;
}
.details-actions a.comment-link {
 
}

.details-actions a:hover {
  display: inline-block;
  text-decoration: none;
  opacity: 0.8;
}

.day-mode .carousel .bookmarker, .day-mode .carousel .bookmark {
  background: url("../images/icons/bookmark_ic.png") top left no-repeat;
  background-size: contain;
}

.day-mode .carousel .share-link {
  background: url("../images/icons/share-icon-night.png") top left no-repeat;
  background-size: contain;
}

.day-mode .carousel .comment-link {
  background: url("/images/icons/comment-icon-day.png") top left no-repeat;
  background-size: contain;
}

.carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.carousel .carouselBody {
  width: 90%;
  height: 360px;
  position: relative;
}
@media (max-width: 780px) {
  .carousel .carouselBody {
    width: 100%;
    height: calc(100vw * .7125);
  }
}
.carousel .turnLeft, .carousel .turnRight {
  width: 40px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1, 2);
}
.carousel .turnLeft:hover, .carousel .turnRight:hover {
  opacity: 0.5;
}
.carousel .carouselCard {
  width: 600px;
  height: 360px;
  background-color: red;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: black;
}
@media (max-width: 780px) {
  .carousel .carouselCard {
    width: calc(100vw * .95);
    height: calc(100vw * .7125);
  }
}
.carousel .carouselCard[data-slide="1"] {
  transform: translate(-50%, -50%) scale(1);
  z-index: 6;
  transition: z-index 0.9s, transform 0.8s, opacity 0.8s;
}
@media (max-width: 780px) {
  .carousel .carouselCard[data-slide="1"] {
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.8s;
  }
}
.carousel .carouselCard[data-slide="2"] {
  transform: translate(calc(-50% + 10vw), -50%) scale(0.9);
  z-index: 5;
  transition: z-index 0.9s, transform 0.8s, opacity 0.8s;
}
@media (max-width: 780px) {
  .carousel .carouselCard[data-slide="2"] {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.8s;
    pointer-events: none;
  }
}
.carousel .carouselCard[data-slide="3"] {
  transform: translate(calc(-50% + 20vw), -50%) scale(0.8);
  z-index: 4;
  transition: z-index 0.9s, transform 0.8s, opacity 0.8s;
}
@media (max-width: 780px) {
  .carousel .carouselCard[data-slide="3"] {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.8s;
    pointer-events: none;
  }
}
.carousel .carouselCard[data-slide="4"] {
  transform: translate(calc(-50% - 20vw), -50%) scale(0.8);
  z-index: 2;
  transition: z-index 0.9s, transform 0.8s, opacity 0.8s;
}
@media (max-width: 780px) {
  .carousel .carouselCard[data-slide="4"] {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.8s;
    pointer-events: none;
  }
}
.carousel .carouselCard[data-slide="5"] {
  transform: translate(calc(-50% - 10vw), -50%) scale(0.9);
  z-index: 3;
  transition: z-index 0.9s, transform 0.8s, opacity 0.8s;
}
@media (max-width: 780px) {
  .carousel .carouselCard[data-slide="5"] {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 0.8s;
    pointer-events: none;
  }
}

#deals-container .blog-posts li .website-field {
  display: none;
}

#offer-raise-total {
  float: none;
}

.offer-status-label {
  padding-left: 10px;
  padding-right: 10px;
}

#offers-header .details-actions {
  margin-top: 5px;
}

#offers-header.details-header .details-field {
  margin-top: 4px;
}

#offers-header.details-header .details-date {
  margin-top: 4px;
}

.offer-raise-meter {
  font-size: 11px;
}

#offer-field-info {
  display: flex;
}
@media (max-width: 780px) {
  #offer-field-info {
    flex-direction: column;
  }
}

#offer-title {
  margin-bottom: 20px;
  font-family: "roboto";
  font-weight: 500;
}

#offer-raise-total {
  background: #Fff;
  display: block;
  float: left;
  padding: 15px 20px;
  font-family: "roboto";
  font-weight: 500;
  font-size: 18px;
  color: #141414;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  #offer-raise-total {
    margin-right: 0px;
  }
}

.day-mode #offer-raise-total {
  background: #ebebeb;
  color: #1e1e1e;
}

#offer-raise-total > strong {
  color: #0786FB;
  display: block;
  font-size: 36px;
  margin-bottom: 0px;
}

#offer-fields strong {
  font-weight: 500;
  color: #fff;
}

.day-mode #offer-fields strong {
  color: #000;
}

.day-mode .details-footer .details-extra-link {
  color: #7c7c7c;
}

#offer-raise-total > span {
  font-size: 20px;
}

.platform-content #offer-fields {
  margin: 0;
  padding: 0;
  -moz-column-fill: auto;
       column-fill: auto;
  display: flex;
  flex-wrap: wrap;
}

.platform-content #offer-fields li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 10px;
  width: 50%;
}

.platform-content #offer-fields li span {
  color: #0786FB;
  display: inline-block;
  margin-left: 10px;
}

.platform-content #offer-fields li span a {
  color: #0786FB;
}

.platform-content #offer-field-cont {
  position: relative;
}

.platform-content #offer-extra span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: solid 1px #b4b4b4;
  line-height: 1.2;
}

.platform-content #offer-extra span:last-child {
  border-right: none;
}

.offer-status-label {
  display: block;
  padding: 4px 20px 2px 20px;
  color: #fff;
  font-family: "roboto";
  font-weight: 700;
  text-align: center;
  margin-right: 10px;
  position: relative;
  background-color: #141414;
  border: solid 1px #fff;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.2;
}

.offer-status-label.active {
  background-color: #F2B52F;
  border-color: #F2B52F;
}

.offer-status-label.complete {
  background-color: #4B4B4B;
  border-color: #4B4B4B;
}

.offer-status-label.not-started {
  background-color: #4D6E68;
}

.offer-status-label.cancelled {
  background-color: #fff;
  color: #1E1E1E;
  border-color: #B4B4B4;
}

.detail-pic {
  max-width: 50%;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 780px) {
  .detail-pic {
    max-width: calc(100% - 20px);
    margin-left: 0;
  }
}

.detail-pic-link {
  display: block;
}

.detail-pic-img {
  width: 100%;
}

.primary-image {
  text-align: center;
  margin-top: 15px;
  width: 15%;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
@media (max-width: 780px) {
  .primary-image {
    max-width: calc(100% - 20px);
    margin-right: 0;
    width: 100%;
    float: none;
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.primary-image > a {
  display: inline-block;
  background-size: cover;
  /*max-width: 50%;*/
}
@media (max-width: 780px) {
  .primary-image > a {
    max-width: 60%;
  }
}

.primary-image img {
  max-width: 100%;
}

.details-related {
  position: relative;
}
.details-related .related-item:hover {
  opacity: 0.8;
}
.details-related .related-item {
  display: inline-block;
  width: 235px;
  margin-right: 25px;
  margin-bottom: 25px;
  vertical-align: top;
}
@media (max-width: 780px) {
  .details-related .related-item {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
.details-related .related-item .related-image {
  width: 210px;
  display: block;
  margin-botom: 15px;
}
@media (max-width: 780px) {
  .details-related .related-item .related-image {
    width: 100%;
  }
}
.details-related .related-item .related-title {
  font-family: "roboto";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
  color: #fff;
}
html.modal-up body {
  overflow: hidden;
}

.modal-up #modal {
  background: #00000073;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  display: flex;
  background: none;
}
#modal .modal-back {
  left: 0;
  top: 0;
  height: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  pointer-events: all;
}
#modal .modal-box {
  height: 100%;
  width: 100%;
  overflow: auto;
}
#modal .youtube_frameBox {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
#modal .audio_frameBox {
  display: flex;
  justify-content: center;
}
#modal iframe {
  max-width: 100%;
  margin: auto;
}

.social_icon {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.social_icon img {
  display: none;
}
.social_icon[title=facebook] {
  background-image: url("/images/social-icons/facebook.png");
}
.social_icon[title=instagram] {
  background-image: url("/images/social-icons/instagram.png");
}
.social_icon[title=twitch] {
  background-image: url("/images/social-icons/twitch.png");
}
.social_icon[title=reddit] {
  background-image: url("/images/social-icons/reddit.png");
}
.social_icon[title=twitter] {
  background-image: url("/images/social-icons/twitter.png");
}
.social_icon[title=linkedin] {
  background-image: url("/images/social-icons/linkedin.png");
}
.social_icon[title=github] {
  background-image: url("/images/social-icons/github.png");
}
.social_icon[title=skype] {
  background-image: url("/images/social-icons/skype.png");
}
.social_icon[title=wechat] {
  background-image: url("/images/social-icons/wechat.png");
}
.social_icon[title=slack] {
  background-image: url("/images/social-icons/slack.png");
}
.social_icon[title=discord] {
  background-image: url("/images/social-icons/discord.png");
}
.social_icon[title=medium] {
  background-image: url("/images/social-icons/medium.png");
}
.social_icon[title=skype] {
  background-size: 150%;
}
.social_icon[title=github] {
  background-image: url("/images/social-icons/github_light.png");
}
.day-mode .social_icon[title=github] {
  background-image: url("/images/social-icons/github.png");
}

.editorBox {
  width: 60%;
  min-width: 300px;
  display: flex;
  box-sizing: border-box;
  padding-top: 10px;
}

.editorColumns {
  display: flex;
  justify-content: space-between;
}
.editorColumns .editorColumn {
  width: calc(50% - 5px);
}
.editorColumns.triple .editorColumn {
  width: calc(33.3% - 5px);
}
.editorColumns.banners {
  flex-wrap: wrap;
  justify-content: space-around;
}
.editorColumns.banners .editorColumn {
  width: 200px;
}
@media (max-width: 780px) {
  .editorColumns {
    flex-direction: column;
  }
  .editorColumns.stayRow {
    flex-direction: row;
  }
  .editorColumns.stayRow .editorColumn {
    width: calc(50% - 5px);
  }
  .editorColumns.triple .editorColumn {
    width: 100%;
  }
  .editorColumns.banners .editorColumn {
    margin-right: auto;
  }
  .editorColumns .editorColumn {
    width: 100%;
  }
}
.editorColumns label.upload {
  padding: 10px;
  background-color: grey;
  margin: auto;
  margin-top: 10px;
  display: block;
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.editorColumns label.upload input[type=file] {
  display: none;
}
.editorColumns .uploadBox {
  width: 100%;
  min-height: 150px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.editorColumns .uploadBox .removeUpload {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c80000;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.feed-item-row .card {
  width: 100%;
  margin: auto;
}
@media (max-width: 1150px) {
  .feed-item-row .card {
    width: 95%;
  }
}

html.share-modal-up body, html.general-modal-up body {
  height: 100%;
  overflow: hidden;
}

#share-modal, #modal-general {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.generalModalBack {
  width: 100%;
  height: 100%;
  min-height: 600px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200000010;
}

.generalModalBox {
  width: auto;
  max-width: 95%;
  height: 300px;
  margin-top: 50px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  padding: 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.generalModalBox h2 {
  color: black;
  line-height: 1.3;
}
.generalModalBox input {
  background-color: #dadada;
  color: #7d7979;
  border: none;
  padding: 10px;
  width: auto;
}

.generalModalButtons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.generalModalButtons button {
  flex-grow: 1;
  margin-right: 10px;
  background-color: transparent;
  border: none;
  font-size: 16px;
}
.generalModalButtons button:last-child {
  margin-right: 0;
}
.generalModalButtons a {
  box-sizing: border-box;
  height: 44px;
  text-align: center;
  color: #1e1e1e;
  font-family: "roboto";
  font-weight: 700;
  text-transform: uppercase;
  background: #0786FB;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  transition: all 0.25s ease;
  line-height: 2;
  padding: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.generalModalButtons a:last-child {
  background-color: #ff5959;
}

.icons {
  display: flex;
}
.icons .SocialMediaShareButton {
  margin: 5px;
  cursor: pointer;
}

#billing-container h4 {
  margin-bottom: 20px;
}

.billingPage {
  display: flex;
}
@media (max-width: 780px) {
  .billingPage {
    flex-direction: column-reverse;
  }
}

.billingInfo, .placeOrder {
  width: 60%;
  margin-right: 2%;
  flex-shrink: 0;
}
@media (max-width: 780px) {
  .billingInfo, .placeOrder {
    margin-right: 0 !important;
    width: 100%;
  }
}

label[for=cardNumber] {
  width: 100%;
  background-image: url("/images/icons/creditcompanies.png");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: contain;
}

.billingOrderSummary {
  box-sizing: border-box;
  width: 40%;
}
@media (max-width: 1150px) {
  .billingOrderSummary {
    width: 50%;
  }
}
@media (max-width: 1150px) {
  .billingOrderSummary {
    width: 50%;
  }
}
@media (max-width: 780px) {
  .billingOrderSummary {
    width: 100%;
  }
}
.billingOrderSummary .billingOrderDetails {
  background-color: #141414;
  padding: 20px;
  margin-bottom: 10px;
}
.day-mode .billingOrderSummary .billingOrderDetails {
  background-color: #EBEBEB;
}
.billingOrderSummary .billingOrderDetails .form-group {
  margin-bottom: 0px;
}
.billingOrderSummary .billingOrderDetails hr {
  margin: 20px 0px;
}
@media (max-width: 780px) {
  .billingOrderSummary .billingOrderDetails {
    padding: 10px;
  }
}
.billingOrderSummary #promo {
  background-color: white;
  color: #7c7c7c;
}
.billingOrderSummary .couponStatus {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: green;
}
.billingOrderSummary .couponStatus.invalid {
  color: red;
}
.billingOrderSummary .billingOrderTitle {
  margin-top: 8px;
  font-weight: normal;
  color: white;
}
.day-mode .billingOrderSummary .billingOrderTitle {
  color: #1E1E1E;
}
.billingOrderSummary .priceDetails {
  display: flex;
  justify-content: space-between;
}
.billingOrderSummary .priceDetails .priceDetailsPrice {
  color: #4aa8ff;
}

.day-mode .currentSubscription .currentSubscriptionDetail {
  background: #f9f9f9;
  color: #000;
}

.currentSubscription .currentSubscriptionDetails {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 780px) {
  .currentSubscription .currentSubscriptionDetails {
    justify-content: space-between;
  }
}
.currentSubscription .currentSubscriptionDetail {
  display: flex;
  color: black;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: #141414;
  color: #fff;
  font-size: 13px;
  height: 100px;
  border: 1px solid grey;
  padding: 1%;
  margin-bottom: 20px;
  margin-top: 0px;
  margin-right: 1%;
  margin-left: 0px;
  width: calc(100% / 7);
  flex-shrink: 0;
  flex-grow: 1;
  border-radius: 5px;
}
@media (max-width: 780px) {
  .currentSubscription .currentSubscriptionDetail {
    margin-right: 0px;
    min-width: 0;
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
    padding: 20px;
    height: 75px;
  }
}
.currentSubscription .currentSubscriptionValue {
  color: #0786FB;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1150px) {
  .currentSubscription .currentSubscriptionValue {
    font-size: 18px;
  }
}
@media (max-width: 780px) {
  .currentSubscription .currentSubscriptionValue {
    font-size: 16px;
  }
}

.warning {
  color: #ff4b2c;
  font-weight: bold;
}

.stripe-label {
  width: 100%;
  background-image: url("/images/icons/creditcompanies.png");
  background-position: 100% center;
  background-repeat: no-repeat;
  background-size: contain;
}

.StripeElement {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-label.tokenCheckbox {
  display: flex;
  align-items: center;
}
.form-label.tokenCheckbox .checkFace {
  width: 20px;
  height: 20px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #ccc;
  margin-right: 10px;
  border-radius: 4px;
}
.form-label.tokenCheckbox .checkFace.checked {
  color: white;
}
.day-mode .form-label.tokenCheckbox .checkFace.checked {
  color: #7c7c7c;
}
.form-label.tokenCheckbox .checkFace + input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.form-label.tokenCheckbox .labelText {
  display: flex;
}
@media (max-width: 780px) {
  .form-label.tokenCheckbox .labelText {
    flex-direction: column;
  }
}

.radioBox {
  display: flex;
}

.radioLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-right: 10px;
}
.radioLabel input {
  position: absolute;
  visibility: hidden;
}
.radioLabel input:checked + .radioTrigger {
  border: 2px solid #4aa8ff;
}
.radioLabel .radioTrigger {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 2px solid grey;
  margin: 10px;
  margin-left: 0px;
  box-sizing: border-box;
  position: relative;
}

.form-group.error .form-label {
  color: red;
}

.featuredItem {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.featuredItem * {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
[data-slide="1"] .featuredItem * {
  opacity: 1;
  transition: opacity 0.5s;
  pointer-events: all;
}
.featuredItem .featuredAnchor {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.featuredItem .featuredInfo {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
}
.featuredItem .featuredInfo h2 {
  margin: 0px;
  color: #fff;
  line-height: 1.2;
}
.featuredItem .featuredInfo .feed-item-votes {
  display: none;
}

.day-mode .frontSection h2 {
  color: #141414;
}

.frontpage-more {
  margin-top: 30px;
}

.frontSection .frontItem .frontTopRow .frontInfoHost {
  color: #0786fb !important;
}

.frontSection {
  min-height: 150px;
  clear: both;
  position: relative;
}
@media (max-width: 1150px) {
  .frontSection .frontpage-more.pull-right {
    text-align: center;
    float: none !important;
    margin-bottom: 15px;
  }
}
.frontSection h2 {
  color: #fff;
}
.frontSection .frontHeader {
  margin: 20px 0px;
  font-size: 24px;
  color: #fff;
}
.frontSection .sectionNav {
  display: flex;
}
.frontSection .sectionNav .sectionNavPrev, .frontSection .sectionNav .sectionNavNext {
  cursor: pointer;
  margin-right: 20px;
}
.frontSection .frontItemsBox {
  display: flex;
  align-items: center;
}
.frontSection .frontItemsBox .turnLeft, .frontSection .frontItemsBox .turnRight {
  font-size: 20px;
  transform: scale(2, 3);
  flex-shrink: 0px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1150px) {
  .frontSection .frontItemsBox .turnLeft, .frontSection .frontItemsBox .turnRight {
    min-width: 20px;
  }
}
.frontSection .frontItemsBox .turnLeft:hover, .frontSection .frontItemsBox .turnRight:hover {
  opacity: 0.5;
}
.frontSection .frontItems {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex-grow: 1;
  padding: 0px 5%;
}
@media (max-width: 1150px) {
  .frontSection .frontItems .frontItem {
    width: 100%;
  }
  .frontSection .frontItems .frontItem:nth-child(n+2) {
    display: none;
  }
}
.frontSection .frontItem.no-thumb h2 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.frontSection .frontItem.no-thumb .frontTopRow {
  margin-bottom: 0px;
}
.frontSection .frontItem {
  flex-shrink: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #4b4b4b;
  width: calc(100% / 4 - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 5px;
  margin-bottom: 20px;
}
.frontSection .frontItem:nth-child(n+5) {
  display: none;
}
.day-mode .frontSection .frontItem {
  border-bottom: solid 1px #0786FB;
}
.frontSection .frontItem .feed-item-source-actions a:first-child {
  margin-left: 0px;
}
.frontSection .frontItem .frontImage {
  width: 100%;
  overflow: visible;
}
.frontSection .frontItem .frontImage img {
  width: 100%;
}
.frontSection .frontItem .frontTitle {
  flex-grow: 1;
  min-height: 75px;
}
@media (max-width: 1150px) {
  .frontSection .frontItem .frontTitle {
    min-height: 0;
  }
  .frontSection .frontItem .frontTitle h2 {
    margin-bottom: 10px;
  }
}
.frontSection .frontItem .frontDescription {
  font-size: 12px;
}
.frontSection .frontItem .frontTopRow {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-left: -10px;
}
.frontSection .frontItem .frontTopRow .frontInfo {
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-right: 1px solid #737373;
  color: #737373;
  font-size: 13px;
  margin-left: 5px;
  padding-right: 10px;
}
.frontSection .frontItem .frontTopRow .frontInfo:last-child {
  border-right: none;
}

.modal-open .portalNavigator{
  z-index: 1030;
}

.portalNavigator {
  background-color: #ffff;
  color: #b4b4b4;
  display: flex;
  height: 56px;
  z-index: 16000000;
  position: fixed;
  width: calc(100% - 225px);
  margin-left: 225px;
}
.portalNavigator .portalLink {
  color: inherit;
  padding: 0 10px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "roboto";
  font-weight: 500;
}
.portalNavigator .portalLink.active {
  background-color: #0786fb;
  color: white;
  height: calc(100% + 10px);
}
.portalNavigator .portalLink.disabled {
  color: #666;
}
.portalNavigator .portalLink.disabled::after {
  opacity: 0;
  transition: opacity 0.25s;
}
.portalNavigator .portalLink.disabled:hover::after {
  z-index: 2;
  position: absolute;
  content: "Coming soon!";
  opacity: 1;
  transition: opacity 0.25s;
  color: white;
  pointer-events: none;
  padding: 10px;
  width: 80px;
  height: 65px;
  top: 0px;
  box-sizing: border-box;
  background-color: black;
  opacity: 1;
  border-bottom: none;
  border-top: 2px solid white;
}
.portalNavigator .portalLink::after {
  content: " ";
  width: 20px;
  position: absolute;
  border-bottom: 2px solid #141414;
  margin: auto;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.portalNavigator .portalLink:hover::after {
  border-bottom: 2px solid white;
}
@media (max-width: 1150px) {
  .portalNavigator {
    display: none;
  }
}

.header-menu{
  display: block;
  margin: 0;
  padding: 0;

}

.header-menu li{
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style-type: none;

}

.header-menu li:first-child a{
  border-right: solid 1px #000;

}

.header-menu li a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 37px;
  color: #0A1532;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  margin-top: 6px;
  max-width: 80px;
  height: 37px;
}

.header-menu li a span{
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
}


.header-menu li a.btn{
  height: auto;
}

.header-menu li:last-child a{
  border-right: none;
  margin-right: 10px;
}

.header-menu li a.active, .header-menu li a:hover{
  color: #5221D1;
  opacity: 1;
}

.accountControls {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 60px;
}
.accountControls a {
  text-align: center;
}
.accountControls i {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.mobile-header .accountControls i {
  margin-right: -10px;
  z-index: 2;
  margin-top: -10px;
  color: #b4b4b4;
  text-shadow: 1px 1px black;
}
.accountControls #list-mode {
  padding-left: 20px;
  width: 40px;
  box-sizing: border-box;
  margin-right: 20px;
}
.accountControls #list-mode a {
  display: block;
  width: 20px;
}
.accountControls #list-mode img {
  width: 20px !important;
}
.accountControls #theme-mode {
  margin-top: 5px;
  margin-right: 15px;
}
.accountControls #user-notification-area .icon {
  /* color: #b0b0b0; */
}
.accountControls #notification-icon {
  background: url('../images/icons/icon-notifications.png') 0px 2px no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 20px;
  margin-top: 6px;
}

.accountControls #notification-icon:hover{
  background: url('../images/icons/icon-notifications-active.png') -1px 1px no-repeat;
  background-size: 16px;
  opacity: 1;
}

.accountControls #message-icon {
  background: url('../images/icons/icon-messages.png') top left no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 17px;
  margin-top: 6px;
}

.accountControls #message-icon:hover{
  background: url('../images/icons/icon-messages-active.png') top left no-repeat;
  background-size: 19px;
  opacity: 1;
}

.accountControls .accountControlsCreateAccount {
  margin-right: 20px;
  margin-top: 5px;
  padding: 5px 10px;
  font-size: 13px;
}
.accountControls .accountControlsCreateAccount:hover {
  opacity: 0.8;
}
.accountControls .accountUserBox {
  position: relative;
  display: flex;
  height: 100%;
  min-width: 20px;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  padding-top: 4px;
}
.accountControls .accountUserBox:hover .accountUserHeader span, .accountControls .accountUserBox:hover .accountUserHeader img {
  opacity: 0.7;
}
.accountControls .accountUserBox span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #0A1532;
}
@media (max-width: 1273px) {
  .accountControls .accountUserBox span {
    display: none;
  }
}
.accountControls .accountUserBox.showDropDown .accountUserDropDown {
  display: flex;
}
.accountControls .accountUserBoxImg {
  width: 20px !important;
  height: 20px !important;
  border-radius: 25px;
  margin-right: 5px;
}
.accountControls .accountUserDropDown {
  display: none;
  position: absolute;
  top: 54px;
  right: -50px;
  width: 259px;
  background: rgba(255, 255, 255, 0.95);
  flex-direction: column;
  z-index: 500000;
  box-shadow: 1px 5px 7px rgb(0 0 0 / 6%);
  padding-bottom: 10px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.accountControls .accountUserDropDown > a {
  display: flex;
  padding: 10px 20px;
  padding-left: 52px;
  color: #000;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.accountControls .accountUserDropDown > a:hover {
  opacity: 1;
  color: #5221D1;
}

.accountControls .accountUserSecondHeader{
  margin-left: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.accountControls .accountUserSecondHeader a:hover{
  opacity: 0.7;
}


.accountControls .accountUserSecondHeader .accountUserViewProfile{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  display: block;
  color: #000;
  text-align: left;
  margin-top: 0px;
  margin-left: 30px;
  background: url('../images/icons/icon-arrow-right.png') 65px -2px no-repeat;
}

.accountUserDropDown .user-nav-edit-profile{
  background: url('../images/icons/icon-edit-profile.png') 22px 11px no-repeat;
}

.accountUserDropDown .user-nav-edit-account{
  background: url('../images/icons/icon-dashboard.png') 22px 11px no-repeat;
}
.accountUserDropDown .user-nav-referral{
  background: url('../images/icons/icon-referral.png') 22px 11px no-repeat;
}
.accountUserDropDown .user-nav-dashboard{
  background: url('../images/icons/icon-dashboard-alt.png') 22px 11px no-repeat;
}
.accountUserDropDown .user-nav-logout{
  background: url('../images/icons/icon-logout.png') 22px 11px no-repeat;
}

.accountUserDropDown .user-nav-guidelines{
  background: url('../images/icons/icon-community.png') 22px 11px no-repeat;
  background-size: 16px;
}

.accountUserDropDown .user-nav-jobs{
  background: url(../images/icons/icon-jobs.png) 22px 11px no-repeat;
  background-size: auto!important
}

.accountUserDropDown .user-nav-projects{
  background: url('../images/icons/icon-resources.png') 22px 11px no-repeat;
}

.accountUserDropDown .user-nav-events{
  background: url('../images/icons/icon-events.png') 22px 11px no-repeat;
}

.accountControls .header-menu .btn{
  margin-top: 0px;
  margin-left: -15px;
}


.accountControls .accountUserDivider{
  border-bottom: solid 1px rgba(0, 0, 0, 0.19);
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 188px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1150px) {
  .accountControls .accountUserDropDown {
    top: 49px;
  }
}

#user-notification-area #user-notifications .notification-panel {
  background-color: #141414;
}
#user-notification-area #user-notifications .notification-panel .notifications .notification .link.overflowing:after {
  background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
}

.mobile-header #user-notification-area #user-notifications .notification-panel {
  top: 39px;
}

.portalNavigator #user-notification-area #user-notifications .notification-panel {
  top: 40px;
}

.flexFill {
  flex-grow: 1;
  height: 60px;
}

.splashWrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.splashWrapper * {
  font-family: "Oswald";
}
.splashWrapper h1, .splashWrapper h2 {
  color: black;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  margin-bottom: 25px;
  max-width: calc(100% - 50px);
}
.splashWrapper h2 {
  font-size: 25px;
  font-family: "Nunito";
}
.splashWrapper button, .splashWrapper .btn {
  border: none;
  background-color: #0786fb;
  padding: 10px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
  color: white !important;
  font-size: 16px;
  font-weight: bold;
}
.splashWrapper button:hover, .splashWrapper .btn:hover {
  opacity: 0.7;
}
.splashWrapper .splashButtonBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  color: white;
  text-align: center;
  margin-left: 20px;
  font-weight: lighter;
  flex-shrink: 0;
}
.splashWrapper .splashButtonBox button, .splashWrapper .splashButtonBox .btn {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 25px;
}
@media (max-width: 780px) {
  .splashWrapper .splashButtonBox button, .splashWrapper .splashButtonBox .btn {
    min-width: 150px;
    margin-bottom: 50px;
  }
}
.splashWrapper p {
  color: white;
  font-size: 16px;
}
.splashWrapper footer {
  background-color: black;
  padding: 15px;
}
.splashWrapper footer * {
  color: #b4b4b4;
}
.splashWrapper footer p {
  margin: 0px;
  font-size: 16px;
}

.splashIcon {
  width: 50px;
  height: 50px;
  border-radius: 40px;
  margin-top: -27px;
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.splashTop {
  padding: 80px 0;
  padding-bottom: 180px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.splashTop img.show-small {
  margin-top: 10px;
}

.iconFunnel {
  max-width: 700px !important;
  margin-bottom: 20px;
}

.iconFunnelMobile {
  margin-bottom: 20px;
}
@media (max-width: 780px) {
  .iconFunnelMobile {
    flex-direction: column;
  }
}

.feedsLogo {
  max-width: 400px !important;
  z-index: 2;
  position: relative;
}
@media (max-width: 780px) {
  .feedsLogo {
    width: 50%;
  }
}

.splashSection {
  background-color: #1e1e1e;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.splashSection * {
  color: white;
}
.splashSection h1, .splashSection h2 {
  color: white;
}
.splashSection.white {
  background-color: white;
}
.splashSection.white * {
  color: black;
}
.splashSection.red {
  background-color: #d33437;
  flex-direction: row;
  justify-content: space-around;
  padding: 50px;
  box-sizing: border-box;
}
.splashSection.red h1 {
  margin: 0px;
  margin-top: -15px;
  color: white;
}
@media (max-width: 780px) {
  .splashSection.red {
    flex-direction: column;
    align-items: center;
  }
  .splashSection.red h1 {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.splashSection .splashSectionHeader {
  font-weight: normal;
}
.splashSection .splashSectionHeader .thin {
  font-weight: 200;
}
.splashSection .splashSectionSubheader {
  max-width: 60%;
  text-align: center;
  margin-bottom: 50px;
}

.splashColumns {
  display: flex;
  justify-content: center;
  max-width: calc(100% - 40px);
}
.splashColumns.alignTop {
  align-items: flex-start;
}
@media (max-width: 780px) {
  .splashColumns.alignTop {
    align-items: center;
  }
}
@media (max-width: 780px) {
  .splashColumns {
    flex-direction: column;
    align-items: center;
  }
  .splashColumns.collapseReverse {
    flex-direction: column-reverse;
  }
}

.splashPhoneCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 40%;
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 780px) {
  .splashPhoneCopy {
    width: calc(100% - 10px);
  }
}

.splashPhoneCopyItem {
  display: flex;
  align-items: center;
  max-width: 90%;
  justify-content: center;
}

.splashPhone {
  width: 320px;
}

.newsDashboardScreenshot {
  width: 700px;
  max-width: calc(100% - 50px) !important;
  margin-top: -200px;
  margin-bottom: 50px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}
@media (max-width: 780px) {
  .newsDashboardScreenshot {
    margin-top: -120px;
  }
}

.analyticsScreenshot {
  width: 60%;
  max-width: 600px !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}
@media (max-width: 780px) {
  .analyticsScreenshot {
    width: 90%;
    margin-bottom: 20px;
  }
}

.analyticsCopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 40%;
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 780px) {
  .analyticsCopy {
    width: calc(100% - 10px);
  }
}

.analyticsCopyItem {
  display: flex;
  align-items: flex-start;
  max-width: 90%;
  justify-content: center;
}
.analyticsCopyItem .analyticsNumber {
  font-size: 40px;
  margin-right: 10px;
  font-weight: bold;
  color: #c5c5c5;
  line-height: 1;
}
.analyticsCopyItem .analyticsCopyText {
  display: flex;
  flex-direction: column;
}
.analyticsCopyItem .analyticsCopyText h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.analyticsCopyItem .analyticsCopyText * {
  text-align: left;
  max-width: 100%;
}

.screenShotCase {
  position: relative;
  max-width: 600px;
  margin-right: 10px;
}
.screenShotCase * {
  display: block;
}
.screenShotCase .analyticsScreenshot {
  width: 100%;
}

.phoneSubImage {
  position: relative;
  width: 40%;
  height: auto;
  margin-top: -50%;
  margin-left: 70%;
}

.iconLegend {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.iconLegendItem {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 20px;
  width: 33%;
  margin: auto;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  .iconLegendItem {
    font-size: 16px;
    width: 50%;
  }
}

.iconLegendIcon {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0786fb;
  padding: 8px;
}

.splashStats {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-top: 40px;
  border-right: 2px solid black;
  padding-right: 20px;
}
.splashStats h1 {
  flex-grow: 1;
  padding-right: 20px;
  margin-right: auto;
}
@media (max-width: 1350px) {
  .splashStats h1 {
    width: 100%;
    padding-right: 0px;
    margin-left: auto;
    font-size: 25px;
  }
}
.splashStats .splashSectionHeader {
  width: 50%;
}
@media (max-width: 780px) {
  .splashStats {
    border-right: none;
    border-top: 2px solid black;
    padding-right: 0px;
  }
}

.splashRegister {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  flex-shrink: 0;
  width: 400px;
  padding-top: 30px;
  max-width: calc(100% - 20px);
}
.splashRegister a {
  text-align: center;
  font-weight: bold;
}

.form-controlbackend {
  /*    display: block; */
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  background: url("../images/dropdown-arrow-day.png") no-repeat 97% 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.news-feed-listbackend {
  margin: 0;
  padding: 0;
  position: relative;
  clear: both;
  border-bottom: 1px #0c62ae;
}

.feed-itembackend {
  border-bottom: solid 1px #0f0f0f;
  padding-bottom: 10px;
  padding-top: 10px;
}

.day-mode .form-control-backend, .day-mode .form-group .bootstrap-tagsinput {
  color: #7c7c7c;
}

.sourcebuttoncolor {
  color: #000;
}

.tagcolor {
  color: #000;
}

textarea.long-text {
  background-color: transparent;
  width: auto;
  height: auto;
  padding: initial;
  font-size: inherit;
  width: 100%;
  color: inherit;
}
textarea.long-text:hover, textarea.long-text:focus {
  outline: none;
}

h3.underline {
  border-bottom: thin solid;
}

/*.main-contentArticle {
    background: #fff0;
    padding-top: 60px;
    margin-left: 225px;
    width: calc(100% - 225px);
    position: relative;
} */
.day-mode .main-content {
  background: #0000;
}

.container-fluid{
  height: 100%;
}

.modal-backArticle {
  pointer-events: all;
  padding-left: 18%;
  padding-top: 56px;
}
@media (max-width: 1150px) {
  .modal-backArticle {
    padding-left: 0;
  }
}

.content-contArticle {
  position: relative;
  padding-left: 15%;
  padding-right: 15%;
  top: 60px;
  margin-bottom: 60px;
}

.vote-containerArticle {
  display: flex;
  /*    flex-direction: column; */
  align-items: center;
  justify-content: flex-start;
  /*   padding-top: 50%;
      padding-bottom: 50%; */
}

.details-votes vote-containerArticle {
  margin: 0;
  display: flex;
  flex-direction: row;
  line-height: normal;
}

.details-header--details {
  flex-grow: 1;
}

.details-header-item.details-actions {
  margin-left: auto;
  margin-top: 15px;
}

.details-header-item {
  padding: 0px 10px 0px 10px;
}

.primary-imageArticle {
  text-align: center;
  width: 35%;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 10px;
}

@media (max-width: 780px) {
  .primary-imageArticle {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
  }

  .content-contArticle {
    position: relative;
    padding-left: 0%;
    padding-right: 0%;
  }

  .modal-backArticle {
    left: 0;
    top: 0;
    height: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    pointer-events: all;
    padding-left: 0%;
  }
}
.contentArticle {
  font-size: 14px;
  font-family: 'Poppins';
  line-height: 24px;
}

.closepopup {
  color: #000 !important;
  float: right;
  font-size: 20px;
}

.news-modal-cont {
  background: #1E1E1E;
}
.news-modal-cont .platform-content {
  margin-top: -60px;
}

.day-mode .news-modal-cont {
  background: #fff;
}

input.dzu-input {
  display: none !important;
}

.day-mode .comments .comment-form .comment-text {
  border: 1px solid black;
}

.comments {
  margin-bottom: 5em;
}
.comments .no-comments {
  text-align: center;
}
.comments .view-all-comments {
  display: inline-block;
  margin-bottom: 1em;
}
.comments .comment-reply {
  padding: 0px 10px;
  font-size: 13px;
  margin: 0;
  border-radius: 4px;
}
.comments .comment-reply[disabled] {
  background-color: #909090;
}
.comments .comment-edit {
  padding: 0px 10px;
  font-size: 13px;
  margin: 0;
  border-radius: 4px;
}
.comments .comment-edit[disabled] {
  background-color: #909090;
}
.comments .comment-delete {
  padding: 0px 10px;
  font-size: 13px;
  margin: 0;
  border-radius: 4px;
}
.comments .comment-delete[disabled] {
  background-color: #909090;
}
.comments .edit-cancel {
  padding: 0px 10px;
  font-size: 13px;
  margin: 0;
  border-radius: 4px;
}
.comments .edit-cancel[disabled] {
  background-color: #909090;
}
.comments .edit-save {
  padding: 0px 10px;
  font-size: 13px;
  margin: 0;
  border-radius: 4px;
}
.comments .edit-save[disabled] {
  background-color: #909090;
}
.comments .comment-form {
  margin: 0;
}
.comments .comment-form textarea.comment-text {
  font-size: inherit;
  color: inherit;
  padding: 8px 15px;
  background-color: transparent;
  border: 1px solid white;
  outline: none;
  margin: 1em 0 3px 0;
  height: 10em;
  width: calc(100% - 1em);
}
.comments .comment-form.top-level-comment textarea.comment-text {
  width: 100%;
}
.comments .comment-form button {
  margin-right: 0.5em;
}
.comments .comment-form .comment-form-footer {
  text-align: right;
}
.comments .comment-form .comment-form-footer * {
  text-align: left;
}
.comments .comment-form .comment-form-footer .error {
  color: red;
}
.comments .comment-list {
  margin-left: -2em;
}
.comments .comment-list .comment {
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
  border-radius: 2px;
  position: relative;
}
.comments .comment-list .comment .thread {
  position: absolute;
  width: 0;
  padding: 8px;
  height: calc(100% - 2em);
  top: 2em;
  left: 3px;
}
.comments .comment-list .comment .thread:after {
  content: "";
  position: absolute;
  width: 0;
  border: 2px solid #e8e8e8;
  height: 100%;
  top: 0;
  left: 5px;
}
.comments .comment-list .comment .thread:hover:after {
  /* box-shadow: 0 0 4px 0px black; */
}
.comments .comment-list .comment.collapsed .replies {
  display: none;
}
.comments .comment-list .comment .comment-header {
  font-size: 75%;
  display: flex;
  align-items: center;
}
.comments .comment-list .comment .comment-header .comment-user {
  display: flex;
  align-items: center;
  margin-right: 0.5em;
}
.comments .comment-list .comment .comment-header .comment-user .comment-user-avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.comments .comment-list .comment .comment-header .comment-user .comment-user-name {
  font-weight: bold;
}
.comments .comment-list .comment .comment-header .comment-created {
  margin-right: 0.5em;
}
.comments .comment-list .comment .comment-header .comment-updated {
  font-style: italic;
}
.comments .comment-list .comment .comment-text {
  margin-left: 26px;
}
.comments .comment-list .comment .comment-text * {
  margin: 0;
}
.comments .comment-list .comment .comment-footer {
  margin-left: 21px;
  display: flex;
  align-items: center;
}
.comments .comment-list .comment .comment-footer span, .comments .comment-list .comment .comment-footer button {
  margin-right: 0.5em;
}
.comments .comment-list .comment .comment-footer button.vote {
  background-color: transparent;
  border: none;
  margin-left: 1px;
  font-size: 125%;
}
.comments .comment-list .comment .comment-footer button.vote.voted {
  margin-left: 0px;
}

#user-notifications {
  position: relative;
}
#user-notifications.has-notifications #notification-icon {
  color: #0786fb;
}
#user-notifications .notification-panel {
  visibility: hidden;
  position: absolute;
  right: 1px;
  width: 400px;
  top: 0px;
  background-color: white;
  padding: 10px;
}
#user-notifications .notification-panel.open {
  visibility: visible;
}
#user-notifications .notification-panel .notifications-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#user-notifications .notification-panel .notifications .notification {
  font-size: 13px;
}
#user-notifications .notification-panel .notifications .notification:last-child a {
  margin-bottom: 0;
  border-bottom: none;
}
#user-notifications .notification-panel .notifications .notification .link {
  margin: 0;
  text-align: left;
  display: block;
  border-bottom: 1px solid #a0a0a0;
  max-height: 7em;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#user-notifications .notification-panel .notifications .notification .link.unread {
  color: #a94442;
}
#user-notifications .notification-panel .notifications .notification .link:hover {
  transform: none;
}
#user-notifications .notification-panel .notifications .notification .link.overflowing::after {
  content: "";
  position: absolute;
  height: 1em;
  width: 100%;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
#user-notifications .notification-panel .notifications .notification .link .notification-title {
  display: block;
}
#user-notifications .notification-panel .notifications .notification .link .notification-body {
  display: block;
}

body:not(.day-mode) .cryptocurrency-profile h1, body:not(.day-mode) .cryptocurrency-profile h2, body:not(.day-mode) .cryptocurrency-profile h3, body:not(.day-mode) .cryptocurrency-profile strong, body:not(.day-mode) .cryptocurrency-profile ul.navigation, body:not(.day-mode) .cryptocurrency-profile dl dd, body:not(.day-mode) .cryptocurrency-profile ul.simple-tabs {
  color: white;
}
body:not(.day-mode) .cryptocurrency-profile .chevron-down {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
}
body:not(.day-mode) .cryptocurrency-profile .icon.chevron-right {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
body:not(.day-mode) .cryptocurrency-profile ul.navigation li:before {
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.cryptocurrency-profile {
  font-size: 0.75em;
  margin: 1em 0;
  color: #a2a2ae;
}
.cryptocurrency-profile h1, .cryptocurrency-profile h2, .cryptocurrency-profile h3 {
  margin: 0.5em 0;
  color: black;
}
.cryptocurrency-profile h1 {
  color: black;
}
.cryptocurrency-profile h2 {
  font-weight: normal;
}
.cryptocurrency-profile h3 {
  font-size: 1.25em;
}
.cryptocurrency-profile h4 {
  margin: 0;
  font-size: 0.8em;
}
.cryptocurrency-profile strong {
  color: black;
}
.cryptocurrency-profile .dataTables_wrapper .dataTables_filter {
  float: none;
  text-align: left;
}
.cryptocurrency-profile table.dataTable {
  font-size: inherit;
}
.cryptocurrency-profile table.dataTable thead th.text-left {
  padding: 10px 26px 10px 10px;
}
.cryptocurrency-profile table.dataTable td a {
  display: flex;
  align-items: center;
}
.cryptocurrency-profile table.dataTable td a div > * {
  display: block;
}
.cryptocurrency-profile table.dataTable td a img.coin-icon {
  margin-right: 10px;
}
.cryptocurrency-profile ul.navigation {
  font-size: 2em;
  list-style-type: none;
  margin: 0;
  padding: 1em 0;
  color: black;
}
.cryptocurrency-profile ul.navigation li {
  display: inline-block;
  font-weight: bold;
}
.cryptocurrency-profile ul.navigation li:before {
  content: "";
  margin-right: 0.3em;
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  margin-bottom: 0.1em;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}
.cryptocurrency-profile ul.navigation li:first-child:before {
  content: "";
  margin-right: 0;
  border: none;
  width: 0;
  height: 0;
}
.cryptocurrency-profile .prologue {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cryptocurrency-profile .prologue .branding {
  display: flex;
  align-items: center;
  margin: 1em 0;
}
.cryptocurrency-profile .prologue .branding img.logo {
  width: 70px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1em;
}
.cryptocurrency-profile .prologue .branding .title h1, .cryptocurrency-profile .prologue .branding .title h2, .cryptocurrency-profile .prologue .branding .title h3 {
  margin: 0;
}
.cryptocurrency-profile .prologue .tickers {
  display: flex;
  justify-content: space-around;
  flex-grow: 1;
  margin: 1em 0;
}
.cryptocurrency-profile .prologue .tickers .ticker {
  display: flex;
  flex-direction: column;
}
.cryptocurrency-profile .prologue .tickers .ticker > * {
  line-height: 1.7em;
  margin: 0 0.5em;
}
.cryptocurrency-profile .prologue .tickers .ticker .verified {
  color: #0786fb;
}
.cryptocurrency-profile .prologue .market-price {
  margin: 1em 0;
}
.cryptocurrency-profile .prologue .market-price h1, .cryptocurrency-profile .prologue .market-price h2, .cryptocurrency-profile .prologue .market-price h3 {
  margin: 0;
}
.cryptocurrency-profile .prologue .market-price .price-change {
  border-radius: 0.5em;
  padding: 0.2em 0.5em;
  margin: 0 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: white;
}
.cryptocurrency-profile .prologue .market-price .price-change.highlight-positive {
  background-color: #16c784;
}
.cryptocurrency-profile .prologue .market-price .price-change.highlight-positive:before {
  border-bottom-color: white;
}
.cryptocurrency-profile .prologue .market-price .price-change.highlight-negative {
  background-color: #DC0A0A;
}
.cryptocurrency-profile .prologue .market-price .price-change.highlight-negative:before {
  border-top-color: white;
}
.cryptocurrency-profile .prologue .market-price > div {
  display: flex;
  align-items: center;
}
.cryptocurrency-profile .body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding: 1em 0;
  margin: 0 -1em;
}
.cryptocurrency-profile .body header {
  height: 4em;
  display: flex;
  align-items: center;
}
.cryptocurrency-profile .body ul.simple-tabs {
  height: 100%;
  border-color: #e3e4e5;
  border-width: 0 0 2px 0;
  border-style: solid;
  width: 100%;
}
.cryptocurrency-profile .body ul.simple-tabs li {
  height: 100%;
}
.cryptocurrency-profile .body .details {
  flex-grow: 0;
  flex-basis: 260px;
  padding: 0 1em;
}
.cryptocurrency-profile .body .details main {
  border-color: #e3e4e5;
  border-width: 2px 2px 0 0;
  border-style: solid;
  padding: 0 1em 0 0;
}
.cryptocurrency-profile .body .details .coin-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.8em 0 0.8em -0.5em;
  color: black;
}
.cryptocurrency-profile .body .chart {
  overflow: hidden;
  flex-grow: 1;
  flex-basis: calc(50% - 130px);
  min-width: 350px;
  padding: 0 1em;
}
.cryptocurrency-profile .body .chart main section .chart-js-wrapper {
  /* note: the 'maintainAspectRatio' chart option set to false allows the chart to be sized to it's parent */
  height: 400px;
}
.cryptocurrency-profile .body .related {
  flex-grow: 1;
  flex-basis: calc(50% - 130px);
  min-width: 550px;
  padding: 0 1em;
}
.cryptocurrency-profile .body .related main section .load-more {
  display: block;
  margin: 1em auto 0 auto;
}
.cryptocurrency-profile .body .related main section .news-feed-list, .cryptocurrency-profile .body .related main section .media-feed-list, .cryptocurrency-profile .body .related main section .social-feed-list {
  padding-left: 0;
}
.cryptocurrency-profile .body .related main section .news-feed-list .feed-item .feed-item-details .feed-item-title, .cryptocurrency-profile .body .related main section .media-feed-list .feed-item .feed-item-details .feed-item-title, .cryptocurrency-profile .body .related main section .social-feed-list .feed-item .feed-item-details .feed-item-title {
  display: block;
  width: auto;
}
.cryptocurrency-profile .body .related main section .news-feed-list .feed-item .feed-item-details .feed-item-title .feed-item-actions, .cryptocurrency-profile .body .related main section .media-feed-list .feed-item .feed-item-details .feed-item-title .feed-item-actions, .cryptocurrency-profile .body .related main section .social-feed-list .feed-item .feed-item-details .feed-item-title .feed-item-actions {
  float: right;
  margin-top: 0;
  padding-left: 10px;
}
.cryptocurrency-profile .body .related main section .news-feed-list .feed-item .feed-item-details .feed-item-date-source, .cryptocurrency-profile .body .related main section .media-feed-list .feed-item .feed-item-details .feed-item-date-source, .cryptocurrency-profile .body .related main section .social-feed-list .feed-item .feed-item-details .feed-item-date-source {
  white-space: nowrap;
}
.cryptocurrency-profile .price-details {
  padding-bottom: 2em;
}
.cryptocurrency-profile .price-details dl {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  position: relative;
  grid-row-gap: 1px;
}
.cryptocurrency-profile .price-details dl dt {
  text-align: left;
  font-weight: bold;
}
.cryptocurrency-profile .price-details dl dd {
  font-weight: bold;
  text-align: right;
  flex-grow: 1;
  margin: 1em 0;
  color: black;
}
.cryptocurrency-profile .price-details dl dd:after {
  content: "";
  border-bottom: 1px solid #e3e4e5;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  margin: 1em 0 0 0;
}
.cryptocurrency-profile .price-details dl dd > * {
  display: flex;
  justify-content: flex-end;
}
.cryptocurrency-profile hr {
  border-color: #e3e4e5;
  border-width: 0 0 1px 0;
}
.cryptocurrency-profile hr.strong {
  margin: 0 0.5em;
  border-width: 2px;
  margin: 1em 0;
}
.cryptocurrency-profile .time-box {
  background-color: #eff2f5;
  border-radius: 3px;
  font-size: 0.8em;
  padding: 1px 3px;
  position: relative;
  top: -2px;
}
.cryptocurrency-profile .tag {
  background-color: #eff2f5;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  padding: 0.3em;
  margin: 0 0.5em 0.5em 0;
  font-size: 0.8em;
  font-weight: bold;
}
.cryptocurrency-profile .tag .icon {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.cryptocurrency-profile .tag .dropdown-action {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media (max-width: 1150px) {
  .cryptocurrency-profile .body {
    flex-wrap: wrap;
  }
  .cryptocurrency-profile .body .details {
    flex-basis: 220px;
  }
  .cryptocurrency-profile .body .chart {
    flex-basis: calc(50% - 110px);
  }
  .cryptocurrency-profile .body .related {
    flex-basis: calc(50% - 110px);
  }
}
@media (max-width: 780px) {
  .cryptocurrency-profile .prologue .branding {
    flex-grow: 1;
  }
  .cryptocurrency-profile .prologue .tickers {
    margin: 0 -0.5em;
  }
  .cryptocurrency-profile .body {
    flex-wrap: wrap;
  }
  .cryptocurrency-profile .body .details {
    flex-basis: 100%;
  }
  .cryptocurrency-profile .body .details main {
    border: none;
    padding: 0;
  }
  .cryptocurrency-profile .body .details main .price-details {
    padding: 0;
  }
  .cryptocurrency-profile .body .chart {
    min-width: 100%;
  }
  .cryptocurrency-profile .body .chart .chart-js-wrapper {
    height: 300px;
  }
  .cryptocurrency-profile .body .related {
    min-width: 100%;
  }
}
.cryptocurrency-profile #comments-injector {
  font-size: 15px;
}

.highlight-positive {
  color: #00c175;
  display: flex;
  align-items: center;
}
.highlight-positive:before {
  content: "";
  margin-right: 0.2em;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid #00c175;
  margin-top: 0.1em;
}

.highlight-negative {
  color: #DC0A0A;
  display: flex;
  align-items: center;
}
.highlight-negative:before {
  content: "";
  margin-right: 0.2em;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid #DC0A0A;
  margin-top: 0.1em;
}

.icon.circle-check {
  display: inline-block;
  background-color: #0786fb;
  border-radius: 50%;
  position: relative;
  margin-bottom: -1px;
  width: 10px;
  height: 10px;
}
.icon.circle-check:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 4px;
  width: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(315deg);
}

.chevron-down {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.2em;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}

.icon.chevron-right {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.2em;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
}

#cryptocurrencies {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  background-color: red;
  grid-template-areas: "header" "body";
}
#cryptocurrencies > thead {
  grid-area: "header";
}
#cryptocurrencies > tbody {
  grid-area: "body";
}

button.active {
  color: black;
  font-weight: bold;
}

.nav-tabs > li > a h1 {
  margin: 0;
}

.user-account-settings > .nav-tabs:first-child {
  margin-top: 30px;
  padding-left: 10px;
}

#cookie-msg {
  z-index: 100;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.display-flex {
  display: flex;
  margin-right: 30%;
  margin-left: 6%;
}

.no-shrink {
  flex-shrink: 0;
}

.hide {
  display: none;
}

.wrap {
  flex-wrap: wrap;
}

.padding-top-0 {
  padding-top: 0 !important;
}

a:hover {
  opacity: 0.7;
}

.btn.btn-default {
  border: grey solid 1px;
  background: #fff !important;
  text-align: center;
}

.btn.btn-danger {
  background: #d9534f !important;
  text-align: center;
}

.btn.btn-info {
  background: #3bb1d6 !important;
  text-align: center;
}

.btn.btn-primary {
  background: #000D33 !important;
  text-align: center;
}

.btn.btn-success {
  background: #5cb85c !important;
  text-align: center;
}

.btn.btn-warning {
  background: #f0ad4e !important;
  text-align: center;
}

.login-form .form-group button[type=submit],
.btn.btn-ayf-danger {
  border: none;
  background: #d9534f !important;
  padding: 7px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  color: white !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: "roboto";
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  transition: all 0.25s ease;
}

.login-form .form-group button[type=submit]:hover,
.btn.btn-ayf-danger:hover {
  opacity: 0.7;
}

.login-form .form-group button[type=submit],
.btn.btn-ayf-default {
  border: grey solid 1px;
  background: #fff !important;
  padding: 7px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  color: #676c6d !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: "roboto";
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  transition: all 0.25s ease;
}

.login-form .form-group button[type=submit]:hover,
.btn.btn-ayf-default:hover {
  opacity: 0.7;
}

.login-form .form-group button[type=submit],
.btn.btn-ayf-info {
  border: none;
  background: #3bb1d6 !important;
  padding: 7px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  color: white !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: "roboto";
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  transition: all 0.25s ease;
}

.login-form .form-group button[type=submit]:hover,
.btn.btn-ayf-info:hover {
  opacity: 0.7;
}

.login-form .form-group button[type=submit],
.btn.btn-ayf-success {
  border: none;
  background: #5cb85c !important;
  padding: 7px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  color: white !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: "roboto";
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  transition: all 0.25s ease;
}

.login-form .form-group button[type=submit]:hover,
.btn.btn-ayf-success:hover {
  opacity: 0.7;
}

.login-form .form-group button[type=submit],
.btn.btn-ayf-warning {
  border: none;
  background: #f0ad4e !important;
  padding: 7px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
  color: white !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 20px;
  font-family: "roboto";
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
  transition: all 0.25s ease;
}

.login-form .form-group button[type=submit]:hover,
.btn.btn-ayf-warning:hover {
  opacity: 0.7;
}

.feed-item-summary {
  font-style: italic;
  text-align: center;
}
