@charset "UTF-8";

.removeNoWrap-table {
    white-space: normal !important;
}

.table-container {
    overflow-x: auto;
    max-width: 100%; /* or set a fixed width like 600px */
}

input[readonly],
textarea[readonly],
select[readonly] {
    background-color: var(--bs-secondary-bg, #e9ecef);
    color: var(--bs-secondary-color, #6c757d);
    cursor: not-allowed;
}

/* icon line */

.icon-primary {
    color: #f74d06 !important;
}

.icon-secondary {
    color: #364a63 !important;
}

.icon-info {
    color: #09c2de !important;
}

.icon-success {
    color: #1ee0ac !important;
}

.icon-danger {
    color: #e85347 !important;
}

.icon-warning {
    color: #f4bd0e !important;
}

.readonly-enabled {
    background-color: unset !important;
    color: unset !important;
    cursor: unset !important;
}

.dropdown-menu-50 {
    min-width: 50%;
    max-width: 50%;
}

@media (max-width: 576px) {
    .dropdown-menu-50 {
        min-width: 100%;
        max-width: 100%;
    }
}
