*:not(#fakeId) {
    body {
        font: normal 100% / 1.333333em 'Source Sans Pro', sans-serif;
    }

    .static-top.navbar {
        position: fixed;
        min-height: 100px;
        width: 100%;
        z-index: 10000;
        top: 0;
    }

    #liquid_form {
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .top-utility-bar {
        background-color: #18204A; 
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        height: 40px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 11000;
    }

    .top-utility-bar a {
        color: #ffffff;
        text-decoration: none;
    }

    .top-utility-bar a:hover {
        text-decoration: none;
    }

    .top-utility-bar .call-link {
        font-weight: 600;
    }

    .autocomplete__input::placeholder {
        color: #aaa !important;
        opacity: 1;
        /* override browser default transparency */
    }

    .autocomplete__input::-webkit-input-placeholder {
        color: #aaa !important;
    }

    .autocomplete__input::-moz-placeholder {
        color: #aaa !important;
        opacity: 1;
    }

    .autocomplete__input:-ms-input-placeholder {
        color: #aaa !important;
    }

    .autocomplete__input::-ms-input-placeholder {
        color: #aaa !important;
    }

    .autocomplete__input:-moz-placeholder {
        color: #aaa !important;
        opacity: 1;
    }

    .autocomplete__input {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343c28.4-34.9 45.7-79.6 45.7-128C451 96.5 354.5 0 232.5 0S14 96.5 14 215s96.5 215 218.5 215c48.4 0 93.1-17.3 128-45.7L442.7 505c4.7 4.7 10.8 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-34zM232.5 376c-89 0-161-72-161-161S143.5 54 232.5 54s161 72 161 161-72 161-161 161z'/%3E%3C/svg%3E") no-repeat right 12px center;
    background-size: 18px 18px;
    padding-right: 40px;
    border-radius: 6px;
    }
    
    .yoursummary_step_yesno_spacer
    {
        padding: 6px 12px;
    }

    .break-file-name
    {
        padding: 6px 12px;
    }

    .suggestion-box
    {
        margin-top: 35px;
    }

    .message-warning
    {
        background-color: #fff6d8;
        border-radius: .375rem;
        padding: 10px 10px 1px 10px;
    }

    .noagency-message-warning
    {
        display: inline-block;  
        font-size: 16px;
        padding: 10px 10px 10px 0px;
        width: 100%;
    }

    .noagency-message-warning > A
    {
        font-size: 16px; 
        cursor: pointer;
    }

    .noagency-message-warning-highlight
    {
        background-color: #fff6d8;
        border-radius: .375rem;
        padding: 10px 10px 10px 10px;
    }

    #fus_futureconsent_0
    {
        margin-left: 10px;
    }

    @media screen and (width <=992px) {
        .static-top.navbar {
            display: block;
            min-height: 200px;
        }

        .body-169 {
            margin-top: 160px;
        }

        #liquid_form {
            top: 180px;
        }
    }

    .root-187 {
        max-height: fit-content;
    }

    .static-top.navbar .menu-bar>.navbar-nav>li>a {
        font-weight: bold;
        font-size: 16px;
    }

    .navbar-brand {
        margin: 0;
    }

    h1 {
        font-size: 42px;
        line-height: 1.2em;
        padding: 0 0 15px;
    }

    h2 {
        font-weight: 600;
        font-size: 34px;
        line-height: 40.8px;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
    }

    h1,
    h2,
    h3 {
        font-weight: 600;
        margin: 0px;
        padding: 0px;
    }

    p,
    .p,
    .page_section p,
    .section-diagonal-left p,
    .section-diagonal-right p,
    p.form-text span,
    label {
        font-weight: normal;
        font-size: 17px;
        line-height: 1.4;
        color: #000;
    }

    button,
    input[type="button"] {
        font-family: "Source Sans Pro", sans-serif;
    }

    .btn-primary:hover {
        background-color: #1e285c;
        border-color: #1e285c;
    }

    a,
    h1,
    h2,
    h3,
    p,
    body,
    label {
        font-family: "Source Sans Pro", sans-serif;
    }

    .form-control,
    .addressAutocomplete {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        font-weight: 400;
        padding: .375rem .75rem;
        line-height: 1.5;
        border-radius: .375rem;
        background-color: #FFFFFF !important;
    }

    .addressAutocomplete {
        height: 35px;
        width: -webkit-fill-available;
    }

    .form-control:not(textarea),
    .addressAutocomplete:not(textarea) {
        border: 1px solid #1E285C;
    }

    textarea.form-control {
        border: 0px;
        border-radius: 0px;
    }

    .form-control[readonly][disabled],
    .readonly,
    .disabled {
        border: 0px !important;
    }

    .form-control:not(textarea):focus,
    .addressAutocomplete:not(textarea):focus {
        border-color: #69c;
    }

    textarea.form-control:focus {
        border: 0px;
        box-shadow: none;
    }

    div.control:has(textarea.form-control) {
        overflow: hidden;
        border: 1px solid #1E285C;
        border-radius: 0.375rem;
    }

    div.control:has(textarea.readonly) {
        border: 0px;
    }

    input.form-control,
    select.form-control {
        height: 50px;
    }

    .input-group-addon,
    .input-group-addon.active {
        color: #1E285C;
        background-color: #edf4fd;
        border: 1px solid #1E285C;
    }

    .autocomplete__menu {
        font-size: 20px;
        line-height: 1.5;
    }

    .autocomplete__option {
        padding: .375rem .75rem;
        color: #000000;
    }

    .autocomplete__option:hover {
        cursor: pointer;
        color: #000000;
        background-color: #EAF2FD;
    }

    .autocomplete__option:hover:not(:last-child) {
        font-weight: 600;
    }

    .autocomplete__option--noresults {
        color: #ad2e2e !important;      
        font-weight: 600 !important;
        background-color: #fff !important;
    }

    .crmEntityFormView label {
        color: #393939;
        font-weight: 600;
        font-size: 18px;
        line-height: 26.4px;
        margin-bottom: 8px;
        margin-top: 4px;
        background-color: transparent;
    }

    .btn-primary,
    .btn-default {
        border-radius: 6px;
        height: 50px;
    }

    .crmEntityFormView {
        border: 0px;
    }

    .crmEntityFormView .tab-title {
        border-bottom: 0px;
    }

    .col-md-6 .clearfix {
        width: 100%;
    }

    input[type=checkbox],
    input[type=radio] {
        vertical-align: middle;
        accent-color: #124C96
    }

    .crmEntityFormView .actions {
        border-top: 0px;
    }

    .crmEntityFormView .cell {
        padding: 0px;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .crmEntityFormView .cell .clearfix {
        padding-bottom: 0px;
    }

    .crmEntityFormView .tab {
        margin-top: 60px;
    }

    div.datetimepicker>.input-group-addon,
    div.datetimepicker>.input-group-addon:active,
    .autocomplete__dropdown-arrow-down-wrapper>.input-group-addon,
    .autocomplete__dropdown-arrow-down-wrapper>.input-group-addon:active {
        border: 0px;
        background: #124C96;
        vertical-align: middle;
        padding-top: 5px;
        margin: auto;
        margin-right: 5px;
        border-radius: 6px;
    }

    .autocomplete__dropdown-arrow-down-wrapper>.input-group-addon {
        position: absolute;
        right: 0;
        margin-top: 4px;
        pointer-events: none;
    }

    div.datetimepicker>.input-group-addon:hover,
    .autocomplete__dropdown-arrow-down-wrapper>.input-group-addon:hover {
        border: 0px;
        background: #1E285C;
    }

    td.datetime>div.control:focus-within,
    div.control:has(textarea.form-control):focus-within {
        border-color: #69c;
        outline: 0;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    }

    div.datetimepicker input[type="text"] {
        border: 0px;
    }

    div.datetimepicker input[type="text"]:focus {
        border: 0px;
        box-shadow: none;
    }

    .icon-search {
        padding: 7px;
        color: #ffffff;
    }

    .actions .col-md-6 {
        width: 100%;
    }

    .entity-action-button:has(#NextButton) {
        float: right;
    }

    div.actions:has(.hideActionBar) {
        display: none;
    }

    .icon-calendar {
        padding: 7px;
        color: #ffffff;
    }

    #PreviousButton {
        border: 0px;
    }

    .btn {
        font-size: 16px;
    }

    .btn-no-background {
        border: 0px;
        color: #124c96;
        font-weight: 600;
    }

    .btn-no-background:hover {
        color: #1e285c;
    }

    .bootstrap-datetimepicker-widget {
        background-color: #ffffff;
        border: 1px solid #1E285C;
    }

    .bootstrap-datetimepicker-widget:before {
        border-bottom-color: #1E285C;
    }

    .alert-warning {
        --bs-alert-color: #1e285c;
        --bs-alert-bg: #edf4fd;
        --bs-alert-border-color: #124C96;
    }

    .alert-danger {
        background-color: #edf4fd;
        border-color: #124C96;
        color: #1e285c;
    }

    div.columnBlockLayout:empty {
        display: none !important;
    }

    @media screen and (width <=768px) {
        div.columnBlockLayout {
            margin-top: 0px !important;
        }

        .crmEntityFormView .tab {
            margin-top: 20px;
        }

        h2 {
            font-size: 28px;
        }
    }

    @media screen and (width > 768px) {
        .crmEntityFormView .cell {
            padding-left: 20px;
        }

        .crmEntityFormView .cell:first-child {
            padding-left: 0px;
        }
    }

    div.validators {
        display: none;
    }

    td.datetime div.control {
        max-width: 400px;
        border-radius: .375rem;
        border: 1px solid #1E285C;
    }

    td.datetime div.control:has(input.readonly) {
        border: 0px;
    }

    .crmEntityFormView fieldset {
        margin-bottom: 0px;
    }

    tr:has(#fus_onlinecategory) {
        display: none;
    }

    [data-name="Complaint_About"] .tab-column {
        display: none;
    }

    [data-name="Your_details_section_consent"] {
        background-color: #EAF2FD;
        border-radius: .375rem;
        margin-bottom: 30px;
    }

    [data-name="Your_contact_information_section_email"],
    [data-name="Your_contact_information_section_phone"],
    [data-name="Your_contact_information_section_address"],
    [data-name="Your_contact_information_section_sms"] {
        background-color: #EAF2FD;
        border-radius: .375rem;
        margin-bottom: 30px;
    }

    #Your_details_section_consent td {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }

    #tbl_contact_method_email td,
    #tbl_contact_method_phone td,
    #tbl_contact_method_address td,
    #tbl_contact_method_sms td {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    [data-name="Your_contact_information_section_email"] th,
    [data-name="Your_contact_information_section_phone"] th,
    [data-name="Your_contact_information_section_address"] th,
    [data-name="Your_contact_information_section_sms"] th {
        padding: 5px;
    }

    [aria-label="Details of the person you are contacting on behalf of"],
    [aria-label="More_details_section_type_of_support"] {
        background-color: #EAF2FD;
        border-radius: .375rem;
        padding: 20px;
    }

    .tab fieldset:has(table[data-name$="-conditional_section"]) {
        background-color: #EAF2FD;
        border-radius: .375rem;
        padding: 20px;
        margin-bottom: 30px;

        .cell {
            padding-bottom: 0px;
        }

        tr:has(.zero-cell:only-child) {
            display: none;
        }

        tr:not(:has(.zero-cell:only-child), .conditionalSectionHeader) {
            padding-top: 30px;
        }

        div.description.below {
            margin-top: 20px;
        }
    }

    [aria-label="More_details_section_type_of_support"] .cell {
        padding-bottom: 0px;
    }

    [aria-label="Demographics"] h3 {
        margin-top: 30px;
    }

    #fus_onbehalfofgender label,
    #fus_gender label {
        margin-right: 30px;
    }

    .panel-header-chkbx {
        margin-bottom: 10px;
        margin-left: 10px;
        transform: scale(1.5);
    }

    .panel-header-lbl {
        margin-top: 10px;
        margin-bottom: 0px;
        font-weight: 600 !important;
        margin-left: 10px;
    }

    td.cell:empty {
        display: none;
    }

    .option-list-item {
        min-width: 200px;
        display: flex;
        vertical-align: middle;
    }

    .spinner-border {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        color: #1E285C;
    }

    #fus_howdidyouhearaboutus,
    #fus_doesthecontactneedaninterpreter,
    #fus_specifyotherlanguage,
    #fus_interpretinglanguage,
    #fus_onbehalfofotherlanguage,
    #fus_selectinterpretinglanguage,
    #fus_pleasespecifyhearaboutus,
    #fus_postcode {
        max-width: 400px;
    }

    #Complaint_summary_section_about,
    #Complaint_summary_section_your_complaint,
    #Complaint_summary_section_your_details,
    #Complaint_summary_section_person_details,
    #Complaint_summary_public_official,
    #Complaint_summary_section_your_contact_info,
    #Complaint_summary_section_Interpretation_services,
    #Complaint_summary_section_Demographics {
        background-color: #FFFFFF;
        border-radius: .375rem;
        padding: 20px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-bottom: 10px;
    }

    div.file-control-container {
        max-width: 400px;
        border-radius: .375rem;
        border: 1px solid #1E285C;
        background-color: #FFFFFF;
        flex-direction: row-reverse;
    }

    div.container-file-input {
        margin-right: 0px;
        max-width: 400px;
        border-radius: .375rem;
        border: 1px solid #1E285C;
        background-color: #FFFFFF;
        height: 62px;
    }

    div.file-control-container:focus-within {
        border-color: #69c;
        outline: 0;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    }

    #fus_complaintcopyfile,
    #fus_complaintresponsefile,
    #fus_pidevidencefile {
        border: 0px;
        background: #124C96;
        vertical-align: middle;
        margin: 5px;
        border-radius: 6px;
        color: #FFFFFF;
        font-size: 0px !important;
        float: right;
    }

    option {
        white-space: normal;
        /* For Firefox: */
        text-overflow: ellipsis;
    }

    #fus_complaintcopyfile:hover,
    #fus_complaintresponsefile:hover,
    #fus_pidevidencefile:hover {
        border: 0px;
        background: #1E285C;
    }

    #fus_complaintcopyfile:after,
    #fus_complaintresponsefile:after,
    #fus_pidevidencefile:after {
        content: "Browse File";
        font-size: 14px !important;
    }

    .file-name-container,
    #fus_complaintcopyfile_delete_button,
    #fus_complaintresponsefile_delete_button,
    #fus_pidevidencefile_delete_button {
        margin-top: 15px;
    }

    #fus_complaintcopyfile_delete_button:hover,
    #fus_complaintresponsefile_delete_button:hover,
    #fus_pidevidencefile_delete_button:hover {
        background-color: #FFFFFF;
        color: #1E285C;
    }

    th:has(a[aria-label="Title"]),
    td[data-attribute="fus_title"] {
        display: none;
    }

    .alertDialog {
        height: fit-content;
        max-width: 500px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 25px 20px;
        background-color: white;
        pointer-events: auto;
    }

    @media screen and (width <=768px) {
        .alertDialog {
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            margin: 0;
            max-width: unset;
            top: unset;
            width: 100%;
        }
    }

    .alertDialogHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .submittedText {
        vertical-align: middle;
        padding: 15px;
        font-weight: 600;
        color: #009054;
    }

    fieldset[aria-label="Section_Hidden"] {
        display: none;
    }

    .msos-container {
        min-height: 50px !important;
        padding: 0 0 0 !important;
        border: 1px solid #1E285C !important;
        line-height: 1.5;
        border-radius: .375rem;
        font-family: "Source Sans Pro", sans-serif;
    }

    .msos-disabled {
        border: 0px !important;
        background-color: white !important;
    }
}

/*************** FORM STEP STYLES *****************/
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: auto;
    margin-top: auto;
    min-width: 350px;
    flex-grow: 1;

    @media (max-width: 992px) {
        position: absolute;
        width: 100%;
        top: 90px;
        left: 0px;
        right: 0px;
    }
}

@media screen and (width > 992px) {
    .stepper-wrapper.container {
        width: unset;
        padding: 0;
        margin: 0;
    }
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 5px solid #124C97;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}

.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #124C97;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}

.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #124C97;
    color: #edf4fd;
    margin-bottom: 6px;
}

.step-name {
    color: #edf4fd;
    text-align: center;

    @media (max-width: 1200px) {
        font-size: 14px;
    }

    @media (max-width: 768px) {
        font-size: 12px;
    }
}

.stepper-item.active {
    font-weight: bold;
    color: #FFFFFF;
}

.stepper-item.active .step-counter {
    background-color: #368EFF;
}

.stepper-item.completed .step-counter {
    background-color: #368EFF;
}

.stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #368EFF;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}

.stepper-item:first-child::before {
    content: none;
}

.stepper-item:last-child::after {
    content: none;
}

.stepper-cancel-button {
    border-color: #ffffff;
    border-radius: 6px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #ffffff;
    color: #1E285C;
}

.stepper-cancel-button:hover {
    background-color: #EAF2FD;
}

.callombohelp-button {
    border-radius: 6px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #1E285C;
    color: #ffffff !important;
    float: right;
    text-decoration: none !important;
}

.callombohelp-button:A, .callombohelp-button:visited
{
    text-decoration: none !important;
    color: #ffffff;
}

.callombohelp-button:hover, .callombohelp-button:visited, .callombohelp-button:active, callombohelp-button:selected {
    background-color: #124C97;
    color: #ffffff !important;
    text-decoration: none !important;
}


/************* END FORM STEP STYLES *****************/


.drop-zone {
    max-width: 500px;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    font-size: 27px;
    cursor: pointer;
    border-radius: .375rem;
    border: 1px dotted #1E285C;
    margin: 20px;
}

.drop-zone--over {
    border-color: #69c;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.category-button {
    height: 74px;
    width: 100%;
    border-width: 0px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 14px 0px #0000000D;
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Source Sans Pro", sans-serif;
}

.category-button:hover {
    cursor: pointer;
    background-color: #EAF2FD;
    box-shadow: 0px 7px 30px 0px #7F97E233;
}

.fas.fa-angle-right {
    align-self: center;
    color: #1E285C;
    margin-right: 20px;
}

.category-button:hover .fas.fa-angle-right {
    text-decoration: none;
    margin-right: 10px;
}

.category-button:hover .buttonLabel {
    text-decoration: underline;
}

.cantFindButton {
    height: fit-content;
    padding: 25px 20px;
    padding-right: 6px;
    background-color: #EAF2FD;
    display: block !important;
}


.cantFindButton:hover {
    text-decoration: none;
}

.fas.fa-angle-down {
    float: right;
    margin-right: 20px;
    margin-top: inherit;
}

.additionalText {
    display: grid;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

#cantFindButton .additionalText {
    padding-right: 14px;
}

.buttonDiv {
    width: 100%;
    display: contents;
}

@media screen and (max-width: 1000px) {
    .buttonLabel {
        font-size: 18px;
    }

    .category-button {
        height: auto !important;
    }

    .alreadyComplaintDiv {
        height: auto !important;
    }
}

.stillCantFindContainer {
    background-color: #124C97;
    display: block;
    height: fit-content;
    padding: 25px 20px;
    color: white;
}

.stillCantFindContainer:hover {
    background-color: #124C97;
    cursor: auto;
    text-decoration: none;
}

.category-button:hover .stillCantFindLabel {
    text-decoration: none;
}

.stillCantFindLabel {
    font-size: 27px;
    font-weight: 600;
}

.findOrgButton {
    width: 160px;
    height: 43px;
    border-radius: 10px;
    border-style: none;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: 10px;
}

.findOrgButton:hover {
    cursor: pointer;
}

.modal.fade .modal-dialog {
    transform: translate(0, 50px);
    margin: auto;
}

.modal-content {
    background-color: #ffffff;
    border: 0px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.modal.show .modal-dialog {
    transform: none;
}

.signInOrGuestModalDialog {
    height: fit-content;
    width: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    padding: 25px 20px;
    background-color: white;
    pointer-events: auto;
}

.nswoModalDialog {
    height: fit-content;
    width: 60%;
    max-width: 650px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    padding: 0px;
    background-color: white;
    pointer-events: auto;
}

.main-180 {
    width: 90%;
}

@media screen and (width <=768px) {

    .signInOrGuestModalDialog,
    .nswoModalDialog {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin: 0;
        max-width: unset;
        top: unset;
        width: 100%;
    }
}

.signInOrGuestDialogHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.signInOrGuestDialogFooter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

button.close {
    background-color: transparent;
    border: none;
}

button.close span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
}

.onlineCategoryHeader {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #111111 !important;
}

.AlreadyComplaintbuttonDiv {
    gap: 18px;
    display: flex;
    margin-top: 30px;
}

.customAlreadyComplaintBtn {
    max-width: 160px;
    flex-grow: 1;
    height: 50px;
    border-radius: 6px;
    border-style: none;
    color: #124C97;
    background-color: #FFFFFF;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.alreadyComplaintBtnActive {
    background-color: #124C97;
    color: #FFFFFF;
}

span {
    font-family: "Source Sans Pro", sans-serif;
}

.errorContactDetailsDiv {
    box-shadow: 0px 7px 14px 0px #0000000D;
    border-radius: 6px;
    padding: 20px;
}

.tab-title {
    color: #000000;
}