
.day-records {
    margin-bottom: 0;
    padding: 20px 10px;
    min-height: 100px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 1px solid #F8F8F8;
    align-items: center;
}

.teacher-day-records {
    display: flex;
    grid-template-columns: 18% 25% 25% 25%;
    grid-auto-flow: dense;
    direction: rtl;
    grid-column-gap: 20px;
    margin-bottom: 20px;
    padding: 20px 10px;
    min-height: 100px;
    border-bottom: 1px solid #F8F8F8;
    align-items: center;
    flex-wrap: wrap;
}

.teacher-day-records:last-child {
    border-bottom: none;
}

.achievement-card {
    padding: 5px;
    flex-grow: 1;
    align-self: stretch;
    border: 1px solid #ddd;
    box-shadow: none !important;
    min-width: 140px;
    margin-bottom: 0 !important;
}

.responsive-day-name {
    width: 20%;
}

.description {
    /* padding: 1px 3px !important; */
	padding: 1px 3px 5px 3px !important;
    font-size: 14px !important;
}

.achievement-card .card-header {
    padding: 5px 3px 1px 3px !important;
}

.day-name {
    font-size: 14px;
    text-align: center;
    padding: 20px 10px;
}

.day-name p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.achievement-card-title {
    font-size: 1.25em !important;
    font-weight: 300 !important;
    margin-bottom: 0 !important;
}

.pointer-on-hover:hover {
    cursor: pointer;
}

@media (max-width: 712px) {
    .day-name {
        width: 100%;
    }

    .achievement-card {
        margin-bottom: 3% !important;
    }


}

@media (min-width: 992px) {

}
