﻿.image-analysis-widget {
    position: fixed;
    bottom: 10%;
    right: 1.25rem;
    z-index: 1000;
    font-size: var(--list-item-font-size) !important;
}

.list-group-item {
    font-size: var(--list-item-font-size) !important;
}

.widget-card {
    background-color: #B3D6EF;
    width: 20rem;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.widget-minimized {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 50%;
    background-color: #B3D6EF;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.widget-hidden {
    display: none;
}

.scrollable-tab {
    max-height: 25vh;
    overflow-y: auto;
}

.list-group-item:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.card-body {
    font-size: 0.95rem;
}

#pending-see-more, #completed-see-more {
    width: 100%;
}

.pending-item:after {
    font-family: bootstrap-icons !important;
    content: "\F291";
    color: #0d6efd;
    float: right;
    font-size: 1.2rem;
}

.cancelled-item:after {
    font-family: bootstrap-icons !important;
    content: "\F622";
    color: #ffc107;
    float: right;
    font-size: 1.2rem;
}

.error-item:after {
    font-family: bootstrap-icons !important;
    content: "\F332";
    color: #dc3545;
    float: right;
    font-size: 1.2rem;
}

.completed-item:after {
    font-family: bootstrap-icons !important;
    content: "\F26A";
    color: #198754;
    float: right;
    font-size: 1.2rem;
}

.selected-item {
    background-color: #ced4da !important;
}
