/* Naglowek */
h1.snk-heading {
    text-align: center;
}

/* Klauzula */
.klauzula {
    width: 95%;
    border: 1px solid #303030;
    padding: 10px;
}

.klauzula hr {
    background-color: #000;
}

.klauzula li {
    display: list-item;
}

.klauzula ol.references {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 1rem;
}

/* Formularz */
.italic {
    font-style: italic;
}
#snk-form-fields label, #snk-form-fields legend {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.form-check-label {
    margin-bottom: 0 !important;
}
#snk-form-fields > a {
    overflow: hidden;
}
.field-required {
    color: red;
}
label.error {
    display: block;
    margin: 0.5rem 0;
    color: red;
    font-weight: 500;
}
.form-field, .radio-fieldset {
    margin-bottom: 1.25rem;
}
#snk-form-fields input[type="radio"] {
    margin-bottom: 0;
}

/* Tooltips */
.tooltip-inner {
    max-width: 650px !important;
    text-align: left !important;
}

/* Tabela */
.table .inactive {
    display: none;
}

/* JSteps */
h3.form-part-heading.title {
    display: none;
}

h3.form-part-heading.title.current {
    display: unset;
}

#snk-form-fields .steps {
    display: none;
}

/* Progress bar */
.progress {
    height: 20px;
}
p#progress-bar-desc {
    float: left;
    padding-right: 12px;
}
/* Last modified at bar */
.save-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#snk-form-last-modified-at-container {
    margin-bottom: 0;
}

/* Nav menu */
#snkNav {
    justify-content: center;
}
.system-menu {
    margin-bottom: 1rem;
}

/* Loading spinner */
#snk-form-status {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/* Conversations */
.messages .user-message {
    background: none;
}
.messages .specialist-message {
    background-color: #f2f2f2;
}