body {
    background-color: skyblue;
}

.app-flash-toast .swal2-html-container {
    margin: 0.5rem 0 0;
}

.app-flash-toast .swal2-html-container a {
    color: #0d6efd;
    text-decoration: underline;
}

.app-flash-toast .swal2-image {
    max-height: 88px;
    object-fit: cover;
    border-radius: 0.375rem;
}

.video-row-deleted {
    opacity: 0.55;
}

.video-title-deleted {
    text-decoration: line-through;
}

/* Poster appearance when a video is deleted */
.video-poster--deleted {
    filter: grayscale(100%);
    opacity: 0.5;
}

