/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root{
  --technopanda-button-hover:#117a65;
  --technopanda-patreon:#eb9c4d;
  --technopanda-button-patreon-hover:#a06a35;
  --technopanda-sort-button-hover:#23666b;
  --technopanda-sort:#40c0cb;
  --technopanda-subscribestar:#009587;
  --technopanda-subscribestar-hover:#FF4081;
}

.h-bg-primary:hover{
  background-color: var(--technopanda-button-hover)!important;
}
.entry-meta a:hover {
  color: var(--technopanda-button-hover)!important;
}
.button-subscribestar{
  --cnvs-btn-color: var(--technopanda-subscribestar)!important;
}
.button-subscribestar:hover{
  background:var(--technopanda-subscribestar-hover)!important;
}
.button-subscribestar:hover svg{
  filter: grayscale(0%);
}
.button-amber {
  --cnvs-btn-color: var(--technopanda-patreon)!important;
}
.button-amber:hover{
  background:var(--technopanda-button-patreon-hover)!important;
}
.color{
  color:var(--cnvs-themecolor)!important;
}
.button-aqua:hover{
  background:var(--technopanda-sort-button-hover)!important;
}
.button-aqua{
  --cnvs-btn-color: var(--technopanda-sort)!important;
}

#app {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around
}

#app .vbox-item {
  flex: 0 0 calc(33.333%);
}

#app .vbox-item img {
  width: 5000px;
}

.vbox-child {
  max-width: 92% !important;
}

.gray-overlay img {
  filter: grayscale(100%);
}

/* Gallery container */
.gallery {
  display: flex;
  flex-wrap: wrap;
}

/* Thumbnail container */
.thumbnail {
  width: 200px;
  height: 200px;
  margin: 10px;
}

/* Thumbnail image */
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

/* Lightbox content */
.lightbox-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

/* Lightbox image */
.lightbox-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

/* Close button */
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  z-index: 4;
}
.close-container{
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.5));
}

/* Lightbox arrows */
.arrow {
  filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.5));
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.custom_arrow_prev{
padding-right:5%!important;
height:40vh!important;
}
.custom_arrow_next{
padding-left:5%!important;
height:40vh!important;
}
/* Previous arrow */
.prev {
  padding-right: 5%;
  height:40vh;
  left:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Next arrow */
.next {
  right: 20px;
  padding-left: 5%;
  height:40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter {
  /* Additional styles for the counter... */
  position: absolute;
  filter:drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.5));
  top: 20px;
  left: 20px;
  color: white;
  z-index:4;
  font-size: 16px;
  font-weight: bold;
}

/* Media query for mobile devices */
@media (max-width: 850px) {
  .lightbox-content {
      padding: 20px;
  }

  .counter {
      display: none;
  }

  .close {
      top: 10px;
      right: 10px;
      font-size: 36px;
      color: var(--cnvs-themecolor);
      /* Make the close button darker */
  }

  .arrow {
      height:50vh;
      font-size: 36px;
      color: var(--cnvs-themecolor);
      /* Make the arrows darker */
  }
  .custom_arrow_prev{
    padding-right:20%!important;
    height:15vh!important;
  }
  .custom_arrow_next{
    padding-left:20%!important;
    height:15vh!important;
  }
}

.link-active {
  color: var(--cnvs-primary-menu-hover-color);
  transition: transform 0.3s ease;
}
.tagcloud a.active{
  border-color: var(--cnvs-themecolor) !important;
  color: var(--cnvs-themecolor) !important;
}
:root {
  --cnvs-side-panel-size:	500px;
}
.model-container h6,p{
  padding:0;
  margin:0;
}
.model-container > div:nth-child(even) {
  background-color: #f7f7f7; /* Set the desired background color for even rows */
}

.model-container > div:nth-child(odd) {
background-color: #ffffff; /* Set the desired background color for odd rows */
}
.model-inside-container{
  padding:10px 10px;
}
.model-container{
  border:1px solid #A09393;
}
.app-title{
  padding:0;
  margin:10px 0;
}
.model-tools p{
  margin-left:15px;
}
.page-title{
  padding:40px;
}
@media (max-width: 768px) {
  .page-title {
      padding: 5px;
  }
}
.button:hover{
  background:var(--technopanda-button-hover);
}

.button-aqua:hover{
  background:#23666b;
}
/* ----------------------------------------------------------------
Go To Bottom
-----------------------------------------------------------------*/
#gotoBottom {
  --cnvs-gotoTop-size: 2.5rem;
  --cnvs-gotoTop-bg: rgba(0, 0, 0, 0.3);
  --cnvs-gotoTop-icon-size: 1.5rem;
  --cnvs-gotoTop-icon-color: #fff;
  --cnvs-gotoTop-position-boxed-right: 30px;
  --cnvs-gotoTop-position-boxed-top: 100px;
  --cnvs-gotoTop-position-botom: 50px;
  --cnvs-gotoTop-border-radius: 2px;
  --cnvs-gotoTop-hover-color: var(--cnvs-themecolor);
  z-index: -999;
  position: fixed;
  width: var(--cnvs-gotoTop-size);
  height: var(--cnvs-gotoTop-size);
  line-height: var(--cnvs-gotoTop-size);
  background-color: var(--cnvs-gotoTop-bg);
  font-size: var(--cnvs-gotoTop-icon-size);
  text-align: center;
  color: var(--cnvs-gotoTop-icon-color);
  bottom: auto;
  left: auto;
  right: var(--cnvs-gotoTop-position-boxed-right);
  top: 150px;
  cursor: pointer;
  border-radius: var(--cnvs-gotoTop-border-radius);
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  #gotoBottom {
    transition: none;
  }
}
@media (max-width: 968px) {
  #gotoBottom {
      top:70px;
  }
}
.gotobottom-active #gotoBottom {
  z-index: 599;
  opacity: 1;
}
.stretched #gotoBottom {
  right: var(--cnvs-gotoTop-position-boxed-right);
  bottom: var(--cnvs-gotoTop-position-boxed-bottom);
}
#gotoBottom:hover {
  background-color: var(--cnvs-gotoTop-hover-color);
}
.buttons-comic-list{
  display: flex;
  
}
@media (max-width:498px){
  .buttons-comic-list{
      flex-direction: column;
      text-align:center;
  }
  .buttons-comic-list button{
      width:350px;
  }
}
@media (min-width: 992px) {
  #top-notifications {
    position: relative;
  }
}
.top-notification-content {
  position: fixed;
  top: 0;
  left: auto;
  width: 300px;
  background-color: var(--cnvs-primary-menu-submenu-bg);
  border: 0;
  box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .top-notification-content {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .top-notification-content {
    right: 0 !important;
    transform: translate3d(300px, 0, 0);
    height: 100vh;
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .top-notification-content {
    opacity: 0;
    position: absolute;
    width: 500px;
    border: 1px solid var(--cnvs-header-border-color);
    border-top: 2px solid var(--cnvs-themecolor);
    top: calc((var(--cnvs-header-height) + 20px) * 0.5);
    right: 0;
    margin: -10000px 0 0;
    z-index: auto;
    transition: opacity 0.5s ease, top 0.4s ease;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .top-notification-content {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .top-cart-open .top-notification-content {
    transform: translate3d(0, 0, 0);
    z-index: 499;
  }
}
@media (min-width: 992px) {
  .top-cart-open .top-notification-content {
    opacity: 1;
    z-index: 399;
    margin-top: 0;
  }
}
.lightbox-video {
  position: relative;
  height:80vh;
    width:80vw;
    left:10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
@media (max-width: 850px) {
    .lightbox-video{
        height:50vh;
    }    
}


.lightbox-video .video-js {
  max-width: 100%;
  max-height: 100%;
}

.lightbox-video .vjs-big-play-button {
  z-index:999999;
}

.lightbox-video .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-line-margin{
  margin:15px 0;
}
.serie-deactive{
  color:var(--cnvs-contrast-700);
}
.serie-active{
  color:var(--cnvs-themecolor)!important;
  font-weight:bold;
}
.custom-svg-icon {
  transition: filter 0.25s ease;
  filter: grayscale(100%);
}

.custom-svg-icon:hover {
  filter: grayscale(0%);
}