.card, .btn, .toast, .alert, .form-control, .form-select, .badge,
.accordion-item, .accordion-button, .list-group, .input-group-text,
.form-check-input, .nav-tabs .nav-link, .nav-pills .nav-link, .progress, .modal-content{
    border-radius: 0px !important;
}

@media (min-width: 992px) {
    .card-header {
        left: 25%;
    }
    .card-footer {
        left: 25%;
    }
}


@media (min-width: 992px) {
    .scroller-user {
        top: 50px;
    }
}

.dropdown-menu {
    --bs-dropdown-min-width: 6rem;
}

.text-bg-success{
    background-color: #8BC34A !important;
    border-color: #8BC34A !important;
    color: white !important;
}

.text-bg-inverted{
    color: var(--bs-body-bg) !important;
    background-color: var(--bs-body-color) !important;
}

.text-bg-inverted2{
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
}

.offcanvas{
    background-color: var(--bs-body-color) !important;
    color: var(--bs-body-bg) !important;
}

.offcanvas-body{
    background-color: var(--bs-body-color) !important;
    color: var(--bs-body-bg) !important;
}

.ks-tooltip{
    --bs-tooltip-bg: #2bde73;
    --bs-tooltip-color: var(--bs-white);
}

/* .bg-body-tertiary {
    background-color: var(--bs-body-color) !important;
    color: var(--bs-body-bg) !important;
} */

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-button {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 5px 10px;
}

.language-button img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.language-button {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 5px 10px;
}

.available-language {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.language-menu {
    position: absolute;
    bottom: 125%;
    left: 0;
    margin-top: 5px;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-body-color);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    display: none;
    z-index: 11;
}

.language-menu .option {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    text-shadow: 0 0 black;
}

.language-menu .option:hover {
    border-radius: 4px;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
}

.language-menu .option img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.bg-translucent {
    background: rgba(var(--bs-body-color-rgb), 0.3);
    backdrop-filter: blur(5px);
    /* font-weight: 600; */
}

.navbar-nav .nav-link{
    color: var(--bs-body-bg);
    text-shadow: 0px 0px 2px var(--bs-body-color);
}

.section-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    padding: 10px;
    background-color: var(--bs-body-color) !important;
    color: var(--bs-body-bg) !important;
    text-shadow: none;
    transition: border-left 0.3s ease-in-out;
}

.folded-ribbon {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */
    
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 20px var(--f) calc(10px + var(--r));
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    z-index: 2;
    font-size: 1.5rem;
}

.rotated-ribbon {
    position: absolute;
    clip-path: inset(0 -100%);
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(29.3%) rotate(45deg);
    z-index: 2;
    font-size: 1.5rem;
    padding-left: 1px;
    padding-right: 1px;
}

.form-control-color {
    height: 2.4rem ; /* Ajusta al mismo alto de otros inputs */
    padding: .375rem .75rem; /* Ajusta el padding interno */
    width: 100%;
}
.full-page-form {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
}
.full-page-form form{
    margin-top: -40px;
}

/* Scroller */
.scroller-action path{
    color: #FFFFFF;
    -webkit-filter: drop-shadow( 1px 1px #1D1616);
    filter: drop-shadow(1px 1px #1D1616);
}
.scroller-action a, .scroller-action span{
    color: #FFFFFF;
    text-decoration: none;
    background: radial-gradient(rgba(0,0,0,0.05), rgba(0,0,0,0) 75%);
    text-shadow:
        1px 1px #1D1616,
        0px 0px 5px #1D1616;
    padding: 5px;
    font-size: 10px;
}

.drop-shadow{
    color: #FFFFFF;
    text-shadow:
        1px 1px #1D1616,
        0px 0px 15px #1D1616;
}

/* Menus */
.nav-pills{
    font-size: small !important;
}
.nav-pills .active path{
    color: #FFFFFF;
    -webkit-filter: drop-shadow( 1px 1px #1D1616);
    filter: drop-shadow( 1px 1px #1D1616);
}

.nav-tabs .nav-link{
    color: var(--bs-tertiary-bg-rgb);
}

/* interactions */
.interactions {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
}

.interactions.horizontal {
    left: auto;
    bottom: 60px;
    text-align: center;
}

.interactions.show {
    opacity: 1;
    visibility: visible;
}

.interaction {
    width: 100%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-danger {
    background-color: #D32F2F;
    border-color: #D32F2F;
    color: white;
}
.btn-danger:hover {
    background-color: #ae213f;
    border-color: #ae213f;
}
.btn-danger:active {
    background-color: #881244;
    border-color: #881244;
}
.btn-danger:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}

.btn-success {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: white;
}
.btn-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.btn-success:active {
    background-color: #388E3C;
    border-color: #388E3C;
}
.btn-success:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}

.btn-warning {
    background-color: #FFC107;
    border-color: #FFC107;
    color: black;
}
.btn-warning:hover {
    background-color: #d6ff07;
    border-color: #d6ff07;
}
.btn-warning:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}

.btn-primary {
    background-color: #03A9F4;
    border-color: #03A9F4;
    color: white;
}
.btn-primary:hover {
    background-color: #0288D1;
    border-color: #0288D1;
}
.btn-primary:active {
    background-color: #01579B;
    border-color: #01579B;
}
.btn-primary:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #03A9F4;
    color: #03A9F4;
}
.btn-outline-primary:hover {
    background-color: #03A9F4;
    border-color: #03A9F4;
    color: white;
}
.btn-outline-primary:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}
.btn-outline-danger {
    background-color: transparent;
    border-color: #D32F2F;
    color: #D32F2F;
}
.btn-outline-danger:hover {
    background-color: #D32F2F;
    border-color: #D32F2F;
    color: white;
}
.btn-outline-danger:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}
.btn-outline-success {
    background-color: transparent;
    border-color: #8BC34A;
    color: #8BC34A;
}
.btn-outline-success:hover {
    background-color: #8BC34A;
    border-color: #8BC34A;
    color: white;
}
.btn-outline-success:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}
.btn-outline-warning {
    background-color: transparent;
    border-color: #FFC107;
    color: #FFC107;
}
.btn-outline-warning:hover {
    background-color: #FFC107;
    border-color: #FFC107;
    color: black;
}
.btn-outline-warning:active {
    background-color: #fff !important;
    border-color: #fff !important;
    color: black !important;
}

.toast{
    background-color: var(--bs-body-color);
    color: var(--bs-body-bg);
    border: 0px;
    margin-top: 10px;
}

.text-success{
    color: #8BC34A !important;
}
.text-danger{
    color: #D32F2F !important;
}
.text-warning{
    color: #FFC107 !important;
}
.text-primary{
    color: #03A9F4 !important;
}
/* 
.alert-danger {
    background-color: #B71C1C;
    border-color: #E57373;
    color: white;
}
.alert-success {
    background-color: #2E7D32;
    border-color: #81C784;
    color: white;
}
.alert-warning {
    background-color: #E65100;
    border-color: #FFB74D;
    color: black;
}
.alert-primary {
    background-color: #01579B;
    border-color: #64B5F6;
    color: white;
} */


.reader-controls {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s;
}

.reader-controls.show {
    opacity: 1;
    visibility: visible;
}

.list-group-item.active{
    background-color: #8BC34A;
    border-color: #2E7D32;
}

.list-group-item.active:hover{
    background-color: #4CAF50;
}

.list-group-item.programmed{
    color: #000000;
    background-color: #FFC107;
    border-color: #E65100;
}

.list-group-item.programmed:hover{
    background-color: #db9a0f;
}

.ribbon {
    position: fixed;
    background: #B71C1C;
    box-shadow: 0 0 0 999px #B71C1C;
    clip-path: inset(0 -100%);
    inset: 0 0 auto auto;
    transform-origin: 0 0;
    transform: translate(29.3%) rotate(45deg);
    z-index: 1031;
}

.card .card-img-top {
    width: 100%; /* Para que llene el ancho del contenedor */
    height: 540px; /* Ajusta la altura según necesites */
    object-fit: cover; /* Corta la imagen para llenar el contenedor manteniendo la relación de aspecto */
    object-position: center; /* Centra la imagen */
}

.overlay{
    opacity: 0.75 !important;
}

.description {
    display: flex;
    flex-direction: column;
}

.description-p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    opacity: 0;
}

.visible {
    max-height: 150px; /* Ajusta según el contenido */
    opacity: 1;
}

.svg-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.rotado {
    transform: rotate(180deg);
}

.img-zoom {
    transition: transform 0.3s ease; /* Suaviza el zoom */
}

.img-zoom:hover {
    transform: scale(1.05); /* Hace el zoom al 120% */
}

.ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-zoom-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
.recent-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    position: relative;
}

.comic-info:hover {
    opacity: 1;
}

.comic-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.75);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.webtoon {
    width: 100%;
}

.app{
    display: flex;
}

.website {
    display: none !important;
}

.scroller-action-top {
    margin-top: 40px;
}

.navbar {
    padding-left: 5em;
    padding-right: 5em;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: block;
}

.fade-menu {
    transition: background-color 0.5s ease-in-out;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.disabled{
    color: #6B6F72 !important;
}

.one-line-text {
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow:hidden;
}

.offcanvas-top{
    height: 100vh !important;
}
main > .container-fluid {
    margin-top: 50px;
}
main > .container{
    padding-top: 50px;
}
.limit-top {
    margin-top: 36px;
}

.row-scroll {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: scroll !important;
    scrollbar-width: none;
    align-items: center;
}

.row-scroll::-webkit-scrollbar {
    display: none;
}

.scroll-left{
    font-size: 15px;
    width: 32px;
    padding-left: 9px;
    left: 10px;
    padding-top: 3px;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    border-radius: 50% !important;
    transition: opacity 0.3s ease;
    color: var(--bs-body-bg);
}

.scroll-left:hover, .scroll-left:active {
    opacity: 1;
    color: var(--bs-body-bg);
}

.scroll-right{
    font-size: 15px;
    width: 32px;
    padding-left: 9px;
    right: 10px;
    padding-top: 3px;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    border-radius: 50% !important;
    transition: opacity 0.3s ease;
    color: var(--bs-body-bg);
}

.scroll-right:hover, .scroll-right:active {
    opacity: 1;
    color: var(--bs-body-bg);
}

@media (max-width: 991px) {
    .menu-bottom_push {
        margin-bottom: 36px;
    }
}

@media (min-width: 992px) {
    .offcanvas-top{
        height: 50vh !important;
    }
    .app {
        display: none !important;
    }
    .website {
        display: block !important;
    }
    .webtoon {
        width: 30%;
        min-width: 600px;
    }
    .scroller-action-top {
        margin-top: 65px;
    }
    main > .container-fluid {
        margin-top: 70px;
    }
    main > .container{
        padding-top: 70px;
    }
    .limit-top {
        margin-top: 59px;
    }
}










/* Chapter Card */
.news-card .tp-block-container {
    height: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.news-card .tp-block-container .tp-block-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    padding: 2rem;
    backface-visibility: hidden;
}

.news-card .tp-block-container .tp-block-content .tp-title {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    right: auto;
    color: white;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: rgba(232, 227, 227, 0.21);
    text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.32);
    padding: 10px;
}

.news-card .tp-block-container .tp-block-content .tp-subtitle {
    position: absolute;
    color: white;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    padding: 1.7rem;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.news-card .tp-block-container .tp-block-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.52) 58%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.52) 58%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

@media (max-width: 991px) {
    .news-card .tp-block-container .tp-block-content:before {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .news-card .tp-block-container .tp-block-content .tp-title {
        transform: translate3d(0, -50%, 0) translate3d(0, -45px, 0);
    }

    .news-card .tp-block-container .tp-block-content .tp-subtitle {
        color: white;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.news-card .tp-block-container:hover .tp-block-content:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.news-card .tp-block-container:hover .tp-block-content .tp-title {
    transform: translate3d(0, -50%, 0) translate3d(0, -45px, 0);
}

.news-card .tp-block-container:hover .tp-block-content .tp-subtitle {
    color: white;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* News Card */

.chapter-card {
    overflow: hidden;
}

.chapter-card .tp-block-container {
    min-height: 100%;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.chapter-card .tp-block-container .tp-block-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    padding: 1.1rem;
    backface-visibility: hidden;
}

.chapter-card .tp-block-container .tp-block-content .tp-title {
    position: absolute;
    top: 32%;
    left: 0;
    bottom: auto;
    right: auto;
    color: white;
    text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.32);
    transition: transform 0.35s, color 0.35s;
}

.chapter-card .tp-block-container .tp-block-content .tp-author {
    position: absolute;
    top: 20%;
    left: 0;
    bottom: auto;
    right: auto;
    color: white;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.32);
    padding: 10px;
    transition: left 0.35s, opacity 0.35s;
}

.chapter-card .tp-block-container .tp-block-content .tp-data {
    position: absolute;
    top: 85%;
    left: 0;
    bottom: auto;
    right: auto;
    color: white;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(17, 17, 17, 0.32);
    padding: 10px;
    transition: left 0.35s, opacity 0.35s;
}

.chapter-card .tp-block-container .tp-block-content .tp-subtitle {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 20px;
    right: auto;
    padding: 1.6rem;
    color: white;
    margin: 0 auto;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.chapter-card .tp-block-container .tp-block-content:before {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .chapter-card .tp-block-container {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .chapter-card .tp-block-container .tp-block-content:before {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .chapter-card .tp-block-container .tp-block-content .tp-title {
        -webkit-transform: translate3d(0, -35%, 0);
        transform: translate3d(0, -35%, 0);
    }

    .chapter-card .tp-block-container .tp-block-content .tp-author {
        left: -100%;
    }

    .chapter-card .tp-block-container .tp-block-content .tp-data {
        left: 100%;
    }

    .chapter-card .tp-block-container .tp-block-content .tp-subtitle {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.chapter-card:hover .tp-block-container {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.chapter-card:hover .tp-block-container .tp-block-content:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.chapter-card:hover .tp-block-container .tp-block-content .tp-title {
    -webkit-transform: translate3d(0, -35%, 0);
    transform: translate3d(0, -35%, 0);
}

.chapter-card:hover .tp-block-container .tp-block-content .tp-author {
    left: -100%;
    opacity: 0;
}

.chapter-card:hover .tp-block-container .tp-block-content .tp-data {
    left: 100%;
    opacity: 0;
}

.chapter-card:hover .tp-block-container .tp-block-content .tp-subtitle {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Comic Card */
.tp-animation-layla {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

@media (min-width: 992px) {
    .tp-animation-layla:hover {
        background: linear-gradient(-45deg, #ffffff 0%, #000000 100%);
    }

    .tp-animation-layla:hover:before, .tp-animation-layla:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 0.35s,transform 0.35s;
        -o-transition: opacity 0.35s,transform 0.35s;
        transition: opacity 0.35s,transform 0.35s;
    }

    .tp-animation-layla:hover img {
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity 0.35s,transform 0.35s;
        -o-transition: opacity 0.35s,transform 0.35s;
        transition: opacity 0.35s,transform 0.35s;
        -webkit-transform: scale3d(1.05, 1.05, 1);
        -moz-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
        -o-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
    }

    .tp-animation-layla:before, .tp-animation-layla:after {
        position: absolute;
        content: "";
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s,transform 0.35s;
        -o-transition: opacity 0.35s,transform 0.35s;
        transition: opacity 0.35s,transform 0.35s;
        z-index: 1;
        pointer-events: none;
    }

    .tp-animation-layla img {
        background: #FFF;
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        transition: opacity 0.35s,transform 0.35s;
    }

    .tp-animation-layla:before {
        position: absolute;
        top: 30px;
        left: 20px;
        bottom: 30px;
        right: 20px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .tp-animation-layla:after {
        position: absolute;
        top: 20px;
        left: 30px;
        bottom: 20px;
        right: 30px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        -o-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

.tp-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    padding: 0.8rem;
    min-width: 40%;
    z-index: 2;
}

.chapter-button{
    background-color: #FFFFFF;
    color: #4d5b7c;
    --o-cc-bg: #FFFFFF;
}

.carousel-control-next{
    bottom: 16px;
}

.tp-actions i.tp-action-icon, .d_actions i.tp-action-icon, .tp-actions-container i.tp-action-icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
    font-size: 18px !important;
}

.card-body img {
    max-width: 100%;
    height: auto;
    display: block;
}

.user-card {
    overflow: hidden;
}

.user-card .card-body .user-color {
    height: 70px;
    position:absolute;
    width:100%; 
    top:0;
    left: -100%;
    transition: all 150ms ease-out 0s;
}

.user-card:hover .card-body .user-color {
    left: 0;
}

.comic-card:hover .d_action_btn {
    transform: translateY(0);
}

.s_card_style_2 .card-body {
    flex-grow: 0;
}

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

.comic-card .d_product_box .d_card_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    opacity: 0;
    background: rgba(9, 9, 9, 0.6);
    transition: all 300ms ease-out 0s;
}

.comic-card .d_product_box .d_img_block .d_actions {
    position: absolute;
    top: 70%;
    left: 0px;
    bottom: auto;
    right: 0px;
    margin: 0 auto;
}

.comic-card .d_product_box .d_img_block .d_actions .d_action_btn {
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0px;
    transition: ease .3s all;
    margin-left: 3px;
    opacity: 0;
    transform: translateY(-15px);
}

.comic-card:hover .d_product_box .d_img_block .d_actions .d_action_btn {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.col-md-3 .s_card_style_2 .d_product_box .d-product-img, .d-owl-ppr-3 .s_card_style_2 .d_product_box .d-product-img {
    max-height: 360px;
}

.col-md-4 .s_card_style_2 .d_product_box .d-product-img, .d-owl-ppr-4 .s_card_style_2 .d_product_box .d-product-img {
    max-height: 425px;
    object-fit: cover;
}

.col-md-6 .s_card_style_2 .d_product_box .d-product-img, .d-owl-ppr-6 .s_card_style_2 .d_product_box .d-product-img {
    max-height: 450px;
    object-fit: contain;
}

.comic-card {
    transition: all .3s;
    overflow: hidden;
}

.comic-card .tp-text{
    z-index: 1;
    position: absolute;
    top: calc(15%);
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-box-direction: normal;
    -ms--webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translateX(20px) translateZ(0);
    transform: translateX(20px) translateZ(0);
    
    color:#ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1rem;
    line-height: 1.5em;
    max-height: calc(1.65em * 6);
}

.comic-card .tp-actions {
    z-index: 1;
    position: absolute;
    top: 5px;
    left: auto;
    bottom: auto;
    right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms--webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translateX(20px) translateZ(0);
    transform: translateX(20px) translateZ(0);
}

.comic-card .tp-actions .tp-action-icon {
    transition: all 0.8s;
}

.comic-card .tp-actions .tp-action-icon.disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}

.comic-card .tp-actions .tp-action-icon:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}


.comic-card .tp-user {
    width:100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms--webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    -webkit-transform: translateX(-20px) translateZ(0);
    transform: translateX(-20px) translateZ(0);
    text-shadow: 1px 1px 1px rgba(17, 17, 17, 1);
}

.comic-card:hover .tp-actions {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.comic-card:hover .tp-text {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.comic-card:hover .tp-user {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.comic-card .d_product_box {
    flex-flow: column;
}

.comic-card .d_product_box .d_img_block {
    flex-grow: 1;
    flex-flow: column;
}

.comic-card .d_product_info {
    z-index: 10;
    background-color: white;
}

.comic-card .tp-bottom-to-up {
    transition: transform .3s ease, opacity .3s ease;
    opacity: 0;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    backface-visibility: hidden;
    transform: translateX(0px) translateY(30px);
}

.comic-card:hover .tp-bottom-to-up {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}

.carousel-item .caption {
    position: absolute;
    color: #fff;
    text-shadow: 0px 1px 0px #000000;
}

.carousel-item .caption .badge,
.carousel-item .caption .btn {
    text-shadow: none;
}

.carousel-item .caption.image {
    margin-top: 10px;
    width: 200px;
    top: 50%;
    left: 15%;
    transform: translateY(-45%);
}

.carousel-item .caption.info {
    top: 50%;
    left: 35%;
    padding-right: 15%;
    transform: translateY(-45%);
    overflow: hidden;
}

.carousel-title{
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 1px 0px #000000;
}

.carousel-indicators .image{
    display: flex;
    align-items: flex-end;
    justify-content: center; /* Opcional, para centrar horizontalmente */
    transition: all 0.3s ease;
}

.carousel-indicators .image.active {
    width: 50px;
}

@media (min-width: 992px) {
    .comic-card:hover .d_card_overlay, .s_card_style_2:hover .d_action_btn {
        opacity: 1 !important;
    }
}

@media (max-width: 991px) {
    .carousel-item .caption.info {
        margin-top: 50px;
        left: 5%;
        padding-right: 5%;
    }
    .comic-card .tp-actions {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }

    .comic-card .tp-user {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }

    .comic-card .d_product_box .d_img_block .d_actions .d_action_btn {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .comic-card .tp-bottom-to-up {
        transform: translateX(0px) translateY(0px);
        opacity: 1;
    }
    .user-card .card-body .user-color {
        left: 0;
    }
    .carousel-title{
        top: 55px;
        width: 100%;
    }
    .comic-card .tp-user {
        background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    }
}

.border-right{
    overflow-y: auto;
    border-right: 1px solid var(--bs-border-color);
}

.border-left{
    overflow-y: auto;
    border-left: 1px solid var(--bs-border-color);
}

.sucess_check-mark {
    height: 22px;
    width: 22px;
    text-align: center;
    border: 2px solid var(--bs-success);
    border-radius: 50%;
}

.check-mark {
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 7px;
    position: relative;
    top: -6px;
    left: 4px;
    border-bottom: 3px solid var(--bs-success);
    border-right: 3px solid var(--bs-success);
}



.app-menu{
    transition: background-color 0.5s ease-in-out, all 0.2s ease-in-out;
    bottom: -75px;
}

.app-menu.display{
    bottom: 0;
    background: rgba(var(--bs-body-color-rgb), 1);
}

.inverted{
    filter: var(--bs-btn-close-filter-inverted) !important;
}


:root, [data-bs-theme="light"] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #e9eff6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #12151f;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #12151f;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 235, 238, 243;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #12151f;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: rgb(235, 238, 243);
    --bs-tertiary-bg-rgb: 235, 238, 243;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #12151f;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e9eff6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-btn-close-filter-inverted: invert(100%) grayscale(100%) contrast(100%);
}
[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #e9eff6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #12151f;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(27, 31, 43);
    --bs-tertiary-bg-rgb: 27, 31, 43;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #e9eff6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #e9eff6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
    --bs-btn-close-filter-inverted: unset;
}