.mr-1 {
    margin-right: 0.25rem !important;
}

.red-mandatory {
    color: red;
}

.error {
    color: red;
}

.fs-1-25 {
    font-size: 1.25rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.ck-balloon-panel {
    display: none !important;
}

.bs-toast {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
}

.toast-body {
    background: rgba(0, 0, 0, 0.04);
}

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__choice {
    height: 28px;
    line-height: 28px;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.display-inline-block {
    display: inline-block !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

figure.table {
    border-radius: 5px;
    background-color: #f8f9fa;
    margin: 20px auto;
    overflow-x: auto;
}

figure.table table {
    width: 100%;
    border-collapse: collapse;
}

figure.table table th,
figure.table table td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}

figure.table table tr:nth-child(even) {
    background-color: #f2f2f2;
}

figure.table table tr:hover {
    background-color: #e9ecef;
}

figure.image img {
    width: 500px;
    height: 100%;
}