.card-header {
    padding: .30rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: unset;
}
.card {
    margin-bottom: 10px;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.bigCardLeft {
    position: absolute;
    display: inline-block;
    padding: 0 5px;
    height: 48px;
    line-height: 47px;
    background-color: rgba(91, 100, 115, 0.15);
    border: unset;
    border-top: 0;
    border-bottom: 0;
    border-left: none;
    text-decoration: none;
    border-radius: 10%;
    width: 60px;
    text-align: center;
    font-size: 30px;
    left: -3px;
    z-index: 999;
}

.cardLeft {
    position: absolute;
    display: inline-block;
    padding: 0 5px;
    height: 31px;
    line-height: 32px;
    background-color: rgba(91, 100, 115, 0.15);
    border: unset;
    border-top: 0;
    border-bottom: 0;
    border-left: none;
    text-decoration: none;
    border-radius: 10%;
    width: 40px;
    text-align: center;
    font-size: 15px;
}

.cardRight {
    position: absolute;
    display: inline-block;
    padding: 0 5px;
    height: 31px;
    line-height: 33px;
    background-color: rgba(91, 100, 115, 0.15);
    border: unset;
    border-top: 0;
    border-bottom: 0;
    border-left: none;
    text-decoration: none;
    border-radius: 10%;
    width: 40px;
    text-align: center;
    right: 5px;
    top: 4px;
}

.cardRight:hover {
    background-color: slategrey;
    cursor: pointer;
}

.card-body-xr:first-child {
    white-space: nowrap; overflow: hidden;text-overflow: ellipsis;margin-right: 20px !important
}

.card-body > p > img {
    max-width: 1025px !important;
}

.xrCardBodyLittle > p > img {
    max-width: 985px !important;
}
.ql-align-center {
    text-align: center !important
}