﻿body { background-color: #f8f9fa; }
* { font-family: 'Roboto', 'Open Sans', 'Lora', sans-serif; }
[data-bs-theme="dark"] body { background-color: #212529; }
.card-link { text-decoration: none;color: inherit; }
.card-link:hover .card { border-color: var(--bs-primary); }
.user-avatar { width: 24px; height: 24px; border-radius: 50%; }
main article img { max-width:100% !important; }

::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-thumb { background-color: #1f2630;border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background-color: #2d3748; }
::-webkit-scrollbar-track { background: transparent; }

.swal2-container { z-index:10000 !important; }
.swal2-popup { z-index:10000 !important; }

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width:100vw;
    min-height: 100vh;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner {
    background-color:rgba(0,0,0,0.7);
    border-radius:0.75rem;
    padding:1rem;
}

.loading-spinner img {
    width: 29px;
    height: 29px;
}

.replyBox {
    width:100%;
    height:200px;
    border:1px solid #CCC;
    resize:none;
    outline:none;
}