html[lang="cy"] .govuk-date-input > .govuk-date-input__item:first-of-type {
    margin-right: 9px;
}
body:not(.js-enabled) .js-visible {
    display: none;
}
.govuk-form-group--error .autocomplete__input {
    border-color: #d4351c;
}

.autocomplete__input.govuk-input--error {
    border-color: #d4351c;
}

.autocomplete__dropdown-arrow-down {
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 40.0625em){
    .autocomplete__wrapper {
        width: 75%!important;
    }
}

.govuk-panel--confirmation * {
    color: #ffffff !important;
}
.govuk-panel.govuk-box-highlight--status {
    background-color: #1d70b8;
}
.return-summary .govuk-summary-list__actions {
    display: none !important;
}
@media (min-width: 40.0625em) {
    .autocomplete__wrapper {
        width: 66%;
        min-width: 9em;
    }
}
.account-balance,
.financial-summary,
.submission-meta {
    text-align: right;
}
@media (max-width: 900px) {
    .account-balance,
    .financial-summary,
    .submission-meta {
        text-align: left;
    }
    .financial-summary,
    .submission-meta {
        margin-top: 1rem;
    }
}

.form-bundle {
    border: 1px solid #bfc1c3;
    padding: 20px;
}

.list-item--dashed {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}

.list-item--dashed:before {
    content: "—";
    position: absolute;
    left: 0;
    width: 20px;
    overflow: hidden;
}

.govuk-related-items {
    border-top: 10px solid #005ea5;
    padding-top: 5px;
}

.hmrc-account-menu__main {
    float: none;
}
.account-icon {
    color: rgb(29, 112, 184);
}

.app-task-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0.75em 0;
}

.app-task-list__section {
    display: table;
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.11111;
}

.app-task-list__section-number {
    display: table-cell;
    min-width: 1.1em;
}

.app-task-list__items {
    font-family: GDS Transport, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.25;
    margin-bottom: 40px;
    list-style: none;
    padding-left: 30px;
}

.app-task-list__item {
    border-bottom: 1px solid #bfc1c3;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.app-task-list__item:after {
    content: "";
    display: block;
    clear: both;
}

.app-task-list__item:first-child {
    border-top: 1px solid #bfc1c3;
}

.app-task-list__task-name {
    display: block;
}

.app-task-list__tag,
.app-task-list__task-completed {
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (min-width: 28.125em) {
    .app-task-list__task-name {
        max-width: 60%;
    }
    .app-task-list__tag,
    .app-task-list__task-completed {
        float: right;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.calc-rows > li {
    position: relative;
}

.calc-rows h2 {
    max-width: 390px;
}

.calc-total {
    font-family: GDS Transport, arial, sans-serif;
    font-variant-numeric: tabular-nums;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}

.sum-part > .govuk-summary-list__key {
    font-weight: normal;
}
.sum-total > .govuk-summary-list__value {
    font-weight: bold;
}

.sum-part > .govuk-summary-list__key,
.sum-total > .govuk-summary-list__key {
    width: 66%;
}

.sum-total > .govuk-summary-list__value,
.sum-part > .govuk-summary-list__value {
    text-align: right;
    width: 33%;
    font-variant-numeric: tabular-nums;
}
