div.required label.control-label:after,
div.required label.col-form-label:after,
div.required label.form-label:after {
    content: " *";
    color: red;
}

.font-size-8 {
    font-size: 8px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.white-spice-normal {
    white-space: normal;
}

.m-top-0 {
    margin-top: 0;
}

.m-top-6 {
    margin-top: 6px;
}

.m-top-12 {
    margin-top: 12px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-bottom-0 {
    margin-bottom: 0;
}

.m-bottom-6 {
    margin-bottom: 6px;
}

.m-bottom-12 {
    margin-bottom: 12px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

@media (min-width: 767px) {
    .m-bottom-66 {
        margin-bottom: 66px;
    }
}

@media (min-width: 767px) {
    .m-bottom-94 {
        margin-bottom: 94px;
    }
}

.m-left-0 {
    margin-left: 0;
}

.m-left-6 {
    margin-left: 6px;
}

.m-left-12 {
    margin-left: 12px;
}

.m-left-15 {
    margin-left: 15px;
}

.m-right-0 {
    margin-right: 0;
}

.m-right-6 {
    margin-right: 6px;
}

.m-right-12 {
    margin-right: 12px;
}

.m-right-15 {
    margin-right: 15px;
}

.p-6 {
    padding: 6px;
}

.p-8 {
    padding: 8px;
}

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.text-color-green {
    color: #00a65a;
}

.text-color-white {
    color: #ffffff;
}

.text-color-orange {
    color: orange;
}

.text-color-red {
    color: red;
}

.has-read td, span.has-read {
    font-weight: 100;
}

.has-unread td, span.has-unread {
    font-weight: 600;
}

.text-left-important {
    text-align: left !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    position: absolute !important;
    right: 3rem !important;
}

.block-max-height-600 {
    max-height: 600px;
    overflow: auto;
}

.block-max-height-800 {
    max-height: 800px;
    overflow: auto;
}

.block-max-height-1000 {
    max-height: 1000px;
    overflow: auto;
}

.appeal-importance {
    background-color: #fddcd0 !important;
}

tr.notRelevance {
    color: #808080;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

.well {
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 12px;
}

.hidden {
    display: none !important;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.inline {
    display: inline;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/* Case-history Доступные шаблоны (v2.0) */
.ch-templates-card .cv-card__title { display: flex; align-items: center; gap: var(--sp-2); }
.ch-templates-card .cv-card__title i.fas { color: var(--color-primary); }
.ch-templates-card .cv-card__title .cv-badge { margin-left: var(--sp-1); }

.ch-templates {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: var(--sp-1);
}
.ch-templates__item {
    display: flex; align-items: center; gap: var(--sp-3);
    padding: var(--sp-2) var(--sp-3);
    border-radius: var(--radius-md);
    transition: background-color var(--duration-fast) ease;
}
.ch-templates__item:hover { background-color: var(--gray-50); }
.ch-templates__icon {
    flex: 0 0 auto; width: 28px; height: 28px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--gray-500);
}
.ch-templates__name {
    flex: 1 1 auto; min-width: 0;
    color: var(--color-primary);
    font-weight: var(--fw-medium); font-size: var(--fs-sm);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    text-decoration: none;
}
.ch-templates__name:hover { text-decoration: underline; }
.ch-templates__download { flex: 0 0 auto; }
