body, html {
  height: 100%;
}

body {
  --app-height: 100%;
}

b, strong {
  font-weight: 700;
}

label {
  cursor: pointer;
}

.hidden {
  display: none;
}

/******************** GRID ********************/
.grid-wrapper {
  margin-top: 3rem;
}

.grido table thead th {
  font-size: 13px;
}
.grido table .actions {
  width: 20px;
  text-align: center;
  white-space: nowrap;
}
.grido table td, .grido table th {
  vertical-align: middle;
}
.grido table tfoot {
  text-align: center;
}
.grido table tfoot .search {
  display: none;
}
.grido table tfoot .operations {
  float: left;
  text-align: left;
}
.grido table tfoot .right {
  float: right;
  text-align: left;
}
.grido table tfoot input[name^=buttons] {
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
  color: #323232;
  background-color: #ddd;
  border: 1px solid #d0d0d0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.grido table tfoot input[name^=buttons]:hover {
  background-color: #d0d0d0;
  border-color: #cacaca;
}
.grido table tfoot .count label {
  font-size: 0.875rem;
}
.grido table tfoot .count select {
  display: inline-block;
  padding: 0.175rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.56;
  color: #505050D9;
  background-color: #FFF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-padding-start: calc(0.75rem - 3px);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.grido .filter input, .grido .filter select {
  display: block;
  width: 100%;
  padding: 0.175rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.56;
  color: #505050D9;
  background-color: #FFF;
  border: 1px solid #CED4DA;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.grido .filter input {
  background-clip: padding-box;
  appearance: none;
}
.grido .filter select {
  -moz-padding-start: calc(0.75rem - 3px);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.grido .no-results {
  text-align: center;
  padding: 1rem;
}

.thumbnail .img-wrapper {
  position: relative;
  display: block;
  height: 200px;
}
.thumbnail .thumbnail-img {
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}
.thumbnail .caption h4 {
  font-size: 16px;
  line-height: 1.4;
  overflow-wrap: break-word;
  height: calc(1em * 2 * 1.3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.thumbnail .caption h4 a {
  color: inherit;
  text-decoration: none;
}
.thumbnail .caption .info {
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-flow: wrap row;
  grid-gap: 0 0.5rem;
}
.thumbnail .caption .info .fa {
  margin-right: 0.2rem;
}
.thumbnail .caption .info .author {
  flex: 100%;
  font-size: 13px;
}

.section-items {
  background: linear-gradient(180deg, #FFF 0%, #ebeff0 50%, #FFF 100%);
}
.section-items .items-type-select a {
  color: inherit;
  text-decoration: none;
}
.section-items .items-type-select a:hover {
  color: #37bd11;
  text-decoration: underline;
}
.section-items .items-type-select a.active {
  font-weight: 500;
  color: #37bd11;
}

.items {
  margin-top: 1rem;
}
.items .item {
  width: 100%;
  display: flex;
  flex-flow: wrap row;
  align-items: flex-start;
  align-content: flex-start;
  grid-gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 4px;
  text-decoration: none;
  background: #FFF;
  box-shadow: 0 0 6px #ebeff0;
  transition: 0.21s ease;
  color: inherit;
}
.items .item:hover {
  box-shadow: 0 0 6px #bcbfc0;
}
.items .item-image {
  flex: 0 0 120px;
}
@media (max-width: 767.98px) {
  .items .item-image {
    flex: 0 0 80px;
  }
}
.items .item-content {
  flex: 1;
}
.items .item-content .item-counts span {
  margin-left: 0.5rem;
}
.items .item-content .item-title {
  line-height: 1.3;
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.items .item-content .item-description {
  font-size: 14px;
}
.items .item-actions {
  flex: 100%;
  display: flex;
  grid-gap: 0.5rem;
  margin-top: 0.5rem;
}
.items .item-actions .btn {
  font-size: 12px;
}
.items .item-image-wrapper {
  height: 120px;
  display: block;
  overflow: hidden;
}
.items .item-image-wrapper img {
  height: 100%;
  border-radius: 4px;
  object-fit: scale-down;
  transition: 0.34s ease;
}
@media (max-width: 767.98px) {
  .items .item-image-wrapper {
    height: 80px;
  }
}
.items .item:hover .item-image-wrapper img {
  transform: rotate(-2deg) scale(1.1);
}

.item-image-box {
  height: 100%;
  background: #ebeff0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.post-item {
  display: grid;
  grid-template-columns: 200px auto;
  grid-gap: 3rem;
}
.post-item .post-side {
  grid-row: 1;
  grid-column: 1;
  position: relative;
}
.post-item .post-side .post-side-content {
  position: sticky;
  top: 1rem;
  border-radius: 4px;
  padding: 1rem;
}
.post-item .post-side .post-side-image {
  aspect-ratio: 1/1;
  display: block;
}
.post-item .post-content {
  grid-row: 1;
  grid-column: 2;
}
.post-item .post-header,
.post-item .post-content {
  max-width: 70ch;
}
.post-item .votes {
  display: flex;
  justify-content: center;
  grid-gap: 1rem;
}
.post-item .votes .possitive, .post-item .votes .negative {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap column;
  height: 64px;
  width: 64px;
  background: #ebeff0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  color: #8d8f90;
  border-radius: 50%;
}
.post-item .votes .possitive .fa, .post-item .votes .negative .fa {
  font-size: 24px;
  display: block;
  margin-bottom: 0.25rem;
}
.post-item .votes .possitive {
  color: #37bd11;
}
.post-item .votes .possitive.voted {
  background: rgba(55, 189, 17, 0.25);
}
.post-item .votes .negative {
  color: #dc3545;
}
.post-item .votes .negative.voted {
  background: rgba(220, 53, 69, 0.25);
}
.post-item .post-body {
  line-height: 1.8;
}
.post-item .post-body h2 {
  margin-top: 2rem;
}
.post-item .post-body h3 {
  margin-top: 1.5rem;
}
.post-item .post-body h4 {
  margin-top: 1rem;
}
.post-item .post-body p, .post-item .post-body ul, .post-item .post-body ol, .post-item .post-body dl {
  margin-bottom: 1.5rem;
}
.post-item .post-body li {
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.post-item .post-body strong {
  font-weight: 500;
}
.post-item .post-body img {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}
.post-item .post-body code {
  background: #F9F2F4;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
}
.post-item .post-body pre code {
  display: block;
  width: 100%;
}
.post-item .post-body li code {
  display: inline-block;
}
.post-item .post-header {
  margin-bottom: 2rem;
}
.post-item .post-header .tagline {
  margin-top: 1rem;
  display: flex;
  flex-flow: wrap row;
  grid-gap: 0.5rem;
}
.post-item .post-header .tagline .btn {
  color: #fff !important;
  font-size: 12px;
  padding: 0.125rem;
}
@media (max-width: 991.98px) {
  .post-item {
    display: block;
  }
  .post-item .post-side .post-side-content {
    position: relative;
    top: unset;
  }
  .post-item .post-side .post-side-image {
    aspect-ratio: unset;
  }
  .post-item .post-content {
    margin-bottom: 3rem;
  }
}

.comments {
  margin-bottom: 2rem;
}
.comments .comment {
  padding: 2rem 1rem;
  border-top: 1px solid #ebeff0;
}
.comments .comment:first-child {
  border-top: 0;
}
.comments .comment .comment-user {
  text-align: center;
}
.comments .comment .comment-user .user-image {
  display: block;
  margin-bottom: 0.5rem;
}
.comments .comment .comment-user .user-name {
  font-size: 13px;
  margin-bottom: 0;
}
.comments .comment .comment-date {
  font-size: 14px;
}
.comments .comment .comment-report {
  font-size: 13px;
}

.help-block {
  font-size: 13px;
  font-weight: 400;
  margin-top: 0.25rem;
}
.help-block.text-danger {
  color: #dc3545;
}

.checkbox input {
  margin-right: 0.5rem;
}

.form-group {
  margin-bottom: 1rem;
}

.paginator {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  margin-top: 3rem;
  grid-gap: 0.5rem;
}
.paginator .paginator-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  text-align: center;
  text-decoration: none;
  background: #ebeff0;
  border-radius: 4px;
  color: inherit;
}
.paginator .paginator-link:hover {
  background: #dfe3e4;
}
.paginator .active .paginator-link {
  background: #37bd11;
  color: #fff;
}
.paginator .paginator-sep {
  margin-inline: 0.5rem;
  opacity: 0.5;
}

.btn-primary {
  color: #fff !important;
}

.btn-submit {
  display: block;
  width: 100%;
  max-width: 340px;
  padding: 1rem;
  margin-top: 3rem;
  margin-inline: auto;
}

body::after {
  position: fixed;
  inset: 0;
  background: rgba(21, 21, 21, 0.65);
}
body.whisperer-opened::after {
  content: "";
}

.search-section {
  padding-block: 1.5rem;
  background: #EBEFF0;
}
.search-section .search-form {
  max-width: 800px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
.search-section .search-form .search-form-content {
  position: relative;
  z-index: 2;
}
.search-section .search-form .form-control {
  padding: 1.25rem;
  padding-left: 2rem;
  padding-right: 10rem;
}
.search-section .search-form .submit-button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem 1.5rem;
}
.search-section .search-form .search-form-whisperer {
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  z-index: 1;
  background: #FFF;
  border: 1px solid #ced4da;
  border-radius: 0 0 20px 20px;
  padding-top: 2rem;
  font-size: 14px;
  overflow: hidden;
}
.search-section .search-form-whisperer {
  display: none;
  content-visibility: hidden;
}
.whisperer-opened .search-section .search-form-whisperer {
  display: block;
  content-visibility: visible;
}
.search-section .whisperer-empty {
  padding: 1rem;
  color: #dc3545;
  font-weight: 500;
}
.search-section .whisperer-block {
  padding: 1rem;
}
.search-section .whisperer-block .whisperer-title {
  font-weight: 500;
  font-size: 13px;
}
.search-section .whisperer-block .whisperer-item {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.5rem;
  border-bottom: 1px solid #ebeff0;
}
.search-section .whisperer-block .whisperer-item .whisperer-item-title strong {
  color: #000;
  font-weight: 700;
}
.search-section .whisperer-block .whisperer-item .whisperer-item-description {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 0.25rem;
}
.search-section .whisperer-block .whisperer-item .whisperer-item-description strong {
  font-weight: 400;
  color: #000;
}
.search-section .whisperer-block .whisperer-item:last-child {
  border-bottom: 0;
}
.search-section .whisperer-block .whisperer-item:hover .whisperer-item-title {
  color: #37bd11;
  text-decoration: underline;
}
.search-section .whisperer-block .whisperer-item:hover .whisperer-item-title strong {
  color: inherit;
}
.search-section .whisperer-img-wrapper .item-image-box, .search-section .whisperer-img-wrapper > img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.search-section .whisperer-img-wrapper .item-image-box {
  padding: 0.5rem;
}
.search-section .whisperer-show-all-button {
  text-align: center;
  display: block;
  background: #ebeff0;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.search-section .whisperer-show-all-button:hover {
  color: #37bd11;
}
.search-section .whisperer-loading {
  display: flex;
  justify-content: center;
  padding: 0.25rem 1rem;
  align-items: center;
  grid-gap: 1rem;
}
.search-section .whisperer-loading .loader {
  position: relative;
  font-size: 3px;
  width: 1em;
  height: 1em;
  margin: 6em;
  text-indent: -9999em;
  color: #505050d9;
  border-radius: 50%;
  transform: translateZ(0);
  animation: load 1.3s infinite linear;
}
@keyframes load {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.header {
  background: #fff;
}
@media all and (min-width: 992px) {
  .header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .header .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .header .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}

.footer {
  background: #161616;
  color: #fff;
}
.footer a {
  color: #999;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-links a {
  font-size: 14px;
}

#copyright {
  background: #0a0a0a;
  color: #8d8f90;
  font-size: 13px;
  font-weight: 400;
}

.section {
  padding-block: 3rem;
}
.section:first-child {
  padding-top: 6rem;
}
.section:last-child {
  padding-bottom: 9rem;
}
@media (max-width: 767.98px) {
  .section {
    padding-block: 1.5rem;
  }
  .section:first-child {
    padding-top: 3rem;
  }
  .section:last-child {
    padding-bottom: 4.5rem;
  }
}

.main-content .hero-section {
  padding-top: 4rem;
  padding-bottom: 0;
}
.main-content .all-tags-section {
  padding-bottom: 3rem;
}

.banner-section .banner-logo {
  min-width: 160px;
}

.tags-section {
  background: linear-gradient(180deg, #fff 0%, #ebeff0 50%, #fff 100%);
}
.tags-section .tag-block {
  flex: 1;
  background: #fff;
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  flex-flow: nowrap column;
}
.tags-section .tag-block .tag-icon {
  font-size: 32px;
  margin-bottom: 0.5rem;
  color: #37bd11;
}
.tags-section .tag-block ul {
  list-style: none;
  padding: 0;
  margin-bottom: auto;
}
.tags-section .tag-block ul li {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.tags-section .tag-block ul a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: baseline;
}
.tags-section .tag-block ul a:hover {
  color: #212121;
  text-decoration: underline;
}
.tags-section .tag-block .btn-default:hover, .tags-section .tag-block .btn-default:focus {
  background: #37bd11;
  color: #fff;
}

.all-tags-section {
  background: #ebeff0;
}
.all-tags-section .additional-tags {
  font-size: 14px;
}
.all-tags-section .additional-tags a {
  color: inherit;
  text-decoration: none;
}
.all-tags-section .additional-tags a:hover {
  color: #212121;
  text-decoration: underline;
}

.form-signin {
  max-width: 420px;
  margin-inline: auto;
}
.form-signin .control-wrapper {
  position: relative;
}
.form-signin .control-wrapper .password-toggle {
  position: absolute;
  right: 0.5rem;
  top: 1.5rem;
  transform: translateY(-50%);
}

.cke .cke_top {
  position: sticky;
  top: 0;
}

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