﻿.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);
}

/* Warning – warm amber */
.alert-warning {
    background-color: rgba(255, 183, 3, 0.18); /* golden */
    border-color: rgba(255, 183, 3, 0.45);
}

.alert.alert-warning .fa-exclamation {
    color: rgba(255, 183, 3, 0.45);
    border-color: rgba(255, 183, 3, 0.45);
    border-width: 2.8px;
    border-style: solid;
    border-radius: 50%;
    width: 22.4px;
    height: 22.4px;
    font-size: 14px;
    line-height: 120%;
}

/* Danger – soft but clear red */
.alert-danger {
    background-color: rgba(231, 76, 60, 0.18);
    border-color: rgba(231, 76, 60, 0.45);
}
.alert.alert-danger .fa-exclamation {
    color: rgba(231, 76, 60, 0.45);
    border-color: rgba(231, 76, 60, 0.45);
    border-width: 2.8px;
    border-style: solid;
    border-radius: 50%;
    width: 22.4px;
    height: 22.4px;
    font-size: 14px;
    line-height: 120%;
}

/* Success – cool emerald green */
.alert-success {
    background-color: rgba(46, 204, 113, 0.18); /* emerald */
    border-color: rgba(46, 204, 113, 0.45);
}

/* Info – calm blue */
.alert-info {
    background-color: rgba(52, 152, 219, 0.18);
    border-color: rgba(52, 152, 219, 0.45);
}

.validation-summary-errors ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left:0;
}