﻿@media (max-width: 767.2px) {
    #body-row {
        margin-left: 0px !important;
        overflow-wrap: break-word;
        max-width: 100vw;
        padding-top: 1rem;
    }

    #main-footer {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

        #main-footer #footer-content {
            padding-top: 30px;
            padding-bottom: 30px;
        }

    .centered-body {
        display: contents;
    }

        .centered-body .centered-content {
            overflow-wrap: break-word;
        }

    #body-content {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
    }

    .steps .step:not(:last-child):after{
        width: 5rem;
    }

    .position-sm-absolute {
        position: relative;
    }

        .position-sm-absolute.top-sm-grid-header {
            top: auto;
            z-index: auto;
        }

    #dashboard-body {
        order: 2;
    }

    #notification-body {
        order: 1;
    }

    .bg-dashboard {
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .support-info {
        position: relative;
    }

    /* Syncfusion */
    .e-grid .e-pager {
        display: inline-block;
    }

    .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search {
        background-color: white;
    }

    .e-grid .e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item.e-search-wrapper {
        border: none;
    }

    .w-sm-75 {
        width: 100% !important;
    }

    .footer-header {
        height: auto;
    }
}