
.form-group[data-v-8fe01778] {
    margin: 5px 0 35px 0;
}
.delete-all[data-v-8fe01778] {
    color: #d34641 !important;
    cursor: pointer;
}
.delete-all i[data-v-8fe01778] {
    font-size: 0.6rem;
    margin-right: 0.3rem;
}
.upload-btn-label[data-v-8fe01778] {
    font-size: 0.6rem;
    font-style: italic;
    opacity: 0.6;
}
.fileupload_file-name[data-v-8fe01778] {
    cursor: pointer;
}
.fileupload .icon-download[data-v-8fe01778] {
    color: #008000 !important;
    font-weight: bold;
}
.fileupload .action_btn[data-v-8fe01778] {
    margin-right: 20px;
}
.fileupload .action_btn[data-v-8fe01778]:active,
.fileupload .action_btn:active *[data-v-8fe01778] {
    color: #2b3c47;
}
.fileupload .spinner[data-v-8fe01778] {
    margin-right: 4px;
    height: 12px;
    width: 12px;
}
.fileupload[data-v-8fe01778] {
.nav-tabs {
        margin-bottom: 10px;
}
.tab-content {
.file-info {
.comment {
                width: 34.5%;
                margin: 15px;
}
.date, .icon, .name, .size, .delete {
                -ms-flex-negative: 0;
                    flex-shrink: 0; /* Запрещаем сжатие */
                margin-bottom: 0;
                margin-right: 15px;
}
.date {
                width: 80px;
}
.icon {
                width: 21px;
}
.size {
                width: 60px;
}
.delete {
                width: 100px;
}
.name {
                width: auto;
                min-width: 0; /* важно для правильного переноса */
                max-width: 500px; /* Максимальная ширина */
                word-wrap: break-word; /* Перенос длинных слов */
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
.fileupload_file-name {
                    color: #265B86;
                    text-decoration: underline;
                    font-weight: 600;
                    margin-right: 10px;
                    word-break: break-word; /* Перенос по словам */
                    overflow-wrap: break-word; /* Современный перенос */
                    display: inline-block;
                    max-width: 100%; /* Ограничение по ширине родителя */
                    cursor: pointer;
&:hover {
                        color: #1a3d5c; /* Эффект при наведении */
}
}
}
}
}
}
.border-red[data-v-8fe01778] {
    border: red solid 1.5px;
}
.compact-textarea[data-v-8fe01778] {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    padding: 10px 12px;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    min-height: 60px;
    max-height: 200px;
    resize: vertical;
    overflow-y: auto;
    font-family: inherit;
&:focus {
        background-color: #fff !important;
        border-color: #5B8FF9 !important;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 143, 249, 0.25);
                box-shadow: 0 0 0 0.2rem rgba(91, 143, 249, 0.25);
        outline: none;
}
&:disabled {
        background-color: #f8f9fa !important;
        border-color: #e9ecef !important;
        color: #6c757d;
}
}
.custom-file-input[disabled] ~ .custom-file-label[data-v-8fe01778], .custom-file-input:disabled ~ .custom-file-label[data-v-8fe01778] {
    background-color: #B2C6DB !important;
}
.load-block.disabled .file-upload-trigger[data-v-8fe01778] {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    color: #999;
}


.my-table-input[data-v-38f9967a] {
    width: 60px;
}
.ingip-select[data-v-38f9967a] .dropdown-menu,
.ingip-select .dropdown-menu[data-v-38f9967a] {
    max-height: 200px !important;
    overflow-y: auto !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    min-width: 200px !important;
    z-index: 1000 !important;
}

/* Для фиксированной ширины */
.ingip-select[data-v-38f9967a] {
    width: 250px; /* или нужная вам ширина */
}

