.equal-height-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.equal-height-row .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height-row .card-body {
    flex-grow: 1;
}

.custom-card {
    min-width: 200px !important;
    max-width: 300px;
    height: 100%; 
    display: flex;
    flex-direction: column; 
    box-shadow: 0px 0px 24px 0px #0000001A;
    border: 2px solid #E6E6E6 !important;
    border-radius: 16px !important;
    background-color: white;
    padding: 20px;
}

.custom-card .card-footer {
    border-radius: 16px !important;
    text-align: center;
    background-color: white;
    border: 0px;
    padding: 0px;    
}

.custom-card .card-button {
    color: var(--default-text);
    background-color: var(--secondary2);
}

.custom-card .card-title {
    font-family: 'Inter Tight SemiBold', sans-serif;
    font-size: 1.5rem !important;
    margin: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1px;
}

.custom-card .card-text {
    font-family: 'Inter Tight Light', sans-serif;
    text-align: center;
}

.row {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
}

.col-auto {
    display: flex;
    justify-content: center; 
}


.custom-card .card-body {
    flex-grow: 1; 
    background-color: white;
}

.row.gap-override {
    gap: 0px; 
}


/* ================================================================================ */
/* simple custom card */
/* ================================================================================ */
.equal-height-row .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.equal-height-row .card-body {
    flex-grow: 1;
}

.custom-simplecard {
    min-width: 300px !important;
    max-width: 300px;
    min-height: 260px;
    height: 100%; 
    display: flex;    
    flex-direction: column; 
    box-shadow: 0px 0px 24px 0px #0000001A;
    border: 2px solid #E6E6E6 !important;
    border-radius: 16px !important;
    background-color: white;
    padding: 20px;
}

.custom-simplecard .card-footer {
    border-radius: 16px !important;
    text-align: center;
    background-color: white;
    border: 0px;
    padding: 0px;
}

.custom-simplecard .card-button {
    color: var(--default-text);
    background-color: var(--secondary2);
}

.custom-simplecard .card-text {
    font-family: 'Inter Tight SemiBold', sans-serif;
    font-size: 1.5rem !important;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
}

/* .custom-simplecard .card-text { */
/*     font-family: 'Inter Tight Light', sans-serif; */
/*     text-align: center; */
/* } */

.row {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
}

.col-auto {
    display: flex;
    justify-content: center; 
}


.custom-simplecard .card-body {
    flex-grow: 1; 
    background-color: white;
}

.row.gap-override {
    gap: 0px; 
}



/* ================================================================================ */
.indicator-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    align-items: stretch;
}
.indicator-line {
    width: 50px;
    height: 2px;
    background-color: #4472c4;
}
.indicator-card {
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #4472c4 !important;
    color: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    font-weight: bold;
    max-width: 180px;
    min-height: 80px;
    text-align: center;
}
