﻿/*@import url('https://rsms.me/inter/inter.css');
*/
* {
    font-family: 'inter', sans-serif !important;
}
/*DfE Cards edited for list for categories*/
.dfe-grid-container-list {
    display: grid;
    grid-template-columns: none;
    gap: 0;
    margin-bottom: 30px;
}

.dfe-card-list {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-bottom: 1px solid #b1b4b6;
}

.dfe-card-list-container {
    padding: 20px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.dfe-card-list-container-row {
    padding: 10px 20px 10px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: space-between;
}

.dfe-card-link--header {
    text-decoration: none !important;
    color: #347ca9;
    margin-left: 10px;
}

.dfe-card-link--support {
    text-decoration: none !important;
    color: #347ca9;
    margin-left: 0px;
}

.card-list-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.card-list-content {
    margin-bottom: 0;
}

.dfe-card-list .govuk-heading-m {
    padding-top: 0;
    margin-bottom: 0;
}

.dfe-card-link--header:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.dfe-card-container :last-child {
    margin-top: auto;
}

.dfe-card-list:focus-within, .dfe-card-list:hover {
    background-color: #003a69;
    color: white;
}

.dfe-card-list:focus-within .govuk-heading-m, .dfe-card-list:focus-within a, .dfe-card-list:focus-within p, .dfe-card-list:hover .govuk-heading-m, .dfe-card-list:hover a, .dfe-card-list:hover p {
    color: #fff;
}

.dfe-card-list:focus-within .sub-task-name {
    color: #0b0c0c
}

.dfe-card-list:focus-within {
    outline: 3px solid #fd0;
    outline-offset: -3px
}

.govuk-\!-margin-top-5 {
    margin-top: 25px !important;
}


/* DfE Cards - customised for homepage*/

.dfe-connect-card-container {
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}

.dfe-connect-card {
    padding: 20px 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #b1b4b6;
    /* transition: background-color 0.3s, color 0.3s;*/ /* Smooth transition */
}

.dfe-connect-card:focus-within, .dfe-connect-card:hover {
    background-color: #003a69;
    color: white;
}

.dfe-connect-card:hover .dfe-connect-card-container,
.dfe-connect-card:hover .parent-task-card-detail,
.dfe-connect-card:hover .sub-task-link,
.dfe-connect-card:hover .dfe-connect-card-date,
.dfe-connect-card:hover .dfe-card-container,
.dfe-connect-card:hover .sub-task-card-detail,
.dfe-connect-card:hover .dfe-card-link--header,
.dfe-connect-card:focus-within .dfe-connect-card-container,
.dfe-connect-card:focus-within .parent-task-card-detail,
.dfe-connect-card:focus-within .sub-task-link,
.dfe-connect-card:focus-within .dfe-connect-card-date,
.dfe-connect-card:focus-within .dfe-card-container,
.dfe-connect-card:focus-within .sub-task-card-detail,
.dfe-connect-card:focus-within .dfe-card-link--header {
    color: #fff;
}

.dfe-connect-card:focus-within .sub-task-card-detail {
    color: #0b0c0c
}

.dfe-connect-card:focus-within {
    outline: 3px solid #fd0;
    outline-offset: -3px
}

.school-id {
    background-color: #F3F2F1;
    padding: 20px 0 !important;
    margin-bottom: 0px;
    margin: 0 16px;
}

@media (min-width: 48.0625em) {
    .school-id {
        margin: 0 32px;
    }
}

@media (max-width: 1264px) {
    .school-id {
        margin: 0px;
    }
}

@media (min-width: 1264px) {
    .school-id {
        margin: 0 auto;
    }
}

.school-id-content {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
}

@media (max-width: 1264px) {
    .school-id-content {
        margin: 0 32px;
    }
}

@media (max-width: 768px) {
    .school-id-content {
        margin: 0 16px;
    }
}

.school-id-name {
    display: inline-block !important;
    padding-top: 0 !important;
    margin: 0 10px 0 0 !important;
}

.school-id-city {
    display: inline-block !important;
    margin: 0 30px 0 0;
}

/* Modal Container */
.modal {
    background-color: #fff;
    border: 5px solid #0b0c0c;
    left: 50%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1002;
    width: 521px;
    height: 211px;
}

.timeout-overlay {
    background-color: #0b0c0c;
    filter: alpha(opacity=80);
    height: 100%;
    left: 0;
    opacity: .8;
    -moz-opacity: .8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001
}
/* Responsive design tweaks */
@media (max-width: 768px) {
    .modal {
        padding: 29px;
        width: 79%;
    }
}

@media (max-width: 480px) {
    .modal {
        padding: 27px;
        height: 251px;
    }

    .modal br {
        display: none; /* Hide the <br> tag */
    }
}

.parent-task-card-detail {
    display: flex;
    color: #1D70B8;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    align-self: flex-start;
}

.sub-task-card-detail {
    color: #0B0C0C;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 520px;
    align-self: flex-start;
}

.dfe-connect-card-date {
    display: flex;
    flex: 1;
    flex-direction: column;
    text-align: right;
    color: #0A0C0C;
    font-size: 19px;
}

.month-wrapper {
    margin-bottom: 15px;
}

.month-header {
    margin-bottom: 0px;
    margin-left: 10px;
}

.card-link {
    text-decoration: none;
}

.card-Task {
    margin-left: 0px !important;
    max-width: 520px !important;
    color: #0b0c0c
}

a:hover, .govuk-link:hover {
    color: #003078;
}

a:visited, .govuk-link:visited {
    color: #1d70b8;
}


.filter-container {
    border: 1px solid #B1B4B6;
    width: 100%; /* Full width */
    margin-bottom: 20px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F4F2F1;
    padding: 7px;
}

.filter-header-clear-all-link {
    display: flex;
    align-items: center;
    justify-content:flex-start;
    width:auto;

}

.clear-all-link {
    /*display: inline-block;
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 0px;*/
    display: inline-block;
    color: #1D70B8;
    font-size: 19px;
    cursor: pointer;
    text-decoration: none;
    width: auto;
    max-width: fit-content;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.filter-toggle {
    color: #1D70B8;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-decoration: underline;
    text-wrap: nowrap;
}

.filter-toggle:hover {
    cursor: pointer;
}

.toggle-filter-icon-wrapper {
    gap: 5px;
    display: flex;
    padding-right: 5px;
}

.filter-text {
    color: #0B0C0C;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 168.421% */
    padding-left: 2px;
}

.selected-filters {
    display: flex;
    gap: 10px;
    padding: 1px 6px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.filter-results-container {
    display: flex;
    padding: 10px;
    align-items: baseline;
    min-width: fit-content;
}

.filter-results-container-no-padding {
    display: flex;
    align-items: baseline;
    min-width: fit-content;
}

.selected-filters:empty {
    border: none;
    padding: 0;
}

/*#filtered-count {
    display: none;
}*/

.filtered-count {
    flex-wrap: nowrap;
    min-width: fit-content;
    display:block;
}

.filter-label {
    display: flex;
    align-items: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #888888; /* Adjust the border color to match the screenshot */
    border-radius: 4px;
    background-color: #ffffff; /* Adjust the background color if necessary */
    font-size: 16px; /* Adjust font size */
    color: #000000; /* Adjust text color */
}

.remove-filter-button {
    width: 24px;
    height: 31px;
    font-size: 24px;
    color: #000000;
    cursor: pointer;
    line-height: 16px;
    /* margin-left: -6px;*/
    /*    margin-bottom: 3px;*/
    background: none;
    border: none;
    text-align: center !important;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.filter-content {
    display: none;
    padding: 20px;
}

.filter-content.show {
    display: flex;
}

.filter-section {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    position:relative !important;
}

.filter-section h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.filter-section p {
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #666;
}

.margin-left {
    margin-left: 15px;
}

@media (min-width: 1264px) {
    .margin-left {
        margin-left: 50px !important;
    }
}
@media (min-width: 768px) {
    .margin-left {
        margin-left: 15px;
    }
}
@media (min-width: 420px) {
    .margin-left {
        margin-left: 0px;
    }
}
/*.apply-button-top-margin {
    margin-top: 85px !important;
    margin-bottom: 50px !important;
}*/


.govuk-button-group .govuk-link, .govuk-button-group .app-task-list__task-name > a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1875;
    display: inline-block;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.link-pointer, .a:hover {
    cursor: pointer !important;
}

.bold {
    font-weight: bold !important;
}


.dfe-header__service-name {
    margin-bottom: 12px;
}

a.dfe-header__link--service {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33333;
    text-decoration: none;
    color: #ffffff;
}

@media (min-width: 40.0625em) {
    a.dfe-header__link--service {
        font-size: 22px;
        line-height: 1.33333;
    }
}

@media print {
    a.dfe-header__link--service {
        font-size: 18pt;
        line-height: 1.15;
    }
}

a.dfe-header__link--service:visited {
    color: #ffffff;
}

a.dfe-header__link--service:hover {
    background: none;
    text-decoration: underline;
}

a.dfe-header__link--service:focus {
    background: #fd0;
    box-shadow: 0 0 0 4px #fd0, 0 4px 0 4px #0b0c0c;
    color: #0b0c0c;
}

.dfe-header__service-name {
    display: block;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff;
    margin-bottom: 16px;
}

@media (max-width: 61.865em) {
    .dfe-header__service-name {
        max-width: 100%;
    }
}

.dfe-connect-cookie-banner-background {
    background-color: #f4f8fb !important;
}

.govuk-tag {
    max-width: 300px !important;
}

.td-width {
    width: 1012px !important;
}

.common-templates-related-items {
    border-top: 2px solid #1d70b8;
    padding-top: 10px;
}

.category-padding {
    margin-bottom: 10px !important;
}

.app-c-filter-summary {
    margin-top: 10px;
    padding-bottom: 5px;
    border-top: 1px solid #b1b4b6
}

.app-c-filter-summary__heading {
    margin-bottom: 10px;
    /*    font-family: "GDS Transport",arial,sans-serif;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.3157894737
}

@media print {
    .app-c-filter-summary__heading {
        font-family: sans-serif;
        font-size: 14pt;
        line-height: 1.15;
    }
}

.app-c-filter-summary__remove-filters {
    list-style-type: none;
    margin-block-start: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.app-c-filter-summary__remove-filter {
    border: 1px solid #b1b4b6;
    border-radius: .3125em;
    padding: 5px 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #0b0c0c !important;
    background-color: #f3f2f1;
    /*    font-family: "GDS Transport",arial,sans-serif;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.3157894737
}

@media print {
    .app-c-filter-summary__remove-filter {
        font-family: sans-serif
    }
}

@media print {
    .app-c-filter-summary__remove-filter {
        font-size: 14pt;
        line-height: 1.15
    }
}

.app-c-filter-summary__remove-filter:focus {
    background-color: #fd0;
    outline: 2px #0b0c0c solid;
    outline-offset: 0;
    border-color: #0b0c0c
}

.app-c-filter-summary__remove-filter:hover {
    outline: 1px #0b0c0c solid;
    outline-offset: 0;
    border-color: #0b0c0c
}

.app-c-filter-summary__remove-filter::before {
    margin-top: 1px;
    content: "×";
    padding-right: 5px;
    font-size: 22px
}

.app-c-filter-summary__clear-filters {
    /*    font-family: "GDS Transport",arial,sans-serif;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.3157894737
}

@media print {
    .app-c-filter-summary__clear-filters {
        font-family: sans-serif
    }
}

@media print {
    .app-c-filter-summary__clear-filters {
        font-size: 14pt;
        line-height: 1.15
    }
}
/* Mobile view adjustments  for dash board*/
@media (max-width: 768px) {
    .dfe-connect-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .dfe-connect-card-container {
        margin-left: -10px;
    }

    .dfe-connect-card-date {
        /* text-align: left; 
        font-size: 16px;*/
        margin-top: 8px;
        margin-left: -10px;
        /* display: inline-block; 
        white-space: nowrap; */
    }

    .dfe-connect-card-date br {
        display: none; /* Hide the <br> tag */
    }
}

@media (max-width: 768px) {
    .govuk-main-wrapper {
        /* margin-left: -16px;*/
    }

    .month-header {
        margin-left: 0px;
    }

    .margin-left {
        padding-top: 10px;
    }

    .card-list-header {
        margin-left: -10px;
    }

    .filter-results-container-no-padding {
        display: flex;
        flex-direction: column;
    }

    .dfe-card-list-container-row {
        padding: 10px 18px 10px 0;
    }

    .sub-task-name {
        display: block;
        white-space: normal;
        word-wrap: break-word;
        text-align: left;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    .govuk-heading-s.card-list-header {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .p-mobileview {
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .dfe-header__search-wrap {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }

    .dfe-header__navigation.js-show {
        border-top: 4px solid #003a69 !important;
    }
}

@media (max-width: 768px) {
    .dfe-header__navigation-item.dfe-header__navigation-item--current a {
        color: #1d70b8 !important;
    }
}


.alphabet-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -10px;
    margin-top: 10px;
}

.a-to-z-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
}

.line {
    width: 100%;
    height: 1.5px;
    background-color: #B1B4B6;
}
.dfeconnect-paginationitem__current {
    color: #fff !important;
}
.arrow-icon {
    transition: transform 0.01s ease; /* Smooth transition for rotation */
}
.arrow-icon.rotated {
    transform: rotate(180deg); /* Rotate 180 degrees */
}

.no-margin{
    margin: 0 !important;
}

.para-padding-matView{
    padding-top: 28px !important;
}

.padding-filter-button {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px;
    height: auto;
    max-width: none;
}

@media (max-width: 410px) {
    /*.filter-section {
        display: flex;*/ /* Ensure it's a flex container */
    /*flex-direction: column !important;
        background-color: red;
    }*/
    .filter-content {
        flex-direction: column;
    }

    .filter-section:not(:first-child) {
        padding-top: 20px;
    }

    .filter-button{
        padding-top:0px !important;
    }

    .filter-results-container {
        display: flex;
        flex-direction: column;
        padding: 10px 0px;
    }
}

/*.customFlexDirection {
    display: flex;
    flex-direction: column;*/
/* align-items: flex-start;*/

/*}*/
.customMarginFilterButton{
    margin-bottom:0px !important;
}


.gem-c-cards__heading {
    margin-bottom: 20px
}

@media(min-width: 40.0625em) {
    .gem-c-cards__heading {
        margin-bottom: 30px
    }
}

.gem-c-cards__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-column-gap: 30px;
    column-gap: 30px;

}
.gem-c-cards_list ul {
    padding-top: 10px;
}

@media(min-width: 48.0625em) {
    .gem-c-cards__list {
        width: 50%
    }

    @supports(display: grid) {
        .gem-c-cards__list {
            width: initial
        }
    }
}

/*.gem-c-cards__list--one-column .gem-c-cards__list-item:first-child {
    border-top: 0
}*/

.gem-c-cards__list--one-column .gem-c-cards__list-item:first-child .gem-c-cards__list-item-wrapper {
    padding-top: 5px
}

.gem-c-cards__heading--underline + .gem-c-cards__list {
    border-top: 1px solid #b1b4b6
}

.gem-c-cards__heading--underline + .gem-c-cards__list .gem-c-cards__list-item:first-child .gem-c-cards__list-item-wrapper {
    padding-top: 5px
}

@media(min-width: 40.0625em) {
    .gem-c-cards__list--two-column-desktop {
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media(min-width: 48.0625em) {
    .gem-c-cards__list--three-column-desktop {
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.gem-c-cards__list-item {
    border-top: 1px solid #b1b4b6;
    padding: 10px 0 10px 0
}

.gem-c-cards__list-item-wrapper {
    padding: 5px 0 5px;
    position: relative
}

.gem-c-cards__sub-heading {
    margin: 0 30px 10px 0
}

@media(min-width: 48.0625em) {
    .gem-c-cards__sub-heading {
        /*  max-width: 66.6667%*/
    }
}

.gem-c-cards__link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gem-c-cards__link::before {
    border-right: 3px solid #1d70b8;
    border-top: 3px solid #1d70b8;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: 5px;
    -webkit-transform: translateY(0) rotate(45deg) scale(1);
    -ms-transform: translateY(0) rotate(45deg) scale(1);
    transform: translateY(0) rotate(45deg) scale(1);
    width: 7px;
    content: ""; /* Ensures the pseudo-element is displayed */
    display: block; /* Makes the pseudo-element visible */
    position: absolute; /* Position relative to the link */
    right: 0; /* Align the arrow to the right */
    top: 50%; /* Vertically center the arrow */
    transform: translateY(-50%) rotate(45deg); /* Adjust vertical alignment and rotate to form an arrow */
    border-right: 3px solid #1d70b8; /* Right side of the arrow */
    border-top: 3px solid #1d70b8; /* Top side of the arrow */
    width: 7px; /* Width of the arrow */
    height: 7px; /* Height of the arrow */
}

.gem-c-cards__link:hover::before {
    border-color: #003078
}

.gem-c-cards__link:focus::before {
    border-color: #0b0c0c
}

.gem-c-cards__description {
    margin: 0 30px 0 0
}

.gem-c-cards__list--two-column-desktop .gem-c-cards__sub-heading, .gem-c-cards__list--three-column-desktop .gem-c-cards__sub-heading {
    max-width: 100%
}

.gem-c-cards__list--two-column-desktop .gem-c-cards__description, .gem-c-cards__list--three-column-desktop .gem-c-cards__description {
    margin: 0;
    max-width: 100%
}

.gem-c-cards__list--two-column-desktop .gem-c-cards__link::before, .gem-c-cards__list--three-column-desktop .gem-c-cards__link::before {
    top: 27px;
    margin: 0
}

@media print {
    .gem-c-cards__list {
        display: block;
    }

    .gem-c-cards__list-item {
        padding: 0;
    }

    .gem-c-cards__list-item-wrapper {
        padding: 5mm 0;
    }

    .gem-c-cards__description {
        margin: 0;
    }

    .gem-c-cards__link::before {
        display: none;
    }

    .gem-c-cards__link::after {
        position: static;
    }
}

/*.govuk-link:link {
    color: #1D70B8 !important;
}*/

.exceptional27 {
    font-size: 27px !important;
    margin-bottom: 0px;
}

.custome-tab-panel-padding {
    /*padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;*/
    padding:0px !important;
    display:grid;
    gap:20px;
}

.tag-no-padding {
    padding: 0px 0px !important;
    margin: 10px 0px !important;
}

.govuk-task-list__item:last-child {
    border: none;
}

.govuk-task-list__item_desc{
    font-size:16px !important;
    margin-bottom:0px !important;
}
.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__list:first-child .govuk-service-navigation__item:first-child, .govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__toggle[hidden] + .govuk-service-navigation__list .govuk-service-navigation__item:first-child {
    margin-top: 0
}
.govuk-service-navigation__wrapper {
    flex-grow: 1
}
.govuk-service-navigation__service-name + .govuk-service-navigation__wrapper .govuk-service-navigation__toggle {
    margin-top: 0
}

.govuk-service-navigation__list {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.1875rem;
    line-height: 1.3157894737;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none
}
@media print {
    .govuk-service-navigation__list {
        font-family: sans-serif
    }
}
@media print {
    .govuk-service-navigation__list {
        font-size: 14pt;
        line-height: 1.15
    }
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}
@media screen and (min-width: 40.0625em)and (min-width: 0\0 ) {
    .govuk-service-navigation__list {
        display: block
    }
}

.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__item, .govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__service-name {
    border-color: #fff
}

.app-mobile-navigation-section__service-navigation-item.govuk-service-navigation__item--active {
    padding-left: 15px;
    border-width: 0
}

.govuk-service-navigation__item, .govuk-service-navigation__service-name {
    position: relative;
    margin: 10px 0;
    border: 0 solid rgb(26.1,100.8,165.6)
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__item, .govuk-service-navigation__service-name {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 0
    }

    .govuk-template--rebranded .govuk-service-navigation__item, .govuk-template--rebranded .govuk-service-navigation__service-name {
        padding: 15px 0;
        line-height: 1.5263157895
    }

    .govuk-service-navigation__item:not(:last-child), .govuk-service-navigation__service-name:not(:last-child) {
        margin-right: 20px
    }
}

@media(min-width: 40.0625em)and (min-width: 40.0625em) {
    .govuk-service-navigation__item:not(:last-child), .govuk-service-navigation__service-name:not(:last-child) {
        margin-right: 30px
    }
}

@media(max-width: 40.0525em) {
    .govuk-service-navigation__item--active {
        margin-left: -15px;
        padding-left: 10px;
        border-left-width: 5px
    }
}
@media(min-width: 40.0625em) {
    .govuk-service-navigation__item--active {
        padding-bottom: 10px;
        border-bottom-width: 5px
    }

    .govuk-template--rebranded .govuk-service-navigation__item--active {
        padding-bottom: 10px
    }
}
.app-mobile-navigation-section__service-navigation-item.govuk-service-navigation__item--active {
    padding-left: 12px;
    border-width: 0
}
@media(max-width: 40.0525em) {
    .govuk-service-navigation__item--active {
        margin-left: -15px;
        padding-left: 10px;
        border-left-width: 5px
    }
}

@media(min-width: 40.0625em) {
    .govuk-service-navigation__item--active {
        padding-bottom: 10px;
        border-bottom-width: 5px
    }

    .govuk-template--rebranded .govuk-service-navigation__item--active {
        padding-bottom: 10px
    }
}
@media(max-width: 40.0525em) {
    .govuk-service-navigation__item--active {
        margin-left: -15px;
        padding-left: 10px;
        border-left-width: 5px
    }
}
@media(min-width: 40.0625em) {
    .govuk-service-navigation__item--active {
        padding-bottom: 10px;
        border-bottom-width: 5px
    }

    .govuk-template--rebranded .govuk-service-navigation__item--active {
        padding-bottom: 10px
    }
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:link {
    color: #1d70b8
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:visited {
    color: #1d70b8
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:hover {
    color: #003078
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:active {
    color: #0b0c0c
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:focus {
    color: #0b0c0c
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:not(:hover):not(:active) {
    text-decoration: none
}
.govuk-service-navigation__link {
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em
}
@media print {
    .govuk-service-navigation__link {
        font-family: sans-serif
    }
}
.govuk-service-navigation__link:hover {
    text-decoration-thickness: max(3px, .1875rem, .12em);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none
}
.govuk-service-navigation__link:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: #0b0c0c;
    background-color: #fd0;
    box-shadow: 0 -2px #fd0,0 4px #0b0c0c;
    text-decoration: none
}
@supports not (text-wrap: balance) {
    .govuk-service-navigation__link:focus {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}
.govuk-service-navigation__link:not(:hover):not(:active) {
    text-decoration: none
}

.govuk-service-navigation__link:link {
    color: #1d70b8
}

.govuk-service-navigation__link:visited {
    color: #1d70b8
}

.govuk-service-navigation__link:hover {
    color: #003078
}

.govuk-service-navigation__link:active {
    color: #0b0c0c
}

.govuk-service-navigation__link:focus {
    color: #0b0c0c
}

.govuk-service-navigation__link:not(:hover):not(:focus) {
    color: rgb(26.1,100.8,165.6)
}
.govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
    color: #0b0c0c
}
@media print {
    .govuk-service-navigation__service-name .govuk-service-navigation__link:link, .govuk-service-navigation__service-name .govuk-service-navigation__link:visited {
        color: #000
    }
}
.govuk-service-navigation__service-name .govuk-service-navigation__link:hover {
    color: rgba(11,12,12,.99)
}
.govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
    color: #0b0c0c
}

@media print {
    .govuk-service-navigation__service-name .govuk-service-navigation__link:active, .govuk-service-navigation__service-name .govuk-service-navigation__link:focus {
        color: #000
    }
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:link, .govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:visited {
    color: #fff
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:hover, .govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:active {
    color: hsla(0,0%,100%,.99)
}
.govuk-template--rebranded .govuk-service-navigation--inverse .govuk-service-navigation__link:focus {
    color: #0b0c0c
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:link {
    color: #1d70b8
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:visited {
    color: #1d70b8
}
.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:hover {
    color: #003078
}

.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:active {
    color: #0b0c0c
}

.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:focus {
    color: #0b0c0c
}

.govuk-template--rebranded .govuk-service-navigation--inverse .app-mobile-navigation-section__item .govuk-service-navigation__link:not(:hover):not(:active) {
    text-decoration: none
}

/*media (min-width: 40.0625em) {*/
.govuk-service-navigation__list {
    box-shadow: inset 0 -1px #b1b4b6;
    margin: 0;
    padding: 0;
    width: 100%;
}

.custom-margin-task-heading{
    margin-bottom:15px !important;
}
.govuk-task-list__item{
    padding-top:15px !important;
    padding-bottom:15px !important;
}
.govuk-task-list{
    margin-bottom:0px !important;
}
.govuk-task-list__status {
    white-space:nowrap;

}
.custom-border-tab-panel{
    border:none !important;
}

.custome-tab-panel-padding {
    padding: 0px !important;
    display: grid;
    gap: 20px;
}
.govuk-tabs {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.custom-margin-tabs{
    margin:0px !important;
}
.custom-border-top{
    border-top:2px solid #1D70B8;
    padding-top:30px;
}
.custom-no-padding {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.common-templates-related-items {
    border-top: 2px solid #1d70b8;
    padding-top: 10px;
}
.dfe-feedback {
    background-color: #f4f8fB;
    border-top: 1px solid #b1b4b6;
    padding: 16px 0;
}
.dfe-feedback-banner--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.dfe-feedback-banner--flex h2 {
    margin: 0;
    /* Remove default margins for better alignment */
    flex-grow: 1;
    /* Allows text to take available space */
}

.dfe-feedback-banner--flex a {
    margin-bottom: 0px;
    background-color: #0F7A52;
}

.dfe-feedback-banner--flex a:hover {
    background-color: #083D29;
}

.dfe-feedback-banner--flex a:focus {
    background-color: #ffdd00;
    color: #171b1f;
}

.dfe-feedback-banner .govuk-button--secondary {
    background-color: #ffffff;
}

@media (max-width: 640px) {
    .dfe-feedback-banner--flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .dfe-feedback-banner--flex a {
        width: 100%;
    }
}

/*.task-card {
    display: flex;
    flex-direction: column;*/ /* Stack elements vertically */
/*justify-content: center;*/ /* Center content vertically */
/*padding: 10px;*/ /* Add some padding for spacing */
/*}*/

/* Heading inside the task card */
/*.task-card__heading {
    margin-bottom: 5px;*/ /* Add spacing between the heading and description */
/*}*/

/* Link inside the heading */
/*.task-card__link {
    display: inline-block;*/ /* Ensure the link behaves as a block element */
/*text-decoration: none;*/ /* Remove underline for better styling */
/*}*/

/* Description inside the task card */
/*.task-card__description {
    margin-top: 0;*/ /* Remove unnecessary margin */
/*font-size: 0.9rem;*/ /* Adjust font size for better readability */
/*color: #6c757d;*/ /* Optional: Add a subtle color for the description */
/*}*/

.govuk-link-custom {
    color: #1D70B8 !important;
}
.border-top-blue {
    border-top: 2px solid #1D70B8;
}
.p-padding {
    padding-bottom:16px;
}
.custom-padding-tag {
    padding-left: 25px !important;
}
.marginfix{
    margin-top:-40px;
}
@media (max-width: 640px) {
    .marginfix {
        margin-top: 0px;
    }
}
.customFontSize16 {
    font-size:16px !important;
}

.customHeadingFontSize19 {
    font-size: 19px !important;
}

.customHeadingFontSize24 {
    font-size: 24px !important;
}

.govuk-service-navigation__item--active .govuk-service-navigation__link {
    color: #0b0c0c !important;
}

.dfe-connect-header .dfe-header__search {
    display: flex !important;
    align-items: center !important;
}

.dfe-connect-header .dfe-header__search-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: static !important;
    float: none !important;
    margin: 0 0 0 4px !important;
    padding: 0 0 0 16px !important;
    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
}

.dfe-connect-header .dfe-header__search-toggle::before,
.dfe-connect-header .dfe-header__search-toggle::after,
.dfe-connect-header .dfe-connect-header__search-btn::before,
.dfe-connect-header .dfe-connect-header__search-btn::after {
    content: none !important;
}

.dfe-connect-header .dfe-header__search-wrap {
    display: none !important;
    position: static !important;
    float: none !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: 320px !important;
    order: 1 !important;
}

.dfe-connect-header .dfe-header__search.dfe-header__search--open .dfe-header__search-wrap {
    display: block !important;
}

.dfe-connect-header .dfe-header__search-form {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.dfe-connect-header .dfe-search__input {
    min-width: 220px !important;
    width: 220px !important;
    height: 32px !important;
    padding: 4px 8px !important;
    border: 1px solid #b1b4b6 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
}

.dfe-connect-header .dfe-search__submit {
    height: 32px !important;
    width: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #b1b4b6 !important;
    background: #ffffff !important;
}

.dfe-connect-header .dfe-search__close {
    display: none !important;
}

.dfe-connect-header .dfe-header__search-toggle svg,
.dfe-connect-header .dfe-header__search-toggle svg path {
    fill: #ffffff !important;
}

.dfe-connect-header .dfe-connect-header__dept-image {
    height: 40px !important;
    width: auto !important;
    max-width: none !important;
}

.dfe-connect-header__top-inner,
.dfe-connect-header__account {
    display: flex !important;
}

.govuk-cookie-banner {
    background-color: #f4f8fb !important;
}