


.o3m-list-container {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    min-width: 800px;
    overflow-x: auto;
}

.o3m-list-header {
    font-weight: bold;
    background-color: #f0f0f0;
}

.o3m-list-header, .o3m-list-row {
    display: grid;
    grid-template-columns: 40px 200px 1fr;
    gap: 10px;
    padding: 5px;
    align-items: center;
    text-align: left;
}

.o3m-list-row2 {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    padding: 5px;
    align-items: center;
    text-align: left;
}

.o3m-list-row > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.o3m-list-header > div,
.o3m-list-row > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.o3m-list-row.even {
    background-color: #ffffff;
}

.o3m-list-row.odd {
    background-color: #e9ecef;
}

.o3m-list-row > div {
    font-size: 12px;
}

.o3m-list-row2 > div {
    font-size: 12px;
}

.o3m-list-row > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.o3m-list-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.o3m-list-row.even {
    background-color: #ffffff;
}

.o3m-list-row.odd {
    background-color: #e9ecef;
}

.o3m-form-container {
    margin-bottom: 80px;
}

.o3m-list-row > div {
    font-size: 12px;
}

.o3m-list-row > div:nth-child(-n+3) {
    text-align: left;
}

.o3m-actions {
    display: flex;
    justify-content: flex-end;
    gap: 3px;
}


.o3m-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    height: fit-content;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.o3m-form {
    display: flex;
    flex-direction: column;
}


.o3m-header h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.o3m-header p {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}


.o3m-box {
    display: flex;
    flex-direction: column;
}


.o3m-row {
    margin-bottom: 20px;
}


.o3m-label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
    display: inline-block;
    width: 100%;
}


.o3m-row input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.o3m-row-textarea {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.o3m-label-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    width: 100%;
}

.o3m-select {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.o3m-dropdown-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.o3m-dropdown {
    width: 100%;
    padding-right: 45px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.o3m-dropdown-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background-color: #007baf;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    font-size: 16px;
    z-index: 2;
}

.o3m-charcount {
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    margin-left: 10px;
}

.truncate {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.o3m-hint {
    font-size: 11px;
    color: #007baf;
    margin-bottom: 5px;
    font-style: italic;
    text-align: left;
}


.o3m-group {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}


.o3m-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.o3m-send-button {
    width: 40px;
    height: 40px;
    background-color: #007baf;
    color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.o3m-send-button i {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.o3m-send-button:hover {
    background-color: #005f8a;
}

.o3m-collapsible-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.o3m-collapsible-content.wl2-hidden {
    max-height: 0;
}

.o3m-collapsible-content.wl2-visible {
    max-height: 1000px;
}

.o3m-count-highlight-box1 {
    text-align: left;
    font-size: 12px;
    color: #333;
}

.o3m-count-highlight-box2 {
    text-align: left;
    font-size: 12px;
    color: #1a73e8;
    font-weight: 600;
}

.o3m-count-highlight-box3 {
    text-align: left;
    font-size: 12px;
    color: #1a73e8;
    font-weight: 600;
}

.o3m-name,
.o3m-role {
    font-weight: bold;
}

.o3m-user-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.o3m-user-wrapper {
    display: flex;
    flex-direction: column;
}

.o3m-name {
    font-weight: bold;
}

.o3m-count-highlight-box {
    background-color: #f0f9ff;
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 5px;
    column-gap: 5px;
    padding: 5px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #a6d7ff;
}

.o3m-status-1 {
    background-color: #f0f8ff;
    color: #003366;
    border: 1px solid #99cfff;
}

.o3m-status-2 {
    background-color: #f2f2f2;
    color: #555555;
    border: 1px solid #d9d9d9;
}

.o3m-status-3 {
    background-color: #e6f4ea;
    color: #1e7d34;
    border: 1px solid #b7dfb5;
}

.o3m-send-button:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.7;
}

.o3m-send-button:disabled:hover {
    background-color: #cccccc;
}

.o3m-send-button:disabled i {
    color: #888888;
}

.o3m-export-link {
    background: none;
    border: none;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
    font-size: 12px;
    color: #1a73e8;
    font-weight: 600;
}
.o3m-export-link:hover {
    color: #0056b3;
}

.o3m-eye-button-static {
    width: 40px;
    height: 40px;
    background-color: #007baf;
    color: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.o3m-accept-button-static {
    background-color: #28a745; /* зелен */
    border: 1px solid #1b5e20;
    color: white;
}

