.richtext-image {
    width: 100%;
    margin: 0 auto;
}

.heigth-card-default {
    height: 350px;
    overflow-y: auto;
}

.sla-low {
    background-color: #f6ee92 !important;
}

.sla-medium {
    background-color: #f6b392 !important;
}

.sla-high {
    background-color: #fa616e !important;
}

.sla-passed {
    color: #fa616e !important;
}

.list-group {
    max-height: 200px;
    margin-bottom: 10px;
    overflow-y: scroll;
}

.message-container {
    margin-right: 0.5em;
    margin-bottom: 0.3em;
    border-bottom: solid 1px #ced4da;
}

.message-container:last-child {
    border-bottom: none;
}

.message-meta {
    font-size: 0.6em;
    text-align: end;
    padding-bottom: 0.5em;
}


.carousel-inner {
    width: 80%;
    margin: 0 auto;
    height: 300px;
}

.carousel-item {
    height: 300px;
}

.carousel-item.active {
    background: #f8f9fa;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/*Utility*/
.min-height-300 {
    min-height: 300px !important;
}