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;
}

.marker-green {
    background-color: #63f963;
}
.marker-yellow {
    background-color: #fdfd77;
}
.marker-pink {
    background-color: #fc7999;
}
.marker-blue {
    background-color: #72cdfd;
}
.marker-red {
    background-color: #e91313;
}
.pen-red {
    color: #e91313;
}
.pen-green {
    color: #63f963;
}

.text-tiny {
    font-size: 0.7em;
}

.text-small {
    font-size: 0.85em;
}

.text-big {
    font-size: 1.4em;
}

.text-huge {
    font-size: 1.8em;
}