/* tablet devices Styles */
@media (max-width: 768px) {
    .main {
        padding: 10px 8px !important;
    }

    .content {
        margin-left: 0;
        margin-top: 60px;
    }

    .header {
        left: 0;
        width: 100%;
    }

    .footer {
        left: 0;
        width: 100%;
    }

    .custom-dropdown {
        margin-left: auto;
    }

    .profile_box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .dataTables_filter {
        /* float: none; */
        text-align: unset !important;
    }

    .modal-body {
        max-height: 70vh;
        overflow: auto;
    }

    nav, article {
        width: 100%;
        height: auto;
    }

    .infodiv {
        width: 100%;
        height: 50%;
        background-color: #00b2ff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute !important;
        top: 0;
        z-index: 1;
    }

    .formdiv {
        background-color: #ffffff;
        display: flex;
        justify-content: center;
        position: absolute !important;
        bottom: 2%;
        left: 3%;
        height: 47%;
        width: 94%;
        border-radius: 15px;
    }

    .form-box {
        width: 100%;
        padding: 10px;
    }

    .app-name-logo {
        display: none;
    }

    .app_login_btn {
        display: flex;
        justify-content: center;
    }aw1w
}
