/*
J.S
*/


.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(42, 67, 101, var(--tw-bg-opacity));
  }
  .w-full {
    width: 100%;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.pt-16 {
    padding-top: 4rem;
}
.pb-8 {
    padding-bottom: 2rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.mt-8 {
    margin-top: 2rem;
}
.justify-between {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.ml-2 {
    margin-left: 0.5rem;
}
.w-10 {
    width: 2.5rem;
}

.h-10 {
    height: 2.5rem;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
.tracking-wide {
    letter-spacing: 0.025em;
}

.no-underline {
    text-decoration: none;
}
.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}
.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.leading-none {
    line-height: 1;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.font-bold {
    font-weight: 700;
}
.tracking-tight {
    letter-spacing: -0.025em;
}
.font-normal {
    font-weight: 400;
}
.block {
    display: block;
}

.border-t-4 {
    border-top-width: 4px;
}
.border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}
.flex-col {
    flex-direction: column;
}



.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.font-semibold {
    font-weight: 600;
}

.custom-height {
    height: 55vh;
}

.govuk-back-link:visited {
    color: #0b0c0c;
}
.main-back{
    margin-bottom: 1.5rem;
}
.govuk-back-link{
    position: relative;
    padding-left: 15px;
    text-decoration: none;
}
.prev-btn{
    position: relative;
}
.prev-btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.govuk-back-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: .1875em;
    width: .4375em;
    height: .4375em;
    margin: auto 0;
    transform: rotate(225deg);
    border: solid;
    border-width: 1px 1px 0 0;
    border-color: #505a5f;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
@media screen and (max-width: 991px) {
    
    .custom-height {
        height: auto;
    }
}

@media (max-width: 768px) {
    .custom-height {
        height: auto;
    }
}

@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:flex-grow-0 {
        flex-grow: 0;
    }
    .md\:block {
        display: block;
    }
    .md\:pl-2 {
        padding-left: 0.5rem;
    }
    .md\:ml-2 {
        margin-left: 0.5rem;
    }
    .md\:border-l-2 {
        border-left-width: 2px;
    }
}