/* 
Theme Name: DogeComix Theme
Text Domain: DogeComix Theme
Version: 2.1.11
Description: DogeComix custom theme
Author: DogeComix 
*/

:root {
  --main-color: #1b1c23;
  --second-color: #181818;
  --third-color: #ffc400;
  --fourth-color: black;
  --fifth-color: #2f2f2f;
  --hover-color: #888888;
  --text-color: white;
  --font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

html {
  background-color: var(--second-color);
  position: relative;
  color: var(--text-color);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

body {
  margin: 0 auto;
  max-width: 1350px;
  background-color: var(--main-color);
}

@media (max-width: 1300px) {
  body {
    margin: 0;
  }
}

h1,
h2,
h3 {
  font-weight: 500;
}

h3 {
  font-size: 1.75rem;
}

input {
  padding: 0.35rem 0.2rem;
  border-radius: 2px;
  font-size: 1rem;
}

input[type="submit"] {
  cursor: pointer;
}

input:disabled {
  color: rgb(84, 84, 84);
  background-color: rgb(177, 176, 176);
}

hr {
  background-color: var(--text-color);
  height: 1px;
  opacity: 0.3;
  margin: 1rem 0;
}

button {
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 10px;
}

a {
  color: var(--third-color);
  transition: 0.4s ease;
}

a:hover {
  color: var(--hover-color);
}

.dogecomix-title {
  font-size: 1.3rem;
  padding: 0.5rem;
  background-color: var(--third-color);
  border-radius: 3px;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5rem;
  color: var(--fourth-color);
}

.dogecomix-side-title {
  font-size: 1.1rem;
  padding: 0.5rem;
  background-color: var(--third-color);
  border-radius: 3px;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  color: var(--fourth-color);
}

.title-information {
  color: var(--text-color);
  padding: 1rem;
  font-size: 2.5rem;
}

.informative-message {
  color: var(--text-color);
}

.error-msg {
  color: red;
}

.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
}

.disabled-image {
  pointer-events: none;
  opacity: 0.5;
}

.hidden {
  display: none;
}

.dogecomix-show {
  display: block !important;
}

.sr-only {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
  padding: 0;
}

.juicyad-section {
  display: flex;
  justify-content: center;
}

.juicyad {
  width: 300px;
  height: 250px;
}

@media (max-width: 768px) {
  .juicyad-section {
    flex-direction: column;
    align-items: center;
  }
}

.margin-the-content {
  margin: 0 1.5rem;
}

#__wp-uploader-id-2 {
  color: var(--fourth-color);
}

/* Pressidium cookie consent */

#cc--main {
  z-index: 1000 !important;
}

/* Block 18 */

.block18 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.block18-content {
  text-align: center;
  max-width: 600px;
  padding: 1.5rem;
  background-color: var(--fifth-color);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.3);
  border: solid 1px var(--hover-color);
}

.block18-logo {
  max-width: 20rem;
}

.block18-content h2 {
  font-size: 2.3rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.block18-content p {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.block18-content button {
  margin: 0.5rem 0.25rem 0 0;
  padding: 0.5rem 1.5rem;
  font-size: 1.15rem;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.block18-accept {
  background-color: var(--third-color);
  transition: 0.3s ease;
}

.block18-accept:hover {
  background-color: var(--hover-color);
  color: var(--text-color);
}

.block18-reject {
  background-color: var(--fourth-color);
  color: var(--text-color);
  transition: 0.3s ease;
}

.block18-reject:hover {
  background-color: rgba(0, 0, 0, 0.329);
  color: var(--text-color);
}

.block-blur {
  filter: blur(10px) brightness(0.6);
  pointer-events: none;
}

.access-denied-18 {
  text-align: center;
}

.access-denied-18 > p {
  margin-top: 1rem;
  font-size: 1.5rem;
  max-width: 400px;
}

/* SVG */

svg {
  fill: var(--text-color);
}

/* Allows footer to be in the bottom */

.footer-bottom {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1;
}

/* Go top button */
#go-top-btn {
  opacity: 0;
  cursor: none;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#go-top-btn.visible {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

.svg-go-top {
  width: 3.75rem;
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
}

.svg-go-top polygon {
  fill: var(--third-color);
  transition: fill 0.3s ease;
}

.svg-go-top path:nth-of-type(2) {
  fill: var(--third-color);
  transition: fill 0.3s ease;
}

.svg-go-top path:nth-of-type(1) {
  fill: var(--fourth-color);
}

.svg-go-top:hover path:nth-of-type(2),
.svg-go-top:hover polygon {
  fill: white;
}

/* Header */

#header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.img-logo {
  margin: 0.25rem 0 0.25rem 2rem;
  max-width: 20rem;
}

.search-section-no-collapse {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dropdown-user {
  position: relative;
  margin-right: 3rem;
  width: fit-content;
}

.dropdown-user-section {
  display: flex;
  flex-direction: column;
  color: var(--text-color);
  cursor: pointer;
}

.svg-dropdown {
  width: 1.3rem;
  height: 1.3rem;
}

.dropwdown-username {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-user-toggle {
  color: var(--text-color);
  background-color: #343a40;
  padding: 0.5rem 0;
  border-radius: 5px;
  position: absolute;
  top: 110%;
  left: 40%;
  transform: translateX(-50%);
  width: 165px;
  z-index: 1000;
}

.dropdown-user-toggle li {
  transition: 0.3s ease;
  list-style-type: none;
}

.dropdown-user-toggle li:hover {
  background-color: var(--hover-color);
}

.dropdown-user-toggle li a {
  display: block;
  padding: 0.5rem 2rem;
  text-decoration: none;
  color: var(--text-color);
}

.dropdown-user-toggle-hamburger {
  left: 0;
  transform: none;
}

.avatar-header {
  display: block;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.nav-header {
  background-color: var(--fourth-color);
}

.wp-header-menu {
  display: flex;
  flex-direction: row;
  padding: 0.6rem 1.5rem;
}

.wp-header-menu > li {
  padding: 0.5rem 1rem;
  width: fit-content;
  list-style-type: none;
}

.wp-header-menu > li > a {
  text-decoration: none;
  color: var(--text-color);
  font-size: 1rem;
}

.wp-header-menu > li > a:hover {
  color: var(--hover-color);
}

.wp-header-menu > li.active {
  border-bottom: solid var(--third-color);
}

.nav-header-collapse {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 1.5rem;
  display: none;
}

.svg-hamburger {
  width: 2.7rem;
  stroke: white;
  cursor: pointer;
}

.img-logo-collapse {
  max-width: 17rem;
}

@media (max-width: 991px) {
  #header-top {
    display: none;
  }
  .wp-header-menu-normal {
    display: none;
  }
  .nav-header-collapse {
    display: flex;
  }
}

.svg-magnifying-glass-collapse {
  fill: none;
  stroke: var(--text-color);
  stroke-miterlimit: 10;
  stroke-width: 1.91px;
  width: 2.2rem;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: height 0.4s ease, opacity 0.2s ease;
}

.menu-toggle.visible {
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  padding-top: 0;
}

.wp-header-menu-collapse {
  flex-direction: column;
  padding: 0;
}

.juicyad-mobile-section {
  display: none;
  margin-top: 0.5rem;
}

.juicyad-mobile {
  width: 300px;
  height: 100px;
}

@media (max-width: 991px) {
  .juicyad-mobile-section {
    display: flex;
    justify-content: center;
  }
}

/* Footer */

#footer {
  background-color: var(--fourth-color);
  margin-top: 1rem;
}

.footer-menu {
  display: flex;
  list-style-type: none;
  justify-content: center;
}

.footer-menu > li {
  margin: 1.5rem;
}

.footer-menu > li > a {
  text-decoration: none;
  color: var(--third-color);
}

.footer-menu > li > a:hover {
  color: var(--text-color);
}

.footer-paragraph {
  color: var(--text-color);
  text-align: center;
  padding-bottom: 2rem;
}

/* Main row */

.main-row {
  display: flex;
  flex-direction: row;
}

.sidebar-col {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0.5rem 0.75rem;
}

.sidebar-col .dogecomix-side-title {
  margin-bottom: 0.5rem;
}

.grid-col {
  width: 75%;
  padding: 0.5rem 0.9rem;
}

@media (max-width: 991px) {
  .main-row {
    flex-direction: column-reverse;
  }

  .sidebar-col {
    width: 100%;
  }

  .grid-col {
    width: 100%;
    padding: 0.5rem 0.5rem;
  }
}

/* Own comics */

.own-comics-view-more {
  text-align: center;
  margin: 0.5rem 1rem 1rem 1rem;
}

.view-more-btn {
  text-decoration: none;
  color: var(--fourth-color);
  background-color: var(--third-color);
  border-radius: 5px;
  padding: 0.4rem 2rem;
  cursor: pointer;
  font-size: 1.3rem;
}

.view-more-btn:hover {
  background-color: var(--hover-color);
  color: var(--text-color);
}

/* Gallery comics */

.main-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.comic-col {
  border: 0;
  padding: 0.4rem;
  width: 25%;
}

@media (max-width: 768px) {
  .comic-col {
    width: 33.33%;
  }
}

@media (max-width: 600px) {
  .comic-col {
    width: 50%;
    padding: 0.3rem;
  }
}

.img-card {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.dogecomix-card-body {
  padding: 0.05rem 0.4rem;
  background-color: var(--fourth-color);
  border-radius: 0 0 10px 10px;
}

.dogecomix-card-p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.dogecomix-card-p:hover {
  color: var(--hover-color);
}

.dogecomix-gallery-link {
  text-decoration: none;
}

/* Authors, Categories and tags */

.banner-sidebar {
  display: flex;
  justify-content: center;
}

.banner-img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.banner-img:hover {
  outline: 2px solid var(--third-color);
}

.categories {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.categories li {
  width: 50%;
}

.dogecomix-category-link {
  padding: 0.3rem 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  text-decoration: none;
  color: var(--text-color);
}

.dogecomix-category-link:hover {
  background-color: var(--third-color);
  border-radius: 5px;
}

.dogecomix-category-link > p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dogecomix-all-categories-col {
  background-color: var(--fourth-color);
  padding: 0.3rem;
  margin-top: 0.3rem;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: var(--text-color);
  display: block;
}

.dogecomix-all-categories-col:hover {
  background-color: var(--hover-color);
  color: var(--text-color);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style-type: none;
}

.dogecomix-tag-link {
  background-color: var(--fourth-color);
  border-radius: 5px;
  padding: 0.2rem 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  text-decoration: none;
  color: var(--text-color);
}

.dogecomix-tag-link:hover {
  background-color: var(--third-color);
  color: var(--text-color);
}

.svg-sidebar {
  width: 1.5rem;
  height: 1.2rem;
  fill: var(--hover-color);
}

/* Pagination */

.dogecomix-pagination-section {
  margin-top: 0.75rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.pagination-wp-section > .page-numbers {
  display: inline-block;
}

.pagination-wp-section > * {
  background-color: var(--fourth-color);
  text-decoration: none;
  color: var(--third-color);
  padding: 0.9rem 1.2rem;
  margin: 0 0.2rem;
  border-radius: 5px;
}

.pagination-wp-section > .current {
  color: var(--main-color);
  background-color: var(--third-color);
}

.pagination-wp-section > a:hover {
  background-color: var(--third-color);
  color: var(--main-color);
}

.pagination-input-section {
  background-color: var(--fourth-color);
  color: var(--third-color);
  padding: 0.7rem 1.2rem;
  border-radius: 5px;
}

.pagination-input-section > a {
  padding: 0.5rem 1rem;
  margin-left: 0.2rem;
  cursor: pointer;
}

.pagination-input-section > a:hover {
  background-color: var(--third-color);
  color: var(--main-color) !important;
}

.pagination-input-section > input {
  color: var(--text-color);
  background-color: var(--fifth-color);
  border: none;
  text-align: center;
  padding: 0.3rem 0;
  border-radius: 5px;
  width: 4rem;
}

.pagination-input-section > input[type="number"]::-webkit-inner-spin-button,
.pagination-input-section > input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagination-input-section > input[type="number"] {
  -moz-appearance: textfield;
}

.pagination-form-control {
  width: 4rem;
  display: inline-block;
}

/* Post */

.dogecomix-post-header {
  padding: 0.5rem;
  border-radius: 3px;
  background: var(--fourth-color);
  border-left: 6px solid var(--third-color);
}

.dogecomix-post-title {
  color: var(--text-color);
  text-align: center;
  border-bottom: 2px solid var(--hover-color);
  margin-bottom: 0.5rem;
}

.dogecomix-post-cat-link {
  text-decoration: none;
  color: var(--text-color);
  border-radius: 3px;
  background: var(--fourth-color);
  padding: 0.3rem 0.5rem;
}

.dogecomix-post-cat-link:hover {
  color: var(--hover-color);
}

/* Single post */

.bread-crumbs {
  color: var(--text-color);
}

.bread-crumbs > a {
  text-decoration: none;
  color: var(--text-color);
  transition: 0.3s ease;
}

.bread-crumbs > a:hover {
  color: var(--hover-color);
}

.bread-crumbs > span {
  color: var(--text-color);
}

.entire-comic {
  margin-top: 1rem;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}

.img-gallery-wordpress {
  width: 100%;
  height: auto;
}

.related-post-title {
  color: var(--text-color);
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.related-posts {
  display: flex;
  flex-wrap: wrap;
}

.comic-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 0.5rem;
}

.comic-bottom-tax {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.side-title-single {
  padding: 0.3rem 0.5rem;
}

.gallery-imgs-center {
  justify-content: center;
}

/* Generic form */

.title-generic-form {
  text-align: center;
  color: var(--text-color);
  padding: 1rem 0;
  font-size: 2.5rem;
}

.generic-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--fourth-color);
  border-radius: 5px;
  background-color: var(--fifth-color);
}

.generic-form label {
  display: block;
  font-weight: bold;
  font-size: var(--font-size);
  color: var(--text-color);
}

.generic-form input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: var(--fourth-color);
}

.generic-form input[type="submit"] {
  background-color: var(--third-color);
  color: var(--main-color);
  border: none;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.generic-form input[type="submit"]:hover {
  background-color: var(--hover-color);
  color: var(--text-color);
}

.error-form {
  color: red;
  display: none;
  margin-top: -5px;
  margin-bottom: 5px;
}

.error-form-server {
  color: red;
  display: none;
  margin-top: -5px;
  margin-bottom: 5px;
}

/* Login, Register form */

.captcha-login-register {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}

.remember-label {
  display: flex !important;
  gap: 10px;
}

.remember-input {
  width: 1rem !important;
  height: 1rem;
}

.login-info-message {
  margin-bottom: 1rem;
}

/* Search form */

.searchform-section {
  display: flex;
  width: 70%;
  margin: 0;
}

@media (max-width: 991px) {
  .searchform-section {
    width: 100%;
  }
}

.input-search {
  border-radius: 5px;
  height: 3.3rem;
  width: auto;
  background-color: var(--fourth-color);
  border: none;
  padding: 10px;
  color: var(--text-color);
  flex-grow: 1;
}

.search-btn {
  border-radius: 5px;
  background-color: var(--third-color);
  color: var(--main-color);
  border: none;
  padding: 10px;
  height: 3.3rem;
  width: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  cursor: pointer;
}

.search-btn:hover {
  background-color: var(--hover-color);
}

.search-btn:hover .svg-magnifying-glass {
  stroke: var(--text-color);
}

.svg-magnifying-glass {
  fill: none;
  stroke: var(--main-color);
  stroke-miterlimit: 10;
  stroke-width: 1.91px;
  width: 75%;
  transition: 0.4s ease;
}

/* Login btn */

.login-btn-section {
  padding-right: 3.5rem;
}

.login-btn {
  background-color: var(--third-color);
  color: var(--main-color);
  text-decoration: none;
  padding: 0.5rem 0.6rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.4s ease;
}

.login-btn:hover {
  background-color: var(--hover-color);
  color: var(--text-color);
}

/* Profile */

.user-profile-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  gap: 0.25rem;
}

.user-profile-subsection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.user-profile-subsection > p {
  margin: 0;
}

.avatar-profile {
  width: 10rem;
  border-radius: 50%;
}

.user-profile-section > hr {
  width: 60%;
  color: white;
  border: 1px solid var(--text-color);
}

.metadata-profile {
  color: var(--third-color);
  font-weight: 700;
}

.info-profile {
  color: var(--text-color);
}

.profile-edit-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 1.1rem;
  color: var(--main-color);
  background-color: var(--third-color);
  padding: 0.5rem 0.5rem;
  margin: 0.5rem 0;
  border: none;
  border-radius: 5px;
  transition: 0.3s ease;
}

.profile-edit-btn:hover {
  color: var(--text-color);
  background-color: var(--hover-color);
}

.edit-input-expand {
  width: 15rem;
}

.profile-sn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  margin: 0.4rem 0;
}

.profile-sn > p {
  margin: 0;
}

.profile-sn-img {
  width: 40px;
}

.user-profile-warning {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.svg-warning {
  fill: none;
  stroke: red;
  width: 4.5%;
  margin-top: -0.3rem;
}

.btns-profile {
  display: flex;
  gap: 1rem;
}

.change-pwd-section {
  gap: 1.25rem;
}

/* Author profile */
.author-banner-section {
  position: relative;
}

.svg-edit-div {
  background-color: white;
  width: 2.5rem;
  padding: 0.2rem;
  border-radius: 50%;
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  transition: 0.3s ease;
}

.svg-edit {
  margin: 0.1rem 0.1rem 0 0;
  transition: 0.3s ease;
  cursor: pointer;
  fill: none;
  stroke: black;
}

.svg-edit-div:hover .svg-edit {
  stroke: var(--hover-color);
}

.author-banner-img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.avatar-author {
  width: 7rem;
  border-radius: 50%;
  border: 3px solid var(--second-color);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.534);
  z-index: 1000;
}

.author-info {
  display: flex;
  justify-content: center;
  background-color: var(--third-color);
  padding-bottom: 0.3rem;
  margin-top: -2.3rem;
}

.author-name {
  font-size: 1.7rem;
  color: var(--text-color);
  margin: 0 0 0 0.5rem;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.534);
}

.author-name-data {
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.author-data {
  display: flex;
  width: 100%;
}

.author-comics-number {
  padding: 0.3rem 1.5rem;
  border-right: 1px solid var(--fourth-color);
}

.author-comics-number > p {
  margin: 0;
  color: var(--fourth-color);
  text-align: center;
}

@media (max-width: 991px) {
  .author-info {
    flex-direction: column;
    align-items: center;
    margin-top: -181px;
  }

  .avatar-author {
    width: 7.8rem;
  }

  .author-name {
    margin-bottom: 20px;
  }
}

.author-block-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--text-color);
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
  padding: 0.5rem 0;
}

.author-description {
  margin: 0;
}

.author-age-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.svg-calendar {
  fill: none;
  stroke: var(--text-color);
  width: 8%;
}

.author-age-date > p {
  margin: 0;
}

.author-block-info-sidebar {
  display: flex;
}

.author-block-info-center {
  display: none;
  margin: 0.5rem 1rem;
  padding-left: 0.3rem;
}

@media (max-width: 991px) {
  .author-block-info-sidebar {
    display: none;
  }

  .author-block-info-center {
    display: flex;
  }
}

.author-social-networks img {
  width: 40px;
  margin: 0 0.2rem;
  padding: 4px;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
}

.author-social-networks img:hover {
  background-color: var(--hover-color);
}

.author-social-networks p {
  margin-bottom: 1rem;
}

.author-add-comic-a {
  height: 100%;
  text-decoration: none;
}

.author-add-comic-inside {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 4px rgb(104, 102, 102) solid;
  border-radius: 0.375rem;
  transition: 0.3s ease;
  color: rgb(95, 93, 93);
  font-size: 9rem;
  cursor: pointer;
}

.author-add-comic-inside:hover {
  border: 4px var(--hover-color) solid;
  color: var(--hover-color);
}

.author-add-comic-inside:hover .svg-plus {
  fill: var(--hover-color);
}

.svg-plus {
  fill: rgb(95, 93, 93);
  transition: 0.3s ease;
}

/* All categories */

.all-categories-section {
  margin: 0.5rem 1rem;
}

.categories-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* All tags */

.all-tags-section {
  margin: 0.5rem 1rem;
}

.dogecomix-section-alph {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border-bottom: 1px solid var(--text-color);
  gap: 5rem;
  padding: 2rem 0;
}

.dogecomix-letter-alph {
  color: var(--third-color);
  font-size: 1.3rem;
  margin: 0 0 0 1rem;
}

.dogecomix-list-alph {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  row-gap: 1rem;
}

@media (max-width: 1200px) {
  .dogecomix-list-alph {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991px) {
  .dogecomix-list-alph {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .dogecomix-list-alph {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .dogecomix-list-alph {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dogecomix-list-alph div {
  padding: 0.5rem;
}

.dogecomix-list-alph a {
  text-decoration: none;
  color: var(--text-color);
  transition: 0.3s ease;
  padding: 0.5rem;
}

.dogecomix-list-alph a:hover {
  color: var(--second-color);
  background-color: var(--text-color);
}

/* All authors */

.all-authors-section {
  margin: 0.5rem 1rem;
}

/* Recover pwd */

.error-form-recover-pwd {
  display: none;
  color: red;
}

.recover-pwd-error {
  margin-top: 0.5rem;
}

/* Admin panel */

.admin-panel-section {
  margin: 0 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.verify-user-btn {
  margin-top: 1rem;
}

.verify-user-label {
  margin-right: 0.5rem;
}

.section-panel-admin {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.subsection-panel-admin {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fix-author-label {
  margin-right: 0.5rem;
}

.fix-author-btn {
  margin-top: 1rem;
}

/* Artistas verificados */

.verified-authors-section {
  margin: 0.5rem 1rem;
}

.verified-authors-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Comments */
.comments-section {
  margin-bottom: 1rem;
}

.hr-comments {
  margin-bottom: 0;
}

.comments-title {
  color: var(--text-color);
  font-size: 2rem;
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0.75rem 0;
}

.comment-form-comment > label {
  color: var(--text-color);
}

.input-comment {
  width: 75%;
  resize: none;
  overflow: auto;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
}

.submit-comment {
  cursor: pointer;
  background-color: var(--third-color);
  padding: 0.45rem;
  transition: 0.4s ease;
  color: var(--fourth-color);
}

.submit-comment:hover {
  background-color: var(--hover-color);
}

.comment-li {
  color: var(--text-color);
  margin-top: 2rem;
}

.comments-ul {
  list-style-type: none;
}

.comment-header {
  display: flex;
}

.comment-header-info {
  margin-left: 0.5rem;
}

.comment-header-username {
  color: var(--third-color);
}

.comment-text {
  margin-top: 0.7rem;
}

.comment-moderation-message {
  color: red;
}
