@media (min-width: 768px) {
    #modalDetailHabit .modal-dialog {
        width: 820px;
    }
}

#cal-heatmap {
    overflow-y: hidden;
    padding-bottom:20px;
}

#m-row-history{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
#cal-heatmap-day-legend {
    margin-top: 40px;
    margin-left: 10px;
}
#cal-heatmap-day-legend p {
    color: #999;
    font-size: 10px;
    margin-bottom: 2px;
    height: 20px;
}
#cal-heatmap .r1 {
    opacity: 0.5;
}

#habit-footer-message {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#show-footer {
    margin-bottom: 80px;
}

#m-row-repetition {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}