<style>
        #ms-side-nav {
            display: none;
        }

        .body-content {
            display: none;
        }

        .menu-item i {
            font-size: 24px;
        }

        .menu-item span {
            font-size: 16px;
        }

        .menu-item li {
            display: none;
        }

        .dropdown {
            display: inline-block;
            list-style: none;
        }

        .notification_icon_read,
        .notification_icon_new {
            display: none;
        }
    </style>
<style>
        .index_div_user_information {
            color: #b8c7ce;
            background-color: #3a3952;
            padding: 5px 10px 5px 10px;
            border-radius: 5px;
        }

        .index_div_user_information label {
            margin-bottom: 0px;
        }

        .index_user_name {
            font-weight: bold;
        }

        .index_access_level_code {
            font-weight: bold;
        }

        .index_button_log_out {
            margin-top: 0px;
            padding: 5px 0px 0.5vw 0px;
            min-width: 50px;
        }
    </style>
<style>
        input {
            padding: 0rem 0rem 0rem 0.25rem;
        }

        .modal {
            left: 50%;
            transform: translate(-50%);
        }

        .ms-auth-col:first-child {
            display: block;
        }
    </style>