.app-task-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 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: 18px;
    font-size: 1.125rem;
    line-height: 1.1111111111;
}

.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: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0;
}

.app-task-list__item {
    border-bottom: 1px solid #b1b4b6;
    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 #b1b4b6;
}

.app-task-list__task-name h3 {
    display: inline;
}

.app-task-list__task-actions, .app-task-list__section-actions {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
}

.app-task-list__task-actions, .flex-align-center {
    align-items: center;
    display: flex;
}

.app-task-list__section {
    display:inline;
}

.all-questions-component {
    border-bottom: 1px solid #b1b4b6;
}

.fab-nowrap {
    white-space: nowrap;
}

.disabled-link {
    color: #6F777B !important;
    text-decoration: underline;
    cursor: default;
}

.task-list__new-design {
    display: flex;
    align-items: center;
}


.app-task-list__task-name {
    flex: 1;
}

#template_id {
    width: 100%;
}

#select-template-group .govuk-form-group {
    flex: 1;
}

#select-template-group .govuk-button {
    margin-bottom: 2px;
    margin-left: 15px;
}

.govuk-panel--confirmation-blue {
    color: #fff; /* Keep text white */
    background: #1d70b8; /* Use GOV.UK blue */
    font-size: 24px;
}

.govuk-panel-\!-left {
    text-align: left !important; /* Override center alignment */
}

.govuk-link-\!-white {
    color: #fff !important;
}
