.btn + .btn {
    margin-left: 5px;
}

.btn-secondary {
    color: #fff;
    background-color: #027a99;
    border-color: #027a99;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

label:has(+ *:required):after,
label.required:after,
.form-group.required label:after {
    color: #d00;
    content: "*";
    margin-left: 4px;
    font-size: 14px;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.parentheses:before {
    content: "(";
}

.parentheses:after {
    content: ")";
}

.capitalize {
    text-transform: capitalize;
}

.hover-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.pointer {
    cursor: pointer !important;
}

.vertical-divider {
    height: 2.5rem;
    width: 1px;
    background-color: #dee2e6;
    margin: 0px 12px
}

textarea {
    min-width: 100%;
    max-width: 100%;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-pre {
    white-space: pre;
}

.text-edit {
    color: #ffc107bb;
    cursor: pointer;
}

    .text-edit:hover {
        color: #ffc107ff !important;
    }

.text-delete {
    color: #ff0000bb;
    cursor: pointer;
}

    .text-delete:hover {
        color: #ff0000ff;
    }

.form__inline--button {
    padding-top: 25px;
}

.k-animation-container {
    z-index: 10000 !important;
}

h3 {
    margin-top: 0px;
}