.card[id] {
  scroll-margin-top: 100px;
}
.fs {
    font-size:11px;
}
		.file-item { 
			display: flex; align-items: center; gap: 12px; 
			padding: 8px; border-bottom: 1px solid #eee; background: #fafafa;
		}
		.file-item:last-child { border-bottom: none; }
		.preview-img { width: 50px; height: 50px; object-fit: cover; border-radius: 3px; border: 1px solid #ddd; }


		.sceditor-quote-popup {
	background: #333;
	color: #fff;
	border: none;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-family: sans-serif;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.sceditor-quote-popup:hover {
	background: #555;
}

@media (min-width: 767px) { 
    .wr-50 {
        width:50% !important;   
    }
    .wr-20 {
        width:20% !important;   
    }
    .wr-40 {
        width:40% !important;   
    }
}

.btn-outline-info {
    border: 1px solid #0b75a6 !important;
}
.text-bg-info {
    background-color: #0b75a6 !important;
}

blockquote {
    margin: 15px 0; padding:0.75em;
}

.cad {
    
    text-align: center;
}

blockquote {    
    border-left: 5px solid #f55266 !important; background-color: white;
    font-style: italic;
    margin-left: .5em;
    padding-left: .5em;
}
