/* --Card-- */

.no-detected-card .card {
    border-radius: 16px;
    border: 0.2px solid #C1C1C1;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(174, 174, 174, 0.25);
}

.no-detected {
    color: #000000;
}

/* --ICONS  -- */
.material-symbols-outlined {
    color: #7EA109;
}

.material-symbols-sharp {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

/* button */
.detect-again {
    text-decoration: none;
}

.detect-again-btn {
    padding: 12px !important;
}