@charset "utf-8";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");

:root {
    --app-topbar-h: 60px;
}

html,
body {
    font-family: "Open Sans", sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

a {
    text-decoration: none;
}

.text-gold {
    color: orange;
}

.text-darkblue {
    color: #818bf0;
}

.text-cian {
    color: #45b2e8;
}

.text-red {
    color: #ff0037;
}

.text-orange {
    color: #fd9c91;
}

.text-pink {
    color: #ff7ba0;
}

.text-blue {
    color: #9eb7ff;
}

.text-blue {
    color: #007bff;
}

.text-violet {
    color: #a688e7 !important;
}

.text-green {
    color: #3ecf8e !important;
}

.text-grey {
    color: #969696;
}

.text-dark-grey {
    color: #393939;
}

.text-yellow {
    color: #f0b64b;
}

.text-purple {
    color: #db78dd;
}

.text-black {
    color: #212529 !important;
}

.dvh-100 {
    height: 100%;
    height: 100vh;
    height: 100dvh;
}

@media (hover: hover) {
    a:hover {
        text-decoration: none;
    }
}

.app-shell {
    min-height: 100dvh;
    margin: 0;
}

.app-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--app-topbar-h);
    background-color: #000;
    z-index: 1030;
}

.app-layout {
    display: flex;
    height: 100dvh;
}

.app-sidebar {
    flex: 0 0 auto;
    background-color: #292929;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: fit-content;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#app-content {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
}

.sidebar-heading {
    margin: 1.75rem 1.25rem 2rem;
}

.app-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
    z-index: 998;
}

.is-sidebar-open .app-backdrop,
html:has(#im.d-flex) .app-backdrop {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 992px) {
    #app-sidebar .upload-sidebar .btn.w-100 {
        width: auto !important;
        display: inline-flex;
    }
}

@media (max-width: 991.98px) {

    .app-backdrop {
        top: var(--app-topbar-h);
    }

    .app-layout {
        padding-top: var(--app-topbar-h);
    }

    #app-content {
        position: fixed;
        top: var(--app-topbar-h);
        left: 0;
        right: 0;
        height: calc(100dvh - var(--app-topbar-h));
    }

    .app-sidebar {
        position: fixed;
        top: var(--app-topbar-h);
        left: 0;
        height: calc(100dvh - var(--app-topbar-h));
        z-index: 1040;
        width: max-content;
        max-width: 86vw;
        min-width: 220px;
        transform: translateX(-100%);
        transition: transform 180ms ease;
    }

    .is-sidebar-open .app-sidebar {
        transform: translateX(0);
    }
}

#stripes,
#stripes span {
    position: absolute
}

#stripes {
    width: 100%;
    height: 500px;
    overflow: hidden;
    top: -10px;
    transform: skewY(-3deg);
    transform-origin: 0;
    background: linear-gradient(150deg, #292929 15%, #646a6f 70%, #5f6168 94%);
}

#stripes span {
    height: 150px;
}

#stripes :first-child {
    width: 33.33333%;
    left: -6.66666%;
    background: #292929;
}

#stripes :nth-child(2) {
    width: 33.33333%;
    top: 0;
    left: 26.66666%;
    right: auto;
    background: #333638;
}

#stripes :nth-child(3) {
    width: 33.33333%;
    left: 59.99999%;
    bottom: auto;
    background: #474b4d;
}

#stripes :nth-child(4) {
    width: 33.33333%;
    top: 380px;
    right: -16.66666%;
    background: #a2a2a2;
}

#stripes :nth-child(5) {
    width: 33.33333%;
    bottom: 0;
    background: #68696b;
}

#stripesRed span {
    position: absolute;
}

#stripesRed {
    position: absolute;
    width: 100%;
    height: 380px;
    overflow: hidden;
    transform: skewY(-2deg);
    transform-origin: 0;
    background: linear-gradient(150deg, #d50000 15%, #ff8a80 70%, #ffcdd2 94%);
}

#stripesRed span {
    height: 100px;
}

#stripesRed :first-child {
    width: 33.33333%;
    left: 0;
    background: #d50000;
}

#stripesRed :nth-child(2) {
    width: 33.33333%;
    top: 0;
    left: 33.33333%;
    right: auto;
    background: #e53935;
}

#stripesRed :nth-child(3) {
    width: 33.33333%;
    left: 66.66666%;
    bottom: auto;
    background: #f44336;
}

#stripesRed :nth-child(4) {
    width: 23.33333%;
    bottom: 100px;
    right: 0;
    background: #ff8a80;
}

#stripesRed :nth-child(5) {
    width: 43.33333%;
    bottom: 0;
    left: 0;
    background: #ef5350;
}

.stripesGold span {
    position: absolute;
}

.stripesGold {
    position: absolute;
    width: 100%;
    height: 380px;
    overflow: hidden;
    transform: skewY(-2deg);
    transform-origin: 0;
    background: linear-gradient(150deg, #ffd600 15%, #fef49d 70%, #fdf7c5 94%);
}

.stripesGold span {
    height: 100px;
}

.stripesGold :first-child {
    width: 33.33333%;
    left: 0;
    background: #FFD700;
}

.stripesGold :nth-child(2) {
    width: 33.33333%;
    top: 0;
    left: 33.33333%;
    right: auto;
    background: #ffbf00;
}

.stripesGold :nth-child(3) {
    width: 33.33333%;
    left: 66.66666%;
    bottom: auto;
    background: #ffcf40;
}

.stripesGold :nth-child(4) {
    width: 23.33333%;
    bottom: 100px;
    right: 0;
    background: #ffdc73;
}

.stripesGold :nth-child(5) {
    width: 43.33333%;
    bottom: 0;
    left: 0;
    background: #ffdc73;
}

.stripesSilver span {
    position: absolute;
}

.stripesSilver {
    position: absolute;
    width: 100%;
    height: 380px;
    overflow: hidden;
    transform: skewY(-2deg);
    transform-origin: 0;
    background: linear-gradient(150deg, #d8d8d8 15%, #f9f9f9 70%, #f5f5f5 94%);
}

.stripesSilver span {
    height: 100px;
}

.stripesSilver :first-child {
    width: 33.33333%;
    left: 0;
    background: #d8d8d8;
}

.stripesSilver :nth-child(2) {
    width: 33.33333%;
    top: 0;
    left: 33.33333%;
    right: auto;
    background: #c3c3c3;
}

.stripesSilver :nth-child(3) {
    width: 33.33333%;
    left: 66.66666%;
    bottom: auto;
    background: #d2d2d2;
}

.stripesSilver :nth-child(4) {
    width: 23.33333%;
    bottom: 100px;
    right: 0;
    background: #d2d2d2;
}

.stripesSilver :nth-child(5) {
    width: 43.33333%;
    bottom: 0;
    left: 0;
    background: #d2d2d2;
}

.alert {
    padding: .25rem 1.25rem;
}

.logo img {
    height: 40px;
}

#recoverModal .modal-content {
    border-radius: 1rem;
}

small,
.small {
    font-size: 80%;
}

.error-text {
    color: #c53745;
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 3px;
}

.input-error {
    border-color: #f23d4f;
    box-shadow: 0 0 0 0.25rem rgba(242, 61, 79, 0.4);
}

.input-error:focus {
    border-color: #f23d4f;
    box-shadow: 0 0 0 0.25rem rgba(242, 61, 79, 0.4);
}

#otp-container input {
    width: 40px;
    height: 40px
}

.picture-wrapper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 1;
}

#video-wrapper {
    flex-grow: 1;
    height: 0;
}

#video-wrapper video {
    height: 100%;
    width: 100%;
    background-color: black;
}

.ranking-heart {
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
    text-shadow: 1px 1px 3px black;
}

.question {
    color: #777777;
    cursor: pointer;
    margin-top: .5rem;
}

.question i {
    margin-right: .5rem;
}

.question-selected {
    color: black;
}

.answer {
    display: none;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 1rem 0;
    margin: 1rem;
}

.answer-ask {
    font-size: 0.75rem;
    margin-top: 1.5rem;
}

.answer-success {
    font-size: 0.75rem;
    margin-top: 1.5rem;
}

.answer-options {
    color: #777777;
    cursor: pointer;
}

@media (hover: hover) {
    .question:hover {
        color: black;
    }

    .answer-options:hover {
        color: black;
    }
}

.card-news img {
    height: 72px;
    border-radius: .25rem;
}

.card-news .fa-play {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 5px black;
}

.news-feed-empty {
    background-color: #e8e8e8;
    width: 96px;
    height: 72px;
    border-radius: .25rem;
}

.profile-name {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.profile-name::first-letter {
    text-transform: uppercase;
}

.profile-empty-bottom {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    line-height: 18px;
    text-align: center;
}

label {
    display: inline-block;
    margin-bottom: 0.25rem;
    cursor: pointer;
}

.btn-secondary {
    background: #777777;
    border-color: #777777;
}

.btn-danger {
    background: #ff0037;
    border-color: #ff0037;
}

.btn-success {
    background: #3ecf8e;
    border-color: #3ecf8e;
}

.btn-orange {
    background: #fd9c91;
    color: white;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.btn-warning {
    background: #fed759;
}

@media (hover: hover) {
    .btn-secondary:hover {
        border: 1px solid black;
        background: white;
        color: black;
    }

    .btn-dark:hover {
        background: white;
        color: black;
    }

    .btn-danger:hover {
        background: #777777;
        border-color: #777777;
    }

    .btn-success:hover {
        background: #777777;
        border-color: #777777;
    }

    .btn-orange:hover {
        background: #777777;
        color: white;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .btn-warning:hover {
        background: #777777;
        border-color: #777777;
        color: white;
    }
}

.header {
    background-color: #292929;
    margin-bottom: 2rem;
    padding: 25px 1.25rem;
}

.header img {
    height: 40px;
}

.header .logout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 576px) {
    .header .logout {
        margin-top: 1rem;
        justify-content: inherit;
        align-items: inherit;
    }
}

.top-bar-logo {
    background: #292929;
    padding: 5px 14px;
}

.top-bar {
    display: flex;
    flex-shrink: 0;
    padding: 30px;
}

.top-bar > div:first-child {
    flex-grow: 1;
}

.top-bar i {
    margin-right: .5rem !important;
}

.top-bar h3 {
    line-height: 35px;
    margin-bottom: .5rem !important;
}

.top-bar-buttons {
    flex-shrink: 0;
    z-index: 99;
}

.profile-bar {
    display: flex;
}

.row-profiles-gap {
    row-gap: 24px;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .profile-bar {
        display: inline;
    }

    .main-button a {
        width: 100%;
    }

    .profile-buttons button {
        width: 100%;
        margin-bottom: 1.5rem !important;
    }

    .description {
        overflow-y: inherit !important;
        max-height: inherit !important;
    }

    .card-tales-views {
        position: relative;
        margin-left: 15px;
        padding-bottom: 10px;
        top: 0;
    }

    .visitors-wrapper .col-6:nth-last-child(1) {
        display: none;
    }
}

.roundOptions {
    background-color: #EAEAEA;
    border-radius: 4px 5px 4px 4px;
    padding: 15px;
    margin-bottom: 2rem;
}

#roundAdvanced {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background-color: #EAEAEA;
    text-align: center;
    padding: 0 15px 3px;
    color: #0678BE;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
}

#advOptions {
    display: none;
}

#advOptions hr {
    border: none;
    height: 1px;
    color: #cdcdcd;
    background-color: #cdcdcd;
}

.rule {
    font-weight: bold;
}

@media (hover: hover) {
    a:hover > .card-news {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        box-shadow: rgba(69, 79, 91, 0.14) 0 0.75rem 1.5rem 0;
    }
}

.main-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.icon-connected {
    background-color: #818bf03c;
    color: #818bf0;
}

.icon-visits {
    background-color: #d682d83c;
    color: #d682d8;
}

.icon-followers {
    background-color: #3dcf8d3c;
    color: #3dcf8d;
}

.icon-webcams {
    background-color: #007bff3c;
    color: #007bff;
}

.tag {
    background: white;
    padding: 2px 15px;
    font-size: 13px;
    color: #ff0037;
    border-radius: 12px;
    display: inline-block;
    font-weight: 300;
}

.tag-welcome {
    background: white;
    padding: 2px 15px;
    font-size: 0.875rem;
    color: #ff0037;
    border-radius: 20px;
    display: inline-block;
    font-weight: 300;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    letter-spacing: 2px;
}

.card-img-wrapper {
    position: relative;
    width: 100%;
    background-color: #292929;
    border-radius: 6px;
}

.tag-online {
    background: #3ecf8e;
    color: #fff !important;
    padding: 0 1rem;
    border-radius: 12px;
    font-weight: 300;
}

.card-img-wrapper .tag-online {
    position: absolute;
    bottom: .3rem;
    right: .3rem;
    padding: 0 0.3rem;
    background: #3ecf8eb3;
}

.title-wrapper {
    margin-bottom: 1.5rem !important;
    display: flex !important;
}

.title-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem !important;
}

.title-icon-text {
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex !important;
    align-items: center !important;
}

.profile-gold {
    border-color: #fed759 !important;
    background: #fed759 !important;
}

.link-white {
    color: #999;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (hover: hover) {
    .link-white:hover {
        color: #fff;
    }
}

.scrollmenu a {
    position: relative;
    display: block;
    padding: 0.5rem 1.25rem;
    background-color: transparent;
    color: #999;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (hover: hover) {
    .scrollmenu a:hover {
        color: #fff;
    }
}

.scrollmenu a > i {
    width: 25px !important;
    text-align: center;
}

.subscription-titles {
    border-bottom: 1px solid #f6b12a;
    color: #f6b12a;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 7px;
}

.card-general__profile {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    background: #eaeaea;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding-bottom: 0.3rem;
    height: 100%;
}

.card-general__profile p {
    font-size: 0.7rem;
    margin-bottom: 0;
    margin-top: 0.3rem;
    color: #000;
    font-weight: 300;
}

.card-general__profile .only_gold {
    background: #00000021;
    color: #000000;
    border-radius: 6px;
    line-height: 1.25rem;
    margin: 0.3rem 0.3rem 0;
}

.card-values {
    background: white;
    overflow: hidden;
    position: relative;
    height: 115px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 10px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #dfe3e7;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
}

.profile-buttons button {
    margin-bottom: 1.5rem !important;
}

.profile-no-multimedia {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.card-values__icon {
    width: 75px;
    height: 75px;
    position: absolute;
    left: -15px;
}

.card-values-info {
    padding-left: 70px;
}

.card-values-info span {
    font-size: 1.5rem;
    font-weight: 300;
}

.card-values-info p {
    color: #777777;
    font-weight: 300;
    font-size: 1rem;
}

.card-news {
    position: relative;
    color: #777;
    margin-bottom: 20px;
    padding: 12px 17px;
    border-radius: 6px;
    border: 1px solid #dfe3e7;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.card-news::before {
    content: "";
    width: 5px;
    background-color: #3ecf8e;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card-multimedia {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 0.8rem;
}

.card-multimedia img {
    transition: all 0.25s ease-in-out;
}

.card-multimedia canvas {
    width: 100%;
    height: 100%;
}

.card-multimedia-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (hover: hover) {
    .card-multimedia img:hover {
        filter: brightness(1.1);
        transition: all 0.25s ease-in-out;
    }

    .card-multimedia:hover .multimedia-btns {
        display: inherit;
    }
}

.card-multimedia a {
    color: white;
}

.card-multimedia .fa-play {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 1.75rem;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 5px black;
    z-index: 2;
}

.card-multimedia .encoding {
    position: absolute;
    bottom: 5px;
    left: 8px;
    text-shadow: 1px 1px 5px white;
    z-index: 2;
}

.card-multimedia .progress {
    position: absolute;
    box-sizing: border-box;
    height: 10px !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px
}

.card-multimedia .message {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 10px;
    font-size: 0.75rem;
}

@media (hover: hover) {
    .card-multimedia-add:hover {
        background: #777777;
        background: linear-gradient(to bottom, #999, #777);
        color: white;
    }
}

.card-multimedia-add .message .fa-plus-square {
    font-size: 2rem;
    margin-bottom: .5rem
}

.multimedia-btns {
    display: none;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 9;
}

@media (hover: none) {
    .multimedia-btns {
        display: inherit !important;
    }
}

.multimedia-btns button {
    border: none;
    border-radius: 4px;
    background-color: #777777c9;
    color: #ccc;
    margin-left: 3px;
    z-index: 9999;
}

@media (hover: hover) {
    .multimedia-btns button:hover {
        color: white;
    }
}

.card-profile-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #212529;
    border-radius: 6px;
}

.card-profile-picture i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.card-button {
    height: inherit !important;
    padding-right: 1rem;
}

.card-button .card-values-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 75px;
    width: 100%;
}

.card-button a {
    margin-top: 1.5rem !important;
}

.input-group-text {
    background-color: transparent;
}

.btn {
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: rgba(69, 79, 91, 0.14) 0 0.375rem 0.75rem 0;
}

.btn i {
    letter-spacing: initial;
}

#registerContent .fa-spinner {
    font-size: inherit;
    font-weight: bolder;
}

.fa-spinner {
    font-size: 55px;
}

#loading {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

#loading {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);

    width: fit-content;
    margin-left: auto;
    margin-right: auto;

    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.htmx-request #loading {
    display: flex;
}

@media (hover: hover) {
    .categories label span:hover {
        background-color: #fd9c91;
        color: white;
        border: 1px solid #fd9c91;
        cursor: pointer;
    }
}

.categories label input[type=checkbox] {
    display: none
}

.categories label input[type=checkbox]:checked ~ span {
    background-color: #fd9c91;
    color: white;
    border: 1px solid #fd9c91;
}

.categories .badge {
    display: inline-block;
    padding: 0.3em 0.6em;
    font-size: 13px;
    background: white;
    color: inherit;
    line-height: 1;
    text-align: center;
    margin-right: 5px;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer {
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-shrink: 0 !important;
}

.footer p,
.footer .item {
    color: #777;
    font-size: 80%;
    line-height: 24px;
    cursor: pointer;
}

.footer .dropdown-menu {
    min-width: inherit !important;
}

.footer .dropdown-item {
    font-size: 80%;
    color: #777;
    line-height: 24px;
}

@media (hover: hover) {
    .footer .item:hover {
        color: black;
    }

    .footer .dropdown-item:hover {
        color: black;
    }
}

#formLogin .dropdown-toggle {
    font-size: 80%;
    color: #fff;
    line-height: 24px;
    cursor: pointer;
}

#formLogin .dropdown-menu {
    min-width: inherit !important;
}

#formLogin .dropdown-item {
    font-size: 80%;
    color: #777;
    line-height: 24px;
}

@media (hover: hover) {
    #formLogin .dropdown-item:hover {
        color: black;
    }
}

.card-info-general {
    background: #ffffff;
    padding: 1.5rem 1.5rem 1rem;
    border-radius: 6px;
    border: 1px solid #dfe3e7;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
    position: relative;
    overflow: hidden;
}

.card-info-general .item {
    margin-bottom: .5rem;
}

.card-info-general h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.description {
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: -webkit-fill-available;
}

.main-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2rem;
    line-height: 36px;
    position: relative;
    height: 250px;
    width: 250px;
    padding-bottom: 100%;
    background-color: #292929;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.main-picture h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.main-picture i {
    font-size: 40px;
    margin-bottom: 0.5rem;
}

.container-custom {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

nav .actions {
    margin-left: auto;
    display: flex;
    gap: 1rem;
}

@media (max-width: 767.98px) {
    .top-bar {
        padding: 1rem .8rem;
    }

    .container-custom {
        padding-left: .8rem;
        padding-right: .8rem;
    }

    #im {
        margin-top: var(--app-topbar-h);
    }

    #im-left {
        background-color: #ffffff !important;
        color: #000 !important;
    }

    .im-user {
        border-bottom: 1px solid #d7d7d7 !important;
    }

    #im-btn-close {
        height: 42px;
    }

    .im-user-name {
        color: #000 !important;
    }

    .im-user-selected {
        background-color: initial !important;
    }

    #im-volume {
        color: #000 !important;
    }

    #im-users-top {
        border-bottom: initial !important;
        background-color: #fbfbfb;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }

    #im_options {
        background-color: #fbfbfb;
        border-top: initial !important;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    }

    .main-profile {
        flex-direction: column;
        padding: 25px 0 2.5rem;
    }

    .row-profiles-gap {
        row-gap: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .profile-bar {
        display: inline;
    }

    .main-picture {
        height: inherit !important;
        width: 100% !important;
        margin-bottom: 1.5rem !important;
    }

    .sidebar-heading {
        display: none;
    }

    .main-user {
        padding-top: 1.5rem;
    }

    .row {
        margin-right: -0.4rem;
        margin-left: -0.4rem;
    }

    .row > * {
        padding-right: 0.4rem;
        padding-left: 0.4rem;
    }

    .profile-name {
        font-size: 0.8rem !important;
    }

    .logo img {
        height: auto;
    }

    p {
        font-size: 0.875rem;
    }

    .tag-online {
        font-size: 0.875rem;
    }

    .scrollmenu a {
        padding: 0.5rem 1rem;
    }

    #registerBoxTop h2 {
        font-size: 1.75rem;
    }

    .subscription-table {
        font-size: 0.7rem;
    }

    .search-looking label {
        font-size: 0.75rem;
    }

    .pag-btn {
        font-size: 0.875rem;
        min-width: 22px;
        min-height: 22px;
    }

    .pag-item {
        display: none;
    }

    .pag-nav {
        padding: 0 1rem 1rem;
    }

    .footer {
        padding-top: 1rem !important;
    }
}

.like-link {
    color: white;
    cursor: pointer;
}

.liked-link {
    color: #ff0037 !important;
    cursor: inherit !important;
}

.pag-btn {
    min-width: 32px;
    min-height: 32px;
    display: -webkit-inline-flex;
    display: inline-flex;
    vertical-align: top;
    width: 100%;
    border: 1px solid #ced4da;
    color: #495057;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background .2s, border .2s, color .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (hover: hover) {
    .pag-btn:hover {
        background-color: #777777c9;
        border-color: #777777c9;
        color: white;
    }

    .pag-selected:hover {
        background-color: #3ecf8e;
        border-color: #3ecf8e;
    }

    .pag-disabled:hover {
        color: #ccc !important;
    }

    .pag-btn-transparent:hover {
        background-color: inherit;
        color: black;
    }
}

.pag-selected {
    background-color: #3ecf8e;
    border-color: #3ecf8e;
    color: #fff;
    cursor: auto;
}

.pag-btn-transparent {
    border: none;
}

.pag-disabled {
    color: #ccc;
}

.currency-symbol-pesos:before {
    content: '$';
    font-size: 60%;
    font-weight: 300;
}

.currency-symbol-pesos:after {
    content: ' ';
}

.currency-symbol-dollars:before {
    content: '$';
    font-size: 60%;
    font-weight: 300;
}

.currency-symbol-dollars span:first-child:after {
    content: '.';
}

.currency-symbol-euros:after {
    content: '€';
    font-size: 60%;
    font-weight: 300;
    position: relative;
    left: -.25em;
}

.currency-symbol-euros span:first-child:after {
    content: '.';
}

.total .currency-symbol-euros:before,
.currency-symbol-pesos:before {
    font-size: 80%;
}

.plan-detail .currency-symbol-euros:before {
    content: inherit;
}

.plan-detail .currency-symbol-euros:after {
    content: '€';
    font-size: 80%;
    margin-left: .2rem;
}

.total sup {
    top: -.45em;
    left: -.2em;
    font-size: 70%;
}

.save {
    margin-top: 1rem;
    color: #ff0037;
}

.save i {
    font-size: 1.125rem;
}

.save span {
    font-size: 22px;
}

.price {
    color: black;
    font-weight: 100 !important;
}

.price sup {
    top: -.75em;
    left: -.4em;
    font-size: 50%;
}

canvas {
    display: block;
}

.plan {
    height: 100%;
    text-align: center;
    color: #777777;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #dfe3e7;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.plan.selected {
    border: 1px solid #ffbf00;
}

.plan-header {
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 0.875rem;
    letter-spacing: 2px;
    height: 1.5rem;
    min-width: 5.5rem;
    color: black;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    border-radius: 0.75rem;
    background: #ffbf00;
    white-space: nowrap;
}

.payment-method {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    height: 80px;
    border-radius: 6px;
    border: 1px solid #dfe3e7;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
}

.payment-method-new {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9ecef;
    height: 28px;
    width: 42px;
    border-radius: 4px;
    margin-left: 8px;
}

.payment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d9d9d9;
    width: 70px;
    height: 50px;
    border-radius: 4px;
    margin: 0 10px 10px 0;
    flex-grow: 0 !important;
}

.container-payment {
    max-width: 750px;
    margin: 0 auto;
}

.btn-method img {
    position: relative;
    top: -2px;
    height: 20px;
}

.font-weight-600 {
    font-weight: 600;
}

.alert i {
    font-size: 2rem;
    margin-right: 1rem;
}

p {
    font-size: 1rem;
    font-weight: 300;
    color: inherit;
    margin: 0;
}

.badge {
    color: white;
    font-weight: 400;
    font-size: 0.75rem;
    margin-right: 5px;
}

.badge-categories {
    background: #fd9c91;
}

.card-tales {
    background: #fafafa;
    margin-bottom: 20px;
    padding: 15px 15px 10px 20px;
    border-radius: 6px;
    border: 1px solid #dfe3e7;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
    position: relative;
    overflow: hidden;
}

.card-tales-views {
    position: absolute;
    font-size: 0.875rem;
    color: #fd9c91;
    right: 15px;
    top: 18px;
}

.card-tales::before {
    content: "";
    width: 5px;
    background-color: #fd9c91;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card-general__icons {
    position: absolute;
    right: 0.3rem;
    font-size: 1rem;
    color: #fff;
    z-index: 2;
}

.card-general__profile .fa-circle-x {
    --fa-primary-color: #fff;
    --fa-secondary-color: #ff0038;
    --fa-secondary-opacity: 0.7;
}

.card-general__profile .fa-circle-check {
    --fa-primary-color: #fff;
    --fa-secondary-color: #3ecf8e;
    --fa-secondary-opacity: 0.7;
}

.card-general__profile .rank {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.25rem;
    z-index: 2;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 6px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.9);
}

.card-general__profile .rank::after {
    content: "º";
}

.scrollmenu {
    margin-bottom: 3rem;
}

.scrollmenu i {
    font-size: 1.25rem;
    margin-right: 1rem;
}

#menu-sidebar {
    border: none;
    background-color: black;
    color: white;
    font-size: 1.5rem;
    line-height: 18px;
}

#menu-search {
    border: none;
    background-color: black;
    color: white;
    font-size: 1.5rem;
    line-height: 18px;
}

#menu-chat {
    position: relative;
    border: none;
    background-color: black;
    color: white;
    font-size: 1.5rem;
    line-height: 18px;
}

#new-messages {
    display: none;
    position: absolute;
    top: -7px;
    right: -3px;
    background: #ff0037;
    color: white;
    border-radius: 9px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 17px;
    padding: 0 5px;
}

#new-videocall {
    display: none;
    position: absolute;
    top: -7px;
    right: 20px;
    background-color: #007bff;
    color: white;
    font-size: 0.75rem;
    line-height: 17px !important;
    border-radius: 9px;
    padding: 0 8px;
}

#messages-videocall {
    display: none;
    background-color: #007bff;
    color: white;
    font-size: 0.75rem;
    line-height: 17px !important;
    border-radius: 9px;
    padding: 0 8px;
    margin-left: .5rem;
}

#messages-videocall i {
    font-size: 0.75rem;
    margin-right: inherit;
}

#badge-main-tips {
    position: absolute;
    left: 0;
    top: 0;
    background: #ff0037;
    color: white;
    border-radius: 9px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 17px;
    padding: 0 8px;
    text-transform: uppercase;
}

#messages-count {
    display: none;
    background: #ff0037;
    color: white;
    border-radius: 9px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 17px;
    padding: 0 8px;
    margin-left: .5rem;
}

#page-content-wrapper {
    position: relative;
    background: white;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#page-content {
    position: absolute;
    inset: 0;
}

.htmx-request #page-content {
    opacity: 0.2;
    pointer-events: none;
}

.nav-link {
    text-transform: uppercase;
}

.text-green .nav-link {
    color: #3ecf8e !important;
}

.text-green .nav-link.active {
    color: #fff !important;
    background-color: #3ecf8e !important;
}

.text-orange .nav-link {
    color: #fd9c91 !important;
}

.text-orange .nav-link.active {
    color: #fff !important;
    background-color: #fd9c91 !important;
}

a.gray {
    color: #777;
}

@media (hover: hover) {
    a:hover.gray {
        color: black;
    }
}

.pride-bg {
    background: linear-gradient(180deg, red 0%, red 16.7%, orange 16.7%, orange 33.3%, yellow 33.3%, yellow 50%, green 50%, green 66.7%, blue 66.7%, blue 83.3%, purple 83.3%, purple 100%);
    color: white;
}

.pride-bg i {
    text-shadow: 1px 1px 10px black;
}

.main-profile {
    padding: 2rem 0 2.5rem;
}

.main-profile div:first-child {
    position: relative;
    flex-grow: 1;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.media-bottom {
    padding: .5rem !important;
    background-color: #262622;
    color: white;
}

.media-bottom i {
    font-size: 1.25rem;
    margin-right: 0.5rem;
    line-height: 40px;
}

.media-bottom .profile__picture--small a {
    display: flex;
    justify-content: end;
    color: white !important;
}

#error-ajax {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#error-ajax i {
    font-size: 55px;
}

.main-user {
    display: flex;
    margin: 0 1.25rem;
    padding-bottom: 1.5rem;
}

.main-user a {
    color: #999;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (hover: hover) {
    .main-user a:hover {
        color: white;
    }
}

.main-user .logout {
    font-size: 0.875rem;
    white-space: nowrap;
}

.main-user-text {
    font-size: 1.25rem;
    flex-direction: column;
}

.upload-sidebar {
    margin: 0 1.25rem 1rem;
}

.upload-sidebar .btn {
    font-size: 0.75rem;
}

@media (max-width: 880px) {
    #im {
        width: 100vw !important;
    }

    #im-left {
        width: 100vw !important;
    }

    #im-main {
        display: none !important;
        width: 100vw !important;
    }

    #im-btn-back {
        display: block !important;
    }
}

@media (min-width: 880px) {
    #im {
        width: 880px !important;
    }

    #im-left {
        display: flex !important;
        min-width: 268px !important;
    }

    #im-main {
        display: flex !important;
    }
}

@media (max-width: 991.98px) {
    #stripes {
        height: 800px;
    }

    .message {
        border-radius: 15px;
        padding: 2px 9px;
        font-size: 0.875rem;
    }

    #im-chat-messages {
        padding: .4rem 1rem .2rem !important;
    }

    #im-send-wrapper {
        padding: .2rem 1rem .4rem !important;
    }

    #im_options {
        padding: 9px 15px !important;
        height: 57px !important;
    }

    .profile-bar {
        display: flex;
    }
}

#im {
    position: absolute;
    display: flex;
    width: 880px;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

#im-btn-back {
    display: none;
    border-radius: 4px;
    background-color: #777777c9;
    color: #fff;
    margin-right: .5rem;
    width: 40px;
}

@media (hover: hover) {
    #im-btn-back:hover {
        color: white;
    }
}

#im-loading {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

#im-loading div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#im-loading i {
    font-size: 55px;
}

#im-error {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

#im-error div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#im-error i {
    font-size: 55px;
}

#im-wrapper {
    display: flex;
    width: 100%;
}

#im-left {
    display: flex;
    flex-direction: column;
    background-color: #292929;
    color: #ffffff;
    min-height: 0;
    min-width: 268px;
}

#im-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#im-users {
    flex-grow: 1;
    overflow: auto;
}

#im_options {
    border-top: 1px solid #4c4c4c;
    padding: 15px;
    height: 68px;
    flex-shrink: 0;
}

#im-send-wrapper {
    flex-shrink: 0;
    padding: 1rem;
}

.im-user {
    display: flex;
    border-bottom: 1px solid #4c4c4c;
    padding: 0.5rem 1rem;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (hover: hover) {
    .im-user:hover {
        background-color: #393939;
    }

    .im-user:hover .im-user-name {
        color: white;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
}

.im-user-selected {
    background-color: #393939;
}

.profile__picture--medium {
    width: 48px;
    height: 48px;
    margin-right: .75rem;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.profile__picture--medium i {
    padding: 1px;
    margin-right: 0.5rem;
    background-color: black;
    border-radius: 50%;
    font-size: 46px;
    color: white;
}

.profile__picture--small a {
    display: inline-flex;
    align-items: center;
    color: black;
}

.profile__picture--small i {
    font-size: 38px;
    background-color: black;
    border-radius: 50%;
    color: white;
    padding: 1px;
    margin-right: 0.5rem;
}

.profile__picture--small img {
    display: inline !important;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

@media (hover: hover) {
    .profile__picture--small:hover a {
        color: #999;
    }
}

.im-user-picture {
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: .75rem;
}

.im-user-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.im-user-name {
    color: #999;
    line-height: 16px;
    margin-bottom: 0.5rem;
}

#im-selected-username {
    line-height: 22px;
    margin-bottom: 0.5rem;
}

.im-user-status {
    font-size: 0.75rem;
    white-space: nowrap;
    color: #999;
}

.im-user-online {
    width: min-content;
    background: #3ecf8e;
    color: white;
    border-radius: 8px;
    padding: 0 8px;
}

.im-user-counter {
    display: flex;
    align-items: center;
}

.im-user-count {
    display: none;
    flex-grow: 0;
    text-align: center;
    color: white;
    background-color: #ff0037;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 17px !important;
    border-radius: 9px;
    padding: 0 11px;
    margin-left: .5rem;
}

.calling {
    display: none;
    background-color: #007bff;
    font-size: 0.75rem;
    line-height: 17px !important;
    border-radius: 9px;
    padding: 0 8px;
}

.typing {
    display: none;
    font-size: 1rem;
    line-height: 16px;
}

#im-selected-top {
    display: flex;
    flex-shrink: 0;
    background: #fbfbfb;
    padding: 1rem;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#im-username {
    flex-grow: 1;
}

#im-selected-picture {
    background-color: #292929;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: .5rem;
}

#im-main-chat {
    display: none;
    flex-grow: 1;
    flex-direction: column;
    min-height: 0;
}

#im-main-loading {
    display: none;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#im-main-closed {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#im-main-closed i {
    font-size: 20rem;
    color: #bbb;
}

#im-chat-messages {
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: -webkit-fill-available;
    padding: 1rem;
}

.chatBox {
    padding-top: 7px;
}

.chatBox .message {
    background-color: #ececec;
    border-bottom-left-radius: 0;
}

.chatBoxRight {
    padding-top: 7px;
    text-align: right;
}

.chatBoxRight .message {
    background-color: #3ba3ff;
    color: #fff;
    border-bottom-right-radius: 0;
}

.chatError {
    background-color: #eed3d7;
    color: #b94a5c;
    min-height: 25px;
    line-height: 25px;
    border-radius: 8px;
    text-align: center;
    padding: 9px;
    margin-top: 7px;
}

.im-chat-videocall {
    background-color: #3ba3ff;
    color: #ffffff;
    min-height: 25px;
    line-height: 25px;
    border-radius: 8px;
    text-align: center;
    padding: 9px;
    margin-top: 7px;
}

.im-chat-videocall-incoming {
    background-color: #ececec;
    color: black;
    min-height: 25px;
    line-height: 25px;
    border-radius: 8px;
    text-align: center;
    padding: 9px;
    margin-top: 7px;
}

.message {
    display: inline-block;
    border-radius: 15px;
    padding: 3px 9px;
    word-break: break-word;
}

.im-chat-date {
    font-size: 0.7rem;
    margin-left: 0.5rem;
}

.im_hidden {
    display: none;
}

.open-profile {
    cursor: pointer;
}

#im-volume {
    line-height: 40px;
    color: #999;
    cursor: pointer;
}

@media (hover: hover) {
    #im-volume:hover {
        color: white;
    }
}

#im-users-top {
    display: flex;
    padding: 1rem;
    border-bottom: 1px solid #4c4c4c;
    text-transform: uppercase;
    letter-spacing: 2px;
    flex-shrink: 0;
}

#im-users-top span {
    line-height: 40px;
}

#im-btn-close {
    border-radius: 4px;
    background-color: #777777c9;
    color: #fff;
    margin-right: .75rem;
    width: 40px;
}

@media (hover: hover) {
    #im-btn-close:hover {
        color: white;
    }
}

.pag-item {
    margin-left: 10px;
}

.pag-nav:first {
    margin-right: 10px;
}

.pag-nav:last-child {
    margin-left: 10px;
}

#scroll-top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 2;
    border: 1px solid black;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    background-color: black;
    color: white;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 6px;
    width: 38px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#im-scroll-bottom {
    display: none;
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 2;
    color: white;
    background-color: #007bff;
    border: 1px solid #007bff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 9px 11px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (hover: hover) {
    #scroll-top:hover {
        background-color: white;
        color: black;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    #im-scroll-bottom:hover {
        background-color: #0069d9;
        border-color: #0062cc;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
}

video {
    object-fit: contain;
}

.cards-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.cards-selector div {
    text-align: center;
    color: #777777;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #dfe3e7;
    box-shadow: rgba(69, 79, 91, 0.07) 0 0.375rem 0.75rem 0;
    transition: all 0.25s ease-in-out;
    padding: 1rem;
    flex: 1 1 calc(20% - 1rem);
    /* Ajusta este valor según sea necesario */
    max-width: calc(20% - 1rem);
    /* Asegura que no exceda el tamaño deseado */
}

@media (max-width: 768px) {
    .cards-selector div {
        flex: 1 1 calc(33.333% - 1rem);
        /* Ajuste para pantallas más pequeñas, 3 por fila */
        max-width: calc(33.333% - 1rem);
    }
}

@media (max-width: 480px) {
    .cards-selector div {
        flex: 1 1 calc(33.333% - 1rem);
        /* Mantener 3 por fila en pantallas muy pequeñas */
        max-width: calc(33.333% - 1rem);
    }
}

.cards-selector img {
    height: 50px;
    width: 100%;
}

.cards-selector small {
    font-weight: bold;
    color: black;
}

@media (hover: hover) {
    .cards-selector div:hover {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        box-shadow: rgba(69, 79, 91, 0.14) 0 0.75rem 1.5rem 0;
        cursor: pointer;
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-40px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        transform: translateY(0px)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    10% {
        transform: scale(1.1)
    }

    20% {
        transform: scale(1)
    }
}

.fancybox__slide {
    padding: 0 !important;
}