.button-show-modal-lesson-calendar {
    color: white;
    font-size: 80%;
    background-color: #376439;
    border-radius: 5px;
    padding: 5px;
}

.btn-report {
    margin-top: -2px;
    padding: 5px 10px;
    font-size: small;
    background: rgb(255, 206, 206);
    display: block;
    margin-right: 10px;
}

.d-flex-grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.lesson-content-panel .d-flex-grid {
    align-items: center;
    gap: 10px;
}

.btn-change-content-details {
    margin-left: 10px;
    margin-top: -2px;
    padding: 5px 10px;
    font-size: small;
    display: block;
}

.btn-change-content-icon {
    width: 34px;
    height: 34px;
    border:none;
    border-radius: 999px;
    background: #ffffff;
    color: #376439;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.btn-change-content-icon:hover {
    background: #f2f2f2;
}

.picture-teacher {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-modal-detail {
    display: flex; 
    padding: 2rem 0rem 2rem 2rem;
}

.teacher-img {
    background-position: center center;
    height: 100px;
    width: 100px;
    margin-right:10px;
    margin-left:10px;
    border-radius: 50%
}

.modal.in .modal-dialog {
    padding-top: 30vh;
}

.form-teacher-modal-detail {
    padding: 4rem 4rem;
}

.lesson-date-time {
    font-size: 120%;
    font-weight: 700;
}

.form-lesson-cancel {
    display: flex;
    justify-content: end;
    /* margin-right: 10px; */
}

.btn-lesson-cancel-new {
    background: none;
    border: none;
}

.form-teacher-lesson-cancel {
    display: flex;
    justify-content: end;
    margin-right: 10px;
}

@media screen and (max-width: 767px){
    .d-flex-grid {
        display: flex;
        flex-wrap: nowrap;
    }

    .lesson-content-panel .d-flex-grid {
        gap: 6px;
    }

    .btn-report {
        margin-top: 10px;
        padding: 5px 10px;
        font-size: small;
        background: rgb(255, 206, 206);
        display: block;
        margin-left: -30px;
    }

    .btn-change-content-details {
        margin-left: 0px;
        margin-top: -2px;
        padding: 5px 10px;
        font-size: small;
        display: block;
    }

    .picture-teacher {
        display: flex;
        justify-content: center;
        align-items: center;
        padding:0px;
    }

    .form-modal-detail {
        display: flex; 
    }

    .teacher-img {
        background-position: center center;
        height: 80px;
        width: 80px;
    }
}
