::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lightslategrey;
}

#submit-error {
    margin-bottom: .8rem;
    color: rgb(239, 68, 68);
}
.bir-form-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.bir-address-label {
    padding-bottom: 0 !important;
}

.page-indicator-bar-bg {
    width: 100%;
    height: 1.1rem;
    background-color: #ddd;
    border-radius: .8rem;
    margin-top:.4rem;
    margin-bottom: 2.5rem;
}
.page-indicator-bar-progress {
    height: 1.1rem;
    border-bottom-left-radius: .8rem;
    border-top-left-radius: .8rem;
    background-color: #72b239;
}
.page-button-container {
    display: flex;
    margin-top: .8rem;
    margin-bottom: .8rem;
    gap: .8rem;
}

button {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: .8rem 1.9rem;
    font-size: .8rem;
}
.page-indicator-step {
    font-size: 1.1rem;
}
.bir-hide-page {
    display: none;
}
.bir-flex {
    display: flex;
}
.bir-flex-wrap {
    flex-wrap: wrap;
}
.bir-flex-col {
    flex-direction: column;
}
.bir-block {
    display: block;
}
.bir-dob-div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: .6rem;
}
#root {
    padding: 2.6rem 0;
}
#root p {
    font-size: .8rem;
}
.bir-number-select-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
}
.bir-number-select-left, .bir-number-select-right {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    border: 1px solid black;
    border-radius: .2rem;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    text-align: center;
    font-size: 2rem;
}
.bir-number-select-left, .bir-number-select-right, .bir-number-select-value {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* standard */
}
.bir-number-select-value {
    cursor: default;
    line-height: 1.9rem;
    font-size: 1.2rem;
    font-weight: 600;
}
.bir-number-select-left {
    margin-right: .5rem;
    line-height: 1.5rem;
    padding-left: 6px;
}
.bir-number-select-right {
    margin-left: .5rem;
    line-height: 1.75rem;
}
.bir-child-requirements-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.bir-mr-16 {
    margin-right: 1rem !important;
}
.py-10 {
    padding-top: .6rem;
    padding-bottom: .6rem;
}
.pb-10 {
    padding-bottom: .6rem;
}
.my-16 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
.bir-add-select {
    max-width: 20.3rem;
    height: 2.4rem;
    font-size: 1rem;
    font-style: italic;
    border-color: black;
    flex-basis: 100%;
}
.bir-postcode-div {
    display: flex;
    gap: .6rem;
}
.bir-required {
    color: red;
}
.bir-message-list {
    padding: 0 0 0 1em !important;
    margin-top: .6rem;
}
.bir-error-message {
    border-color: rgb(239, 68, 68) !important;
    color: rgb(239, 68, 68);
 }
.bir-label {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    float: none;
    line-height: 1.3;
    margin: 0 0 .25rem 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}
.bir-postcode-btn {
    margin-top: auto;
    margin-bottom: auto;
    padding: 1px 6px !important;
    height: 2.4rem;
}
.error-logger {
    margin-bottom: 2rem;
}
.bir-input {
    min-width: 14rem;
    height: 2.4rem;
    font-size: 1rem;
}
.bir-textarea {
    width: 100%;
    height: 7.5rem;
}
.bir-gap-1 {
    gap: .6rem;
}
.bir-address-input {
    min-width: 14rem;
    max-width: 20.3rem;
    display: block;
    width: 100%;
    height: 2.4rem;
    font-size: 1rem;
}
.bir-postcode {
    height: 2.4rem;
    font-size: 1rem;
}
.bir-town-div {
    min-width: 15rem;
    gap: .6rem;
    flex-wrap: wrap;
}
.lds-roller {
    margin: auto;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000000;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
