*:not(#fakeId) {

body, table, input, textarea, select {
    font-family: "Hero New", "Inter", "Hind", sans-serif;
  }

body
{
    background-color: #f9f9f9;
}

/* login page style */
.login-heading-section
{
    padding: 20px 0px 20px 0px;
}

.achs-content-container {
    width: 100%;
    border: 0px; 
    overflow: hidden;
    padding: 10px !important; 
    background: #fff; 
    border-radius: 8px; 
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

    /* Self-Assessment Options Panel */
.sa-options-panel {
  background: #ffffff;
  border: 1px solid #e0e6ef;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.sa-options-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: linear-gradient(135deg, #1d438a 0%, #06d6a0 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sa-options-header svg {
  opacity: 0.9;
}

.sa-options-body {
  padding: 20px;
}

.sa-option-row {
  margin-bottom: 16px;
}

/* Toggle Switch */
.sa-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}

.sa-toggle input {
  display: none;
}

.sa-toggle-slider {
  position: relative;
  width: 48px;
  height: 26px;
  background: #cfd6e2;
  border-radius: 26px;
  transition: background 0.3s;
  flex-shrink: 0;
}

.sa-toggle-slider::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.sa-toggle input:checked + .sa-toggle-slider {
  background: #28a745;
}

.sa-toggle input:checked + .sa-toggle-slider::before {
  transform: translateX(22px);
}

.sa-toggle-label {
  font-weight: 600;
  color: #002d5b;
  font-size: 14px;
}

.sa-option-hint {
  margin: 8px 0 0 60px;
  font-size: 13px;
  color: #6b7280;
}

/* Instructions Section */
.sa-instructions {
  background: #f8f9fc;
  border-radius: 6px;
  padding: 16px;
  border-left: 4px solid #1d438a;
}

.sa-instructions-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1d438a;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sa-instructions-list {
  margin: 0;
  padding: 0 0 0 20px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.7;
}

.sa-instructions-list li {
  margin-bottom: 4px;
}

.sa-instructions-list strong {
  color: #f58220;
}

/* Collapsed state option */
.sa-options-panel.collapsed .sa-options-body {
  display: none;
}

.sa-options-panel.collapsed .sa-options-header {
  cursor: pointer;
}






  .achs-container {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 6px;
  }

  .facility-header {
    background-color: #002d5b;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 4px 4px 0 0;
    margin-top: 30px;
  }

  .achs-grid {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 0px solid #e0e6ef;
  }

  .achs-grid th,
  .achs-grid td {
    padding: 10px 0px 10px 10px;
    border-bottom: 0px solid #e0e6ef;
    vertical-align: middle;
    text-align: left;
  }

  .achs-grid th {
    background-color: #f2f4f8;
    color: #333333;
    font-weight: 600;
  }

  /* --- FIXED WIDTHS FOR ALL COLUMNS --- */
  /*.col-action { width: 40%; }
  .col-rating { width: 12%; }
  .col-na, .col-notmet, .col-actionplan, .col-resp { width: 12%; }
  */

  .achs-grid select,
  .achs-grid textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd6e2;
    border-radius: 4px;
    background-color: #f9fafc;
    font-size: 0.95rem;
    padding: 8px;
    resize: vertical;
    min-height: 85px;
  }

  .achs-grid select {
    min-height: 34px;
  }

  textarea[readonly] {
    background-color: #f0f3f6;
    color: #666;
  }

  .achs-btn {
    background-color: #f58220;
    color: #fff;
    border: none;
    padding: 12px 26px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
  }

  .achs-btn:hover {
    background-color: #d86d14;
  }

  .center { text-align: center; }

  .action-title {
    font-weight: 600;
    color: #002d5b;
    white-space: pre-wrap;
    line-height: 1.4;
  }

  /* Optional zebra striping for readability */
  .achs-grid tbody tr:nth-child(even) {
    background-color: #fafbfc;
  }




    body {
        font: normal 100% / 1.333333em "Hero New", "Inter", "Hind", sans-serif;
    }

    .tab-title
    {
        display: none !important;
    }

    .crmEntityFormView .tab {
        margin-top: 10px !important;
    }

    .wrapper-body, #mainContent
    {
        margin-top: 0px !important;
    }

    .Logo
    {
        height: 45px;
        width: auto;
    }

    .siteTitle 
    {
        font-size: 16px !important;
    }

    .footer-bottom, .footer
    {
        background-color: #ededed;
        color: #ffffff !important;
    }

    .static-top.navbar {
        min-height: 110px;
        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;
    }

    .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;
    }

        @media screen and (width <=992px) {
        .static-top.navbar {
            display: block;
            min-height: 200px;
        }

        /*
        .body-169 {
            margin-top: 160px;
        }
            */

        #liquid_form {
            top: 10px;
        }
    }

    .root-187 {
        max-height: fit-content;
    }

    .static-top.navbar .menu-bar>.navbar-nav>li>a {
        font-weight: bold;
        font-size: 16px;
    }

    .navbar-brand {
        margin: 0px;
        padding: 0px;
        
    }

    h1 {
        font-size: 35px;
        padding: 0 0 0 0;
        font-weight: 700;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 15px;
    }

    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: 15px;
        line-height: 1.2;
        color: #000000;
    }

    button,
    input[type="button"] {
            font-family: "Hero New", "Inter", "Hind", sans-serif;

    }

    .btn-primary:hover {
        background-color: #1e285c;
        border-color: #1e285c;
    }

    a,
    h1,
    h2,
    h3,
    p,
    body,
    label {
          font-family: "Hero New", "Inter", "Hind", sans-serif;

    }

    .form-control,
    .addressAutocomplete {
          font-family: "Hero New", "Inter", "Hind", sans-serif;

        font-size: 13px;
        font-weight: 400;
        padding: .375rem .75rem;
        line-height: 1.5;
        border-radius: .375rem;
        background-color: #FFFFFF !important;
    }

    .addressAutocomplete {
        height: 45px;
        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: 40px;
    }

    .input-group-addon,
    .input-group-addon.active {
        color: #1E285C;
        background-color: #edf4fd;
        border: 1px solid #1E285C;
    }

    .crmEntityFormView label {
        color: #333333;
        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: #de0a94;
    }

    .crmEntityFormView .actions {
        border-top: 0px;
    }

    .crmEntityFormView .cell {
        padding: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .crmEntityFormView .cell .clearfix {
        padding-bottom: 0px;
    }

    .crmEntityFormView .tab {
        margin-top: 20px;
    }

    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;
    }

    
    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: 0px;
        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: #333333;
        --bs-alert-bg: #edf4fd;
        --bs-alert-border-color: #05b110;
    }

    .alert-danger {
        background-color: #f8f8f8;
        border-color: rgb(197, 1, 1);
        color: #333333;
    }

    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(#achs_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;
    }

    #achs_onbehalfofgender label,
    #achs_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;
    }

    #achs_howdidyouhearaboutus,
    #achs_doesthecontactneedaninterpreter,
    #achs_specifyotherlanguage,
    #achs_interpretinglanguage,
    #achs_onbehalfofotherlanguage,
    #achs_selectinterpretinglanguage,
    #achs_pleasespecifyhearaboutus,
    #achs_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%);
    }

    #achs_complaintcopyfile,
    #achs_complaintresponsefile,
    #achs_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;
    }

    #achs_complaintcopyfile:hover,
    #achs_complaintresponsefile:hover,
    #achs_pidevidencefile:hover {
        border: 0px;
        background: #1E285C;
    }

    #achs_complaintcopyfile:after,
    #achs_complaintresponsefile:after,
    #achs_pidevidencefile:after {
        content: "Browse File";
        font-size: 14px !important;
    }

    .file-name-container,
    #achs_complaintcopyfile_delete_button,
    #achs_complaintresponsefile_delete_button,
    #achs_pidevidencefile_delete_button {
        margin-top: 15px;
    }

    #achs_complaintcopyfile_delete_button:hover,
    #achs_complaintresponsefile_delete_button:hover,
    #achs_pidevidencefile_delete_button:hover {
        background-color: #FFFFFF;
        color: #1E285C;
    }

    th:has(a[aria-label="Title"]),
    td[data-attribute="achs_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: "Hero New", "Inter", "Hind", 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: "Hero New", "Inter", "Hind", 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;
}

.drop-zone {
    width: 100%;
    height: 200px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Hero New", "Inter", "Hind", sans-serif;
    font-weight: 600;
    font-size: 27px;
    cursor: pointer;
    border-radius: .375rem;
    border: 1px dotted #1E285C;
}

.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: "Hero New", "Inter", "Hind", 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: 13px;
    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: 15px;
    }

    .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: 15px;
    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;
}

.achsModalDialog {
    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,
    .achsModalDialog {
        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: "Hero New", "Inter", "Hind", sans-serif;

}

.errorContactDetailsDiv {
    box-shadow: 0px 7px 14px 0px #0000000D;
    border-radius: 6px;
    padding: 20px;
}

.tab-title {
    color: #000000;
}






/* ========================================
   ACHS Assessment Portal - Professional Styles
   ======================================== */

/* Color Palette - ACHS Professional Theme */
:root {
    --achs-navy: #2B4C7E;
    --achs-navy-dark: #1e3a5f;
    --achs-navy-light: #3d5a8c;
    --achs-blue: #4A7BA7;
    --achs-light-blue: #6B9BC3;
    --achs-accent: #567EBF;
    --achs-sky: #E8F1F8;
    --achs-sky-light: #F5F9FC;
    --achs-gray-50: #FAFBFC;
    --achs-gray-100: #F5F6F8;
    --achs-gray-200: #E8EAED;
    --achs-gray-300: #D1D5DB;
    --achs-gray-400: #9CA3AF;
    --achs-gray-500: #6B7280;
    --achs-gray-600: #4B5563;
    --achs-gray-700: #374151;
    --achs-gray-800: #1F2937;
    --achs-gray-900: #111827;
    --achs-text-primary: #1F2937;
    --achs-text-secondary: #6B7280;
}

/* Custom Form Container */
.custom-form-container {
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
    padding: 40px;
    margin-bottom: 24px;
    border: 1px solid var(--achs-gray-200);
}

.custom-form-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--achs-navy);
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--achs-navy);
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: -0.01em;
}

/* Entity Form Styling */
.entity-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.entity-form .section-title {
    background: var(--achs-blue);
    color: white;
    padding: 14px 24px;
    border-radius: 2px;
    margin-bottom: 28px;
    box-shadow: 0 1px 2px rgba(43, 76, 126, 0.12);
}

.entity-form .section-title h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: white;
    letter-spacing: 0.01em;
}

/* Form Table Styling */
.entity-form table.section {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

.entity-form .cell {
    padding: 12px 16px;
    vertical-align: top;
}

.entity-form .cell:first-child {
    padding-left: 0;
}

/* Field Labels */
.entity-form .field-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--achs-gray-700);
    letter-spacing: 0.8px;
    margin-bottom: 8px;
    display: block;
}

/* Form Controls */
.entity-form .form-control,
.entity-form .text,
.entity-form input[type="text"] {
    background: white;
    border-radius: 3px;
    padding: 10px 14px;
    font-size: 14px;
    color: var(--achs-text-primary);
    /*width: 100%; removed frozen widths */
    transition: all 0.2s ease;
}

.entity-form .form-control:focus,
.entity-form input[type="text"]:focus {
    outline: none;
    border-color: var(--achs-navy);
    background: white;
    box-shadow: 0 0 0 3px rgba(43, 76, 126, 0.08);
}

.entity-form .readonly,
.entity-form .form-control[readonly] {
    background: var(--achs-gray-50);
    border-color: var(--achs-gray-200);
    cursor: default;
    color: var(--achs-text-secondary);
}

/* Required Field Indicator */
.entity-form .required .field-label::after {
    content: " *";
    color: #ef4444;
    font-weight: 700;
}

/* Subgrid Section Styling */
.form-subgrid-heading {
    background: var(--achs-navy);
    color: white;
    padding: 14px 24px;
    border-radius: 2px;
    margin: 40px 0 24px 0;
    box-shadow: 0 1px 2px rgba(43, 76, 126, 0.12);
}

.form-subgrid-heading label {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: white;
    letter-spacing: 0.01em;
}

/* Subgrid Table Styling */
.entity-grid .table {
    background: white;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--achs-gray-200);
}

.entity-grid .table thead {
    background: var(--achs-gray-100);
    border-bottom: none;
}

.entity-grid .table thead th {
    font-size: 12px;
    font-weight: 600;
    color: white;
    letter-spacing: 0.8px;
    padding: 14px 16px;
    border-bottom: none;
    white-space: nowrap;
}

.entity-grid .table thead th a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: opacity 0.2s ease;
}

.entity-grid .table thead th a:hover {
    opacity: 0.85;
}

.entity-grid .table tbody td {
    padding: 14px 16px;
    font-size: 14px;
    color: var(--achs-text-primary);
    border-bottom: 1px solid var(--achs-gray-200);
    vertical-align: middle;
    line-height: 1.5;
}

.entity-grid .table tbody tr {
    transition: background-color 0.15s ease;
}

.entity-grid .table tbody tr:hover {
    background: var(--achs-sky-light);
}

.entity-grid .table tbody tr:last-child td {
    border-bottom: none;
}

/* Table Striping - Subtle */
.table-striped tbody tr:nth-of-type(odd) {
    background: white;
}

.table-striped tbody tr:nth-of-type(even) {
    background: var(--achs-gray-50);
    background: white;
}

.table-striped tbody tr:hover {
    background: var(--achs-sky-light) !important;
    background: white !important;
}

/* Table Responsive Wrapper */
.table-responsive {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--achs-gray-200);
}

/* Status Badges for Data */
.entity-grid td[data-type="System.Int32"] {
    font-weight: 600;
    color: var(--achs-navy);
}

.entity-grid td[data-type="System.String"] {
    color: var(--achs-text-primary);
}

.entity-grid td[data-type="Microsoft.Xrm.Sdk.EntityReference"] {
    color: var(--achs-navy);
    font-weight: 500;
}

/* Empty State Styling */
.view-empty .alert {
    background: var(--achs-gray-50);
    border: 2px dashed var(--achs-gray-300);
    border-radius: 3px;
    color: var(--achs-text-secondary);
    padding: 32px;
    text-align: center;
    font-size: 14px;
}

/* Loading State */
.view-loading {
    padding: 48px;
    text-align: center;
    color: var(--achs-navy);
    font-size: 14px;
}

.view-loading .fa-spinner {
    font-size: 32px;
    color: var(--achs-navy);
    margin-bottom: 16px;
}

/* Error State */
.view-error .alert,
.view-access-denied .alert {
    border-radius: 3px;
    padding: 20px;
}

/* Date Picker Styling */
.datetimepicker {
    flex-wrap: nowrap !important;
    display: flex;
    gap: 0px;
}

.datetimepicker input {
    flex: 1;
}

.datetimepicker .input-group-addon {
    background: var(--achs-navy);
    border: 1px solid var(--achs-navy);
    color: white;
    border-radius: 3px;
    padding: 10px 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.datetimepicker .input-group-addon:hover {
    background: var(--achs-navy-dark);
    border-color: var(--achs-navy-dark);
}

/* Modal Styling */
.modal-content {
    border-radius: 16px;
    border: none;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.modal-header {
    background: linear-gradient(135deg, var(--achs-primary) 0%, var(--achs-secondary) 100%);
    color: white;
    border-radius: 16px 16px 0 0;
    padding: 20px 28px;
    border-bottom: none;
}

.modal-header .modal-title {
    font-size: 20px;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal-header .form-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal-header .form-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.modal-footer {
    padding: 20px 28px;
    border-top: 1px solid var(--achs-gray-200);
}

.modal-footer .btn {
    border-radius: 8px;
    padding: 10px 24px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.modal-footer .btn-primary {
    background: var(--achs-primary);
    border-color: var(--achs-primary);
}

.modal-footer .btn-primary:hover {
    background: var(--achs-primary-dark);
    border-color: var(--achs-primary-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(8, 145, 178, 0.3);
}

/* Accessibility Improvements */
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .custom-form-container {
        padding: 20px;
    }
    
    .entity-form table.section {
        display: block;
    }
    
    .entity-form table.section tbody,
    .entity-form table.section tr,
    .entity-form table.section td {
        display: block;
        width: 100%;
    }
    
    .entity-form .cell {
        padding: 12px 0;
    }
    
    .entity-grid .table {
        font-size: 13px;
    }
    
    .entity-grid .table thead {
        display: none;
    }
    
    .entity-grid .table tbody tr {
        display: block;
        margin-bottom: 16px;
        border: 1px solid var(--achs-gray-200);
        border-radius: 8px;
        padding: 12px;
    }
    
    .entity-grid .table tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border: none;
    }
    
    .entity-grid .table tbody td:before {
        content: attr(data-th);
        font-weight: 600;
        color: var(--achs-gray-700);
        font-size: 11px;
        letter-spacing: 0.5px;
    }
}

/* Print Styles */
@media print {
    .custom-form-container {
        box-shadow: none;
        border: 1px solid var(--achs-gray-300);
    }
    
    .entity-grid .table tbody tr:hover {
        background: none;
        transform: none;
        box-shadow: none;
    }
}

/* Animation for Page Load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-form-container,
.entity-grid {
    animation: fadeInUp 0.5s ease-out;
}

/* Tooltip Styling */
[title] {
    position: relative;
}

/* Focus Styles for Accessibility */
*:focus-visible {
    outline: 2px solid var(--achs-accent);
    outline-offset: 2px;
}

/* Link Styling */
a {
    color: var(--achs-primary);
    transition: color 0.2s ease;
    background: transparent;
}

a:hover {
    color: var(--achs-primary-dark);
}

/* Button Styling */
.btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #00a9e0 !important;
    border-color: transparent !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(8, 145, 178, 0.3);
    opacity: 0.8;
}