/* .custom-paragraph {
    border-bottom: 1px solid gray !important;
    margin-bottom: 0rem !important;
    font-weight: bold !important;
}

.icon-success {
    color: green;
    font-size: 3rem;
    margin-right: 0.5rem;
}

.text-large {
    font-size: 2.25rem;
    text-align: center;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.icon-success {
    color: green;
    font-size: 3rem;
    margin-right: 0.5rem;
}

.text-large {
    font-size: 2.25rem;
    text-align: center;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-container {
    border: solid rgb(203,203,203) 1px;
    border-radius: 8px;
    min-width: 250px;
    max-height: 500px;
}

.collapsible-card {
    margin: 2px;
    border: solid rgb(203,203,203) 1px;
    border-radius: 8px;
    min-width: 250px;
}

.card-badge {
    width: 40px;
    height: 40px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.card-grid {
    padding: 2px;
}


.custom-paragraph {
    border-bottom: 1px solid gray;
    margin-bottom: 0px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.badge-custom {
    padding: 0.37rem;
    font-size: 1rem; /* fs-6 */
    font-weight: 300; /* fw-lighter */
}

.list-group-item-custom {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between nickname and badge */
    align-items: center; /* Center items vertically */
    margin-bottom: 0; /* Space between items */
    padding: 0.25rem; /* Use p-1 equivalent padding */
    border-bottom: 1px solid #ccc; /* Add a bottom border for separation */
}

.list-group-item-custom:last-child {
    border-bottom: none; /* Remove bottom border from the last item */
}

.full-height-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-active-alerts {
    border: solid rgb(203, 203, 203) 1px;
    border-radius: 8px;
    min-width: 250px;
    max-height: 500px;
    margin: 0.5rem;
}

.section-title {
    border-bottom: 1px solid gray;
    margin-bottom: 0px;
    font-weight: bold;
}

/**/
/* Style for the collapsible card */
/**/
.collapsible-card {
    border: solid rgb(203, 203, 203) 1px;
    border-radius: 8px;
    min-width: 250px;
}

/* Header title styling */
.collapsible-card-title {
    font-weight: bold;
}

/* Chevron icon style */
.collapsible-card-icon {
    margin-left: 10px;
    vertical-align: middle;
}

/* Toggle area (title + icon) cursor */
.collapsible-toggle {
    cursor: pointer;
}

/* Badge container style */
.collapsible-badge-wrapper {
    text-align: right;
}

/* Badge style */
.collapsible-badge {
    width: 40px;
    height: 40px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.badge-multi-line {
    white-space: normal !important;
    word-wrap: break-word;
    max-width: 60%;
}

.badge-title-spacing {
    display: inline-flex;
    margin-right: 8px;
}

.no-gutter {
    --bs-gutter-x: 0;
}

.custom-line {
    border-top: 2px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fade-out {
    animation: fadeOut 1s ease-out forwards;
    pointer-events: none;

}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0;}
}

.custom-dropdown-label .dropdown-toggle {
    color: black !important;
    font-size: 0.8rem;
    width: fit-content;
    border-radius: 0.5rem;
    font-weight: bold;
}

.custom-dropdown-label {
    color: black !important;
    font-size: 0.8rem;
    width: fit-content;
    border-radius: 0.5rem;
    font-weight: bold;
}
