div.v-system-bar.header {
    img {
        width: 100px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    div.header-app-name {
        font-size: 2.5rem;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 500;
        color: var(--v-primary-base);
        margin-left: 2rem !important;
    }
}

div.gwtk-object-item-editor div.gwtk-semantic-list input.input-disabled-style[readonly][disabled] {
    background-color: #f5f5f5;
    color: #999999;
    border: 1px solid #cccccc;
    cursor: not-allowed;
    opacity: 1;
}

/* Resizeable component Панель карты */
@media screen and (min-width: 600px) {
    .gwtk-navigation-drawer:has(.gwtk-content-container) {
        max-width: 100%;
        > .gwtk-task-card {
            resize: horizontal;
            min-width: 320px;
        }
    }
}
