@keyframes slideleft {
    from {
        opacity: 1;
        left: 0px;
    }

    to {
        opacity: 0;
        left: -50px;
    }
}

@keyframes slideright {
    from {
        opacity: 0;
        left: 50px;
    }

    to {
        opacity: 1;
        left: 0px;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 400px) {
    .otp-input {
        transform: scale(0.6);
        margin-left:20px!important;
    }

   
}

@media only screen and (min-width: 401px) {
    .otp-input {
        appearance: none !important;
        border: none !important;
        font-family: ui-monospace, monospace !important;
        font-size: 32px !important;
        max-width: 315px !important;
        font-stretch: 68%;
        font-style: normal;
        padding-right: 0 !important;
        font-variant-alternates: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-variant-position: normal;
        font-variation-settings: normal;
        font-weight: 400;
        height: 65.9625px;
        line-height: 66px;
        margin-bottom: 0px;
        margin-left: 20px !important;
        margin-right: 0px;
        margin-top: 0px;
        outline-color: rgb(0, 0, 0);
        outline-offset: 0px;
        outline-style: none;
        outline-width: 0px;
        overflow-x: visible;
        overflow-y: visible;
        text-align: start;
        text-indent: 0px;
        text-rendering: auto;
        text-shadow: none;
        text-transform: none;
        width: 544.125px !important;
        word-spacing: 0px;
        -webkit-rtl-ordering: logical;
        -webkit-border-image: none;
    }
}

@font-face {
    font-family: "FabricMDL2Icons";
    src: url("/assets/fonts/fabric-mdl2.woff") format('woff');
}

.close-feedback-button {
    position: absolute!important;
    margin-right: -10px;
}

.label-display {
    display: flex !important;
}

.label-display input + span {
    padding-top: 5px;
}

.scrollable-container {
    width: 100%;
    overflow: hidden;
}

.scrollable-area {
    height: 400px;
    overflow-y: scroll;
    max-width: 100%;
    overflow-x: hidden;
    border: 1px solid #ccc;
    padding: 10px;
    overflow-x: hidden;
    max-width: 100%;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.info-modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.referee-modal {
    display: block; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: white;
}

.border-green {
    border: 2px solid #4dff00 !important;
    border-radius: 4px !important;
}

.border-transparent {
    border: 1px solid transparent !important;
}
.action-application-button {
    height: 250px;
    width: 100%;
    border: 1px solid black !important;
    color: #003d3c;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 20px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    text-align: center;
    padding: 5px;
}

/* Modal Content/Box */
.referee-modal-content {
    background-color: #fefefe;
    margin: 25% auto; /* 15% from the top and centered */
    width: 95%; /* Could be more or less, depending on screen size */
}
.referee-modal-header {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid rgb(222, 223, 225);
    margin: 5px -30px;
    padding: 0 30px;
    font-size: 20px;
    padding-bottom: 5px;
}

.referee-modal-underline {
    text-decoration: underline;
}
/* The Close Button */
.referee-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
}

    .referee-modal-close:hover,
    .referee-modal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.requests-table-final, .table-value-header, .table-value {
    border: 1px solid black;
    border-collapse: collapse;
}

.requests-table-final, .table-value-header-title, .table-value-title {
    border-left: 1px solid black !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-right: solid 1px #fff;
    border-collapse: collapse;
}

.table-value-header-title {
    border-right: solid 1px #003d3c !important;
}

.table-value-header, .table-value {
    padding: 10px;
}

.table-value-header-title, .table-value-title {
    padding: 10px;
}

.table-value-header {
    background-color: #FDDF95;
}

.table-value-header-title {
    background-color: #FDDF95;
}

.table-value {
    background-color: white !important;
    border: 1px solid black !important;
}

.table-value-title {
    background-color: white !important;
}

/* Modal Content/Box */
.info-modal-content {
    background-color: #fefefe;
    margin: 25% auto; /* 15% from the top and centered */
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
    position: relative;
}

.info-modal-underline{
    text-decoration:underline;
}
/* The Close Button */
.info-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 20px;
}

    .info-modal-close:hover,
    .info-modal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.f-mdl-icon i {
    font-family: FabricMDL2Icons;
    font-style:normal;
    
}

.f-mdl-icon {
    font-size: 20px;
    box-shadow: none !important;
    text-decoration: none;
}
    .f-mdl-icon:hover {
        background-color: transparent !important;
    }

td.subscribed {
    text-align:center;
}

.subscribe-component {
    margin-top:4rem;
}

.toggle-group {
    display:flex;
}

.toggle-group .toggle {
    margin-right:100px;
}

.files {
    display: flex;
    /*justify-content:right;*/
}

.file-progress {
    display: flex;
    width: 100%;
    padding: 10px;
    /*margin:0 -10px;*/
    flex-direction: column;
}

.file-progress label {
    margin-bottom:0!important;
}

    .file-progress .progress {
        transition: 0.3s;
        width: 100%;
        background-color: rgb(203,204,205);
        height: 0.6rem;
        overflow: hidden;
        margin: 3px 0;
    }

        .file-progress .progress .bar {
            transition: 0.3s;
            width: 0%;
            background-color: #00929e;
            height: 0.6rem;
            overflow: hidden;
        }

            .file-progress .progress .bar.error {
                background-color: rgb(200,0,0);
            }
            .file-progress .progress .bar.warning {
                background-color: darkorange;
            }
            .file-progress .count {
        display:flex;
    }

.file-progresss .count .percentage {

}

.file-progresss .count .totals {

}
.file-progresss .count .totals.error {
    color:rgb(200,0,0);
}

.subscriptions .update-details {
    font-size: 15px !important;
}

.subscriptions {
    position:relative;
}

.subscriptions {
    min-height: 109px;
    margin-top:4rem;
}

    .subscriptions .loader {
        position: absolute;
        top: 5px;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #f3f4f5;
        z-index: 1;
    }

    .form-body .loader .spinner {
        /*position: absolute;
            top: calc(50% - 15px);
            left: calc(50% - 15px);
            height: 30px;
            width: 30px;
            border-radius: 50%;
            border-top: 2px solid #3eb599;
            animation: spin 1s linear infinite;*/
    }

.spinner.inline-page  {
    position:relative;
    bottom:25px;
}

.ms-Toggle {
    font-family: Segoe UI WestEuropean,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    position: relative;
    display: block;
    margin-bottom: 26px
}

    .ms-Toggle .ms-Label {
        position: relative;
        top: -2px;
        padding: 0 0 0 50px
    }

    .ms-Toggle .ms-Toggle-field:before {
        position: absolute;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        content: "";
        left: 4px;
        background-color: #666;
        outline: 1px solid transparent;
        transition-property: background,left;
        transition-duration: .25s;
        transition-timing-function: cubic-bezier(.4,0,.23,1)
    }

@media screen and (-ms-high-contrast:active) {
    .ms-Toggle .ms-Toggle-field:before {
        border: 2.5px solid #fff;
        height: 15px;
        outline: 0
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .ms-Toggle .ms-Toggle-field:before {
        border-color: #000
    }
}

.ms-Toggle .ms-Toggle-field:before {
    right: auto
}

.ms-Toggle .ms-Toggle-field .ms-Label--off {
    display: block
}

.ms-Toggle .ms-Toggle-field .ms-Label--on {
    display: none
}

.ms-Toggle .ms-Toggle-field.is-selected {
    background-color: #003d3c;
    border-color: #003d3c;
}

    .ms-Toggle .ms-Toggle-field.is-selected:before {
        position: absolute;
        top: 3px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        content: "";
        right: 4px;
        background-color: #666;
        outline: 1px solid transparent;
        transition-property: background,left;
        transition-duration: .25s;
        transition-timing-function: cubic-bezier(.4,0,.23,1)
    }

@media screen and (-ms-high-contrast:active) {
    .ms-Toggle .ms-Toggle-field.is-selected:before {
        border: 2.5px solid #fff;
        height: 15px;
        outline: 0
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .ms-Toggle .ms-Toggle-field.is-selected:before {
        border-color: #000;
    }
}

.ms-Toggle .ms-Toggle-field.is-selected:before {
     background-color:#fff; 
    left: 28px;
}

.ms-Toggle .ms-Toggle-field.is-selected .ms-Label--off {
    display: none
}

.ms-Toggle .ms-Toggle-field.is-selected .ms-Label--on {
    display: block
}

@media screen and (-ms-high-contrast:active) {
    .ms-Toggle .ms-Toggle-field.is-selected {
        background-color: #fff
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .ms-Toggle .ms-Toggle-field.is-selected {
        background-color: #000
    }
}

.ms-Toggle:focus + .ms-Toggle-field, .ms-Toggle:hover + .ms-Toggle-field {
    border-color: #666
}

    .ms-Toggle:focus + .ms-Toggle-field:before, .ms-Toggle:hover + .ms-Toggle-field:before {
        background-color: #333
    }

.ms-Toggle:focus:checked + .ms-Toggle-field, .ms-Toggle:hover:checked + .ms-Toggle-field {
    background-color: #003d3c;
    border-color: #003d3c
}

    .ms-Toggle:focus:checked + .ms-Toggle-field:before, .ms-Toggle:hover:checked + .ms-Toggle-field:before {
        background-color: #fff
    }

.ms-Toggle:active:checked + .ms-Toggle-field {
    background-color: #003d3c;
    border-color: #003d3c
}

.ms-Toggle .ms-Toggle-field:focus, .ms-Toggle .ms-Toggle-field:hover {
    border-color: #333
}

.ms-Toggle .ms-Toggle-field.is-selected:focus, .ms-Toggle .ms-Toggle-field.is-selected:hover {
    background-color: #003d3c;
    border-color: #003d3c
}

.ms-Toggle .ms-Toggle-field .ms-Label {
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ms-Toggle .ms-Toggle-field:hover .ms-Label {
    color: #000
}

.ms-Toggle .ms-Toggle-field:active .ms-Label {
    color: #333
}

.ms-Toggle.is-disabled .ms-Label {
    color: #a6a6a6!important
}

.ms-Toggle.is-disabled .ms-Toggle-field {
    background-color: #fff !important;
    border-color: #c8c8c8 !important;
    pointer-events: none !important;
    cursor: default !important;
}

    .ms-Toggle.is-disabled .ms-Toggle-field:before {
        background-color: #c8c8c8 !important;
    }

@media screen and (-ms-high-contrast:active) {
    .ms-Toggle.is-disabled .ms-Toggle-field, .ms-Toggle.is-disabled .ms-Toggle-field:before {
        border-color: #0f0 !important;
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .ms-Toggle.is-disabled .ms-Toggle-field, .ms-Toggle.is-disabled .ms-Toggle-field:before {
        border-color: #600000 !important;
    }
}

.ms-Toggle-description {
    position: relative;
    font-size: 14px;
    vertical-align: top;
    display: block;
    margin-bottom: 8px
}

.ms-Toggle-field {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid #a6a6a6;
    border-radius: 20px;
    cursor: pointer;
    transition-property: background,left,border-color;
    transition-duration: .25s;
    transition-timing-function: cubic-bezier(.4,0,.23,1);
    outline: 0
}

    .ms-Toggle-field:focus, .ms-Toggle-field:hover {
        border-color: #666
    }

.ms-Toggle-input {
    display: none
}

.ms-Toggle.ms-Toggle--textLeft {
    width: 225px;
    margin-bottom: 40px
}

    .ms-Toggle.ms-Toggle--textLeft .ms-Toggle-description {
        display: inline-block;
        max-width: 150px;
        top: -3px;
        margin-bottom: 0
    }

    .ms-Toggle.ms-Toggle--textLeft .ms-Toggle-field {
        float: right
    }

td.subscribed input[type=checkbox] {
    appearance: auto !important;
    height: 20px;
    width: 20px;
}

.otp-input {
    appearance: none !important;
    border: none !important;
    font-family: ui-monospace, monospace !important;
    font-size: 32px !important;
    max-width: 315px !important;
    font-stretch: 68%;
    font-style: normal;
    padding-right: 0 !important;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    font-weight: 400;
    height: 65.9625px;
    line-height: 66px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(0, 0, 0);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    width: 544.125px !important;
    word-spacing: 0px;
    -webkit-rtl-ordering: logical;
    -webkit-border-image: none;
}


:where([autocomplete=one-time-code]) {
    --otp-digits: 6;
    --otp-ls: 2ch;
    --otp-gap: 1.25;
    /* private consts */
    --_otp-bgsz: calc(var(--otp-ls) + 1ch);
    --_otp-digit: 0;
    all: unset;
    background: linear-gradient(90deg, var(--otp-bg, #BBB) calc(var(--otp-gap) * var(--otp-ls)), transparent 0), linear-gradient(90deg, var(--otp-bg, #EEE) calc(var(--otp-gap) * var(--otp-ls)), transparent 0 );
    background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: var(--_otp-bgsz) 100%;
    caret-color: var(--otp-cc, #222);
    caret-shape: block;
    clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
    font-family: ui-monospace, monospace;
    font-size: var(--otp-fz, 2.5em);
    inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
    letter-spacing: var(--otp-ls);
    padding-block: var(--otp-pb, 1ch);
    padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));
}

.quick-exit {
    position: fixed;
    right: 0;
    bottom: 50%;
    padding: 10px 15px;
    font-size: .875em;
    background-color: rgb(200,0,0);
    color: white;
    font-weight: 700;
    z-index: 100;
    transform: translate(100%,-100%) rotate(90deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.form-subtype {
    font-weight: 700;
    font-size: 2.2rem;
}

.labelled-input {
    flex-direction: column;
    width: 33.33%;
}

.dob-field {
    width: auto;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 36px;
}

    .dob-field option {
        margin: 0;
        padding: 0;
        border: rgba(0,0,0,.15);
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
        color: initial !important;
    }

        .dob-field.empty, .dob-field option[disable=true] {
            color: rgb(203,204,205) !important;
        }

.form-body {
    position: relative;
    background: #f3f4f5;
    font-size: 1.3rem;
}

    .form-body .top-border-3 {
        border-top: 3px solid rgb(233,234,235);
        padding-top:10px;
        margin-top:10px;
    }

    .form-body.loading, .form-loader {
        min-height: 232px;
    }

    .form-body .form-loader {
        position: absolute;
        top: 5px;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #f3f4f5;
        z-index: 2;
    }

        .form-body .form-loader .spinner {
            /*position: absolute;
            top: calc(50% - 15px);
            left: calc(50% - 15px);
            height: 30px;
            width: 30px;
            border-radius: 50%;
            border-top: 2px solid #3eb599;
            animation: spin 1s linear infinite;*/
        }

    .form-body:not(.loading) .form-loader {
        display: none;
    }

    .form-body header {
        min-height: 0.6rem;
    }

.form-seperator {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(200,200,200);
}

.form-body .form {
    margin: 0 -15px;
    padding: 0px 45px;
    position: relative;
}

.form-body .map-module .location-details {
    display: flex;
    position: relative;
    margin: 0 -10px;
}

.form-body #questionArea, #content {
    position: relative;
}

.form-body .slide-in {
    animation: 0.2s slideright;
}

.form-body .slide-out {
    animation: 0.3s slideleft;
}

.category-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}
span.required {
    color: rgb(200,0,0);
    font-size: 15px;
    line-height: 0;
}

.col-margin {
    margin-bottom: 10px;
}

.lengend-font-size {
    font-size: 1.5rem!important;
}

.legend-font {
    font-size: 1.3rem!important;
    margin-bottom: 0!important;
}

    span.required:before {
        content: "*";
    }

span.requiredCheckbox {
    font-size: 15px;
    line-height: 0;
}

    span.requiredCheckbox:after {
        content: " *";
        color: rgb(200,0,0);
    }

.form-body .form-button {
    padding: 10px 30px;
    background-color: #3eb599 !important;
    color: #003d3c !important;
    border-radius: 30px;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

.text-margin {
    margin-top: 5px;
}

.btn-order-1 {
    order: 1;
}

.cib-back-button{
    margin-top: 1rem !important;
}

.form-body .modules {
    display: flex;
    height: 100%;
    padding: 5px 0;
    width: calc(100% + 70px);
    margin: -15px -35px;
}

    .form-body .modules .form-menu {
        /*background-color: #00929e;*/
        height: 100%;
        width: auto;
    }

        .form-body .modules .form-menu .form-section {
            padding: 5px 15px 5px 30px;
            margin: 5px;
            white-space: nowrap;
            border-radius: 15px;
            background-color: rgb(233,234,235);
            color: initial;
            font-weight: 700;
            text-align: right;
            user-select: none;
            position: relative;
        }

        .form-body .modules .form-menu button.form-section.trigger {
            display:block;
            width:100%;
        }

            .form-body .modules .form-menu .form-section span {
                width: 100%;
                display: inline-block;
            }

            .form-body .modules .form-menu .form-section.active, .form-body .modules .form-menu .form-section.complete {
                background-color: #0f3d3c;
                color: white;
            }

            .form-body .modules .form-menu .form-section.active {
                background-color: #0f3d3c;
            }

                .form-body .modules .form-menu .form-section.active .modal-control {
                    display: none;
                }

            .form-body .modules .form-menu .form-section.complete {
            }

                .form-body .modules .form-menu .form-section.complete:before {
                    content: "\2713";
                    position: absolute;
                    left: 10px;
                }

            .form-body .modules .form-menu .form-section.active:before {
                content: "\203A";
                position: absolute;
                left: 13px;
                top: 0;
                font-size: 27px;
                line-height: 1;
            }

            .form-body .modules .form-menu .form-section.invalid {
            }

                .form-body .modules .form-menu .form-section.invalid:before {
                    content: "";
                    position: absolute;
                    left: 10px;
                    border-radius: 50%;
                    top: 10px;
                    height: 10px;
                    width: 10px;
                    background-color: rgb(200,0,0);
                }

    .form-body .modules .form-area {
        /*background-color: #3eb599;*/
        height: 100%;
        width: 100%;
        /*padding: 5px;*/
        display: flex;
        flex-direction: column;
        padding: 5px 30px;
    }

        .form-body .modules .form-area .form-window {
            height: 100%;
        }

        .form-body .modules .form-area .form-controls {
        }

            .form-body .modules .form-area .form-controls.inline {
                display: flex;
                justify-content: space-between;
            }

    .form-body .modules .form-area .form-controls.right-align {
        justify-content: right;
    }

    .form-body .modules .form-area .form-controls.inline.reverse {
        flex-direction: row-reverse;
    }

            .form-body .modules .form-area .form-controls .option {
                padding: 5px 15px;
                text-align: center;
                background-color: white;
                border-radius: 5px;
                margin: 5px 0;
                border: 2px solid #c1dce0;
                color: #00929e;
                font-weight: 700;
                cursor: pointer;
                user-select: none;
            }

                .form-body .modules .form-area .form-controls .option.selected {
                    border: 2px solid black;
                    background-color: #00929e;
                    color: white;
                }

                .form-body .modules .form-area .form-controls .option.disabled {
                    cursor: not-allowed;
                    background-color: rgb(233,234,235);
                    border-color: rgb(200,200,200);
                    color: rgb(200,200,200);
                }

.form-body .form-button:hover {
    background-color: #61c3d9 !important;
}
.form-requiredMessage {
    color: rgb(200,0,0);
    margin-bottom: 10px;
}
.hidden {
    display: none;
    visibility:hidden;
}

.form-info a {
    text-decoration:underline!important;
}
.action-btn-container {
    margin-top: 40px;
    text-align: center;
}

    .action-btn-container.loading {
        position:relative;
    }

    .last-update {
        margin: 0px 10px 10px 0;
        text-align: right;
        /*margin-bottom: -20px;*/
        color: rgb(200,0,0);
    }

.update {

}

    .update.padded-25 {
        padding:25px;
    }

    .update.centered {
        text-align:center;
    }

    .update .update-header {
        margin: 0 !important;
    }

.update .sub-header {
    margin-bottom:2rem;
}

    .update .status {
        display: flex;
        margin-bottom: 2rem;
    }

        .update .status .status-box {
            padding: 5px 15px;
            background-color: rgb(0, 200, 0);
            color: white;
            border-radius: 20px;
        }

    .update .update-details {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 2rem;
    }

    .update .update-error {
        text-align:center;
        margin:6rem;
    }

    .update .latest-update {
        padding: 1rem 2rem !important;
        margin: 0 -2rem;
        background-color: white;
        box-shadow: 2px 2px 11px rgb(233, 234, 235);
        border-radius: 5px !important;
        position: relative;
        top: 10px;
    }

        .update .latest-update textarea.update-textbox[disabled] {
            background-color: initial;
        }

    .update .latest-update-label {
        padding: 1rem 2rem 1rem 2rem!important;
        margin: 0 -2rem;
        border-radius: 5px !important;
        position: relative;
        top: 10px;
        margin-bottom: 0px!important
    }

        .update .latest-update .update-header {
            font-size: 20px;
            color: #00929e;
            font-weight: 700;
            font-family: montserrat auto, Helvetica, Arial, sans-serif;
        }

        .update .latest-update .update-textbox {
            padding:0!important;
            outline:none!important;
            border:none!important;
        }

        /*.update .latest-update:before {
            content: "Latest response";
            display: block;
            font-size: 20px;
            color: #00929e;
            font-weight: 700;
            font-family: montserrat auto, Helvetica, Arial, sans-serif;
        }*/
        .action-btn-container button {
            vertical-align: top;
            margin: 0 10px;
        }

.authentication-form-label{
    font-size:12px;
    margin-left:5px;
    margin-bottom:0!important;
    font-weight:700;
    display:inline!important;
}

.back-button-section{
    position: absolute;
    right: 0;
}
.next-button-section {
    position: absolute;
    left: 0;
}
.back-button {
    padding: 5px 15px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    margin: 5px 0;
    border: 2px solid #c1dce0;
    color: #00929e;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    width: 8%;
}

.back-button-triage {
    padding: 5px 15px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    margin: -2px 0;
    border: 2px solid #c1dce0!important;
    color: #646464;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    height: 34px;
}

.controls {
    display:flex;
    text-align:right;
    margin-top:10px;
    justify-content: end;
}

.controlss {
    display: flex;
    text-align: right;
    margin-top: 10px;
    justify-content: end;
    width: 30%;
}

.controls-upload {
    display: flex;
    text-align: right;
    justify-content: end;
}

.requests-table-final, .table-value-header, .table-value {
    border: 1px solid black;
    border-collapse: collapse;
}

.requests-table-final, .table-value-header-title, .table-value-title {
    border-left: 1px solid black !important;
    border-top: 1px solid black !important;
    border-bottom: 1px solid black !important;
    border-right: solid 1px #fff;
    border-collapse: collapse;
}

.table-value-header-title {
    border-right: solid 1px #003d3c !important;
}

.table-value-header, .table-value {
    padding: 10px;
}
.table-value-header-title, .table-value-title {
    padding: 10px;
}

.table-value-header {
    background-color: #FDDF95;
}

.table-value-header-title {
    background-color: #FDDF95;
}

.table-value {
    background-color: white !important;
    border: 1px solid black!important;
}

.table-value-title {
    background-color: white !important;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow: hidden;
}

.modal-open {
    display: block!important;
}

.modal-top {
    margin: 12% auto 28% auto;
    padding: 10px;
    width: 70%;
    height: 400px;
    position: relative;
}

.modal-content {
    background-color: #fefefe;
    padding: 5px;
    border: 1px solid #888;
    width: 60%;
    height: 370px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
}

.modal-ref-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    padding-left: 10px;
}

.modal-ref-name {
    position: absolute;
    top: 0;
    right: 0;
    color: turquoise !important;
    font-size: 18px;
    padding-right: 10px;
}

.my-updates-header {
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.my-updates-name {
    font-size: 20px;
    color: turquoise;
    position: absolute;
    top: 0;
    right: 0;
}

.modal-header {
    height: 40px;
    position: relative;
    display: flex;
}

.table-header {
    height: 60px;
    position: relative;
    display: flex;
}

.modal-content-middle {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 50px;
}

.modal-content-div{
    display: flex;
}

.modal-column-headers {
    width: 15%;
    font-size: 20px;
}

.modal-column-content {
    width: 85%;
    font-size: 20px;
}

.modal-checkbox {
    font-size: 15px!important;
}

.modal-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.close {
    color: #aaa;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.update-sender-panel .send-button {

}

    .update-sender-panel .send-button:after {
        content: "\2192";
    }

.controls .button-victim-updates {
    padding: 5px 15px !important;
    text-align: center;
    background-color: #9c3333;
    border-radius: 5px;
    margin: -2px 0;
    border: 2px solid;
    color: white !important;
    cursor: pointer;
    user-select: none;
    z-index: 5;
    flex-basis: content;
    margin-left: 10px;
}

    .controls .button-victim-updates:disabled {
        background-color:rgb(200,200,200);
        cursor:default;
    }

        .controls .button-victim-updates.completed {
            background-color:rgb(0,200,0);
        }

        .controlss .button-victim-updates {
            padding: 5px 15px !important;
            text-align: center;
            background-color: #9c3333;
            border-radius: 5px;
            margin: -2px 0;
            border: 2px solid;
            color: white !important;
            cursor: pointer;
            user-select: none;
            z-index: 5;
            flex-basis: content;
            margin-left: 10px;
        }

.controls-upload .button-victim-updates {
    padding: 5px 15px !important;
    text-align: center;
    background-color: #29cb26;
    border-radius: 5px;
    margin: -2px 0;
    border: 2px solid;
    color: white !important;
    cursor: pointer;
    user-select: none;
    z-index: 5;
    flex-basis: content;
    margin-left: 10px;
}

.review-answers-margin {
    margin-top: 10px !important;
}

.address-margin {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}

.date-of-birth-picker-margin {
    margin-top: 5px;
}

.form-body .review a {
    margin: 15px 0;
    bottom: 0;
    left: 15px;
    cursor: pointer;
}

.form-body .answer {
    padding: 15px 0;
}

.form-body .form-continue {
    margin: 15px 0;
}

.form-body .map-module .location-search {
    min-width: 300px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
}

.location-search .address-form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.form-body .map-module .location-search input[type=text] {
    padding: 10px;
    border: 2px solid #c1dce0;
    color: #00929e;
    border-radius: 5px;
    min-width: 200px;
    width: 100%;
}

.form-body .map-module .map {
    position: relative;
    width: 66.66%;
    padding: 0 10px;
}

.map, .search-box {
    position: relative;
}

.search-box {
    height: 100%;
}

.victim-box {
    /*height: 80%;*/
}

    .victim-box .input-control {

    }
        .victim-box .input-control.invalid input {
            border: 2px solid rgb(200,0,0) !important;
            accent-color: rgb(200,0,0) !important;
        }
        .victim-box .input-control.invalid label {
            color:rgb(200,0,0)!important;
        }
    .victim-update-box {
        /*height: 80%;
    padding-bottom: 5%;*/
    }

.update-box {
    height: 75%;
}

.address-lookup {
    margin-bottom: 7px;
}

.address {
    position: relative;
    height: 38px;
}

.entry-box {
    margin-top: 10px;
    margin-bottom:10px;
}
:root {
    --borderWidth: 10px;
    --height: 48px;
    --width: 24px;
    --borderColor: white;
}

.success{
    font-weight: 900;
    font-size: 24px;
    color: #000000;
}

.circle-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1%;
}
.circle{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000000;
    color: white;
    color: white;
    text-align: center;
    line-height: 100px;
}

    .circle::before {
        content: "\2714";
        font-size: 50px;
        color: white;
    }
.ref-num-area{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.code-control {
    width: 100%;
    height: 150px;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    flex-wrap: wrap;
}

.box-area {
}
.box{
    
    height: 80px;
    border: 1px solid black;
    display: flex;
    justify-content:center;
    align-items: center;
    font-size: 48px;
    font-weight: bolder;
    margin: 15px;
}

.section-expandable {
    background-color: #e7e6e6;
    padding: 10px;
    border: 1px solid lightgrey;
}

.section-header {
    background-color:lightgray;
    font-weight: 900;
    cursor: pointer;
}

.section-content{
    display:none;
}

.or {
    margin-right: 10%;
}
.orr {
    position: absolute;
    top: 52%;
}

.text-background {
    background: linear-gradient(#3eb599 8%, #003d3c 0%);
}

.ref-num{
    margin-bottom: 50px;
}

.ref-num-required {
    background-color: #9c3333;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
}
.person-details {
    display: inline-flex;
    width: 70%;
    padding-bottom: 1%;
}

.reference-number {
    display: inline-flex;
    width: 70%;
}

.contact-checkbox {
    appearance: auto;
    min-height: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px
}

    .address .address-search {
        display: flex;
        width: 100%;
    }

    .address .suggestions {
        position: absolute;
        z-index: 1;
        top: 38px;
        left: 0;
        width: 100%;
    }

.address-search input {
    /*width: calc(100% - 45px) !important;*/
    height: 38px;
}

.address-search button {
    width: 45px;
    height: 38px;
    border-radius: 0 15px 15px 0 !important;
    display:none;
}

.subtext {
    font-size: 12px;
    color: rgb(133,134,135);
}

.selected .subtext {
    color: white;
}

.address-input {
}

    .address-input label {
        margin: 0 !important;
        line-height: 1 !important;
    }

    .address-input input {
        margin-bottom: 5px;
    }

.form .banner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form .banner.overlay {
    width:100%;
    padding:10px;
}

.placeholder-span {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.formDisabled {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.form :focus:not(.otp-input), .form :focus-visible:not(.otp-input) {
    outline-offset: 0 !important;
}
.update .latest-update .update-textbox {
    padding: 0 !important;
    outline: none !important;
    border: none !important;
}
.form .banner > p {
    font-weight: 700;
    font-size: 25px;
}

.form .banner .icon {
    height: 70px;
    width: 70px;
    background-color: black;
    border-radius: 50%;
    align-self: center;
    background-color: #003d3c;
    margin-bottom: 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .form .banner .icon.error {
        background-color: rgb(200,0,0);
    }

    .form .banner .icon:before {
        content: "\2713";
        font-size: 40px;
        font-weight: 700;
    }

    .form .banner .icon.error:before {
        content: "\2A09";
        font-size: 50px;
        font-weight: 700;
    }

.form .banner p, .form .banner div.message {
    font-size: 16px;
}

.form .banner .error {
    padding: 15px 0;
}
.popup {
    background-color: rgba(103, 104, 105, 0.5);
    /* width: 700px; */
    /* height: 490px; */
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.2), 0 20px 15px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    overflow-y: auto;
}

.popup-hide {
    visibility: hidden;
}

.popup-border {
    background-color: rgb(233, 234, 235);
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    max-width: 700px;
    z-index: 10;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
}
.form .banner .confirmation {
    padding: 15px;
    margin: 10px;
    background-color: #003d3c;
    color: white;
    text-align: left;
    border-top: 5px solid #00929e;
}
.form .banner .confirmationFeedback {
    padding: 15px 10px 15px 10px;
    text-align: left;
}

    .form .banner .confirmationFeedback .feedbackRatingContainer {
        padding: 15px 0px 15px 0px;
        text-align: left;
    }

        .form .banner .confirmationFeedback .feedbackRatingContainer .feedback {
            padding-top: 10px;
        }

.form .banner .download {
    background-color: rgb(223,224,225);
    color: #3eb599;
    align-self: center;
    text-align: left;
    padding: 15px;
    font-size: 18px;
    border-radius: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNDAnIGhlaWdodD0nNDAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTIwIDBhMjAgMjAgMCAxIDAgMCA0MCAyMCAyMCAwIDAgMCAwLTQwWm0tNy41NyAxOS4wNyAxLjc4LTEuNzhhLjkxLjkxIDAgMCAxIDEuMjYgMGwyLjI1IDIuMjZWNi43YS44OS44OSAwIDAgMSAuODktLjg5aDIuNTJhLjg5Ljg5IDAgMCAxIC44OS44OXYxMi44NWwyLjI2LTIuMjZhLjg5Ljg5IDAgMCAxIDEuMjYgMGwxLjc4IDEuNzhhLjkxLjkxIDAgMCAxIDAgMS4yNmwtNi44MiA2LjhhLjg5Ljg5IDAgMCAxLTEuMjYgMGwtMS43OC0xLjc4LTUtNWEuODkuODkgMCAwIDEtLjAzLTEuMjhabTE4LjQ0IDEyLjE2YS44OS44OSAwIDAgMS0uODkuODlIOS43OWEuODkuODkgMCAwIDEtLjkyLS44OXYtNC40MmEuODkuODkgMCAwIDEgLjg5LS44OWg1LjIybDIuNDUgMi40NCAxLjgxIDEuNzdhLjg5Ljg5IDAgMCAwIDEuMjYgMGw0LjIzLTQuMjJoNS4yMmEuODkuODkgMCAwIDEgLjg5Ljg5bC4wMyA0LjQzWicgZmlsbD0nIzM5QkI5RCcvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: auto 5.3rem;
    background-position: left center;
    padding-left: 7rem;
    padding-right: 3rem;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    margin: 15px;
}

    .form .banner .download:before {
        /*content:"";
        height:30px;
        width:30px;
        background-color:white;
        border-radius:50%;
        position:absolute;
        left:0;
        top:0;
        cursor:pointer;*/
    }


.form .floating-modal {
    position: fixed;
    background: rgba(150,150,150,0.4);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 98;
    justify-content: center;
    display: flex;
    align-items: center;
}

    .form .floating-modal .modal {
        padding: 10px 20px;
        background-color: #f3f4f5;
        margin: 10px;
        border-top: 5px solid #00929e;
        position: fixed;
        width: 90%;
    }

.form .floating-modal {
}

.map .loading-placeholder, .search-box .loading-placeholder, .form > .loading-placeholder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #f3f4f590;
}

.loading-placeholder {
    position: relative;
    min-height: 196px;
}

    .loading-placeholder.cover-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(233, 234, 235, 0.6);
        z-index:2;
    }



.confirmationFeedback .loading-placeholder{
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(233, 234, 235, 0.4);
}

.feedback-form .loading-placeholder {
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #f3f4f5;
    min-height: 100px;
}


.spinner {
    height: 50px;
    width: 50px;
    border: 5px solid rgb(233,234,235);
    border-left: 5px solid #00929e;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    animation: 1.5s spin linear infinite;
    position: absolute;
}

.uploadSpinner {
    height: 40px !important;
    width: 40px !important;
    border: 5px solid rgb(181 181 181) !important;
    border-left: 5px solid #00929e !important;
    border-radius: 50% !important;
    animation: 1.5s spin linear infinite !important;
    position: relative !important;
}

.spinner.sml {
    height: 30px;
    width: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
}

.loading button[disabled] {
    user-select: none;
    cursor: progress!important;
    background-color: #48277c8c !important;
    color: transparent !important;
    transition:none!important;
}

.form-body .map-module .map:before {
    content: "";
    padding-bottom: 80%;
    display: block;
}

.form-body .map-module .map iframe {
    border: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #c1dce0;
    box-shadow: 2px 2px 10px rgb(215,216,217);
    position: absolute;
    top: 0;
    right: 0;
}
.close-button-style {
    position: absolute;
    z-index: 10;
    margin-top: 5px;
    margin-right: 10px;
    color: #c61e27;
    font-size: xx-large;
}

.close-button-style:hover {
    position: absolute;
    z-index: 10;
    margin-right: 10px;
    color: red!important;
    font-size: xx-large;
}

.accordion-close-button {
    top: 0px !important;
    background: none !important
}

.form-body .breadcrumb {
    position: relative;
    width: 100%;
    display: flex;
    /*overflow:hidden;*/
    margin: 0 -3px 10px;
    user-select: none;
    flex-wrap:wrap;
}

.next-back-buttons {
    display: flex;
    position: relative;
    height: 50px;
}

    .form-body .breadcrumb .breadcrumb-item:first-of-type {
        margin-left: 3px;
    }

.divider {
    margin-bottom:20px;
}
.ol {
    margin-top: 0px;
}
.ol li::before {
    content: ""!important;
}

.triage-banner {
    display: flex;
}

.form-body .breadcrumb::-webkit-scrollbar {
    display: none;
}

.form-body .close-form {
    padding: 10px;
    margin: 10px;
    background-color: Rgb(233,234,235);
}

.form-body .breadcrumb .show-hidden {
    display: none;
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    background-color: rgb(233,234,235);
    cursor: pointer;
}

.form-body .breadcrumb.minimised .show-hidden {
    display: block;
}

.form-body .breadcrumb-item {
    display: flex;
    margin: 3px 0px 0 3px;
}

.form-body button.breadcrumb-item.trigger {
    padding:0;
}

    .form-body .breadcrumb-item + .breadcrumb-item::before {
        content: none; /*var(--bs-breadcrumb-divider, "/");*/
        float: none;
        line-height: 2;
        border-right: 3px solid #00929e;
    }

.form-body .review-option {
    cursor: pointer;
}

.form-body .breadcrumb-item .breadcrumb-text {
    padding: 5px 10px;
    background-color: white;
    color: #646464;
    border: 2px solid #c1dce0 !important;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

    .form-body .breadcrumb-item .breadcrumb-text .hide-inactive {
        width: 0;
        overflow: hidden;
        display: inline-flex;
    }

.form-body .breadcrumb-item.trigger.active {
    z-index: 1;
}

.form-body .breadcrumb-item.active .breadcrumb-text {
    cursor: default;
    background-color: #003d3c;
    color: white;
    border: 2px solid #003d3c !important
}

    .form-body .breadcrumb-item.active .breadcrumb-text .hide-inactive, .form-body .breadcrumb-item:hover .breadcrumb-text .hide-inactive {
        width: auto;
    }

.form-body .reset-form {
    position: absolute;
    right: -25px;
    color: white;
    padding: 5px;
    background-color: rgb(200,0,0);
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    width: 25px;
    line-height: 0.65;
    vertical-align: middle;
}

    .form-body .reset-form:before {
        content: "\00D7";
    }

.form-body .choice-area {
    margin: 20px 0;
}

    .form-body .choice-area.inline {
        display: flex;
        justify-content: space-between;
    }

    .form-body .choice-area .option {
        padding: 5px 15px;
        text-align: center;
        background-color: white;
        border-radius: 5px;
        margin: 5px 0;
        border: 2px solid #c1dce0!important;
        color: #646464;
        font-weight: 700;
        cursor: pointer;
        user-select: none;
    }

    .form-body .choice-area button.option.trigger {
        width:100%;
        display:block;
    }

        .form-body .choice-area .option.selected {
            border: 2px solid black;
            background-color: #00929e;
            color: white;
        }


.verify-button {
    background: #3869ff;
    color: white;
    font-weight: bold;
    height: 30px;
    width: 70px;
    position: absolute;
    bottom: 0;
    margin-bottom: 6px;
    font-size: 15px;
    border-radius: 4px;
}

.remove-button {
    background: red;
    color: white;
    font-weight: bold;
    height: 25px;
    width: 80px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    font-size: 12px;
    border-radius: 4px;
}

.request-confirmation-container {
    display: inline-flex;
    width: 100%;
}

.request-confirmation-button {
    background: #3869ff;
    color: white;
    font-weight: bold;
    height: 30px;
    width: 70px;
    margin-bottom: 6px;
    font-size: 15px;
    border-radius: 4px;
}
.form-hr-tag {
    width: 71%;
}

.opacity {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    opacity: 0.5;
    background: grey;
}

.close-approve-reject-modal {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-size: 30px;
    color: red;
    z-index: 20;
}

.approve-reject-modal {
    height: 215px;
    width: 450px;
    border-radius: 1%;
    position: absolute;
    background-color: white;
    position: absolute;
    z-index: 16;
}

.approve-reject-modal-text {
    color: #003d3c;
}

.approve-reject-modal-short-text {
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.approve-reject-modal-header {
    text-align: center;
    transform: translate(0px, 20px);
    font-size: 20px;
}
.approve-reject-application-button {
    color: snow;
    background: #003d3c;
    border-radius: 4%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.approve-disapprove-button {
    background: none !important;
    width: 40% !important;
}

.redirecting-message {
    z-index: 11;
    font-size: 24px;
    color: black;
}


.red-bold-text {
    color: red;
    font-weight: bold;
}

.red-notbold-text {
    color: red;
}
.request-verification-code-dropdown {
    width: 60%;
}

.request-verification-code-button {
    width: 40%;
    margin-left: 20px;
}

.confirmation-container {
    position: absolute;
    bottom: 0;
    margin-bottom: 7px;
}

.circle-for-tick-cross {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: white;
    margin-right: 10px;
}

.green-circle {
    background-color: green;
}

.red-circle {
    background-color: red;
}

.hr-tag-style {
    width: 100%;
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #00929e; /* old IE */
    background-color: #00929e; /* Modern Browsers */
}
.form-hr-seperator {
    display: inline-flex;
    width: 100%;
}
.form-hr-tag-writing {
    color: #00929e;
    width: 29%;
    font-weight: bold;
}
.form-body .form-content {
    padding: 15px;
}

.form-body .secondary-colour {
    color: #83214c
}

.form-body .secondary-highlight {
    color: white;
    background-color: #83214c;
}

.form-body .prompt {
    padding: 10px;
    color: white;
    background-color: #00929e;
    display: flex !important;
    position: relative;
}

    .form-body .prompt.error {
        background-color: rgb(200,0,0);
    }

    .form-body .prompt.light-error {
        background-color: rgb(255 116 116);
    }

    .form-body .prompt.warning {
        background-color: darkorange;
    }

    .form-body .prompt.icon:before {
        width: 3rem !important;
        height: 3rem !important;
        align-self:start;
    }

    .form-body .prompt input.close {
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 30px !important;
        line-height: 1 !important;
        border: none !important;
        background: none !important;
        color: rgb(200,0,0) !important;
        position: absolute !important;
        right: 10px !important;
    }

.form-body .form-progress {
}

    .form-body .form-progress .form-progress-indicator {
        transition: 0.3s;
        width: 0%;
        background-color: #00929e;
        height: 0.6rem;
        overflow: hidden;
    }

.form-text-control {
    vertical-align: top;
}

.option-area {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.secondary-option {
    padding: 0 5px !important;
    margin: 0;
    width: auto !important;
    border: none !important;
    background-color: transparent;
    color: rgb(100,100,100) !important;
}

.option-area button {
    background-color: transparent !important;
    padding: 5px 10px 5px 5px !important;
    text-transform: initial !important;
}

    .option-area button:before {
        text-align: center;
        content: "+";
        background-color: #00929e;
        color: white;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-weight: 700;
        margin-right: 5px;
    }

.module {
}

    .module .row {
        display: flex;
        /*margin: 0px -5px 5px -5px;*/
    }


        .module .row .col-3 {
            padding: 0 5px;
            width: 25%;
        }

        .module .row .col-6 {
            padding: 0 5px;
            width: 50%;
        }

        .module .row .col-4 {
            padding: 0 5px;
            width: 33.33%;
        }

        .module .row .col-8 {
            padding: 0 5px;
            width: 66.66%;
        }

        fieldset {
            margin-bottom:10px;
        }

.form-label {
    color: rgb(100,100,100);
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 !important;
}
.choiceLabel {
    font-size: 1.75rem;
}
.form-label-victim-updates {
    color: rgb(100,100,100);
    font-size: 12px;
    line-height: 1;
    margin: 0 !important;
    width: 72%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}

.form-control.text {
    position: relative;
}

.form-control.file {
    position:relative;
}

    .form-control.file .file {
        min-height: 100px;
        position: relative;
        background-color: rgb(233, 234, 235);
        margin-top: 10px;
        border-radius: 5px;
        display: flex;
        border: 2px dashed rgb(200,200,200);
    }

    .form-control.file.valid-upload .file {
        border: 2px dashed #00929e;
        background-color: #00929e10;
        color: #00929e;
    }

    .form-control.file.invalid-upload .file {
        border: 2px dashed rgb(200, 0, 0);
        background-color: rgb(200,0,0,0.05);
        color: rgb(200,0,0);
    }

    .form-control.file.invalid .file {
        border: 2px dashed rgb(200,0,0);
    }

    .form-control.file .file:after {
        content:"";
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:2;
        cursor:pointer;
    }

        .form-control.file .file .text {
            text-align: center;
            width: 100%;
            justify-content: center;
            align-items: center;
            align-self: center;
        }

            .form-control.file .file .text.upload-btn {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                height: 100%;
                border-radius: 5px;
            }

    .form-control.file .file-item {
        display: flex;
        margin-top: 10px;
        padding: 10px 0px;
        background-color: rgb(233, 234, 235);
    }


    .form-control.file .invalid-file-section {
        font-size:20px;
        font-weight:700;
        margin-top:10px;
        text-align:left;
    }

.invalid-file-header {
    padding-bottom: 10px;
    border-bottom: 3px solid #00929e;
}
    .form-control.file .file-item > div {
        white-space: nowrap;
        padding: 0 15px;
    }

        .form-control.file .file-item .file-name {
            white-space: normal;
            word-wrap: break-word;
            overflow-wrap: anywhere;
        }

        .form-control.file .file-item .file-icon {
            font-size: 18px;
            line-height: 1;
            padding: 0 0 0 15px;
        }

        .form-control.file .file-item .file-remove {
            padding: 0 8px 0 0;
        }

        .form-control.file .file-item .file-remove .close {
            font-size: 35px;
            position: relative;
            top: 9px;
            font-weight: bolder;
            line-height: 0;
            color: Rgb(200,0,0);
        }

.form-control.date .date-picker, .form-control.date .date-picker div {
    display: flex;
}

    .form-control.date .date-picker div select {
        padding: 0.6rem 1.8rem 0.6rem 0.5rem !important;
        min-width: 63px !important;
        font-size: 15px !important;
        background-color:white!important;
    }

        .form-control.date .date-picker div select option {
            margin: 0;
            padding: 0;
            border: rgba(0,0,0,.15);
            font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
        }

.max-chars {
    text-align: right;
    padding: 5px;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    bottom: -25px;
}

.form-control.limited {
    transition: 0.3s;
}

.form-control.focussed.limited {
    margin-bottom: 25px;
}

.focussed .max-chars {
    opacity: 1;
}

.form-input {
    border-radius: 5px;
    border: 1px solid rgb(100,100,100);
    padding: 5px 15px !important;
    background-color: #fefefe !important;
}

    .form-input[type='date'] {
        min-height: 40px;
    }
    .form-input.styled-date-picker {
        min-height: 0;
        font-size: 1.4rem !important;
    }

textarea.form-input {
    height: 160px !important;
    resize: none;
}

.form-input:focus {
    /*outline:none!important;*/
}

.choice-group {
    display: flex;
    justify-content: start;
    min-height: 38px;
    margin: 0 -1.2rem;
}
.choice-group-icon {
    display: flex;
    justify-content: start;
    min-height: 38px;
    margin: 0 -1.2rem;
}
    .choice-group.vertical {
        flex-direction: column;
    }

    .choice-group-icon.vertical {
        flex-direction: column;
    }

        .choice-group.vertical .button-control {
            width: auto;
            flex-direction: column;
        }

        .choice-group-icon.vertical .button-control {
            width: auto;
            flex-direction: column;
        }


    .choice-group .button-control .subtext {
        color: rgb(100,100,100);
        font-size: 12px;
    }

    .choice-group-icon .button-control .subtext {
        color: rgb(100,100,100);
        font-size: 12px;
    }

    .choice-group .button-control.selected .subtext {
        color: rgb(213,214,215);
    }

    .choice-group-icon .button-control.selected .subtext {
        color: rgb(213,214,215);
    }

.accordion {
    padding: 10px;
    margin: 5px -10px;
    background-color: rgb(233,234,235);
    position:relative;
}

    .accordion .accordion {
        background-color: rgb(213,214,215);
        margin: 5px 0px 5px -10px;
    }

    .accordion:has(div.form-control[data-valid='false']).minimised .header {
        color: rgb(200,0,0);
    }

    .accordion:has(div.form-control[data-valid='false']).minimised {
        background-color: rgba(200,0,0,0.1);
    }


.form-divider {
    border-bottom: 4px dashed rgb(233,234,235);
    margin: 15px -10px 0;
    padding: 0 10px;
}

.accordion.minimised {
}

.accordion .header {
    font-weight: 700;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 4px solid #00929e;
    color: #00929e;
    cursor: pointer;
    position: relative;
    display: flex;
    user-select: none;
    background-color:transparent;
    width:100%;
}

.accordion:not(.minimised) > .header {
    border-bottom: 4px solid #00929e!important;
}

    .accordion .header.invalid {
        color: rgb(200,0,0);
        border-color: rgb(200,0,0);
    }

    .accordion .header .header-text {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .accordion .header .icon {
        font-size: 35px;
        position: relative;
        right: 15px;
        height: 20px;
        top: 0;
        font-weight: bolder;
        transform: rotate(90deg);
        line-height: 0;
        margin: 0 10px;
    }

    

.accordion.minimised .header .icon {
    transform: rotate(270deg);
    right: 0px;
}

.accordion .header .close, .report-page-problem-close .close {
    font-size: 35px;
    position: relative;
    font-weight: bolder;
    line-height: 0;
    color: Rgb(200,0,0);
    background-color:transparent;
}

.accordion.minimised .header {
    margin-bottom: 0;
    border-bottom: none;
}

.accordion .content {
    height: auto;    
}

    .accordion .content.review {
        padding: 0 0 0 10px;
    }

    .accordion .content:not(.review) {
        padding: 10px;
        margin: -10px;
    }

        .accordion .content.review .control {
            display: none !important;
        }

.form-input:disabled {
    background-color: rgb(243,244,245)!important;
    color: rgb(150,150,150) !important;
}


.accordion.minimised .content {
    height: 0;
    display: none;
}

.form-control {
    margin-bottom: 5px;
    width: 100%;
    position: relative;
}

    .form-control.date .flatpickr-calendar {
        left: 0 !important;
        top: 0 !important;
    }

    .form-control.datepicker-host > div {
        left: 0 !important;
        top: 0 !important;
    }

    .form-control.invalid input:not(:disabled), .form-control.invalid select:not(:disabled), .form-control.invalid div.button-control:not(.checkboxIcon), .form-control.invalid textarea:not(:disabled), .address-lookup.invalid input {
        border: 2px solid rgb(200,0,0) !important;
        appearance: none !important;
        background-color: white;
    }

    .form-control.invalid div.button-control.checkboxIcon .smiley-face {
        outline: 4px solid rgb(200,0,0) !important;
    }

        .form-control.invalid label, .address-lookup.invalid label {
            color: rgb(200,0,0) !important;
        }

.checkbox {
    padding: 5px;
    display: flex;
    cursor: pointer;
    position: relative;
    margin: 2.5px 1.2rem;
}

.checkbox label input {
    position:relative;
    top:8px;
}

.iconOutline {
    outline: 5px solid #61c3d9;
    transform: translate(0px, -5px);
    transition: transform 0.3s;
    box-shadow: 2px 2px 10px rgb(150,150,150);
}

.checkboxIcon {
    padding: 5px;
    display: flex;
    /*cursor: pointer;*/
    position: relative;
    margin: 0;
}

    .checkbox input[type=text] {
        z-index: 1;
        padding: 5px !important;
        margin: 0 10px;
        position: relative;
        bottom: 7px;
        width: auto !important;
    }

    .checkboxIcon input[type=text] {
        z-index: 1;
        padding: 5px !important;
        margin: 0 10px;
        position: relative;
        bottom: 7px;
        width: auto !important;
    }

/*.checkbox:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }*/

    .checkboxIcon:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .checkbox.selected {
        font-weight: 700;
    }

    .checkboxIcon.selected {
        font-weight: 700;
    }

.checkbox.button-control {
    border: 2px solid rgb(233,234,235) !important;
    border-radius: 5px !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    border: solid 1px #dde1e4 !important;
    width: 100% !important;
    border-radius: .3rem;
    background-color: white !important;
    color: rgb(100,100,100) !important;
    text-transform: none !important;
    padding: calc(1.2rem + 4px) !important;
    font-family: montserrat medium,Helvetica,Arial,sans-serif !important;
}

    .checkbox.button-control.selected {
        color: white !important;
        background-color: #0f3d3c !important;
        border: solid 5px #0f3d3c !important;
        padding: 1.2rem!important;
    }

    .checkboxIcon.button-control {
        border: 2px solid rgb(233,234,235);
        border-radius: 5px;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
        border-radius: .3rem;
        padding: 1.2rem;
        font-family: montserrat medium,Helvetica,Arial,sans-serif;
    }

        .checkboxIcon.button-control.selected {
            color: white;
            background-color: #0f3d3c;
        }


.read-only {
    cursor: default !important;
}

.disabled {
    cursor: not-allowed !important;
}

    .read-only.button-control.selected, .disabled.button-control.selected {
        background-color: #0f3d3c95 !important;
    }

    .read-only.button-control, .disabled.button-control {
        background-color: rgb(243,244,245) !important;
    }

#content .form .checkbox input[type=checkbox] {
    appearance: auto;
    min-height: 25px;
    height: 25px;
    min-width: 25px;
    margin-right: 10px;
}

.module div.declaration {
    background-color: rgb(233,234,235);
    padding: 10px 20px;
}

p.declaration {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

    p.declaration a {
        white-space: nowrap;
    }

.module .location-details {
    display: flex;
    position: relative;
    margin: 0px 0px 0 -10px;
}

.module .location-search {
    min-width: 300px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 10px;
}

.suggestions {
    border: solid 1px #dde1e4;
    /*padding: 5px 0px;*/
    background-color: white;
    margin: 0px 0px 15px;
    /* cursor: pointer; */
}

    .suggestions .suggestion {
        padding: 5px 15px;
        cursor: pointer;
        /* cursor: pointer; */
        text-align: start;
    }

.module .location-search input[type=text] {
    padding: 10px;
    border: 2px solid #c1dce0;
    color: #00929e;
    border-radius: 5px;
    min-width: 200px;
    width: 100%;
}

.module .map {
    position: relative;
    width: 66.66%;
    padding: 0 10px;
}

    .module .map:before {
        content: "";
        padding-bottom: 80%;
        display: block;
    }

    .module .map iframe {
        border: 0;
        height: 100%;
        width: 100%;
        border: 2px solid #c1dce0;
        box-shadow: 2px 2px 10px rgb(215,216,217);
        position: absolute;
        top: 0;
        right: 0;
    }

.default-module {
    word-break: break-word;
}

.location.icon-text-square {
    margin: 2px 2px 10px;
    box-shadow: none !important;
}

    .location.icon-text-square:before {
        height: 3rem !important;
        width: 3rem !important;
        background-color: #e04233 !important;
        margin: 0;
    }

.icon-text-square.edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none !important;
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 0 5px;
    background-color:transparent;
}

    .icon-text-square.edit:hover {
        background-color: transparent !important;
    }

    .icon-text-square.edit:before {
        content: '';
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: none;
        margin: 0;
        flex: none;
        width: 3rem;
        height: 4rem;
        background-color: #006885;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: auto 70%;
        mask-size: auto 70%;
        -webkit-mask-position: center center;
        mask-position: center center;
        -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0nMCAwIDMyIDMyJz48Zz48L2c+PHBhdGggZD0nTTE1Ljg1NyAyMS4xNDNsMi4wNzEtMi4wNzEtMi43MTQtMi43MTQtMi4wNzEgMi4wNzF2MWgxLjcxNHYxLjcxNGgxek0yMy43MTQgOC4yODZxLTAuMjg2LTAuMjg2LTAuNTg5IDAuMDE4bC02LjI1IDYuMjVxLTAuMzA0IDAuMzA0LTAuMDE4IDAuNTg5dDAuNTg5LTAuMDE4bDYuMjUtNi4yNXEwLjMwNC0wLjMwNCAwLjAxOC0wLjU4OXpNMjUuMTQzIDE4Ljg5M3YzLjM5M3EwIDIuMTI1LTEuNTA5IDMuNjM0dC0zLjYzNCAxLjUwOWgtMTQuODU3cS0yLjEyNSAwLTMuNjM0LTEuNTA5dC0xLjUwOS0zLjYzNHYtMTQuODU3cTAtMi4xMjUgMS41MDktMy42MzR0My42MzQtMS41MDloMTQuODU3cTEuMTI1IDAgMi4wODkgMC40NDYgMC4yNjggMC4xMjUgMC4zMjEgMC40MTEgMC4wNTQgMC4zMDQtMC4xNjEgMC41MThsLTAuODc1IDAuODc1cS0wLjI1IDAuMjUtMC41NzEgMC4xNDMtMC40MTEtMC4xMDctMC44MDQtMC4xMDdoLTE0Ljg1N3EtMS4xNzkgMC0yLjAxOCAwLjgzOXQtMC44MzkgMi4wMTh2MTQuODU3cTAgMS4xNzkgMC44MzkgMi4wMTh0Mi4wMTggMC44MzloMTQuODU3cTEuMTc5IDAgMi4wMTgtMC44Mzl0MC44MzktMi4wMTh2LTIuMjVxMC0wLjIzMiAwLjE2MS0wLjM5M2wxLjE0My0xLjE0M3EwLjI2OC0wLjI2OCAwLjYyNS0wLjEyNXQwLjM1NyAwLjUxOHpNMjMuNDI5IDUuNzE0bDUuMTQzIDUuMTQzLTEyIDEyaC01LjE0M3YtNS4xNDN6TTMxLjM1NyA4LjA3MWwtMS42NDMgMS42NDMtNS4xNDMtNS4xNDMgMS42NDMtMS42NDNxMC41LTAuNSAxLjIxNC0wLjV0MS4yMTQgMC41bDIuNzE0IDIuNzE0cTAuNSAwLjUgMC41IDEuMjE0dC0wLjUgMS4yMTR6Jz48L3BhdGg+PC9zdmc+");
        mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0nMCAwIDMyIDMyJz48Zz48L2c+PHBhdGggZD0nTTE1Ljg1NyAyMS4xNDNsMi4wNzEtMi4wNzEtMi43MTQtMi43MTQtMi4wNzEgMi4wNzF2MWgxLjcxNHYxLjcxNGgxek0yMy43MTQgOC4yODZxLTAuMjg2LTAuMjg2LTAuNTg5IDAuMDE4bC02LjI1IDYuMjVxLTAuMzA0IDAuMzA0LTAuMDE4IDAuNTg5dDAuNTg5LTAuMDE4bDYuMjUtNi4yNXEwLjMwNC0wLjMwNCAwLjAxOC0wLjU4OXpNMjUuMTQzIDE4Ljg5M3YzLjM5M3EwIDIuMTI1LTEuNTA5IDMuNjM0dC0zLjYzNCAxLjUwOWgtMTQuODU3cS0yLjEyNSAwLTMuNjM0LTEuNTA5dC0xLjUwOS0zLjYzNHYtMTQuODU3cTAtMi4xMjUgMS41MDktMy42MzR0My42MzQtMS41MDloMTQuODU3cTEuMTI1IDAgMi4wODkgMC40NDYgMC4yNjggMC4xMjUgMC4zMjEgMC40MTEgMC4wNTQgMC4zMDQtMC4xNjEgMC41MThsLTAuODc1IDAuODc1cS0wLjI1IDAuMjUtMC41NzEgMC4xNDMtMC40MTEtMC4xMDctMC44MDQtMC4xMDdoLTE0Ljg1N3EtMS4xNzkgMC0yLjAxOCAwLjgzOXQtMC44MzkgMi4wMTh2MTQuODU3cTAgMS4xNzkgMC44MzkgMi4wMTh0Mi4wMTggMC44MzloMTQuODU3cTEuMTc5IDAgMi4wMTgtMC44Mzl0MC44MzktMi4wMTh2LTIuMjVxMC0wLjIzMiAwLjE2MS0wLjM5M2wxLjE0My0xLjE0M3EwLjI2OC0wLjI2OCAwLjYyNS0wLjEyNXQwLjM1NyAwLjUxOHpNMjMuNDI5IDUuNzE0bDUuMTQzIDUuMTQzLTEyIDEyaC01LjE0M3YtNS4xNDN6TTMxLjM1NyA4LjA3MWwtMS42NDMgMS42NDMtNS4xNDMtNS4xNDMgMS42NDMtMS42NDNxMC41LTAuNSAxLjIxNC0wLjV0MS4yMTQgMC41bDIuNzE0IDIuNzE0cTAuNSAwLjUgMC41IDEuMjE0dC0wLjUgMS4yMTR6Jz48L3BhdGg+PC9zdmc+");
    }

.smiley-face {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}

@media(max-width: 768px) {

    .update .latest-update {
        margin: 0 0 !important;
    }

    .form-area input, .form-area select, .form-area textarea {
        font-size: 16px !important;
    }

   

        .step {
            display: none;
        }

    .form-body .form {
        padding: 0 15px;
    }

    .quick-exit {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 35%;
        text-align: center;
    }

    .form-body .modules {
        width: calc(100% + 20px);
        margin: -15px -10px;
        flex-direction: column;
    }

    .modules .form-menu:not(.override) .form-section:not(.active) {
        display: none;
    }

    .form-body .modules .form-menu .form-section.active .modal-control {
        /*display:block;*/
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 15px;
        cursor: pointer;
    }
    .modules .form-menu .form-section {
        text-align: center !important;
        position: relative;
    }

        .modules .form-menu .form-section.active .anchor:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            z-index: 1;
        }

    .modules .form-window .form-header {
        display: none;
    }

    .choice-group {
        flex-direction: column !important;
    }

    .smiley-face {
        width: 50px;
        height: 50px;
    }

    .file-progress {
        width:100%;
        padding:5px 30px;
        margin:0;
    }

}

@media(max-width: 568px) {

    .choice-group-icon {
        flex-direction: column !important;
    }

    
}

    .choice-control-hidden {
        visibility: hidden;
    }

    .snackbar {
        visibility: hidden;
        background-color: #f3f4f5;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        right: 20px;
        z-index: 10;
        bottom: 70px;
        font-size: 17px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation: fadein 0.5s;
        -moz-animation: fadein 0.5s;
        animation: fadein 0.5s;
        max-width: 300px;
    }

    .show {
        display: block;
        visibility: visible;
    }

    .feedback-title {
        margin-right: 20px
    }

    .feedback-options {
        display: flex;
        margin: 10px -10px 0;
        padding: 0 10px;
    }

        .feedback-options .option {
            margin: 5px;
        }

            .feedback-options .option.primary {
                color: white !important;
                background-color: #003d3c;
            }

    .fadeout {
        -webkit-animation: fadeout2 0.2s;
        -moz-animation: fadeout2 0.2s;
        animation: fadeout2 0.2s forwards;
    }

    .snackbar-hide {
        background-color: #f3f4f5;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        right: 20px;
        z-index: 10;
        bottom: 70px;
        font-size: 17px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation: fadeout 0.5s;
        -moz-animation: fadeout 0.5s;
        animation: fadeout 0.5s forwards;
    }

    .display-none {
        display: none;
    }

    @-webkit-keyframes fadein {
        from {
            right: 0;
            opacity: 0;
        }

        to {
            right: 20px;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            right: 0;
            opacity: 0;
        }

        to {
            right: 20px;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            right: 20px;
            opacity: 1;
        }

        to {
            right: 0;
            opacity: 0;
            visibility: hidden !important;
        }
    }

    @keyframes fadeout {
        from {
            right: 20px;
            opacity: 1;
        }

        to {
            right: 0;
            opacity: 0;
            visibility: hidden !important;
        }
    }

    @-webkit-keyframes fadeout2 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }

    @keyframes fadeout2 {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }



    .eyesLeft {
        position: absolute;
        top: 25%;
        left: 20%;
        width: 15%;
        height: 15%;
        border-radius: 50%;
        background-color: black;
    }

    .eyesRight {
        position: absolute;
        top: 25%;
        right: 20%;
        width: 15%;
        height: 15%;
        border-radius: 50%;
        background-color: black;
    }

    .eyes + .eyes {
        left: 65%;
    }

    .mouth {
        position: absolute;
        top: 60%;
        left: 20%;
        width: 60%;
        height: 20%;
        border-radius: 0%;
        border-top: 3px solid black;
    }

    .mouthSad {
        position: absolute;
        top: 60%;
        left: 20%;
        width: 60%;
        height: 20%;
        border-radius: 50%;
        border-top: 3px solid black;
    }

    .mouthVerySad {
        position: absolute;
        top: 50%;
        left: 20%;
        width: 60%;
        height: 50%;
        border-radius: 50%;
        border-top: 3px solid black;
    }

    .mouthHappy {
        position: absolute;
        top: 50%;
        left: 20%;
        width: 60%;
        height: 20%;
        border-radius: 50%;
        border-bottom: 3px solid black;
    }

    .mouthVeryHappy {
        position: absolute;
        top: 35%;
        left: 20%;
        width: 60%;
        height: 40%;
        border-radius: 50%;
        border-bottom: 3px solid black;
    }

    .report-page-problem-index {
        text-decoration: underline;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: auto;
        text-align: center;
        margin-bottom: 8rem;
    }

    .report-page-problem {
        text-decoration: underline;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;
        text-align: center;
    }

    .page-problem-link {
        cursor: pointer;
    }

    .problem-header {
        display: flex;
        align-items: center;
        width: calc(100% - 30px) !important;
        margin-bottom: 10px;
    }

    .problem-text {
        display: flex;
    }

    .problem-title {
        width: 100%;
    }

    .page-problem-links {
        text-decoration: none;
    }

    .report-page-problem-close {
        cursor: pointer;
        position: absolute;
        right: 15px;
    }

    .paragraph-margin {
        margin-top: 10px;
        width: 100% !important;
    }

    .input-width {
        width: 100% !important;
    }

    .privacy-notice {
        width: 30%;
        margin-top: 10px;
    }

    .page-report-info {
        width: 70%;
        margin-top: 10px;
        margin-left: 30px;
    }

    @media (max-width: 990px) {
        .report-option .heading-link-text-basic {
            padding-bottom: 20px;
            position: relative;
            margin-bottom: 5px;
        }

            .report-option .heading-link-text-basic:after {
                content: "Report";
                font-size: 18px;
                font-weight: 700;
                line-height: 0.5;
                position: absolute;
                bottom: 0;
                left: 0;
                font-family: montserrat,Helvetica,Arial,sans-serif
            }

        .choice-group {
            flex-direction: column;
            /*padding-right:30px;*/
        }

        .location-details {
            flex-direction: column-reverse;
        }

            .location-details .map {
                margin: 10px;
                width: calc(100% - 20px) !important
            }

        .location-search {
            width: 100% !important;
        }

        .map {
            width: 100% !important;
        }
    }

    .map button {
        border-radius: 0 !important;
    }

    .map a:after {
        content: "" !important;
        display: none !important;
    }

    .map li {
        background-image: none !important;
    }

    .map label {
        display: initial !important;
        margin: 0 !important;
        line-height: 1 !important;
    }

    .xlContainer {
        max-width: 98% !important;
    }

    .reportPageDiv {
        margin-top: 40px;    
    }

    .ulMenuList {
    background-color: white;
    position: absolute !important;
    z-index: 10;
    }
    .liMenuItem {
    display: block !important;
    border: 1px solid grey;
    }
    
    .navLink {
    padding-left: 10px;
    padding-right: 15px;
    }
    .navLinkBorder {
    padding-left: 10px;
    padding-right: 15px;
    border-top: 1px solid black;
    }
    .navLinkColour {
    color: #003d3c;
    }
    .centerContent {
        justify-content: center;
    }
    .arrowLabel {
        z-index: 1;
    }
    .h3Report {
        margin-left: 15px;
    }

.panel {
    margin-bottom: 4rem;
}

    .panel.margined {
        border-bottom-width: 0;
        border-top-width: 10px;
    }

.justify-center {
    justify-content: center;
}

    .banner-flex {
        padding: 10px;
        display: flex;
    }

.overflow-x-auto{
    overflow-x:auto;
}

.border-collapse {
    border-collapse:collapse;
}

.update-row {
    border-bottom: 3px solid #00929e;
    font-weight: 700;
}

    .update-row .width-100 {
        width:100%;
    }

    .update-row .no-wrap {
        white-space: nowrap;
    }

.get-update {
    font-size: 32px;
    line-height: 0;
    position: relative;
    left: -10px;
}

.margin-bottom-4 {
    margin-bottom:4rem!important;
}

.no-margin {
    margin: 0;
}

.font-med {
    font-size:1.5rem;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.sr-only {
    visibility: hidden;
}

.high-contrast-button {
    border: solid transparent !important
}

.height-60 {
    height:60px;
}
.margin-left-20 {
    margin-left:20px;
}
.question-area-margin {
    margin-top: 10px;
}
.banner-menu {
    display:flex;
    flex-direction:column;
    align-items:center;
}
    .banner-menu span.text {
        color: white;
        text-transform: uppercase;
        font-size: 2rem;
        font-family: montserrat black, Arial, Helvetica, Arial, sans-serif;
        display:block;
        padding-top:.5rem;
    }

.tab {
    /*overflow: hidden;*/
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1; */
    display: flex;
    justify-content: end;
}

    /* Style the buttons inside the tab */
    .tab .tab-link {
        background-color: inherit;
        float: left;
        border: none !important;
        /*outline: none !important;*/
        border-radius: 5px 5px 0px 0px;
        cursor: pointer;
        width: auto !important;
        font-size: 2rem !important;
        background-color: #ddd;
    }

    .tab .tab-link:focus {
        z-index:1;
    }

        /* Change background color of buttons on hover */
        .tab .tab-link:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab .tab-link.active {
            background-color: #f3f4f5;
        }

/* Style the tab content */
.tab-content {
    display: none;
    padding: 4rem;
    background-color: #f3f4f5;
}

    .tab-content.active {
        display: inline-block;
    }

    .prevent-collapse #cardsContainer {
        display:block!important;
    }

.prevent-collapse > #togL {
    display: none !important;
}

select {
    position:relative;
}

select:after {
    content:">";
    position:absolute;
    top:0;
    right:0;
}


.menu-text {
    color: #000
}

.sign-in-email {
    width: 65%;
    margin-bottom: 40px
}

.sign-in-password {
    width: 65%;
    margin-bottom: 40px
}

.details {
    width: 65%;
}

.mg-bottom {
    margin-bottom: 40px;
}

.modal-popup {
    position: absolute; /* Position relative to the parent container */
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-close-button {
    margin-top: 10px;
    cursor: pointer;
    color: red;
    background: none;
    font-size: 24px;
}

.postcode-lookup .field-area {
    position: relative;
}

    .postcode-lookup .field-area .component-loader {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(233, 234, 235, 0.5);
    }

        .postcode-lookup .field-area .component-loader .spinner {
            position: relative;
            height: 30px;
            width: 30px;
            top: calc(50% - 15px);
            left: calc(50% - 15px);
        }


.dropdown-list-postcode {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 1000;
}

.dropdown-option-postcode {
    padding: 10px;
    cursor: pointer;
}

    .dropdown-option-postcode:hover {
        background-color: #f0f0f0;
    }

    .dropdown-option-postcode.invalid {
        color: rgb(200,0,0);
    }

    ol.rules-list > li:before{
        font-weight:700;
    }
table.default-override {
    background-color: rgb(243,244,245) !important;
    width: 100% !important;
}

    table.default-override td {
        background-color: transparent !important;
        border: 1px solid black !important;
    }

.label-divider {
    font-size: 2rem;
}

.approval-table tr:nth-child(2n+1) {
    background-color: rgb(233,234,235);
}

.approval-table td {
    padding:10px;
}

.approval-table input[type=checkbox] {
    appearance: auto !important;
    width: 30px !important;
    height: 30px !important;
}