@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700;900&display=swap');

::selection {
  background: pink;
}

::-moz-selection {
  background: pink;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #0a0a0a;
}

html {
  background: #f5f5f5;
}

html, body {
  height: 100%;
  margin: 0;
  font-family: 'Sen', sans-serif;
}

html, body, .tag, .button, .card, .card *, .card-header, .card-footer {
  -webkit-transition: background-color .0s !important;
  -ms-transition: background-color .0s !important;
  transition: background-color .0s !important;
}

html.darkmode {
  background-color: #444;
}

html.darkmode .card *:not(i), html.darkmode .tag, html.darkmode .button, html.darkmode .card-header, html.darkmode .card-header-title, html.darkmode .card-footer, html.darkmode .card-footer-item, html.darkmode .tags .tag:hover:hover {
  background-color: #0a0a0a !important;
  border: 0 !important;
  color: #fff !important;
}

html.darkmode #login_btn, html.darkmode #register_btn, html.darkmode #login_btn a, html.darkmode #register_btn a {
  background-color: #0a0a0a;
  border: 0 !important;
  color: #fff !important;
}

html.darkmode .tabs li.active {
  background-color: #222 !important;
  border: 0 !important;
  color: #fff !important;
}

html.darkmode #comments_box textarea, html.darkmode #comments_box .tag, html.darkmode #comments_box .button, html.darkmode #comments_box .com span, html.darkmode .navbar-menu.is-active, html.darkmode .navbar-menu.is-active a {
  background-color: #222 !important;
  color: #fff !important;
}

html.darkmode .navbar-menu.is-active a:hover {
  background-color: #000 !important;
}

html.darkmode input::placeholder, html.darkmode textarea::placeholder {
  color: #f5f5f5 !important;
}

html.darkmode #notifications, html.darkmode input, html.darkmode textarea, html.darkmode select, html.darkmode .tagsinput, html.darkmode .file.is-white .file-cta {
  background-color: #222 !important;
  color: #fff !important;
}

html.darkmode .label, html.darkmode .radio {
  color: #fff !important;
}

html.darkmode hr {
  background: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}


input {
  border-radius: 0 !important;
  border: 0 !important;
}

.container.is-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar a:hover {
  color: #16dce3 !important;
  transition: .3s;
}

.navbar a.logout:hover {
  color: #ff3860 !important;
  transition: .3s;
}

.navbar a {
  transition: .3s;
}

.navbar-item a {
  color: #fff;
}

#nav-menu.is-black {
  background: #000;
}

#nav-menu.is-black a {
  color: #fff;
}

.notification_count {
  position: relative;
  top: 1px !important;
}

.notification_count:hover {
  background: transparent !important;
}

@media screen and (max-width: 1023px) {
  .notification_count {
    position: relative;
    top: 0px;
  }

  #main-tags {
    width: auto;
  }

  .navbar-menu a.is-yellow, .navbar-menu a:hover {
    color: #0a0a0a !important;
  }

  section {
    padding: 2rem 1.5rem !important;
  }

  .footer {
    margin-top: 0 !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    font-size: .8rem;
    background: #0a0a0a;
    color: #fefefe;
  }
}

.footer {
  margin-top: 2rem !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .8rem;
  background: #0a0a0a;
  color: #fefefe;
}

.footer a, .footer strong {
  color: #fff;
  transition: .3s;
}

.footer a:hover {
  color: #16dce3;
  transition: .3s;
}

.top_name {
  position: relative;
  top: 1px;
}

.top_name:hover {
  background: transparent !important;
}

.meme {
  opacity: 0;
  transition: 1s;
}

#main {
  width: 90%;
  height: 100;
}

#side {
  width: 10%;
  height: 100%;
}

#masonry {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100vw;
  max-height: 800px;
  font-size: 0;
}

#masonry div {
  width: 33.3%;
  transition: .8s opacity;
}

#masonry div img, img#admin_preview {
  width: 100%;
}

#masonry:hover div {
  opacity: 0.3;
}

#masonry:hover div:hover {
  opacity: 1;
}

@supports not (flex-wrap: wrap) {
  #masonry {
    display: block;
  }

  #masonry div {
    display: inline-block;
    vertical-align: top;
  }
}

#modal-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.breadcrumbs {
  text-transform: uppercase;
  position: relative;
  top: 1px;
}

.breadcrumbs.mobile {
  position: fixed;
  top: 15px;
  left: 225px;
  z-index: 99;
  color: #fff;
}

.breadcrumbs.mobile.public {
  left: 188px;
}

a.button.is-active i {
  color: #f9ef1c !important;
}

.button.is-white.is-loading, .button.is-white.is-danger.is-loading {
  color: transparent !important;
}

.button.is-white.is-danger {
  color: #fff !important;
}

a.button.is-active {
  background: #0a0a0a !important;
  color: #fff !important;
}

.search_tag.is-active {
  background: #0a0a0a !important;
  color: #fff !important;
  flex: 0 0 98%;
}

.tag.is-black:hover {
  background: #0a0a0a !important;
  color: #fff !important;
}

.tabs.is-toggle li.is-active a {
  background: #fff;
  border: 1px #dbdbdb solid;
  color: #4a4a4a;
}

.tabs.is-toggle li a {
  border-radius: 0 !important;
}

.home a {
  color: #fff !important
}

.meme:hover {
  cursor: pointer;
}

/*.meme img {
  max-height: 300px;
  object-fit: cover;
}*/
.meme:hover .tag {
  transition: .3s;
  background: rgba(255, 255, 255, 1);
}

#main-tags {
  position: relative;
  top: -1px;
  height: 26rem;
  overflow-y: scroll;
  overflow-x: hidden;
  width: calc(100% + 14px);
}

#single_tags_top {
  margin-top: 1.5rem;
  margin-bottom: .25rem;
}

.meme .card-image {
  position: relative;
  z-index: 1;
}

/*
.card img.long {
  object-fit: cover;
  object-position: 50% 0;
  height: 300px;
}
*/
.card-header-icon {
  position: absolute;
  right: 0;
  color: #4a4a4a;
  transition: .3s;
}

.card-header-icon:hover {
  transition: .3s;
}

.meme_dropdown {
  position: absolute;
  top: 53px;
  right: 5px;
  padding: .2rem;
  z-index: 2;
}

.card-footer i {
  margin-right: .4rem;
}

.card-footer-item.is-active {
  background: whitesmoke;
}

.card-footer-item {
  padding: .5rem;
  font-size: .9rem;
  color: #4a4a4a;
}

.card.is-black * {
  background: #000;
  color: #fff;
  border: 0;
}

.meme .tag {
  position: absolute;
  right: .3rem;
  bottom: .3rem;
  margin: 0;
  transition: .3s;
  border-radius: 0;
  font-size: .5rem;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

.meme .tag.long {
  position: absolute;
  left: .3rem;
  bottom: .3rem;
  margin: 0;
  transition: .3s;
  border-radius: 0;
  width: 36px;
  font-size: .5rem;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

.button, input, button, textarea, select {
  border-radius: 0 !important;
}

.button {
  transition: .3s;
}

.button:hover {
  transition: .3s;
}

textarea {
  border: 0 !important;
}

.input, .textarea, select, button, input {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0);
  font-family: 'Sen', sans-serif;
  border-color: transparent !important;
}

.button.is-white {
  color: #4a4a4a !important;
}

.shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1) !important;
}

#comment {
  margin-top: -10px;
}

.comment_block a {
  color: #4a4a4a;
  text-decoration: none !important;
  transition: .3s;
}

.comment_block a:hover {
  color: #209cee;
  transition: .3s;
}

.comment_block p {
  padding: .5rem;
}

.nested {
  margin-top: -1.5rem;
  margin-left: 13px;
  padding-left: 1rem;
  border-left: 2px solid #d2d2d2;
}

.comment_block strong {
  transition: 3s;
}

.is-attention strong {
  color: #0a0a0a !important;
  text-shadow: 1px 1px 2px #f9ef1c, 0 0 .2em #f9ef1c, 0 0 .2em #f9ef1c;
}

.tags a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4a4a4a;
}

.tag:hover a {
  color: #f5f5f5;
}

.username a {
  color: #4a4a4a !important;
  transition: .3s;
}

.username a:hover {
  color: #209cee !important;
  transition: .3s;
}

#main-tags .tag:last-of-type {
  margin-right: 8px !important;
}

.comment_tags {
  margin-top: -.6rem;
  display: flex;
}

.comment_tags .tag {
  flex: 1;
  margin: 5px;
  padding: 0rem;
  height: 1.2rem;
}

.cats.buttons {
  position: relative;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  display: flex;
}

.cats.buttons .button {
  flex: 1;
  margin: 5px;
}

.reply_form {
  padding: 0.4rem;
}

.tag {
  display: -webkit-box;
  flex: 1;
  flex-grow: 1;
  overflow: none;
  text-overflow: ellipsis;
  border-radius: 0 !important;
}

.tags {
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
  text-transform: uppercase;
}

.tags .tag {
  background: #fff;
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

.tags .tag:hover {
  cursor: pointer;
  background: #f9f9f9;
}

.tags .tag.date:hover {
  cursor: default !important;
  background: #fff !important;
}

.fas.fa-xs.fa-heart {
  color: red !important;
}

.is-error {
  background: rgba(255, 0, 0, .05) !important;
}

.content table th {
  font-weight: normal;
}

.table.is-bordered td, .table.is-bordered th {
  min-width: 120px;
}

.user_posts tr.published {
  background: rgba(0, 255, 0, .05);
}

.user_posts tr.unpublished {
  background: rgba(255, 0, 0, .05);
}

tr:hover:not(.table-container tr) {
  cursor: pointer;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-taggg {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.fa-tagg {
  margin-right: 5px;
}

.fa-tagg.fa-star {
  color: orange;
}

.tagsinput {
  height: auto !important;
}

.tagsinput .control {
  margin-bottom: .1em !important;
  margin-top: .1em !important;
}

.tagsinput {
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1) !important;
}

.tagsinput input {
  border: none;
  padding: .5rem;
  border-radius: 0;
  margin-bottom: .1em !important;
  margin-top: .1em !important;
}

.tags_submit_field i {
  position: relative;
  top: 4px;
}

#submit_tags_box a.tag.is-delete {
  display: none;
}

#submit_form {
  margin-bottom: 1rem;
}

#error_box {
  text-align: center;
  padding: 1rem;
  font-weight: 600;
  background: #fff;
  margin-bottom: 1rem;
}

#submit_top {
  margin-bottom: 1rem;
}

.file {
  margin-bottom: 1rem;
}

img#meme_preview {
  width: 100%;
}

#meme_preview_box {
  position: relative;
}

#meme_preview_close {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: .6;
  transition: .3s;
}

#meme_preview_close:hover {
  transition: .3s;
  opacity: 1;
  cursor: pointer;
}

.addy {
  width: 100%;
  height: 300px;
  background: grey;
}

i.is-success {
  color: #ff00ef;
}

.score {
  position: relative;
}

.score img {
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1) !important;
  border-radius: 50%;
}

.profile_pic {
  width: 100px;
  height: 100px;
  display: block;
  margin: 2.5rem auto;
  position: relative;
}

.profile_pic img {
  width: 100px;
  height: 100px;
  padding: .3rem;
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1) !important;
  border-radius: 50%;
  object-fit: cover;
}

.navpic {
  position: relative;
  top: 14px;
  width: 26px;
  height: 26px;
  margin-left: 1rem;
  margin-right: .8rem;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}

.navpic img {
  border-radius: 50%;
  object-fit: cover;
}

.compic {
  position: relative;
  top: 7px;
  width: 26px;
  height: 26px;
  margin-right: 2px;
  padding: 2px;
  border-radius: 50%;
  border: 2px solid #ddd;
  object-fit: cover;
}

.compic img {
  border-radius: 50%;
  object-fit: cover;
}

.profile_badge {
  position: absolute;
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1) !important;
  width: 24px;
  height: 24px;
  text-align: center;
  background: #fff;
  color: #4a4a4a;
  font-size: 12px;
  padding-top: .2rem;
  padding-left: .1rem;
  border-radius: 50%;
}

.profile_level {
  bottom: 4px;
  right: 4px;
}

.profile_trophy {
  top: 4px;
  right: 4px;
}

.profile_beasty {
  top: 4px;
  left: 4px;
}

.profile_admin {
  bottom: 4px;
  left: 4px;
}

.head.dropdown-content {
  position: absolute;
  top: 52px;
  right: 4px;
  z-index: 2;
  border-radius: 0;
}

#share_btns {
  position: absolute;
  bottom: 42px;
  right: 4px;
  z-index: 2;
  border-radius: 0;
}

#report_form {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 100%;
}

#notifications {
  position: fixed;
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1) !important;
  top: 52px;
  right: -150%;
  height: calc(100vh - 52px);
  padding: 1.2rem;
  padding-right: 1.5rem;
  min-width: 300px;
  max-width: 100%;
  background: #fff;
  color: #4a4a4a;
  transition: .3s;
  overflow-y: auto;
  z-index: 8;
}

.show_notifications {
  right: 0 !important;
  transition: .3s;
}

@media only screen and (max-width : 768px) {
  #notifications {
    width: 100%;
    top: 52px;
    left: -150%;
    transition: 0s;
  }

  .show_notifications {
    left: 0 !important;
    transition: 0s;
  }
}

#load_notification {
  position: fixed;
  top: 60px;
  right: 10px;
  text-align: center;
}

.noti_btns {
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}

.noti .fa-comment, .noti .fa-comments {
  color: #48c774;
}

.noti .fa-comment, .noti .fa-image {
  color: darkorange;
}

.noti .fa-thumbs-up {
  color: #209cee;
}

.notification {
  border-radius: 0;
  margin-bottom: .5rem !important;
  transition: .3s;
  padding: 1rem 2.25rem 1rem 1.25rem;
}

.notification:hover {
  background: #f9f9f9 !important;
  transition: .3s;
}

.notification.is-light {
  opacity: .5;
  transition: .3s;
}

.notification.is-light i {
  opacity: .6;
}

.notification.is-light:hover {
  opacity: .8;
  transition: .3s;
}

.notification a {
  color: #363636;
  text-decoration: none !important;
}

a.comment_report, a.comment_delete {
  flex: 0 0 20px !important;
}

.comment_report a {
  color: #363636;
  font-size: 12px;
  position: relative;
  top: 2px;
  opacity: .5;
  transition: .3;
}

.comment_report a:hover {
  opacity: 1;
  color: #ff3860 !important;
  transition: .3;
}

.media+.media {
  border-top: 0 !important;
}

.noti {
  cursor: pointer;
}

.fa-thumbs-up.like_comment_btn {
  margin-right: .4rem;
  font-size: .5rem;
}

.is-danger.input, .is-danger.textarea, .reported {
  border: 1px solid #ff3860 !important;
}

.is-success.input, .is-success.textarea {
  border: 1px solid #48c774 !important;
}

.is-red {
  color: #ff3860 !important
}

.is-primary {
  color: #48c774 !important;
}

.is-yellow {
  color: #f9ef1c !important;
}

.is-blue {
  color: #209cee !important;
}

#avatar_upload {
  cursor: pointer;
}

.tippy-tooltip {
  background-color: #0a0a0a;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  font-size: .8rem;
  min-width: 50px;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip .tippy-arrow {
  border-bottom: 7px solid #0a0a0a;
}

.embed-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-content {
  width: 100%;
}

noscript div, .cookie_notice {
  text-align: center;
  color: red;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  z-index: 9999;
  border-top: 1px solid #f5f5f5;
}

.cookie_notice {
  color: #4a4a4a;
}

.cookie_notice a {
  width: 80% !important;
  display: block;
  margin: 0 auto;
  color: #4a4a4a;
}
