.deleted_button {
    font-size: 14px;
    padding: 0;
    cursor: auto !important;
}

.col-half:nth-of-type(odd) {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 0.75rem !important;
}

.col-half:nth-of-type(even) {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 0.75rem !important;
}

.height-input {
    height: 38px;
}

.link_disabled {
    pointer-events: none;
    opacity: 0.5;
}

.object-fit-contain {
    object-fit: contain;
}

.bg-blue {
    background-color: var(--bs-blue) !important;
}

.bg-red {
    background-color: var(--bs-red) !important;
}

.bg-orange {
    background-color: var(--bs-orange) !important;
}

.modal-image-content {
    max-width: inherit;
    width: 50%;
}

.modal-image-body {
    height: 65vh;
}