div[aria-expanded=true] .bi-chevron-right {
 transition: .3s transform ease-in-out;
 transform: rotate(90deg);
}

div[aria-expanded=false] .bi-chevron-right {
 transition: .3s transform ease-in-out;
}

div[aria-expanded=true] .bi-chevron-down {
 transition: .3s transform ease-in-out;
 transform: rotate(-90deg);
}

div[aria-expanded=false] .bi-chevron-down {
 transition: .3s transform ease-in-out;
}


.container .card table td {
    width: auto!important;
}

.container .card table {
    width: auto!important;
}

.ck-editor__editable {
    height: 500px;
    max-height: 1200px;
    resize: vertical;
}

.ck-editor__editable_inline {
    min-height: 500px;
}