    .adminClaimTop {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 10;
        background-color: #2a70b9;
        color: white;
        height: 70px;
    }

    /*This is our main wrapping element, it's made var(--app-height) high to ensure it is always the correct size and then moved into place and padded with negative margin and padding*/
    .adminClaimContainer {
        display: flex;
        overflow: hidden;
        height: calc(var(--app-height) - 40px);
        margin-top: -70px;
        padding-top: 70px;
        position: relative;
        width: 100%;
        backface-visibility: hidden;
        will-change: overflow;
    }

    .adminClaimBody {
        overflow: auto;
        height: auto;
        width:100%;
    }

    .adminUsersSettingBottom {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 10;
        height: 50px;
        line-height: 50px;
        font-size: 8pt;
        text-align: center;
        background-color: ghostwhite;
    }

    @media (max-width: 768px) {
        .help_support_side_panel
        {
            height: var(--app-height);
            background-color: red;
            overflow-y: auto;
            z-index: 1000;
            padding: 0;
        }

        .adminGlobalSettingsTop {
            padding-top: 0;
            height: 44px;
        }

        .adminGlobalSettingsContainer {
            margin-top: -44px;
            padding-top: 44px;

        }
    }

    .places_claims_edit_sub_heading {
        font-weight: bold;
        line-height: 35px;
    }

    .places_claims_edit_sub_body {
        line-height: 35px;
    }