﻿.form-control:disabled, .form-control[readonly] {
    background-color: #EFF2F5;
    opacity: 1;
    color: #8d90a5;
    cursor: not-allowed;
}

.last-el-mb-0 p:last-child, .last-el-mb-0 ul:last-child { margin-bottom: 0; }

.user-work-toggle {
    gap: 0.55rem;
    border-radius: 0.65rem;
    padding: 0.35rem 0.6rem;
    min-height: 42px;
}

.user-work-context {
   /* min-width: 220px;
    max-width: 280px;*/
}

.user-work-context__line {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    /*max-width: 260px;*/
}

.user-work-context__label {
    color: #7e8299;
    font-size: 0.72rem;
    font-weight: 600;
    flex-shrink: 0;
}

.user-work-context__value {
    color: #181c32;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-work-context__badge {
    display: inline-block;
    background: #f9b200;
    color: #000;
    border-radius: 0.475rem;
    padding: 0.15rem 0.45rem;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 175px;*/
}