/* MOBILE LIGHT THEME */

@media only screen and (max-width: 460px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-family: "Roboto", sans-serif;
    }

    .break {
        word-wrap: break-word;
    }

    .sidebar {
        overflow: auto !important;
    }

    /* ADD-USER */

    .add-user-form {
        font-size: 1.2rem !important;
    }

    .add-user-form>div>div {
        width: 80% !important;
    }

    /* END ADD-USER */
    /* ALL-USERS */

    .all-users {
        width: 100% !important;
    }

    /* END ALL-USERS */

    /* HEADER */

    .hide {
        display: none;
    }


    /* END HEADER */
    /* ADMIN DASHBOARD */


    .todo-and-alarm {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column !important;
    }


    .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: auto;
    }


    /* END ADMIN DASHBOARD */
    /* Beekeeper Dashboard */


    .colony_box {
        margin: auto;
    }


    /* END Beekeeper Dashboard */
    /* Inspection Details */

    .inspection-details {
        width: 100% !important;

    }

    .image {

        width: 25vw;
    }

    /* END Inspection Details */

    #move div.dataTables_wrapper,
    #move2 div.dataTables_wrapper {
        width: 95vw;
        margin: auto !important;
    }
}