#nutritions .radio-div {
    display: inline;
}

.filter-date {
    text-align: center !important;
}

.diary-box .finding-title {
margin-left: 5px;
}

.nutri-name {
    margin-left: 0px !important;
}


.diary-box {
    margin-top: 15px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 30px;
    background: var(--color-ffffff) 0 0% no-repeat padding-box;
    -webkit-box-shadow: 0 2px 18px #00A8C52B;
    box-shadow: 0 2px 18px #00A8C52B;
    border-radius: 16px;
    padding: 30px !important;
    z-index: 1;
}

.highlighted-date a{
    background-color : #00a8c5 !important;
    background-image :none !important;
    color: White !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
background-color:#01a8c1 !important;
    color:white !important;
}

.sub-tab {
    margin-top: 25px;
}

.list-title {
    color:#15435D;
    font-size: 24px;
    font-weight: 900;
}

.nutrition-progress-title {
    font-size: 16px;
    font-weight: bold;
    color:#15435D;
}

.progress {
    border-radius: 30px !important;
}

.progress-bar {
    border-radius: 30px;
    background-color: #00DE9D;
}

.kcal-indicator {
    font-size: 18px;
    font-weight: bold;
    color:#15435D;
}

.max-kcal {
    font-size: 20px;
    margin-right: 10px;
}

.current-kcal {
    font-size:24px;
}

.kcal-tickets {
    font-size: 14px;
}

.collapse-border {
    margin-top: -40px;
    border-top: 0px;
    border-radius: 0px 0px 16px 16px;
    -webkit-box-shadow: 0 2px 18px #00A8C52B;
    box-shadow: 0 2px 18px #00A8C52B;
    z-index:0;
}

.collapse-border .diary-box {
    top: 15px;
}

.kcal-data {
    font-weight: bold;
    color:#15435D;
}

.delete-counter {
    margin-right: 10px;
}

.delete-nutrition-button {
    max-height: 50px;
}

.rotate-icon {
    margin-left: 15px;
}

.cp[aria-expanded="false"] .rotate-icon {
    transform: rotate(0deg) !important;
    transition:transform 0.5s;
}


.cp[aria-expanded="true"] .rotate-icon {
    transform: rotate(180deg) !important;
    transition:transform 0.5s;
}
