.detail_thread{
}
.detail_thread_body{font-family: "Roboto Condensed", sans-serif;padding: 15px;background-color: #fff;border-radius: 15px;margin-bottom: 20px;}
.thread-actions{width: 250px;justify-content: end;}
.thread-actions .btn{background-color: var(--bs-primary);color: #fff;}
.thread-actions  .follower-count.badge{
}
.detail_thread .thread-meta{margin-bottom: 15px;justify-content: space-between;}
.bookmark-btn,.follow-btn{display:flex;align-items:center;white-space:nowrap;border-radius:20px;font-size:.875rem;padding:.375rem .75rem;transition:all .2s ease-in-out}
.bookmark-btn:hover,.follow-btn:hover{transform:translateY(-1px)}
.bookmark-btn.active{background-color:#0d6efd;border-color:#0d6efd;color:#fff}
.follow-btn.active{background-color:#198754;border-color:#198754;color:#fff}
.bookmark-btn:disabled,.follow-btn:disabled{opacity:.6;cursor:not-allowed}
.bookmark-btn .spinner-border,.follow-btn .spinner-border{width:.875rem;height:.875rem;border-width:1px}
.thread-content{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;padding:0;font-size:14px;color:#606060;line-height:23px}
.thread-image-container{position:relative;overflow:hidden;border-radius:6px}
.thread-image-container img,.avatar{transition:transform .2s ease;object-fit:cover}
.thread-image-container img{width:100%;height:130px}
.thread-image-container:hover img{transform:scale(1.05)}
.detail_thread .thread-meta .thread-meta-item{margin-right: 13px;}
.detail_thread .thread-title{font-size: 24px;}
.detail_thread .thread_user{
}
.detail_thread .thread_user img{width: 50px;height: 50px;}
.detail_thread .thread_user a{color: #403e3e;font-size: 16px;}
.detail_thread .thread_user .text-muted{
}
.detail_thread .thread_user .text-muted span{
}
.poll-card{font-family: "Roboto Condensed", sans-serif;padding: 15px;background-color: #fff;border-radius: 15px;margin-bottom: 20px;}
.poll-card-header{margin-bottom: 13px;}
.poll-card-header h5{
}
.poll-card-header .badge{background-color: var(--bs-primary) !IMPORTANT;}
.poll-card-body{
}
.poll-results{
}
.poll-results .d-flex{
}
.poll-results_item{font-weight: 400;}
.poll-results .progress{
    background-color: #cdcdcd;
    border-radius: 15px;
    height: 15px !IMPORTANT;
}
.poll-results .progress .progress-bar{
}
.poll-card .progress-bar {
    background-color: var(--bs-primary);
    transition: width 1s ease-in-out;
}
.poll-card .card-header {
    background-color: rgba(51, 102, 204, 0.1);
}
.poll-card .form-check-input:checked {
    background-color: #3366CC;
    border-color: #3366CC;
}
.showcase-section{font-family: "Roboto Condensed", sans-serif;padding: 15px;background-color: #fff;border-radius: 15px;margin-bottom: 20px;}
.showcase-section-body h6{font-size: 20px;}
.showcase-section-body .showcase-meta{
}
.showcase-section-body .showcase-meta a{color: var(--bs-primary);}
.threads-footer{margin-top: 20px;}
.createShowcaseModal{
}
.createShowcaseModal .modal-title{
}
.createShowcaseModal{
}
.bg-primary{background-color: var(--bs-primary) !important;}
.createShowcaseModal .steps-indicator{position: relative;}
.createShowcaseModal .steps-indicator:before{content:"";position: absolute;left: 0;width: 100%;top: 20px;border-bottom: 1px solid #ebebeb;}
.createShowcaseModal .steps-indicator .step {
}
.createShowcaseModal .steps-indicator .step .step-label{font-weight: 500;margin-top: 7px;font-size: 14px;}
.createShowcaseModal .steps-indicator .step.active .step-number{background-color: var(--bs-primary);color: #fff;border: 1px solid var(--bs-primary);}
.comments-section{font-family: "Roboto Condensed", sans-serif;padding: 15px;background-color: #fff;border-radius: 15px;margin-bottom: 20px;}
.voters-list{margin-top: 10px;}
.comment_item {
}
.comment_item_avatar{
    width: 79px;
}
.comment_item_avatar img{width: 55px;height: 55px;}
.comment_item_body{flex: 1;}
.comment_item_user{margin-bottom: 10px;}
.comment_item_user a{
}
.comment_item_user .text-muted{
}
.comment_item_user .text-muted span{
}
.comment_item_content{margin-bottom: 5px;}
.comment_item_meta {margin-bottom: 15px;}

/* File Upload Styles for Showcase */
.file-upload-area-modern {
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.file-upload-area-modern.dragover {
    border-color: var(--bs-primary);
    background-color: rgba(13, 110, 253, 0.05);
}

.upload-zone-modern {
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.upload-zone-modern:hover {
    background-color: #e9ecef;
}

.upload-icon {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.upload-text .upload-primary {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 0.5rem;
}

.upload-text .upload-secondary {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.btn-link-modern {
    background: none;
    border: none;
    color: var(--bs-primary);
    text-decoration: underline;
    padding: 0;
    font-size: inherit;
    cursor: pointer;
}

.btn-link-modern:hover {
    color: var(--bs-primary);
    text-decoration: none;
}

.file-previews-modern {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
    background-color: #fff;
}

.file-previews-header {
    margin-bottom: 1rem;
}

.file-previews-title {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    margin: 0;
}

.file-previews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.75rem;
}

.file-preview-item-modern {
    position: relative;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}

.file-preview-item-modern:hover {
    border-color: var(--bs-primary);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.file-icon-modern {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.file-info-modern {
    flex: 1;
    min-width: 0;
}

.file-name-modern {
    font-weight: 500;
    font-size: 0.875rem;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.25rem;
}

.file-size-modern {
    font-size: 0.75rem;
    color: #6c757d;
}

.remove-file-modern {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #dc3545;
    color: white;
    border: none;
    font-size: 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.remove-file-modern:hover {
    background-color: #c82333;
}

.file-preview-item-modern.image-preview img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}
