﻿.carousel-caption {
    background: rgba(0, 0, 0, 0.35);
}

.cursor-pointer{
    cursor: pointer;
}

.cover-image {    
    background-size: cover;
    background-position: 50% 50%;
}

.popover{
    border-radius: 0;
}

.popover {
    max-width: none !important; /* disable Bootstrap's 276px limit */
    width: auto;                /* fit content naturally */
}

.popover.popover-image .popover-body {
    padding: 0; /* optional, removes extra padding */
}

.popover.popover-image img {
    display: block;
    max-width: 100%; /* allow full image width */
    height: auto;
}

body:not(.public) .text-danger {
    color: #f3c764 !important;
}

.alert {
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}
.alert i {
    color: var(--bs-info-border-subtle);
}