﻿/*.widget-background {
    background: linear-gradient(to right bottom, var(--mud-palette-surface), rgba(255, 255, 255, 0.5));
    border: 1px solid #7c7c7c;
}*/

/*#1E1E2D*/

.card-border {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.card-header-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.video-responsive {
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        border: none;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.disabled-content {
    position: relative;
}

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mud-grid {
    display: flex;
    flex-wrap: wrap;
}

.mud-grid-item {
    display: flex;
    flex-direction: column;
}

.mud-card {
    flex: 1 0 auto;
}
