/* FLAG ICON copio, per semplicità, il css di -gb con -en */
.flag-icon-en {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/0.8.6/flags/4x3/gb.svg);
}

/* Global small-screen typography */
@media (max-width: 575.98px) {
    html {
        font-size: 15px;
    }

    body {
        font-size: 0.95rem;
    }
}

/* Signup: fields shown only for TBG client */
.extra-fields {
    display: none;
}

/* Circular progress component */
.progress-circle {
    width: var(--progress-circle-size, 120px);
    height: var(--progress-circle-size, 120px);
    border-radius: 50%;
    position: relative;
    display: grid;
    place-items: center;
}

.progress-circle-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle-content {
    position: relative;
    z-index: 1;
}
