.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.mobile-bottom-menu .btn {
    flex: 1;
    border-radius: 0;
    padding: 10px;
}

@media (max-width: 768px) {
    .mobile-bottom-menu {
        display: flex;
    }
}
.icon24{
  height:24px;
}
.icon_logo{
  height: 24px;
  margin-left:20px;
  margin-right: 20px;
}
.clickable{
    cursor:pointer;
}
/****custom*****/
.bg-cardio{
    background-color:#005c68;
    color:#FFF;
}
.bg-cardio:hover{
    background-color:#007281;
    color:#003f4e;
}
.bg-cardio .disabled{
    background-color:#91b3b8;
    color:#6d9ba7;
}
.no-show{
    display:none;
}
.show{
    display: block;
}

.price_list_item{
    max-width: 200px;
    text-align: right;
    font-weight: bold;
}

/* Presentacion compartida de las vistas principales. */
.auth-page {
    min-height: 100vh;
    background: #f8fafc;
}

.auth-splash,
.auth-content {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
}

.auth-splash__content {
    width: min(100%, 420px);
    padding: 2.5rem 2rem;
    text-align: center;
}

.auth-logo {
    width: min(100%, 220px);
    height: auto;
    object-fit: contain;
}

.auth-splash__content .auth-logo {
    width: min(100%, 280px);
    margin-bottom: 1.75rem;
}

.auth-splash__content h1 {
    margin-bottom: 1.25rem;
    color: var(--ink, #111827);
    font-size: clamp(1.5rem, 4vw, 2rem);
}

.auth-card {
    width: min(100%, 440px);
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.auth-card .auth-logo {
    width: 190px;
}

.auth-card .form-check-label,
.auth-card .form-text {
    color: var(--muted, #64748b);
}

.streaming-page {
    min-height: 100vh;
}

.streaming-page .navbar-brand img {
    max-width: 180px;
    height: 30px;
    object-fit: contain;
}

.streaming-page .bg-darkgrey {
    background: #111827;
    border-color: #263247 !important;
}

.streaming-page .vertical-nav {
    padding: .75rem;
}

.streaming-page .vertical-nav .nav-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .25rem;
    padding: .7rem .8rem;
    border-radius: .65rem;
    color: #cbd5e1;
    background: transparent;
    transition: background .15s ease, color .15s ease, transform .15s ease;
}

.streaming-page .vertical-nav .nav-link:hover,
.streaming-page .vertical-nav .nav-link:focus,
.streaming-page .vertical-nav .nav-link.active {
    color: #fff;
    background: rgb(79 70 229 / .25);
    transform: translateX(2px);
}

.streaming-page .vertical-nav .nav-link img {
    flex: 0 0 auto;
}

.streaming-content {
    padding-top: 1.5rem;
}

.content-heading {
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--bs-border-color, #e2e8f0);
    border-radius: 1rem;
    background: rgb(255 255 255 / .82);
    box-shadow: var(--shadow-card, 0 1px 3px rgb(0 0 0 / .07));
}

.stream-card {
    width: min(100%, 440px);
}

.stream-card > div {
    height: 100%;
    border-color: var(--bs-border-color, #e2e8f0) !important;
}

.stream-card__header {
    min-height: 3rem;
    padding-bottom: .8rem;
}

.stream-card__header h5 {
    color: var(--ink, #111827);
    font-size: .95rem;
}

.stream-card .video-responsive {
    display: block;
    width: 100%;
    max-width: none;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    border-radius: .65rem;
}

.stream-card .row {
    --bs-gutter-y: .65rem;
    font-size: .8rem;
    color: var(--muted, #64748b);
}

.admin-page main {
    min-height: calc(100vh - 56px);
}

.admin-page .navbar-brand {
    color: var(--ink);
}

.admin-page .sidebar {
    top: 56px;
}

.admin-page .sidebar .nav-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: .15rem .65rem;
    padding: .65rem .75rem;
    border-radius: .65rem;
    color: var(--muted);
}

.admin-page .sidebar .nav-link:hover,
.admin-page .sidebar .nav-link.active {
    color: var(--bs-primary);
    background: var(--purple-soft, #eef2ff);
}

.admin-heading {
    border-bottom: 1px solid var(--bs-border-color);
}

@media (max-width: 991.98px) {
    .streaming-content {
        padding-top: 1rem;
    }

    .content-heading {
        align-items: flex-start !important;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .auth-splash__content,
    .auth-card {
        padding: 1.5rem;
    }

    .streaming-content {
        padding-right: .75rem !important;
        padding-left: .75rem !important;
        padding-bottom: 5rem !important;
    }

    .stream-card {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
