@media (max-width: 801px) {
    .m-bg-none {
        background: none !important;
    }

    .user-left-container {
        width: 15%;
    }

    .side-top-bar .bi-arrow-left {
        -webkit-text-stroke: 2px;
    }

    .user-container {
        height: 12%;
    }

    .unit-position {
        font-size: small;
    }

    .icon-item-container {
        /* height: 10%; */
        padding: 3%;
    }
    /* Media query for screens with a maximum width of 767 pixels (typical mobile devices) */
    .sender-pp-container {
        width: 25%;
        padding: 3%;
    }

    .sender-pp {
        width: 50px;
        height: 50px;
    }

    .max-width-10vw {
        max-width: 10vw;
        width: 100%;
    }

    .notification-pop {
        margin-right: 33vw;
        margin-bottom: 5vh;
    }

    .mobile-screen {
        display: flex !important;
    }

    .center-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .big-screen {
        display: none !important;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .mobile-content {
        display: flex;
        background-color: rgba(255, 0, 0, 0) !important;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .mobile-content-container {
        display: flex;
        background-color: rgb(255, 134, 134) !important;
        margin-top: 10vh;
        width: 95%;
        height: fit-content;
        flex-direction: column;
    }

    .mobile-top-bar {
        display: flex;
        position: fixed;
        height: 8vh;
        width: 100vw;
        background-color: var(--background-level-3) !important;
        top: 0;
        left: 0;
        z-index: 1000;
        box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.25);
    }

    .side-top-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        height: 100%;
    }

    .side-top-bar:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        height: 100%;
        background-color: #c7c7c7;
    }

    .middle-top-bar {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        width: 70%;
        height: 100%;
    }

    .main-wrapper {
        display: flex;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
    }

    .main-content-wrapper {
        display: flex;
        flex-direction: column;
        margin-left: 0vw;
        width: 100%;
        height: 100%;
    }

    .content-wrapper {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .main-content {
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        margin-top: 8vh;
        width: 100%;
        min-height: 100%;
        height: fit-content;
        padding: 2%;
        padding-top: 3%;
        border-radius: 0px;
        filter: none;
        background-color: var(--background-level-2);
    }

    .main-content-container {
        margin-bottom: 10vh;
        width: 100%;
        height: fit-content;
        justify-content: center;
        display: flex;
        flex-direction: column;
        padding: 1%;
    }

    .floating-button {
        position: fixed;
        bottom: 15vh;
        right: 5vw;
        z-index: 1000; /* Ensure the button appears on top of other elements */
    }

    .card-main-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1%;
        background-color: rgba(0, 128, 0, 0);
        flex-wrap: wrap;
        width: 100%;
    }

    .card-main-container a {
        text-decoration: none;
        color: #305270;
    }

    .card-main-container h5 {
        font-size: 1.2rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .device-card {
        display: flex;
        height: 15vh;
        padding: 4%;
        width: 95%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .device-card:hover {
        color: rgb(255, 255, 255) !important;
        background-color: var(--golden-solid) !important;
    }

    .card-icon {
        height: 90%;
        width: 23%;
        background-color: rgba(255, 0, 0, 0);
        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-self: center;
    }

    .card-main-content {
        margin-left: 2%;
    }

    .alertx-container {
        position: fixed;
        top: 5vh;
        bottom: auto;
        right: 5vw;
        z-index: 3000;
    }

    .alertx {
        min-height: 30px;
        width: 90vw;
    }

    .alertx-title {
        font-size: 1.2rem;
        font-weight: 700;
    }

    .alertx:hover {
        transform: scale(1.05);
    }

    .super-spacer {
        display: flex;
        height: 50vh;
        width: 100vw;
    }
}
