/* CSS is used to generate styles.vm. The styles in there are applied on .vm files that are rendered in jira. */

.tab-name-header {
    height: 36px;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 8px;
}

.checklist-tab-separator {
    border-bottom: 1px solid var(--ds-border, #ebecf0);
}

.smart-checklist {
    margin-left: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.smart-checklist-dashboard-item .smart-checklist {
    margin-top: 3px !important;
}

.smart-checklist > p {
    margin: 0;
}
.smart-checklist-item {
    display: flex;
    flex-grow: 1;
    position: relative;
    cursor: text;
    line-height: 17px;
    min-height: 30px;
    box-sizing: border-box;
    user-select: none;
    align-items: flex-start;
}

.smart-checklist-checkbox {
    margin-top: 3px;
    display: flex;
}

.smart-checklist-item-text {
    hyphens: auto;
    margin-left: 8px;
    margin-right: 10px;
    overflow-wrap: break-word;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    user-select: none;
    align-self: flex-start;
}

.smart-checklist-checked {
    text-decoration: line-through;
}

.smart-checklist-skipped {
    border: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    color: #dfdfdf;
}

.smart-checklist-header {
    user-select: none;
    display: flex;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.2;
}

.smart-checklist-header.h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 1px;
}

.smart-checklist-header.h2 {
    font-size: 16px;
    margin-bottom: 3px;
}

.smart-checklist-header.h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

.smart-checklist-header.h4 {
    margin-bottom: 4px;
    color: #707070;
    text-transform: uppercase;
}

.smart-checklist-header.h5 {
    font-size: 12px;
    color: #707070;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.smart-checklist-header.h6 {
    font-size: 11px;
    color: #707070;
    font-size: 14px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.smart-checklist-in-progress-item:before {
    content: "IN PROGRESS";
    float: left;
    display: block;
    position: relative;
    font: bold 9px/99% Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ffe8aa;
    color: #574209;
    border-radius: 3px;
    padding: 0 4px;
    margin-right: 5px;
    height: 16px;
    line-height: 16px;
}

.blockquote {
    border-left: 2px solid var(--ds-background-accent-blue-subtler, #DEEBFF);
    margin: 0 0 0 7px;
    padding: 2px 0 0 16px;
    padding-left: 10px;
    color:var(--ds-text-subtle, #97A0AF);
}

.smart-checklist-status-container {
    margin: 4px 5px 0 0;
    line-height: 1;
}

.smart-checklist-status {
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    max-width: 200px;
    padding: 2px 4px 3px;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
}

.smart-checklist-status-lozenge-gray {
    background-color: var(--ds-background-neutral, #DFE1E6);
    color: var(--ds-text, #333);
}

.smart-checklist-status-lozenge-green {
    background-color: var(--ds-background-success, #E3FCEF);
    color: var(--ds-text-success, #006644);;
}

.smart-checklist-status-lozenge-yellow {
    background-color: var(--ds-background-warning, #FFFAE6);
    color: var(--ds-text-warning, #974F0C);
}

.smart-checklist-status-lozenge-violet {
    background-color: var(--ds-background-discovery, #EAE6FF);
    color: var(--ds-text-discovery, #403294);
}

.smart-checklist-status-lozenge-red {
    background-color: var(--ds-background-danger, #FFEBE6);
    color: var(--ds-text-danger, #DE350B);
}

.smart-checklist-status-lozenge-blue {
    background-color: var(--ds-background-information, #DEEBFF);
    color: var(--ds-text-information, #0052CC);
}

.smart-issue-image {
    margin-right: 7px;
}

.smart-issue-status {
    margin-left: 7px;
    display: inline-flex;
}

.smart-checklist-issue {
    padding: 10px 10px;
}

.smart-checklist-pagination {
    padding: 5px 10px;
    margin: 0;
}

.smart-checklist-empty-results {
    padding: 10px;
}

.smart-checklist-item .link {
    display: inline-flex;
    align-items: center;
    background-color: var(--ds-surface-raised, #FFFFFF);
    cursor: pointer;
    padding: 2px 4px;
    border: 1px solid var(--ds-border, rgba(9, 30, 66, 0.66));
    border-radius: 4px;
    color: var(--ds-text, #172B4D);
    margin-left: 4px !important;
    text-decoration: none;
}

.smart-checklist-item .link:hover {
    text-decoration: none;
    border: 1px solid var(--ds-link-pressed, #0065FF);
}

.smart-checklist-item .link img {
    margin-right: 5px;
    width: 1em;
    height: 1em;
}

.smart-checklist-item .link span:nth-child(3) {
    margin-bottom: 1px;
    padding: 1px 5px;
}

.smart-checklist-item .link .issue-description {
    margin-right: 5px;
}

.mandatory-sign-in-gadget {
    color: #DE350B;
    margin-top: -1px;
    margin-left: -3px;
}

.mandatory-sign-custom-field {
    color: #DE350B;
    margin-top: -2px;
}
