/* Import from Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); */

/* Set as default font for the app */
body {
    font-family: 'Source Sans 3', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.action-btn i {
    color: inherit;
    transition: color 0.2s ease-in-out;
}

.action-btn.active i {
    color: #1A8917;
}

/* Change to solid icon when active */
.action-btn.active i:before {
    content: "\f02e";
    /* Unicode for fas fa-bookmark */
    font-weight: 900;
}

input[type="radio"] {
    transform: scale(1.5);
    /* make it 1.5x bigger */
    margin-right: 6px;
    /* add spacing */
}

.report-reason label.radio {
    font-size: 1.2rem;
    /* increase as needed */
}
