/* General */
.logo img.custom-logo {
    max-width: 175px;
}

.qc-cmp2-persistent-link {
    display: none !important;
}

.btn.btn-unirse,
.btn.btn-outline-primary.btn-userlogin,
input#keyword,
span.btn-ajax-search,
.btn-round {
    border-radius: 4px !important;
}

.btn.btn-unirse,
.btn.btn-outline-primary.btn-userlogin {
    transition: none;
}

.my-account-button i {
    cursor: pointer;
}

button#uploadnow:disabled {
    color: #fff;
    background: #ccc;
}

button.btn.btn-outline-primary.btn-userlogin:active {
    background: #ffffff;
}

form.pmpro_form input[type=text].input,
form.pmpro_form input[type=password].input,
.pmpro_login_wrap form#loginform input[type=text].input,
.pmpro_login_wrap form#loginform input[type=password].input,
.pmpro_checkout-field.pmpro_checkout-field-bemail input[type=email],
input#bconfirmemail {
    width: 100% !important;
    max-width: 100%;
    border: 1px solid #6d6d6d;
    height: 50px;
}

.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result,
form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
    display: none !important;
}

input#discount_code_button {
    display: none !important;
}

.entry-content.hidden-content a {
    color: #0c5ed6;
}

input#discount_code_button {
    height: 50px;
    background: #265fd5;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

#pmpro_checkout_box-country-details {
    display: none !important;
    visibility: hidden !important;
    width: 0;
    height: 0;
}

.video-item-card .video-content {
    padding-top: 12px;
}

.btn-hidden-content .remove-hidden-content {
    border-radius: 20px;
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
}

.remove-hidden-content {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.remove-hidden-content i {
    font-size: 12px !important;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn {
    background: #191919;
    background: -webkit-linear-gradient(to right, #191919, #191919);
    background: linear-gradient(to right, #191919, #191919);
}

.btn:hover {
    background: #313131;
    background: -webkit-linear-gradient(to right, #313131, #313131);
    background: linear-gradient(to right, #313131, #313131);
}

/* Tag list container for horizontal scrolling */
.video-tag-lists {
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 15px;
    /* Adjust if needed, but the parent container handles overall vertical padding */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* For Firefox */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.video-tag-lists::-webkit-scrollbar {
    display: none;
}

.video-tag-lists ul.tag-scroll {
    display: inline-flex;
    min-width: max-content;
    /* Ensures content doesn't wrap */
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-tag-lists ul.tag-scroll li {
    display: inline;
}

.video-tag-lists ul.tag-scroll li a {
    display: inline-block;
    padding: 8px 10px;
    background-color: #f0f0f0;
    color: #0c5ed6;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease;
    line-height: 1em;
}

.video-tag-lists ul.tag-scroll li a:hover {
    background-color: #e0e0e0;
}

/* Tag list container for horizontal scrolling */
.video-tag-lists {
    overflow-x: auto;
    white-space: nowrap;
    /* padding-top: 15px; Removed, handled by parent container */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* For Firefox */
}

/* Hide scrollbar for Webkit browsers (Chrome, Safari, Edge) */
.video-tag-lists::-webkit-scrollbar {
    display: none;
}

.video-tag-lists ul.tag-scroll {
    display: inline-flex;
    min-width: max-content;
    /* Ensures content doesn't wrap */
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-tag-lists ul.tag-scroll li {
    display: inline;
}

.video-tag-lists ul.tag-scroll li a {
    display: inline-block;
    padding: 8px 10px;
    background-color: #f0f0f0;
    color: #0c5ed6;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease;
    line-height: 1em;
}

.video-tag-lists ul.tag-scroll li a:hover {
    background-color: #e0e0e0;
}

/* --- Updated CSS for Navigation Arrows --- */
.tag-navigation-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 10px 0px 10px;
    max-width: calc(100vw - 476px);
    margin-top: 10px !important;
}

.tag-navigation-container .video-tag-lists {
    flex-grow: 1;
    /* Allow tag list to take available space */
    padding-top: 0;
    /* Remove top padding as container already has it */
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    /* Changed to pure white */
    border: none;
    /* Removed border for cleaner look */
    border-radius: 50%;
    width: 36px;
    /* Slightly larger for better touch target and icon fit */
    height: 36px;
    /* Slightly larger */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* Initial subtle shadow */
    transition: box-shadow 0.2s ease, opacity 0.3s ease;
    /* Transition for shadow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #000;
    padding: 0px;
    background: #fff;
    opacity: 0;
    pointer-events: none;

}

.scroll-arrow:hover {
    /* YouTube-like box shadow on hover */
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.scroll-arrow.left-arrow {
    left: 0;
}

.scroll-arrow.right-arrow {
    right: 0;
}

/* Hidden state for arrows */
.scroll-arrow:not(.hidden) {
    opacity: 1;
    pointer-events: auto;
}

.scroll-arrow.hidden {
    opacity: 0;
    pointer-events: none;
    /* Disable clicks when hidden */
}

/* Styling for the SVG icons inside the buttons */
.scroll-arrow .arrow-icon {
    width: 24px;
    /* Size of the SVG icon */
    height: 24px;
    fill: currentColor;
    /* Use the button's color for the SVG */
    display: block;
    /* Remove extra space below SVG */
}

.unlc:empty,
.lc:empty {
    display: none;
}

.d-block.d-md-none.mb-15:empty,
.d-none.d-sm-none.d-md-block.mb-15 {
    margin-bottom: 0px;
}

.page-template-default .sidebar-menu.open+.main-container.p-0 .container-fluid {
    padding: 0px 30px;
}

.page-template-default .sidebar-menu.open+.main-container.p-0 .container-fluid ul {
    margin-left: 15px;
}

/* Ads Container block */
.dp-header-ads-block {
    padding: 0 8px;
}


/* Menu */
.my-account-button img {
    height: 24px;
    width: auto;
}

#offcanvasMenu {
    z-index: 999999;
    background: #f3f3f3;
}

.offcanvas-start {
    width: 75%;
}

.offcanvas-body,
ul#menu-mobile-off-canvas-mneu {
    padding: 0;
}

.off-canvas-menu-bar {
    background: #fff;
}

.mobile-serach {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 8px 10px;
    top: 0;
}

.ajax-search-form img.mb-search {
    height: 35px;
    padding: 5px;
    position: absolute;
    right: -40px;
    top: 5px;
}

.ajax-search-form {
    max-width: 640px !important;
    margin: 0 !important;
}

.sidebar-menu .menu-logout {
    display: none !important;
    visibility: hidden;
}

.btn-small {
    padding: 10px 30px !important;
    height: 45px;
}

.pmpro_login_wrap input#wp-submit {
    border-color: #0c5ed6 !important;
    display: flex !important;
    align-items: center;
    border: 1px solid #0c5ed6 !important;
}

.pmpro_login_wrap input#wp-submit:hover {
    background: #0044b2 !important;
}

.pmpro_login_wrap #loginform p.login-remember label {
    padding: 0;
}

.pmpro_login_wrap .login-remember {
    width: 50%;
    float: left;
}

.pmpro_login_wrap .login-submit {
    width: auto;
    float: right;
    display: flex;
    justify-content: end;
}

.pmpro_login_wrap .login-remember {
    height: 44px;
    display: flex;
    align-items: center;
}

.pmpro_login_wrap input#rememberme {
    border-radius: 3pxc;
}

.pmpro_login_wrap hr {
    width: 100%;
}

.btn-outline-primary {
    background: #fff;
    color: #0a5ed5 !important;
    border: 1px solid #0a5ed5 !important;
    align-items: center;
    text-wrap: nowrap;
    border: none;
}

.my-account-button .btn-userlogin img {
    margin-right: 5px;
}

.my-account-button .btn-userlogin img {
    max-width: 28px !important;
}

.btn-outline-primary:hover {
    background: #dae7fc !important;
    border: 1px solid #dae7fc !important;
    opacity: 1 !important;
}

.logged-in .my-account-button img.avatar {
    border-radius: 99px;
    object-fit: cover;
}

.pmpro_lost_password_wrap .pmpro_actions_nav,
.pmpro_lost_password_wrap hr {
    display: none;
}

.sidebar-menu.open .desktop-menu ul li {
    text-align: unset;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: 10px;
    border-radius: 10px;
}

.sidebar-menu.open nav.desktop-menu li a img {
    width: 20px;
    height: 20px;
}

nav.desktop-menu li a img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.sidebar-menu.open .desktop-menu ul li a:hover img {
    filter: invert(14%) sepia(1%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(91%);
}

.sidebar-menu.open .desktop-menu ul li a:hover i {
    color: #2c2c2c;
}

.sidebar-menu.open .desktop-menu ul li a:hover {
    background: rgb(242 242 242);
    color: #2c2c2c !important;
    border-radius: 10px;
}

.current-menu-item a {
    font-weight: 500;
}

.mi-cover {
    display: inline-flex;
    background: transparent;
    border-radius: 99px;
    margin-right: 0px;
    width: 30px;
    justify-content: center;
    height: 22px;
}

.sidebar-menu.open .mi-cover {
    margin-right: 22px;
    width: 20px;
    height: 20px;
}

.sidebar-menu.open .menu-item-home img {
    max-width: 16px;
}

.menu-item-home img {
    max-width: 20px;
}

ul#datafetch {
    margin-bottom: 0px !important;
}

.ajax-search-results {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-bottom: 0px !important;
}

.ajax-search-results li a {
    height: 42px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

span.btn-ajax-search {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 42px !important;
    padding: 0 15px;
    background: #f8f8f8;
    color: rgb(96 96 96);
    display: flex;
    align-items: center;
    cursor: unset !important;
    border-radius: 0px 4px 4px 0px !important;
    border-left: 1px solid #d3d3d3;
}

button.btn.btn-unirse {
    border: 1px solid #0a5ed5;
    background: #0a5ed5;
}

.btn-unirse:hover {
    border: 1px solid #0044b2;
    background: #0044b2 !important;
}


/* Login Page  */
.pmpro_login_wrap,
.pmpro_lost_password_wrap,
.pmpro_reset_password_wrap {
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.pmpro_logged_in_welcome_wrap,
.pmpro_reset_password_wrap {
    padding-top: 30px;
}

.pmpro-login .pmpro_message {
    margin: auto !important;
}

/* Skeleton */
.skeleton .line,
.skeleton .square {
    height: 10px;
    margin-bottom: 9px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}

.related-video-thumb.square {
    margin-bottom: 15px;
}

.skeleton .h-20 {
    height: 18px !important;
}

.line.w-75 {
    margin-bottom: 26px !important;
}

@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

/* Homepage */
.video-item-card .video-meta-bottom {
    color: #606060;
}

.video-item-card .video-thumb img,
.related-video-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.video-item-card .video-thumb,
.related-video-thumb {
    position: relative;
    padding-bottom: 56.2%;
    border-radius: 15px;
    overflow: hidden;
}

.page-template-tpl-all-categories-php .video-item-card .video-thumb {
    aspect-ratio: 2 / 3;
    padding: 0px;
    border-radius: 15PX;
}

.page-template-tpl-all-categories-php .video-thumb:hover a>.playall {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.related-video-thumb {
    position: relative;
    padding-bottom: 94px;
    min-height: 94px;
    border-radius: 8px !important;
}

.col-xl-3.col-lg-4.col-md-6.article,
.col-xl-3.col-lg-4.col-md-6.skeleton {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #000;
    padding: 3px 5px;
    color: #fff;
    line-height: 1.2em;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
}

.video-duration span,
.video-premium-single span {
    height: 14.38px;
}

.video-duration img {
    width: 10px !important;
    height: 14px !important;
    height: auto;
    position: relative !important;
    margin-right: 5px;
    display: none !important;
}

.video-premium {
    position: absolute;
    background: #e31d34;
    font-size: 12px;
    bottom: 5px;
    left: 5px;
    padding: 3px 5px;
    color: #fff;
    line-height: 1.2em;
    border-radius: 4px;
}

.video-premium a,
.video-premium-single.video-ppv-single a {
    color: #fff;
}

.video-premium-single.video-ppv-single {
    background-color: #0c5ed6;
}

.video-premium-single {
    position: absolute;
    background: #e31d34;
    font-size: 14px;
    padding: 6px 5px;
    color: #fff;
    line-height: 1.2em;
    border-radius: 4px;
    top: 0px;
    right: 11px;
    width: fit-content;
    display: flex;
    margin-top: 20px;
}

.video-premium.video-ppv {
    background: #0d5ed5;
    z-index: 9;
}

a.preview-video-link {
    display: flex;
    background: #eeeced;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #2660ce;
}

a.preview-video-link img {
    width: auto;
    height: 18px;
    margin-right: 7px;
}

.article.playlist .video-item-card,
.article.coleccion .video-item-card {
    position: relative;
    padding-top: 8px;
}

.article.coleccion .video-item-card {
    position: relative;
    padding-top: 8px;
}

.article.coleccion .video-lists-bar-1 {
    background-color: #606060;
    opacity: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: 1;
}

.article.coleccion .video-lists-bar-2 {
    background-color: #2d65ba;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: 2;
}

.article.coleccion .video-thumb {
    position: relative;
    overflow: hidden;
}

.article.coleccion .coleccion-price {
    color: #2d65ba;
    font-weight: 500;
}

.article.playlist .video-lists-bar-1 {
    background-color: #606060;
    opacity: 50%;
    position: absolute;
    top: 0px;
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
    border-radius: 15px;
    padding-bottom: 56.2%;
}

.article.playlist .video-lists-bar-2 {
    position: absolute;
    top: 4px;
    width: calc(100% - 16px);
    left: 8px;
    right: 8px;
    border-radius: 15px;
    padding-bottom: 56.2%;
    background-color: #606060;
    margin-top: -1px;
    border-top: 1px solid #fff;
}

.article.playlist .video-thumb {
    border-top: 1px solid #fff;
    margin-top: -1px;
}

@media(max-width:767px) {
    .article.playlist .video-lists-bar-1 {
        position: absolute;
        top: 0px;
        width: calc(100% - 16px);
        left: 8px;
        right: 8px;
        border-radius: 0px;
    }

    .article.playlist .video-lists-bar-2 {
        position: absolute;
        top: 4px;
        width: calc(100% - 8px);
        left: 4px;
        right: 4px;
        border-radius: 0px;
    }
}

/* Sidebar */
.sidebar-menu.open .desktop-menu {
    background: #fff;
}

.sidebar-content {
    display: none;
}

.sidebar-menu.open .sidebar-content {
    display: block;
    margin-right: 10px;
}

.widget {
    background: transparent;
}

.sidebar-content li {
    padding: 20px 20px;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 0;
    list-style: none;
}

.sidebar-content li::marker {
    content: '';
}

.sidebar-content li p {
    margin: 0;
    color: #909090 !important;
    font-size: 1.2rem;
}

.sidebar-content li a {
    color: #030303;
    font-weight: 400 !important;
}

.related-video-content .video-meta-bottom {
    color: rgba(153, 153, 153, 1);
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1em;
    margin-top: 5px;
}

/* Video sidebar */
.upvideo-sidebar {
    min-width: 426px;
    flex: 0 0 auto;
    width: 25%;
}

/* Video primary - explicit width to prevent layout shift */
.upvideo-primary {
    width: calc(100% - 426px);
    max-width: calc(100% - 426px);
}

/* Footer Menu */
.fixed-bottom-menu {
    display: none;
}

.fixed-bottom-menu {
    border-top: 1px solid #d7d7d7;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 999 !important;
    left: 0;
    line-height: 1em;
    font-size: xx-small;
}

.fixed-bottom-menu-container {
    height: 55px;
}

.fixed-bottom-menu ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
    color: #2d2d2d;
    line-height: 1em;
    border: none;
}

.fixed-bottom-menu ul {
    display: flex;
    margin: 0;
    gap: 5px;
    padding: 0 5px;
}

.fixed-bottom-menu ul a span {
    overflow-wrap: break-word;
    word-break: break-all;
}

.fixed-bottom-menu ul li {
    width: 100%;
    text-align: center;
    list-style: none;
    border: none;
    padding: 10px 0px;
}

.fixed-bottom-menu ul li a .mi-cover {
    margin: auto;
}

.fixed-bottom-menu ul li a .mi-cover img {
    max-width: 100%;
    max-height: 18px !important;
    width: 100%;
    height: 18px;
    margin-bottom: 6px;
}

.fixed-bottom-menu ul .menu-logout {
    display: none;
}

.fixed-bottom-menu ul li.current-menu-item {
    background: transparent;
}

.fixed-bottom-menu ul li.menu-item-home img {
    width: 15px !important;
}

.fixed-bottom-menu ul li i {
    font-size: 18px;
    margin-bottom: 6px;
}

/* User Account Pages */
table#pmpro_levels_table tbody>tr:first-child>td+td>strong:before {
    content: 'Lo que quieras desde ';
}

div#youzer {
    padding-top: 89px;
}

.pmprorh_file_preview img {
    width: 100px;
    height: 100px;
}

ul#myTab {
    margin-bottom: 10px;
}

.card img.avatar {
    border-radius: 999px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.tab-content #pmpro_cancel h2,
.pmpro-account div#pmpro_account-profile,
.tab-content #pmpro_account .pmpro_box h3 {
    display: none;
}

.nav-tabs .nav-link {
    color: #2c3338;
    font-weight: 700;
}

.tab-content #pmpro_account .pmpro_box {
    border-top: 0px solid #CCC;
    margin: 0;
    padding: 0 0;
}

.pmpro-checkout h1.m-title {
    font-size: 36px;
}

#pmpro_checkout_box-checkout_boxes,
.pmpro_checkout_box-Country.Details {
    display: none;
    visibility: hidden;
}

.pmpro_message {
    max-width: 600px;
    margin: auto !important;
    margin-bottom: 20px !important;
    margin-left: 0px !important;
    text-align: center !important;
}

#pmprosp-password-notice {
    font-size: 15px;
    line-height: 17px !important;
    position: relative;
    bottom: 6px;
}

#pmpro_form,
#member-profile-edit,
form#password-change-form {
    max-width: 600px;
}

.pmpro_checkout_box-checkout_boxes h3 {
    display: none;
}

.pmpro-member-profile-edit .pmpro_checkout_box-checkout_boxes {
    order: 1;
    -webkit-order: 1;
    text-align: center;
}

.pmpro-member-profile-edit .pmpro_checkout_box-user {
    order: 2;
    -webkit-order: 2;
}

.pmpro-member-profile-edit .pmpro_submit {
    order: 3;
    -webkit-order: 3;
}

div#user_avatar_div label {
    text-align: center;
    margin-bottom: 20px;
}

form.pmpro_form .input {
    max-width: 100%;
}

#user_avatar_div {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#user_avatar {
    order: 1;
}

.pmpro-member-profile-edit .pmpro_checkout_box-checkout_boxes {
    border: 3px dashed #e0dede;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
}

form.pmpro_form .pmpro_member_profile_edit-fields div.pmprorh_file_preview {
    margin: 1em 0 1em 0;
}

span.pmprorh_file_user_avatar_name {
    display: none;
}

div.pmprorh_file_preview img {
    border-radius: 999px;
    object-fit: cover;
}

.pmpro-member-profile-edit form.pmpro_form .input {
    max-width: 100%;
}

input#user_avatar {
    background: #efefef;
}

.pmpro_change_password_wrap {
    max-width: 325px;
    margin: auto;
}

form.pmpro_form .pmpro_change_password-fields .lite {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 2px !important;
}

div#pass-strength-result {
    line-height: 12px;
    margin-bottom: 0px !important;
}

.pmpro_change_password-fields label {
    display: none !important;
}

form.pmpro_form .pmpro_change_password-fields div {
    margin: 0 0 1.5em 0 !important;
}

.user-profile-tab div#myTabContent,
.user-profile-tab ul#myTab {
    padding: 0 25px;
    padding-top: 10px;
    margin-bottom: 0;
}

.user-profile-tab div#myTabContent {
    padding-top: 20px;
}

.user-profile-tab .nav-tabs .nav-link {
    border: none;
    background: transparent;
}

.user-profile-tab .nav-tabs .nav-link {
    padding: 10px 0px;
}

ul#myTab {
    display: inline-flex;
    width: 100%;
    gap: 30px;
}

.user-profile-tab .nav-tabs .nav-link.active:after {
    content: " ";
    position: absolute !important;
    border: 0;
    background: #2d65ba;
    height: 2px;
    bottom: -1px;
    display: flex;
    width: 100%;
    left: 0;
}

.user-profile-tab .nav-item {
    position: relative;
}

.user-profile-tab .nav-tabs .nav-link.active {
    color: #2d65ba !important;
}

.user-profile-tab .nav-tabs .nav-link {
    color: #606060;
    font-weight: 500;
}

div#perfil .avtar-nd-info {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 600px;
}

div#perfil img.avatar {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 99px;
    cursor: pointer;
}

.username-nd-reg h4 {
    font-size: 22px;
    color: #555555;
    font-weight: 700;
    margin-bottom: 0;
}

.username-nd-reg p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    margin-bottom: 0;
}

.avtar-nd-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
}

div#user_avatar_div,
.pmpro_member_profile_edit_wrap input.pmpro_btn.pmpro_btn-cancel,
.pmpro_member_profile_edit_wrap .pmpro_submit hr {
    display: none;
}

.pmpro_member_profile_edit_wrap {
    margin-top: 20px;
}

.pmpro_member_profile_edit-field.pmpro_member_profile_edit-field- input,
form#password-change-form input {
    background-color: transparent;
    border: 1px solid #ced0d2 !important;
    border-radius: 4px;
    cursor: text;
    color: #0e0e0e;
    font-weight: 400;
    width: 100%;
    max-width: 100% !important;
}

.pmpro_member_profile_edit-fields>div {
    display: inline-flex;
    width: 100%;
    gap: 15px;
    align-items: center;
}

.pmpro_member_profile_edit-fields>div label {
    min-width: 170px;
    max-width: 170px;
}

input.pmpro_btn {
    border-radius: 4px !important;
    color: #fff;
    font-size: 16px;
    height: 44px;
    font-weight: 400;
    padding: 4px 12px !important;
}

form#member-profile-edit input.pmpro_btn:disabled,
form#password-change-form input.pmpro_btn:disabled {
    background: #ccc;
}

form#password-change-form input.pmpro_btn {
    color: #fff;
    cursor: pointer;
}

div#submit-wrapper,
#password-submit-wrapper,
div#payment .pmpro_submit {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: 0;
}

div#perfil,
div#seguridad,
div#payment {
    max-width: 800px;
    position: relative;
}

a#updeleteaccount {
    color: red;
    font-weight: 500;
}

div#seguridad p.error {
    color: red;
}

div#seguridad p.success {
    color: green;
}

div#pmpro_account {
    max-width: 600px;
}

div#pmpro_account-membership th,
div#pmpro_account-invoices th {
    background: transparent;
    border: none;
    padding: 15px;
    font-weight: 500;
}

div#pmpro_account-membership thead tr,
div#pmpro_account-invoices thead tr {
    outline: 1px solid #d5d5d5;
    border-radius: 20px !important;
}

div#pmpro_account-membership {
    margin-bottom: 50px !important;
}

div#pmpro_account td {
    border: none;
    padding: 15px;
    color: #161616;
}

div#pmpro_account tr {
    border-bottom: 1px solid #dee2e6;
}

a#pmpro_actionlink-cancel {
    color: #d00101;
    font-weight: 500;
}

a#pmpro_actionlink-change,
a#pmpro_actionlink-renew {
    font-weight: 500;
    color: #2d65ba;
}

div#pmpro_account td strong {
    font-weight: 400;
}

div#pmpro_account-invoices tr a {
    color: #161616;
}

div#pmpro_account-membership tr {
    border: none !important;
}

div#home h2 {
    font-size: 20px;
    color: #4c4c4c;
    font-weight: 700;
    margin-bottom: 20px;
}

.pmpro_member_profile_edit-field.password-hint p {
    color: #606060;
    line-height: 1.4em;
}

.user-profile-tab {
    position: relative;
}

div#pmpro_account-invoices.invoice-list {
    display: none;
}

div#pmpro_account-invoices.invoice-list h2 img {
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

#pmpro_account #pmpro_account-invoices.invoice-list {
    padding-left: 50px;
}

div#pmpro_account-invoices.invoice-list.open {
    display: block;
    position: absolute;
    width: 96.5%;
    top: 72px;
    background: #fafafa;
    left: 35px;
    height: calc(100vh - 180px);
    overflow: auto;
}

div#pmpro_account-invoices.invoice-list.open table.pmpro_table {
    max-width: 600px;
}

div#pmpro_account tr:last-child {
    border: none;
}

a#pmpro_actionlink-invoices {
    font-size: 14px;
    color: #2d65ba;
    font-weight: 700;
    padding-left: 15px;
}

.pmpro_account-membership-levelname .pmpro_actionlinks a {
    font-size: 14px;
}

#pmpro_account #pmpro_account-membership .pmpro_table td:nth-child(1) {
    min-width: auto !important;
}

.pmpro_account-membership-levelname .pmpro_actionlinks {
    margin-top: 15px;
    position: absolute;
    font-size: 0px;
    display: flex;
    gap: 7.5px;
}

span.profile-text-pic {
    width: 75px;
    height: 75px;
    border-radius: 46px;
    background-color: #6f19e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1em;
    margin: auto;
    cursor: pointer;
}

.my-account-button span.profile-text-pic {
    font-size: 24px;
}

img#profile-text-pic-hover {
    position: absolute;
    top: 0;
    border: 10px solid transparent;
    display: none;
}

.avtar-nd-info div.avatar:hover #profile-text-pic-hover {
    display: block !important;
}

div#payment table#pmpro_levels_table,
div#payment p.pmpro_actions_nav,
.pmpro_billing_wrap input.pmpro_btn.pmpro_btn-cancel,
.pmpro_billing_wrap>p,
.pmpro_billing_wrap ul li,
div#pmpro_payment_information_fields h3,
form.pmpro_form .pmpro_submit hr,
div#pmpro_account_loggedin {
    display: none;
}

.pmpro_billing_wrap ul li:last-child {
    display: block;
}

.pmpro_billing_wrap ul {
    padding: 0;
}

.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_checkout-fields {
    display: inline-flex;
}

form.pmpro_form .pmpro_checkout-fields div {
    width: 100%;
}

form.custom_pmpro_form label {
    font-weight: 700;
    display: block;
    margin: 0;
    text-align: left;
}

form.custom_pmpro_form .pmpro_member_profile_edit-fields>div {
    margin: 0 0 1em 0;
}

.pmpro_billing_gateway-stripe:before {
    content: 'Nuevo método de pago:';
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.pmpro_billing_gateway-stripe {
    max-width: 300px;
}

.pmpro-cancel div#pmpro_cancel {
    padding-left: 30px;
}

.current-subs {
    display: flex;
    text-align: inherit;
    justify-content: space-between;
    margin-bottom: 10px;
    background: transparent;
    padding: 12px;
    border-radius: 3px;
    border-color: #454545;
    color: #fff !important;
    border: 1px solid;
    font-weight: 700;
    background-color: #454545;
}

.current-subs strong {
    color: #fff;
}

.pmpro-checkout div#pmpro_levels_table {
    display: flex;
    flex-direction: column;
}

.pmpro-checkout div#pmpro_levels_table .current-subs {
    order: 1;
}

.pmpro-checkout div#pmpro_levels_table a.pmpro_btn {
    order: 2;
}

p.pmpro_cancel_return_home a {
    border-radius: 3px !important;
    color: #fff;
    font-size: 16px;
    height: 44px;
    font-weight: 400;
    padding: 4px 12px !important;
    background: #0c5ed6;
    background: -webkit-linear-gradient(to right, #089dcd, #0c5ed6);
    background: linear-gradient(to right, #0c5ed6, #0c5ed6);
    display: inline-flex;
    align-items: center;
}

p.pmpro_cancel_return_home {
    max-width: 600px;
    text-align: center;
}

span.nobold {
    font-weight: 400;
}




/* video post loop */
.video-item-card a h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;
    font-size: 1rem;
}

/*  User Profile Menu */
.logged-in .my-account-content,
.logged-in .header-profile-login {
    padding: 0 !important;
}

#menu-user-profile {
    border: none;
    margin: 0;
    padding: 0;
}

#menu-user-profile li {
    list-style: none;
}

#menu-user-profile li i {
    margin-right: 10px;
    min-width: 17px;
    color: #f31b20;
    border-radius: 999px;
    text-align: center;
    font-size: 16px;
}

.my-account-content #loginform input[type=text],
.my-account-content #loginform input[type=password] {
    max-width: 100% !important;
}

.my-account-content .pmpro_login_wrap h2 {
    display: none;
}

.my-account-content input#wp-submit {
    width: 100%;
}

/* Single Page */
.single-video div#player {
    z-index: 99 !important;
    position: relative !important;
    border-radius: 8px;
    overflow: hidden;
}

pjsdiv#oframeplayer {
    border-radius: 0px 8px 0px 0px;
}

.user-restriction {
    position: relative;
    padding-bottom: 54.5%;
}

.user-restriction .row {
    position: absolute;
    bottom: 0;
    height: 100%;
}

.user-restriction h2,
.user-restriction h3 {
    margin-bottom: 18px;
}

.user-restriction h3,
.user-restriction h4 {
    margin-bottom: 25px;
}

.user-restriction h2 {
    font-weight: 600;
    font-size: 1.7vw;
}

.user-restriction h3 {
    font-size: 1.6vw;
    color: #fff;
}

span.ppv-head {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.7vw;
}

.ppv-head span.ppv_price {
    margin-left: 7px;
}

span.ppv-smallhead {
    font-size: 1.5vw;
}

.user-restriction h4 {
    color: #fff;
}

.user-restriction .login-link {
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.user-restriction .login-link a {
    color: #e31c34;
    border-bottom: 1px solid;
}

.flowplayer {
    margin: 0 auto 20px auto !important;
}

.related-video-content a.post-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    text-transform: capitalize;
}

h1.video-entry-title {
    font-weight: 500;
    margin-top: 20px !important;
    margin-bottom: 10px;
    font-size: 1.43em;
}

/* Flex layout for title and badge */
.video-title-badge-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.video-title-badge-wrap h1.video-entry-title {
    flex: 1;
    margin-top: 20px !important;
    margin-bottom: 15px;
    /* Default when alone */
}

/* When badge is present, increase bottom margin */
.video-title-badge-wrap h1.video-entry-title:not(:only-child) {
    margin-bottom: 20px;
}

.video-title-badge-wrap .video-premium-single {
    position: static;
    margin-top: 20px;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Mobile: Badge on Top */
@media (max-width: 980px) {
    .video-title-badge-wrap {
        flex-direction: column-reverse;
        gap: 0px;
    }

    .video-title-badge-wrap .video-premium-single {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 0px;
        /* Pull title closer */
    }

    .video-title-badge-wrap h1.video-entry-title {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
    }
}

/* Remove legacy fixed offsets */
@media(min-width:981px) {

    h1.video-entry-title.title-badge-premium,
    h1.video-entry-title.title-badge-purchased,
    h1.video-entry-title.title-badge-price {
        max-width: none;
    }
}

.video-reaction li a,
.action-like,
.action-unlike,
video-reaction ul {
    display: inline-flex;
    align-items: center;
}

.video-reaction>ul {
    display: flex;
    line-height: 1.2em;
    gap: 10px;
    flex-wrap: wrap;
}

.video-reaction ul li.list-inline-item {
    line-height: initial;
    margin-right: 0px !important;
}

.video-reaction ul li.list-inline-item:nth-child(4) {
    margin-right: 0px;
}

li.list-inline-item.d-mobile-none {
    margin-right: 0;
}

.video-reaction li a {
    width: auto;
    padding: 0 16px !important;
    height: 36px;
    font-weight: 500;
    line-height: 1em;
    color: #000 !important;
    font-size: 14px;
}

.video-reaction ul li a.fr-video-edit-link {
    background-color: #191919;
    color: #fff !important;
    font-weight: 400;
}

.video-reaction ul li a.fr-video-edit-link:hover {
    background-color: #313131 !important;
}

.video-reaction li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.video-reaction li .action-like a:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 6px;
    height: 24px;
    width: 1px;
}

.action-unlike {
    padding-left: 0px !important;
}

.action-like {
    margin-right: 0px !important;
    position: relative;
}

.inline-flex {
    display: inline-flex;
    align-content: center;
}

.wpd-form-head {
    display: none !important;
}

#wpdcom {
    max-width: 100% !important;
    padding: 5px 15px !important;
}

#wpdcom .wpd_label__check i.wpdicon {
    padding: 12px 5px !important;
    width: 44px !important;
    height: 44px;
}

#wpdcom .wpd-thread-head .wpd-thread-info {
    border-bottom: 1px solid #444 !important;
}

.wpd-thread-filter,
.wpd-comment-share {
    display: none !important;
}

#wpdcom .wpd-comment-header .wpd-comment-link {
    padding-top: 0px !important;
}

.wpd-comment-author {
    color: #191919 !important;
}

a.ur-subscribe {
    font-weight: 600;
    color: #e31d34;
}

div#comments {
    margin: 0px !important;
    padding: 0px !important;
    max-width: 100% !important;
}

.comments-area {
    background: transparent !important;
}

.login-to-vote .login-msg {
    position: absolute;
    top: 100%;
    padding-top: 13px;
    left: 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    color: rgba(102, 102, 102, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.login-to-vote .login-msg .login-content {
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 15px 20px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    position: relative;
}

.login-to-vote .login-msg>* {
    white-space: nowrap;
}

.login-to-vote .login-msg .login-info {
    margin-top: -7px;
    display: block;
    margin-bottom: 7px;
}

.login-content {
    text-align: center;
}

.login-to-vote .login-msg .login-content:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 8px;
    border-bottom-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 40px;
    bottom: 100%;
    margin-top: -8px;
}

.login-msg .login-content a {
    background: transparent;
    color: #0c5ed6 !important;
    border-color: #0c5ed6 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    margin: auto;
    padding: 10px 10px;
    border-radius: 25px;
    line-height: 1em !important;
    font-size: 14px;
}

.login-to-vote:hover .login-msg {
    opacity: 1;
    visibility: visible;
}

.share-tool-block {
    position: relative;
}

/* Ads Blocker Modal */
.md-ad-block nav-link.active {
    border-bottom: 4px solid rgb(26, 115, 232) !important;
    color: rgb(26, 115, 232) !important;
}

.md-ad-block .nav-link {
    padding: 0;
    text-align: center;
    font-weight: 400;
    border: none;
    padding: 8px 6px;
    padding-bottom: 6px;
    margin-bottom: 0px !important;
}

.md-ad-block .nav-link img {
    display: block;
    margin: auto;
    padding: 4px 0;
}

.md-ad-block .nav-link:hover {
    background-color: rgb(248, 249, 250);
}

.md-ad-block #nav-tabContent {
    background-color: rgb(241, 243, 244);
    box-shadow: inset 0 4px 8px -4px rgb(189 193 198);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-height: 300px;
    overflow: auto;
    padding-top: 24px;
    padding: 24px 40px 10px 50px;
}

.md-ad-block #nav-tabContent ol {
    margin-top: 10px !important;
}

.md-ad-block #nav-tabContent ol li img {
    width: 20px;
}

.otrodot {
    background-color: rgb(241, 243, 244);
    border-radius: 50%;
    color: rgb(95, 99, 104);
    display: inline-block;
    font-size: 35px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 2px;
    width: 40px;
    margin: auto;
    margin-bottom: 5px;
}

.md-ad-block #nav-tabContent ol li {
    color: rgb(60, 64, 67);
    font-size: 16px;
    margin-bottom: 15px;
}

.md-ad-block .modal-body {
    padding: 0px;
}

.md-ad-block #nav-tab {
    border: none;
}

.md-ad-block .modal-header {
    border: none;
}

.md-ad-block .nav-link {
    border-bottom: 3px solid transparent;
}

.md-ad-block .nav-link.active {
    border-bottom: 3px solid #185abc;
    color: #185abc !important;
}

.md-ad-block .nav-link br {
    display: none;
}

.md-ad-block .modal-footer {
    background: rgb(241, 243, 244);
    border: none;
}

.md-ad-block .modal-footer .btn.btn-secondary {
    border: 2px solid #185abc;
    border-radius: 6px;
    box-sizing: content-box;
    font-size: 16px;
    height: 28px;
}

div#ReplaceVideo {
    z-index: 99999;
}

#DownloadVideo .modal-footer a {
    padding: 0px;
    margin: 0;
    background: transparent;
    line-height: 1em;
    color: #000000;
    border: none;
    outline: none;
    margin-left: 30px;
    font-weight: 500;
    font-size: 16px;
}

#DownloadVideo .modal-footer a#downloadBtn {
    color: #0c5ed6;
    color: #0c5ed6;
}

.w-340 {
    width: 340px !important;
    margin: auto;
}

#DownloadVideo span.badge.bg-danger {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 6px 7px 5px 7px;
}

.v-downlaod-text {
    font-size: 14px;
    line-height: 1.4em;
    color: #000 !important;
}

.v-downlaod-text a {
    font-weight: 500 !important;
    color: #000 !important;
}

#DownloadVideo .modal-footer {
    padding-right: 1rem;
}


@media(max-width:640px) {
    .md-ad-block #nav-tab {
        border: none;
        overflow: scroll;
        display: inline-flex;
        flex-flow: nowrap;
        line-height: 1em;
        align-items: end;
        gap: 5px;
    }

    .md-ad-block nav {
        overflow: scroll;
    }

    .md-ad-block .nav-link br {
        display: none;
    }

    .md-ad-block #nav-tabContent {
        padding: 24px 20px 10px 20px;
    }

    .col-xl-3.col-lg-4.col-md-6.article,
    .col-xl-3.col-lg-4.col-md-6.skeleton {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .page-template-default .sidebar-menu.open+.main-container.p-0 .container-fluid {
        padding: 0px 15px;
    }

}

/* Social Share */
.social-listing {
    overflow-x: auto;
    overflow-y: hidden;
    width: max-content;
    margin: auto;
    display: inline-flex;
    gap: 10px;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

.group-social-content {
    padding: 2rem;
}

.social-listing li {
    margin: 5px 9px;
}

.social-listing li i {
    color: #fff !important;
    margin: 0;
    font-size: 2rem;
}

.social-listing a {
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
}

.social-listing li {
    height: 95px;
    width: 60px;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.social-listing li span {
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -4px;
    color: #030303;
}

.social-listing li.facebook a {
    background-color: rgba(58, 87, 149, 1);
}

.social-listing li.whatsapp a {
    background-color: #28d366;
}

.social-listing li.twitter a {
    background-color: #000000;
}

.social-listing li.google-plus a {
    background-color: rgba(221, 75, 57, 1);
}

.social-listing li.youtube a {
    background-color: rgba(191, 34, 31, 1);
}

.social-listing li.linkedin a {
    background-color: rgba(0, 123, 182, 1);
}

.social-listing li.tumblr a {
    background-color: rgba(55, 70, 93, 1);
}

.social-listing li.pinterest a {
    background-color: rgba(203, 33, 29, 1);
}

.social-listing li.rss a {
    background-color: rgba(251, 118, 41, 1);
}

.social-listing li.email a {
    background-color: rgba(119, 183, 39, 1);
}

.social-listing li.twitch a {
    background-color: rgba(156, 20, 200, 1);
}

.social-listing li.vk a {
    background-color: rgb(34 34 34);
}

.social-listing li.embed a {
    background-color: #f4f4f4;
    border: 1px solid #e9e9e9;
}

.social-listing li.embed a i {
    color: #686868 !important;
}

#ShareVideo .modal-lg {
    max-width: 450px;
}

div#EmbedVideo .modal-lg {
    max-width: 600px;
}

div#EmbedVideo iframe {
    border-radius: 6px;
}

.modal-header {
    border: none;
    padding-bottom: 5px;
}

/*heart comment*/
.ldc-cmt-box img.avatar.avatar-96.photo {
    width: 16px;
    border-radius: 999px !important;
    height: 16px !important;
    object-fit: cover;
}

span.ldc-ul_cont {
    position: relative;
}

.ldc-cmt-box img.avatar.avatar-96.photo+i {
    position: relative;
    font-size: 13px;
    top: 3px;
    left: -7px;
    color: #fff;
}

i.fa.fa-heart.red {
    color: #ff1d00;
}

i.fa.fa-heart.black {
    color: #e3e3e3;
}

.upheart,
i.fa.fa-heart.red {
    position: relative;
    font-size: 11px;
    top: 2px;
    left: -20px;
}

span.c-digit {
    position: relative;
    left: -15px;
}

.logged-in span.ldc-ul_cont {
    cursor: pointer;
}

span.ldc-ul_cont {
    cursor: default;
}

.wpd-form-row {
    margin-top: 3px;
}

#wpdcom .wpd-comment-footer .wpd-reply-button svg {
    display: none !important;
    opacity: 0;
}

.wpd-comment-footer {
    display: block;
}

.wpd-vote {
    order: 1;
}

.wpd-reply-button {
    order: 3;
}

.ldc-cmt-box.clearfix {
    order: 2;
}

.wpd-space {
    order: 4;
}

.wpd-tools.wpd-hidden {
    order: 5;
}


/* SUMBIT VIDEO */
#VideoUpload .modal-content {
    min-height: 600px;
}

#VideoUpload .modal-lg {
    max-width: 1024px;
}

#postvideo,
#replacepostvideo,
#SiteLogoUpload {
    cursor: pointer;
}

.cactus-submit-video a.btn-user-submit {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.submitModal .modal-content {
    width: 100%;
    max-width: 900px;
}

.textwidget form {
    position: relative;
}

#postVideoOuter {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99;
}

#SiteLogoOuter {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 99;
}

#postvideo,
#replacepostvideo,
#SiteLogoUpload {
    height: 100%;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

#postVideoOuter h6 {
    margin-bottom: 0px;
}

#SiteLogoOuter h6 {
    color: #000;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: 400;
    margin-bottom: 0px;
}

.btn-upload {
    position: relative;
    background-color: #191919 !important;
    background: linear-gradient(to right, #191919, #191919);
    text-transform: uppercase;
    margin-top: 5px;
    padding: 4px 20px !important;
    border-radius: 3px !important;
}

input#postvideo:hover .btn-upload,
div#postVideoOuter:hover .btn-upload,
div#SiteLogoOuter:hover .btn-upload {
    background-color: #313131 !important;
    background: linear-gradient(to right, #313131, #313131);
}

.filelabel {
    width: 170px;
    display: block;
    padding: 14px 25px;
    transition: border 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 0;
    height: 95px;
    float: left;
    border: 1px dashed #e5e5e5;
    border-radius: 6px;
}

#previewimage {
    width: 170px;
    height: 95px;
    margin-left: 1rem;
    border-radius: 5px;
    object-fit: cover;
    background: rgb(229 229 229);
}

#postImageOuter p {
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-top: 0;
}

#postImageOuter {
    display: grid;
}

h4.slected-video-name {
    padding: 0;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 15px;
    color: #0d0d0d;
    margin: 0;
}

.selected-video span,
.selected-video h4 {
    padding-left: 10px;
    padding-right: 10px;
}

.selected-video {
    background: #f4f4f4;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

#ReplaceVideo .selected-video {
    background: white;
}

.video-fdimage {
    display: flex;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
    z-index: 99999;
}

ul.select2-selection__rendered {
    border: 1px solid;
}

.select2-container--default .select2-selection--multiple {
    border: 0px solid #aaa !important;
}

span.select2-dropdown.select2-dropdown--below {
    position: relative;
    top: 27px;
}

span.select2-dropdown.select2-dropdown--above {
    position: relative;
    top: 46px;
}

span.select2-selection__choice__remove {
    margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 11px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 13px;
}

div#vtag_chosen,
.chosen-container-multi .chosen-choices li.search-field input[type=text],
div#vcat_chosen,
div#postColeccionesOuter div#vcoleccion_chosen {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    background: no-repeat !important;
}

ul.chosen-choices {
    background-color: white;
    border: 1px solid rgb(229 229 229) !important;
    border-radius: 4px;
    cursor: text;
}

.chosen-container-multi .chosen-choices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

form#vmainForm .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    min-height: 38px !important;
    font-size: 15px !important;
}

form#vmainForm .chosen-container-multi .chosen-choices li.search-choice {
    min-height: 28px;
    margin: 0px 8px 0px 0;
    display: inline-flex;
    align-items: center;
    padding: 6px 28px 6px 8px;
    border: none;
    background-color: #dfdfdf;
    background-image: none;
    border-radius: 2px;
}

form#vmainForm .chosen-container-multi .chosen-choices li.search-choice span {
    color: #0d0d0d !important;
    font-weight: 500;
}

form#vmainForm .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 7px;
    display: block;
    width: 12px;
    height: 12px;
}

select#vcat {
    background: #fff;
    border: 1px solid #cfcfcf;
    height: 40px;
}

input.tag-input {
    background: #fff;
    border: 1px solid #cfcfcf;
    height: 40px;
}

textarea#vtitle {
    height: 60px;
    color: #000 !important;
}

.fm-title h3 {
    font-size: calc(1.1rem + .6vw);
}

.fftitme {
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    color: #000;
    width: 100%;
}

.postSEO h6 {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #0d0d0d !important;
    font-weight: 500;
}

.postSEO .fftitme {
    font-size: 13px;
    line-height: 1em;
    width: 100%;
    color: #606060 !important;
    margin-top: 15px !important;
    margin-bottom: 15px;
}

.postSEO .input-group-text {
    position: absolute;
    right: 0px;
    top: 14px;
    right: 7px;
    padding: 4px;
    border-radius: 999px !important;
    font-size: 9px;
    color: #fff;
    background-color: #767676;
    border: none;
    width: 15px;
    height: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    z-index: 9;
}

.postSEO input,
.postSEO textarea {
    border: 1px solid rgb(229 229 229);
    border-radius: 4px !important;
    color: #0d0d0d;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    padding-right: 27px !important;
}

.postSEO textarea {
    height: 100px;
}

.postSEO input:focus,
.postSEO textarea:focus {
    border: 1px solid rgb(30, 93, 207);
    outline: 0px solid rgb(30, 93, 207);
    box-shadow: none;
}

.tooltip-inner {
    max-width: 380px !important;
    width: 100% !important;
    white-space: normal;
}

.filelabel i {
    display: block;
    font-size: 30px;
    padding-bottom: 5px;
}

.filelabel i,
.filelabel .title {
    color: grey;
    transition: 200ms color;
}

.filelabel:hover {
    border: 1px dashed #1665c4;
}

.filelabel:hover i,
.filelabel:hover .title {
    color: #1665c4;
}

form#vmainForm label {
    font-size: 12px;
    line-height: 1em;
}

#featureimage {
    display: none;
}

#postTitleOuter,
#postContentOuter {
    padding: 10px;
    border: 1px solid rgb(229 229 229);
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
}

div#postTitleOuter textarea,
div#postContentOuter textarea {
    margin: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    border: none;
    resize: none;
    font-weight: 400;
    font-size: 15px;
    color: #0d0d0d !important;
    transition: border-color ease-in-out 0.0s, color ease-in-out 0.0s;
    -webkit-transition: border-color ease-in-out 0.0s, color ease-in-out 0.0s;
}

#postImageOuter>label,
div#postCategoriesOuter>label,
div#postColeccionesOuter>label,
div#postTagsOuter>label,
div#postAutopostOuter>label,
div#postIntroVideoOuter>label,
div#postVideosOuter>label {
    font-size: 15px !important;
    color: #0d0d0d !important;
    font-weight: 500;
    margin-bottom: 15px;
}

div#postImageOuter span,
div#postTagsOuter span,
div#postCategoriesOuter span,
div#postColeccionesOuter span,
div#postIntroVideoOuter span,
div#postVideosOuter span {
    line-height: 1.3em;
    display: block;
    font-size: 13px;
    color: #606060;
}

#postTitleOuter textarea:focus,
#postContentOuter textarea:focus {
    border: none;
    outline: none;
}

div#postCategoriesOuter,
div#postColeccionesOuter,
div#postTagsOuter,
div#postPlaylistOuter,
div#postAutopostOuter,
.video-fdimage {
    margin-top: 15px;
}

span.video-title {
    font-size: 13px;
    color: #606060;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}

.auto-section label,
.private-section label {
    font-size: 15px !important;
}

form#vmainForm .chosen-container {
    margin-top: 15px;
}

.form-left {
    width: 65%;
    float: left;
    padding-right: 1rem;
}

.form-right {
    width: 35%;
    float: left;
}

.btn-finilize {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-top: 1px solid;
    padding: 18px 10px 5px 10px;
    border-color: #e0e0e0;
    position: relative;
}

.tags-container {
    padding: 0;
    border: 0px solid #ccc;
    border-radius: 0px;
}

video.prvideo,
video.ppv_prvideo,
video.rvideo {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.selected-video p {
    display: none;
}

div#postImageOuter br {
    display: none;
}

div#postCategoriesOuter select#category_id,
div#postColeccionesOuter select#coleccion_id {
    background: transparent;
    border: 1px solid rgb(229 229 229) !important;
}

div#postTagsOuter input#exist-values {
    background: transparent;
    border: 1px solid rgb(229 229 229) !important;
}

input#add_post {
    background-color: #1e5ecc;
}

.fm-title p {
    display: none;
}

div#postImageOuter span {
    line-height: 1.3em;
}

div#videoprocess {
    width: 100%;
    height: 216px;
    background: #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
    color: #626262;
    font-size: 0.9rem;
    font-weight: 400;
    z-index: 999999;
}

div#uploadStatus {
    display: flex;
    margin: 5px 0px;
}

.vsuccess {
    color: green !important;
}

input#add_post:disabled {
    background: #e2e2e2;
    color: #868686;
    cursor: not-allowed;
}

.icon-upload {
    max-width: 130px;
}

.char-limit-section {
    position: absolute;
    right: 10px;
    bottom: 5px;
    background-color: #fff;
}

select.minimal {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-image:
        linear-gradient(45deg, green 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, green 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 15px) 1em,
        calc(100% - 20px) 1em,
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}

input#sheduletime {
    height: 40px;
    font-size: 16px;
    width: 260px;
    padding: 0 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}

a.btn.btn-user-submit.btn-default.bt-style-1.padding-small {
    background: none;
    position: relative;
    top: 2px;
}

a.btn.btn-user-submit.btn-default.bt-style-1.padding-small img {
    max-width: 28px;
}

.post-time-selection div {
    margin-bottom: 5px;
    margin-top: 5px;
}

.post-time-selection div input[type=radio] {
    margin-right: 10px;
}

.widget-inner a.btn.btn-user-submit.btn-default.bt-style-1.padding-small img {
    margin-right: 10px;
}

.video-fdimage i img {
    max-width: 35px;
    opacity: 0.6;
}

i.fa.fa-paperclip:before,
.video-fdimage i:before {
    display: none;
}

div#postAutopostOuter p {
    display: none;
}

.submitModal .modal-header {
    padding: 10px 15px;
}

.submitModal .modal-body {
    padding: 0 30px 15px 30px !important;
}

#vtitle:focus::placeholder {
    color: transparent;
}

div#postVideoOuter h4 {
    font-weight: 400;
    line-height: 1.2em;
}

/*video upload process bar*/
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    overflow: hidden;
    font-size: .75rem;
    background-color: transparent;
    border-radius: 0px;
    margin-top: 0px;
    position: absolute;
    top: 196px;
    z-index: 9999999;
    width: 100%;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #191919;
    transition: width .6s ease;
    font-size: 16px;
    text-align: center;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #191919;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

/* Toggle Switch */
label.premium-twitch-text,
.selected-video span {
    font-size: 15px !important;
    margin-bottom: 0;
}

.premium-twitch {
    display: inline-flex;
    width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
    padding: 0 10px;
}

.ppv-twitch {
    margin-top: 0px;
    position: relative;
    min-height: 30px;
}

label.premium-twitch-text {
    min-width: 134px;
}

label.ppv-text {
    margin: 0;
    font-size: 15px !important;
    display: inline-flex;
    align-items: center;
    position: relative;
}

input#ppvprice {
    max-width: 63px;
    min-width: 63px;
    padding: 0px 13px 0px 2px;
    height: 30px;
    border-radius: 10px;
    margin-left: 10px;
    text-align: center;

}

.premium-twitch.ppv-twitch label.ppv-text::after {
    content: '€';
    position: absolute;
    right: 9px;
    top: 8px;
    font-size: 15px;
}

div#PriviewtVideoOuter {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 30px 15px;
    background: #fff;
    margin: 10px;
    border-radius: 3px;
    position: relative;
}

div#PriviewtVideoOuter img.icon-upload {
    width: 100px;
}

input#preview_postvideo {
    height: 100%;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

div#preview-video-wrapper {
    position: relative;
}

div#preview-video-wrapper div#videoprocess {
    border-radius: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #265fd5;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 30px;
}

/* End Submit Video */

/* Video Success Popup */
#video-success p {
    color: #000;
    line-height: 1.3em;
}

#video-success img.success-video-thumb {
    min-width: 120px;
    height: 80px;
    object-fit: cover;
}

#video-success .success-video-data {
    background-color: #f1f1f1;
}

#video-success .modal-footer {
    border: none;
}

#video-success .modal-footer i {
    font-size: 24px;
    color: #8a8a8a;
}

#video-success .modal-footer span {
    color: #8a8a8a;
    font-size: 0.8rem;
}

/* End Video Success Popup */

/*-- VIEW LIKE TOOLBAR---*/
.video-reaction li a img {
    display: block !important;
    background: none !important;
    width: 22px;
    height: 22px;
    margin-right: 0px;
    float: left;
    object-fit: contain;
    margin: 0px !important;
}

.video-reaction .lbg-style1 .lc,
.video-reaction .unlbg-style1 .unlc {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}

.lbg-style1 img,
.unlbg-style1 img {
    width: 24px !important;
    height: 24px !important;
    margin-right: 6px !important;
}

.btn-dislike {
    transform: rotate(180deg);
}

img.like-dislike.btn-like {
    position: relative;
    top: 0px;
}

.vliked img,
.vdisliked img {
    filter: none !important;
}

.vliked img,
.vdisliked img {
    object-fit: cover;
}

.video-reaction ul li {
    color: #0f0f0f;
    border-radius: 4px;
    margin-right: 8px;
    width: fit-content !important;
    overflow: hidden;
}

.video-reaction ul li a {
    background-color: #f2f2f2;
}

.view-date {
    color: #606060;
}

@media(min-width: 981px) {

    .d-desktop-none {
        display: none;
    }
}

/* Subscription Page */
body.pmpro-checkout {
    background: #fff;
}

body.pmpro-checkout .off-canvas-menu-bar.fixed-top,
body.pmpro-checkout .site-header.fixed-top {
    background: transparent;
}

.pmpro-checkout .sidebar-menu.open {
    display: none;
}

.pmpro-checkout .main-container {
    max-width: 840px;
    margin: auto;
    background: #fff;
}

.pmpro-checkout .wp-container-2.wp-block-column.is-vertically-aligned-center,
.pmpro-checkout .wp-block-column.ucm-right {
    flex-basis: 450px !important;
}

.upcast-subscription-wraper {
    padding: 0px;
}

span.pmprovp_price_text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pmprovp_price_text_description,
.pmprovp_price_input {
    text-align: right;
    font-size: 12px;
}

p.pmprovp_price_input span,
span.pmprovp_total_text {
    line-height: 1.5em;
    text-align: right;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

span.pmprovp_price,
span.pmprovp_total_price {
    width: fit-content !important;
    min-width: 77px;
    display: contents;
}

span.pmprovp_total_text {
    width: fit-content !important;
}

span.pmprovp_total_price {
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
}

span.pmprovp_price {
    color: #5c5c5c;
}

span.pmprovp_price {
    padding-left: 10px;
}

span.pmprovp_total_text {
    font-size: 16px;
    font-weight: 500;
}

span.pmprovp_price span,
span.pmprovp_total_price span.upcast_level_price {
    width: fit-content;
    margin-right: 3px;
}

span.pmprovp_total_price,
span.pmprovp_price {
    margin-right: 10px;
}

span.countrytax {
    font-weight: 400;
    color: #5c5c5c;
}

span.pmprovp_price_text:first-child,
span.pmprovp_price_text+span.pmprovp_price_text {
    margin-bottom: 10px;
}

span.pmprovp_plan {
    font-weight: 500;
}

.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link {
    font-weight: 400;
}

body.pmpro-checkout p.pmprovp_price_input input {
    max-width: 77px !important;
    text-align: center;
    font-size: 18px;
    color: #265fd5;
    margin-left: 10px;
    padding: 5px;
    background: transparent !important;
    border: 1px solid #6d6d6d !important;
    border-radius: 3px !important;
    font-weight: 500;
}

span.pmprovp_total {
    font-size: 20px;
    font-weight: 500;
    width: auto !important;
    min-width: 56px;
    text-align: left !important;
}

p.pmprovp_price_input {
    display: flex;
    flex-direction: column;
    padding: 0px;
    border-bottom: 1px solid #cecdcd;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

p.pmprovp_price_text_description {
    border-top: 1px solid #cecdcd;
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.pmpro-checkout .main-container .wp-container-3,
.pmpro-checkout .main-container .upcast-subscription-wraper {
    gap: 5em;
}

.pmpro-checkout .main-container .upcast-subscription-wraper {
    min-height: 620px;
}

.user-restriction-msg {
    padding: 0px 1.3vw;
}

.pmpro-checkout #pmpro_levels_table .pmpro_btn {
    display: flex;
    text-align: inherit;
    justify-content: space-between;
    margin-bottom: 10px;
    background: transparent;
    padding: 12px;
    border-radius: 3px;
    border-color: #0c5ed6;
    color: #0c5ed6;
    text-wrap: wrap;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    font-weight: 500;
    min-height: 52px;

}

.pmpro-checkout #pmpro_levels_table .pmpro_btn strong {
    color: #0c5ed6;
    font-weight: 500;
}

.pmpro-checkout .pmpro_checkout_gateway-stripe {
    padding: 30px;
    background: #eeeced;
    border-radius: 5px;
}

.pmpro_checkout-fields input {
    width: 100% !important;
    max-width: 100% !important;
    height: 50px;
    border-radius: 3px;
    border-color: #6D6D6D;
    background: transparent;
}

input[name='upcast-level'] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    outline: none;
    border: 1px solid #265fd5;
    margin-top: 0px;
    min-width: 16px;
    min-height: 16px;
}

input[name='upcast-level']:checked:before {
    background: #265fd5;
}

input[name='upcast-level']:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: auto;
    top: 2px;
    position: relative;
}

.pmpro-checkout p.pmprovp_price_input input {
    max-width: 120px !important
}

.pmpro-checkout input#pmpro_btn-submit {
    width: 100%;
    height: 55px;
    text-transform: uppercase;
}

form#lostpasswordform input.pmpro_btn.pmpro_btn-submit:hover {
    background: #0044b2 !important;
    color: #fff !important;
}

form#lostpasswordform .pmpro_btn:active {
    background-image: auto !important;
}

.pmpro_checkout h3 span.pmpro_checkout-h3-name {
    text-align: center;
    width: max-content;
    font-size: 22px;
    font-weight: 500;
    color: #454545;
    margin-right: 0px !important;
}

div#pmpro_pricing_fields h3 {
    margin-top: 0px !important;
}

.pmpro_level_description_text p {
    text-align: center;
}

div#pmpro_payment_information_fields {
    position: relative;
}

div#pmpro_user_fields span.pmpro_checkout-h3-msg {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #454545;
}

span.pmpro_checkout-h3-msg a {
    color: #265fd5;
    font-weight: 500;
}

.text-after-level {
    line-height: 1.4em;
}

.pmpro_level_description_text,
div#pmpro_user_fields span.pmpro_checkout-h3-name,
div#pmpro_pricing_fields>h3 {
    display: none;
}

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
    color: #666 !important;
    background: transparent !important;
    border: 1px solid #6d6d6d !important;
    border-radius: 3px !important;
    padding: 15.6px 10px !important;
}

div#pmpro_user_fields h3 {
    margin-top: 0px !important;
}

.pmpro-checkout .pmpro_checkout_gateway-stripe {
    padding-bottom: 20px;
}

form.pmpro_form #pmpro_processing_message {
    margin-top: 0px;
    position: relative;
    top: 10px;
}

div#pmpro_payment_information_fields {
    display: block !important;
}

.pmpro-checkout button.btn.btn-unirse,
.pmpro-checkout form.ajax-search-form,
.pmpro-checkout a.sidebar-toggle,
span.pmpro_checkout-h3-msg,
.pmpro_checkout-fields span.pmpro_asterisk,
div#pmpro_user_fields hr,
.pmpro_checkout-fields>p,
div#pmpro_pricing_fields span.pmpro_checkout-h3-msg a,
div#pmpro_payment_information_fields span.pmpro_checkout-h3-msg,
.pmpro_checkout-fields div#pmpro_level_cost,
.pmpro-checkout span.pmpro_asterisk {
    display: none !important;
}

.card-logos {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 30px !important;
    gap: 10px;
}

.card-logos h3 {
    display: flex;
    width: fit-content;
    text-align: left;
    margin-bottom: 0px !important;
}

.card-logos .logos {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0px !important;
}

.card-logos .logos img {
    width: 33px !important;
    object-fit: contain;
    margin-right: 5px;
    border-radius: 3px;
}

.card-logos h3 span.pmpro_checkout-h3-name {
    margin-bottom: 0px !important;
    text-align: left;
}


p.upcast_checkout_tos {
    line-height: 1.4em;
}

p.upcast_checkout_tos a {
    font-weight: 500;
    color: #265fd5;
}

span#pmprovp-warning,
div#pmpro_message {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
}

.mobile-list ul {
    padding: 0;
    margin-bottom: 0px
}

li.mlist-wrapper {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 6px 20px;
    border-top: 0px solid rgb(229 229 229);
    border-radius: 5px;
}

li.mlist-wrapper img.list-icon {
    width: 100%;
    max-width: 24px;
    filter: opacity(0.6);
    height: 24px;
}

li.mlist-wrapper span {
    width: 100%;
    padding: 0px 20px;
    font-size: 17px;
    line-height: 1.2em;
    position: relative;
    top: 0px;
}

img.list-arrow {
    max-width: 14px;
    filter: opacity(0.6);
}

.mobileupload .form-right {
    width: 100%;
    margin-bottom: 10px;
}

.mobileupload .form-left {
    width: 100%;
    padding: 0;
}

@media(max-width:768px) {
    .upcast-subscription-wraper {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

@media(max-width:767px) {

    .pmpro-checkout .main-container .wp-container-3,
    .pmpro-checkout .main-container .upcast-subscription-wraper {
        gap: 2em;
    }

    .pmpro-checkout .main-container .upcast-subscription-wraper {
        min-height: auto;
    }

    h1.m-title {
        font-size: 38px !important;
        margin-top: 20px;
        line-height: 1.2em;
    }

    h1.m-title+.wp-block-spacer {
        height: 20px !important;
    }

    .wpd-login-to-comment br {
        display: none;
    }

    .pmpro-checkout .main-container .wp-container-3,
    .pmpro-checkout .main-container .upcast-subscription-wraper {
        gap: 2em;
    }

    .card-logos h3 {
        width: 100%;
    }

    .card-logos {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .progress {
        top: 200px;
    }

    .mobileupload .progress {
        top: 220px;
    }

    .mobileupload .form-right {
        margin-bottom: 0px;
    }

    #video-success .success-video-data {
        background-color: #f1f1f1;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    #video-success img.success-video-thumb {
        min-width: 300px;
        height: 180px;
        object-fit: cover;
        margin: 0px !important;
    }

    h1.video-entry-title {
        max-width: 100% !important;
    }



}


/* END Subscription Page */

/* Playlist Page */
.playall {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0;
}

.video-thumb:hover a>.playall {
    opacity: 1;
}

/* End Playlist Page */

@media(max-width:1140px) {
    .ajax-search-form {
        width: 87%;
    }

    /* video sidebar */
    .upvideo-sidebar {
        width: 38%;
        flex: 0 0 auto;
        min-width: auto;
    }

    /* video primary - match sidebar width */
    .upvideo-primary {
        width: 62%;
        max-width: 62%;
    }
}

/* Video Thumb Views */
@media (min-width: 1200px) and (max-width: 1600px) {

    .up-video-lists .col-xl-3,
    .page-template-tpl-archive-page .col-xl-3.col-lg-4.col-md-6.article,
    .page-template-tpl-most-views-videos .col-xl-3.col-lg-4.col-md-6.article,
    .page-template-tpl-all-categories .col-xl-3.col-lg-4.col-md-6.article {
        width: 33.33%;
        flex: 0 0 33.33%;
    }
}



/* Mobile */
@media(max-width:992px) {
    body {
        margin-bottom: 60px !important;
    }

    .off-canvas-menu-bar {
        padding: 10px 0px;
    }

    .d-mobile-none {
        display: none;
    }

    img.custom-logo {
        max-width: 85%;
    }

    .fixed-bottom-menu {
        display: block;
    }

    .ajax-search-form {
        width: calc(100% - 40px);
        max-width: 100% !important;
    }

    .single-video .upvideo-primary div#player,
    .single-video .upvideo-primary pjsdiv#oframeplayer {
        border-radius: 0px !important;
    }

    /* Menu */
    .mobile-nav-toggler {
        display: flex;
    }

    .off-canvas-menu-bar {
        position: sticky;
        top: 0;
        z-index: 99;
    }

    .menu-icon ul img {
        height: 24px;
        width: 24px;
        display: flex;
    }

    .menu-icon ul {
        display: inline-flex;
        margin: 0;
    }

    .menu-icon ul li {
        list-style: none;
        margin-right: 15px;
        display: flex;
        align-items: center;
    }

    .menu-icon ul li:last-child {
        margin: 0;
    }

    .btn-unirse {
        padding: 4px 10px;
        height: 37px;
        font-size: 14px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    /* Off canvas menu*/
    span.m-menu-icon {
        font-weight: 100;
        font-size: 18px;
    }

    .nav-links {
        height: calc(100vh - 58px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        max-height: -webkit-fill-available;
    }

    .offcanvas-body .sidebar-content {
        position: fixed;
        bottom: 0;
        width: 75%;
    }

    .off-canvas-menu .navigation li,
    .off-canvas-menu .navigation {
        border: none !important;
    }

    .close-nav {
        padding: 0 23px;
    }

    .sidebar-content {
        display: block;
    }

    .off-canvas-menu .navigation li {
        border-bottom: 0px solid;
    }

    .off-canvas-menu .navigation li a {
        display: flex !important;
        align-items: center;
        width: 100%;
    }

    .off-canvas-menu .navigation li>a:hover {
        background: #e5e5e5;
        color: #030303 !important;
    }

    .off-canvas-menu .navigation li a img {
        max-height: 22px;
        filter: invert(0%) sepia(0%) saturate(13%) hue-rotate(31deg) brightness(101%) contrast(102%);
    }

    .mi-cover {
        width: 30px;
        height: auto;
        margin-right: 10px;
    }

    .off-canvas-menu .navigation li>a {
        padding: 5px 20px;
        font-weight: 700;
    }

    .menu-item-home img {
        max-width: 17px;
    }

    .sidebar-content li {
        padding: 5px 20px !important;
    }

    .sidebar-content li a,
    .sidebar-content li p {
        font-size: 14px;
        color: #626262;
    }


    /* Video Single Page */
    .pr-15 {
        padding-right: 0;
    }

    .pl-15 {
        padding-left: 0;
    }

    .single-video .pt-4 {
        padding-top: 0rem !important;
    }

    .mpb-30 {
        padding-bottom: 30px;
    }

    .mp-0 {
        padding: 0;
    }

    .mpr-15 {
        padding-right: 15px !important;
    }

    .mpl-15 {
        padding-left: 15px !important;
    }

    h1.video-entry-title {
        font-size: 1.2rem;
        line-height: 1.5rem;
        font-weight: 500;
        margin-bottom: 0px;
        margin-top: 15px;
        max-width: calc(100% - 150px);
    }

    .view-date {
        font-size: 14px;
    }

    .video-reaction ul {
        padding: 0;
    }

    .video-reaction li a {
        display: flex;
        align-items: center;
        font-size: 12px;
        text-transform: inherit;
    }

    .toolbar-left {
        width: 100%;
    }


    .action-like,
    .action-unlike {
        padding: 0 !important;
        display: flex;
        justify-content: center;
        margin: 0 !important;
    }

    .video-reaction ul {
        display: inline-flex;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .video-reaction {
        padding-right: 0px;
    }

    .video-reaction ul li:first-child {
        width: fit-content !important;
    }

    .video-reaction ul li {
        margin-right: 0px !important;
        width: 34%;
    }

    .video-reaction li a {
        width: auto;
        padding: 0 10px !important;
        height: 36px;
        font-size: 14px;
    }

    .video-reaction li a img {
        filter: none;
    }

    .video-reaction li a,
    .video-reaction li a span {
        line-height: 36px !important;
        padding: 0;
        color: #000 !important;
        position: relative;
    }

    .video-reaction li .action-like a:after {
        content: "";
        background: rgba(0, 0, 0, 0.1);
        position: absolute;
        right: 0;
        top: 5px;
        height: 26px;
        width: 1px;
    }

    .video-reaction .lbg-style1 .lc,
    .video-reaction .unlbg-style1 .unlc {
        color: #0f0f0f !important;
        font-size: 14px;
        font-weight: 500;
    }

    .video-shere {
        display: contents;
        float: none;
    }

    .single-video .col-sm-7.my-auto {
        padding-left: 0;
    }

    .entry-content {
        padding: 15px !important;
    }

    #wpdcom .wpd-thread-list {
        padding: 15px 0;
    }

    .comment-section {
        margin-top: 15px;
        padding: 0px 15px;
    }

    /* Video sidebar */
    .row.upvideo-row {
        flex-direction: column;
    }

    .upvideo-sidebar {
        width: 100%;
        min-width: 100%;
    }

    /* video primary - full width on mobile */
    .upvideo-primary {
        width: 100%;
        max-width: 100%;
    }

    /* User Profile */
    .pmpro-invoice .main-container,
    .pmpro-cancel .main-container,
    .pmpro-member-profile-edit .main-container {
        padding: 15px 0px 0px 0px;
    }


    ul#myTab li a {
        text-align: center;
        border-radius: 0;
        color: rgba(34, 34, 34, 1.0);
        background: transparent;
        font-weight: 400;
        padding: 0px;
        padding: 0px;
        line-height: 1em;
    }

    #pmpro_account #pmpro_account-membership {
        margin-bottom: 15px;
    }

    body.pmpro-account {
        overflow-x: hidden !IMPORTANT;
    }

    ul#myTab {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        align-items: center;
        white-space: nowrap;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        border-bottom: 2px solid #e7e7e7;
    }

    .user-profile-tab .nav-item {
        padding: 17px 0px 12px 0;
    }

    .user-profile-tab .nav-tabs .nav-link.active:after {
        bottom: 0px;
        ;
    }

    .user-profile-tab div#myTabContent,
    .user-profile-tab ul#myTab {
        padding: 0 10px;
    }

    div#submit-wrapper,
    #password-submit-wrapper,
    div#payment .pmpro_submit {
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 0;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 20px;
    }

    .pmpro_member_profile_edit-field.password-hint p {
        margin-bottom: 0;
    }

    div#myTabContent {
        padding-top: 20px !important;
    }

    form#password-change-form input.pmpro_btn {
        width: fit-content;
    }

    .pmpro-account table.pmpro_table {
        flex-wrap: wrap;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        white-space: nowrap;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        display: inherit;
    }

    div#pmpro_account-membership th,
    div#pmpro_account-invoices th {
        width: 100%;
    }

    div#pmpro_account-invoices.invoice-list h2 img {
        width: 13px;
        left: 17px;
    }

    div#pmpro_account-invoices.invoice-list.open {
        display: block;
        position: absolute;
        width: 96.5%;
        top: 43px;
        background: #fafafa;
        left: 0;
        height: calc(100vh - 149px);
        overflow: auto;
        padding-left: 38px !important;
        padding-top: 20px;
    }


    /*SUMBIT VIDEO MODEL POPUP*/
    #VideoUpload {
        z-index: 99999;
    }

    #VideoUpload .modal-content {
        min-height: 470px !important;
    }

    #VideoUpload .modal-body {
        padding: 0;
    }

    span.m-menu-icon img {
        width: 22px;
        margin-right: 10px;
    }

    span.m-menu-icon {
        display: flex;
        align-items: center;
        position: relative;
    }

    #VideoUpload .form-left {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    #VideoUpload .form-right {
        width: 100%;
        float: left;
    }

    .filelabel {
        width: 50%;
        margin-bottom: 10px;
    }

    #postVideoOuter {
        z-index: 999;
    }

    #videopro_submit_form .modal-dialog {
        padding: 0 !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .submitModal .modal-body {
        padding: 0 !important;
    }

    .selected-video {
        border-radius: 0;
    }

    .submitModal .modal-content {
        border-radius: 0;
    }

    video.prvideo,
    video.ppv_prvideo,
    video.rvideo {
        width: 100%;
        height: 220px;
        max-height: 220px;
        margin-bottom: 10px;
        object-fit: cover;
    }

    video.rvideo {
        height: 260px;
        max-height: 260px;
    }

    #videopro_frontend_submit_heading {
        padding: 0;
    }

    #videopro_submit_form .modal-header {
        border: none !important;
    }

    #postTitleOuter {
        padding: 10px;
        border: 0px solid rgb(229 229 229);
        margin-bottom: 0rem;
        border-radius: 5px;
    }

    div#postTitleOuter textarea {
        font-size: 22px;
    }

    textarea#vtitle {
        color: #606060 !important;
    }

    .mobile-list ul {
        padding: 0;
        margin-bottom: 0px
    }

    li.mlist-wrapper {
        display: inline-flex;
        width: 100%;
        align-items: center;
        padding: 6px 20px;
        border-top: 0px solid rgb(229 229 229);
        border-radius: 5px;
    }

    li.mlist-wrapper img.list-icon {
        width: 100%;
        max-width: 24px;
        filter: opacity(0.6);
        height: 24px;
    }

    li.mlist-wrapper span {
        width: 100%;
        padding: 0px 20px;
        font-size: 17px;
        line-height: 1.2em;
        position: relative;
        top: 0px;
    }

    img.list-arrow {
        max-width: 14px;
        filter: opacity(0.6);
    }

    div#postContentOuter {
        background: #fff;
        height: 100% !important;
    }

    div#postContentOuter,
    div#postImageOuter,
    div#postCategoriesOuter,
    div#postColeccionesOuter,
    div#postTagsOuter,
    #VideoUpload div#postSEO,
    div#postAutopostOuter {
        display: none;
        position: fixed;
        width: 100%;
        height: auto;
        left: 0;
        bottom: 0;
        background: #fff;
        margin: 0;
        border-radius: 0;
        border: none;
        z-index: 99;
    }

    .close-mpost-secton {
        padding: 0px;
        border-bottom: 0px solid rgb(229 229 229);
    }

    .close-mpost-secton span {
        font-size: 18px !important;
        color: #000 !important;
    }

    div#postContentOuter textarea {
        height: calc(100vh - 82px);
        border-bottom: 1px solid rgb(229 229 229);
    }

    div#postContentOuter br,
    div#postImageOuter p,
    div#postCategoriesOuter p,
    div#postColeccionesOuter p,
    div#postTagsOuter p,
    div#postAutopostOuter p {
        display: none;
    }

    .selected-video {
        background: #fff;
    }

    .form-right p {
        padding: 0;
    }

    div#postImageOuter,
    div#postCategoriesOuter,
    div#postColeccionesOuter,
    div#postTagsOuter,
    div#postAutopostOuter,
    #VideoUpload div#postSEO {
        height: 100vh;
        background: #000000b5;
        align-items: flex-end;
    }

    .vinner-content {
        background: #fff;
        padding: 20px 10px 10px 10px;
        height: auto;
        display: flex;
        flex-direction: column;
        bottom: 0;
        position: absolute;
        width: 100%;
    }

    .vinner-content span {
        margin-bottom: 10px;
        margin-top: 0px;
    }

    img#previewimage {
        width: 50%;
        max-height: 123px !important;
        margin-left: 0;
        margin-left: 10px;
    }

    form#categoryForm .video-fdimage img#previewimage {
        max-height: 100% !important;
    }

    .vinner-content .close-mpost-secton {
        border-top: 1px solid rgb(229 229 229);
        margin-top: 10px;
        padding-top: 20px;
    }

    .vinner-content span.tag__name {
        margin-bottom: 0px !important;
    }

    div#videoprocess {
        width: 100%;
        height: 220px;
        background: #e2e2e2;
        position: absolute;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #626262;
        font-weight: 400;
        z-index: 999999;
        font-size: 0.9rem;
    }

    .auto-section input#autopost,
    .shedule-sectiom input#rsheduletime,
    .private-section input#ptivatepost {
        height: 18px !important;
        width: 18px !important;
    }

    input#sheduletime {
        margin-left: -2px;
    }

    .private-section,
    .shedule-sectiom {
        display: flex;
        align-items: center;
    }

    .auto-section input[type=radio]:checked:before {
        width: 10px;
        height: 10px;
        margin: 0.16rem;
    }

    .shedule-sectiom input[type=radio]:checked:before {
        margin: 0.18rem;
    }

    .auto-section {
        display: flex;
    }

    .post-time-selection label {
        line-height: 1.2em;
        margin-bottom: 0px;
    }

    .post-time-selection div {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .submitModal .close {
        width: 15px;
    }

    div#postVideoOuter h4 {
        text-align: center;
        font-weight: 400;
        padding: 15px 10px;
        line-height: 1.2em;
    }

    .btn-finilize {
        padding: 10px 10px 10px 10px;
    }

    div#postAutopostOuter+p {
        display: none;
    }

    div#close-mpostimg {
        width: 100%;
    }

    .close-mpost-secton span {
        width: 50%;
        float: left;
    }

    span.m-menu-icon.cncl {
        display: flex !important;
        justify-content: flex-end;
        padding-right: 15px;
    }

    .close-mpost-secton br {
        display: none;
    }

    select#vcat,
    select#vtag {
        max-width: 100%;
        background: #fff;
        border: 1px solid #cfcfcf;
    }

    /* Toggle Switch */
    .premium-twitch {
        justify-content: end;
        margin-top: 0px;
        position: relative;
        width: fit-content;
        padding: 0 0px;
    }

    .switch {
        margin-bottom: 0;
    }

    /*END SUMBIT VIDEO MODEL POPUP*/

    .tag-navigation-container {
        max-width: 100%;
        padding: 5px 10px 0px 10px;
        margin-top: 0px !important;
    }
}


@media(max-width: 767px) {
    .user-restriction {
        position: relative;
        padding: 20% 15px;
    }

    .user-restriction .row {
        position: relative;
        bottom: 0;
        height: 100%;
    }

    .user-restriction img {
        max-width: 250px;
        display: flex;
        flex-wrap: nowrap;
        margin: auto !important;
        margin-bottom: 20px !important;
    }

    .user-restriction h2 {
        font-size: 18px;
    }

    .user-restriction h3 {
        font-size: 16px;
    }

    span.ppv-head {
        font-size: 18px;
        margin-bottom: 15px;
    }

    span.ppv-smallhead {
        font-size: 16px;
    }

    .video-premium-single {
        position: static;
        margin-bottom: 0px;
        margin-left: 15px;
    }

    .video-shere {
        margin-top: 15px !important;
        display: block !important;
    }

    video.rvideo {
        height: 210px;
        max-height: 210px;
    }

    /* Homepage */
    .video-item-card .video-thumb,
    .related-video-thumb {
        border-radius: 0px;
    }

    /* Profile page */
    .pmpro_member_profile_edit-fields>div label {
        min-width: 100%;
        max-width: 100%;
    }

    .pmpro_member_profile_edit-fields>div {
        gap: 5px;
        flex-direction: column;
    }
}


@media(max-width: 359px) {

    /* Mobile Menu */
    .menu-icon ul {
        padding-left: 0px;
    }

    .menu-icon ul li {
        margin-right: 12px;
    }

    /* End Mobile Menu */
}

@media(max-width: 300px) {

    /* Mobile Menu */
    .menu-icon ul {
        padding-left: 8px;
    }

    .menu-icon ul li {
        margin-right: 8px;
    }

    .btn-unirse {
        padding: 4px 8px;
        font-size: 13px;
    }

    /* End Mobile Menu */
}

/* Ver Avance Button */
.ver-avance-btn {
    transition: all 0.3s ease !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #000 !important;
    color: #000 !important;
    background: transparent !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    padding: 5px 12px !important;
    font-weight: 500 !important;
}

.ver-avance-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 980px) {
    .coleccion-info-wrapper {
        flex-direction: column !important;
    }

    .coleccion-info-wrapper .ms-2 {
        margin-left: 0 !important;
        margin-top: 10px;
    }

    .ver-avance-btn {
        text-align: center;
        padding: 8px 12px !important;
    }
}