﻿.card-curro {
    display: flex;
    padding: 16px 12px;
    align-items: left;
    gap: 12px;
    border: 1px;
}
.media-curro {
    display: flex;
    align-items: center;
}
.card-curro-dashboard {
    display: flex;
    width: 100%;
    padding: 0 8px;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    height: 100%
} 

.card-curro-warning-border  {
    border-left: 6px solid #FFB4AA;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-radius: 4px;
}

.card-curro-alert-border  {
    border-left: 6px solid #FFD7B3;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-radius: 4px;
}

.card-curro-online-border  {
    border-left: 6px solid #B3E9DB;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-radius: 4px;
}
.card-curro-dashboard-heading {
    color: var(--Under-Curro-primary-colour-Primary-30, #14448F);
text-align: center;

/* Jost/Text md Medium */
font-family: Jost;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.card-curro-dashboard-text-1 {
color: var(--Under-Curro-neutral-colour-Neutral-70, #A9ABB4);
text-align: center;

/* Jost/B3 medium 12 px */
font-family: Jost;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 150% */
}

.card-curro-dashboard-text-2 {
color: var(--Under-Curro-neutral-colour-Neutral-70, #A9ABB4);
text-align: center;

/* Jost/B3 regular 12 px */
font-family: Jost;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
}

.card-curro-heading {
    color: #101828;
    text-align: center;

    /* Jost/H6 bold 24 px */
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.card-curro-number {
    color: var(--Under-Curro-neutral-colour-Neutral-30, #45474F);

    /* Jost/SH 1 semibold 20 px */
    font-family: 'Jost';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.card-curro-text {
    color: var(--Under-Curro-neutral-colour-Neutral-30, #45474F);

    /* Jost/B2 medium 14 px */
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.card-curro-text-warning {
    color: var(--Under-error-colour-Error-50, #DD3730);

    /* Jost/B3 medium 12 px */
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    
}

.curro-warning-pill {
    border-radius: 20px;
background: var(--Under-error-colour-Error-95, #FFEDE9);
display: flex;
padding: 2px 16px;
justify-content: center;
align-items: center;
gap: 10px;
}


.card-curro-text-alert {
    color: var(--Meridian-colour-Meridian, #FF7900);

    /* Jost/B3 medium 12 px */
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    
}

.curro-alert-pill {
    display: flex;
    padding: 2px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--School-colour-School-30, #FAE7C1);
}

.card-curro-text-online {
    color: var(--Digital-colour-Digital, #00B588);

        /* Jost/B3 medium 12 px */
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    
}

.curro-online-pill {
    display: flex;
    padding: 2px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Digital-colour-Digital-30, #B3E9DB);
}

.card-curro-text-noissues {
   color: var(--Curro-Colours-Tertiary, #13347D);

/* Jost/B3 medium 12 px */
font-family: Jost;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 18px; /* 150% */
    
}
.curro-noissues-pill {
    display: flex;
    padding: 2px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
background: var(--Under-Curro-tertiary-colour-Tertiary-95, #EEF0FF);
}
.svg-curro {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}


