

.calciumprogress {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: conic-gradient(green var(--progress), #d1d1d1 0deg);
    font-size: 0;
}
.calciumprogress.processalert {
    background: conic-gradient(#F0AD4E var(--progress), #d1d1d1 0deg);
}
.calciumprogress.processwarning {
    background: conic-gradient(#FF221a var(--progress), #d1d1d1 0deg);
}

.calciumprogress-sm-wrap {
    width: 50px;
    margin: 0 auto;
}
.calciumprogress-sm {
    width: 50px;
    height: 50px;
    font-size: 90%;
}
.calciumprogress-sm-text {
    font-size: 90%;
}

.calciumprogress::after {
    content: attr(data-amount) 'mg';
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 18px;
    border-radius: 50%;
    background: white;
    font-size: 1.5rem;
    text-align: center;
}
.calciumprogress-sm::after {
    content: attr(data-percent) '%';
    font-size: 1.2rem;
    margin: 10px;
}
#addCalciumForm .form-control {
    padding: 6px;
}
#calciumprogress-main {
    cursor: pointer;
}
.calcium-foods HR ,
.calcium-history HR {
    margin: 8px 0 ;
}
.p-0 {
    padding: 0;
}
.m-0 {
    margin: 0;
}
.m-1 {
    margin: 0.6rem;
}
.calcium-foods {
    margin-top: 20px;
}